

body {
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fbcecf;
	background-image: url(../images/BgAccueilSlice.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	}

table, td, tr, p {
	font-size: 12px;
	font-weight: normal;
	color: #fbcecf;
	}


img.imageBorder {
	border-width: 1px;
   border-color: #3a3611;
	border-style: solid;
	}

.textSmall {
	text-decoration: none;
	color: #424343;
	font-size: 10px;
	font-weight: normal;
	}
	
a {
	font-size: 12px;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	color: #ffaa12;
	}
	
a:hover {
	text-decoration: underline;
	color: #ffce77;
	}
	
a:visited {
	text-decoration: none;
	color: #fea964;
	}

a.linkSmall {
	font-size: 10px;
	font-weight: bold;
	}

a.linkSmall:link {
	color: #ffaa12;	
	text-decoration: none;
	}
	
a.linkSmall:hover {
	color: #ffce77;
	text-decoration: underline;
	}
	
a.linkSmall:visited {
	color: #fea964;
	text-decoration: none;
	}
	
@media print {
	table.noprint {display:none};
	div.noprint {display:none};
	}