/* CSS Document */
/* ---------------------------------------------------------------------------------   */
/*						mise en forme du site		           						  */
/* --------------------------------------------------------------------------------- */
body,td,th {
	font-family: Trebuchet MS, Arial ;
	font-size: 10pt;	
}
a:link, a:visited, a:active {
	color: #1065AB;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D61011; text-decoration:underline;
}


.title_pg{
 /*border: 1px solid #999999;
 border-bottom:1px solid #D61011;
 border-top:1px solid #D61011;*/
 margin-top:8px;
 padding:7px 6px;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 background:url(../img/title_pg.jpg) no-repeat;
 height:40px;
 width: 405px;
}
/***************************

  FOOTER

***************************/
.pied_pg {
color: #FFFFFF;
}

/* ----------------------------------------------  */

/* =the Block */
.col_right{
padding-right:4px;
}

/* ----------------------------------------------  */

/* =menu  */
.bas{
	/*width:100%;*/
	border-bottom: 1px solid #EFEFEF;
	padding: 0px;
}
/* ----------------------------------------------  */

/* =BOITES */
.boite_milieu_g{
background-image:url(img/boite_mi.gif);
background-repeat:repeat-y;
width:7px;
}
.boite_milieu_d{
background-image:url(img/boite_mj.gif);
background-repeat:repeat-y;
width:7px;
}
.boite_fond_titre_g{
background-image:url(img/boite_fo.gif);
background-repeat:repeat-y;
width:7px;
}
.boite_fond_titre_d{
background-image:url(img/boite_fp.gif);
background-repeat:repeat-y;
width:7px;
}

/*style pour les petit blocs de la colonne de gauche*/
   .blocrougemiseenforme{
	   width:154px;
	   margin:13px 0 0px 0px;padding:0 0px 0 0px;
	   voice-family:inherit;width:154px;}
   
   .blocrougefond{display:block;background:url(fond_blo.gif) repeat-y;width:auto;margin:0px 0 0 0;padding:0 0 0 0;}
   .blocrougetop{display:block;background:url(haut_blo.gif) no-repeat top;width:auto;margin:0px 0 0 0;padding:0px 0 0 0;}
   .blocrougebottom{display:block;background:url(bas_bloc.gif) no-repeat bottom;width:auto;margin:0px 0 0 0;padding:4px 0 0px 10px;}
   .blocrougecontenu{padding:6px 8px 10px 0px;margin:0;color:#E20A16; }
   .blocrougetrait{padding-bottom:2px;border-bottom: 1px solid #EFEFEF; }
   /*.blocrougecontenu .titre a, .titre a:link, .titre a:active, .titre a:hover {color:#D61011; }*/
 	.texte{padding:0 0px 0 0px;margin:12 0 0 0px;}

  