@charset "utf-8";
/* TAGS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fondv.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
 	display: inline ;
}

h2 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
 	display: inline ;
}

h3 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
 	display: inline ;
}


/* PERSOS */
.blanc13 {
	font-family: tahoma;
	font-size: 13px;
	color: #ffffff;
}

.blanc13-b {
	font-family: tahoma;
	font-size: 13px;
	color: #ffffff;
		font-weight: bold;
}

.blanc11 {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.blanc10 {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
}

.blanc15-b {
	font-family: arial;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.bleu11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #10406e;
	font-weight: bold;
}

.bleu11 {
	font-family: tahoma;
	font-size: 11px;
	color: #10406e;
}

.bleu15-b {
	font-family: arial;
	font-size: 15px;
	color: #10406e;
	font-weight: bold;
}

.gris11 {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}

.gris15 {
	font-family: arial;
	font-size: 15px;
	color: #333333;

}

.rouge11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #e52031;
	font-weight: bold;
	text-decoration: underline;
}

.vert11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #027d02;
	font-weight: bold;
}


/* DIVERS */

.contour_orange {
	border: 2px dashed #e23b01;
}