@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.fondcell {
	background-image: url(images/fond-cell.gif);
	background-repeat: repeat-x;
}

.fondcell2 {
	background-image: url(images/fond.png);
	background-position: right;
	background-repeat: no-repeat;
}

.fondcell3 {
	background-image: url(images/fond2.png);
	background-position:right;
	background-position:top;
	background-repeat: no-repeat;
}

.bordtab {
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: justify;
}

.text1b {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: justify;
}

.text1c {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: justify;
	color:#FFF;
}

.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

.text2b {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.titresouligne {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c0003;
	border-bottom: 1px solid #7c0003;
	border-bottom-color: #7c0003;
	text-decoration: none;
	margin: 0px;
	margin-bottom:0px;
}

.lien1 {color:#7d4849;	font-size:12px; text-decoration:none; font-weight:bold}
.lien1:hover { color: #7c0003;text-decoration:underline;}

.lien2 {color:#FFFFFF;	font-size:10px; text-decoration:none; font-weight:bold}
.lien2:hover { color: #FFFFFF;text-decoration:underline;}

.lien3 {color:#000000;	font-size:10px; text-decoration:none; font-weight:bold}
.lien3:hover { color: #000000;text-decoration:underline;}

