/***********************************************************************/
/*                                                    body                                                     */
/***********************************************************************/

BODY {
	background-color : White;
	background-image : url(../i/acceuil_fd.jpg);
	background-position : top;
	background-repeat : repeat-x;
	background-attachment : fixed;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #1267B8;
	scrollbar-3dlight-color:#F7F7FA;
	scrollbar-arrow-color:#0984C6;
	scrollbar-base-color:orange;
	scrollbar-face-color:#F7F7FA;
	scrollbar-highlight-color:#0984C6;
	scrollbar-shadow-color:#0984C6;
	scrollbar-darkshadow-color:#F7F7FA;
	scrollbar-track-color:#F7F7FA;
	text-align : center;
	font-size : 11px;
}


/***********************************************************************/
/*                                                 tableaux                                                  */
/***********************************************************************/

TABLE.tableGeneral {
	background-color : White;
	text-align : left;
	font-size : 11px;
	border : 1px solid Black;
	width : 902px;
}

TD.tdMenu {
	width : 170px;
	vertical-align : top;
	padding-top : 10px;
}

TD.tdContenu {
	width : 730px;
	vertical-align : top;
	text-align : center;
	padding-top : 10px;
}


/***********************************************************************/
/*                                                   cadres                                                    */
/***********************************************************************/
DIV.divTexteIndente {
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	text-indent : 15px;
	text-align : justify;
	width : 600px;
}

DIV.divRubrique {
	width : 170px;
	height : 17px;
	background : url(../i/acceuil_rubriques.gif) no-repeat left;
	text-align : left;
}

DIV.divRubriqueAcceuil {
	width : 170px;
	height : 17px;
	background : url(../i/acceuil_rubriqueacceuil.gif) no-repeat left;
	text-align : left;
}

DIV.divSousRubrique{
	background : url(../i/acceuil_sousrubriquefd.gif) repeat left;
	text-align : left;
	width : 170px;
}

DIV.divSousRubriqueBas{
	background : url(../i/acceuil_sousrubriquebas.gif) no-repeat top;
	text-align : left;
	width : 170px;
}


/***********************************************************************/
/*                                                    liens                                                      */
/***********************************************************************/

A.aRubrique {
	color : #E5F0F7;
	font-weight : bold;
	text-decoration : none;
	padding-left : 22px;
}

A:HOVER.aRubrique {
	color : White;
}

A.aSousRubrique {
	text-decoration : none;
	color : #1267B8;
	padding-left : 22px;
}

A:HOVER.aSousRubrique {
	color : #58B7F4;
	font-weight : bold;
	background : url(../i/acceuil_sousrubriquedot.gif) no-repeat 7px;
}


/***********************************************************************/
/*                                                     titres                                                     */
/***********************************************************************/

H1.h1Titre {
	border : 1px solid #769FDE;
	text-align : center;
	font-size : 17px;
	font-weight : bold;
	width : 700px;
	background : #DFE8F6;
}

H1.h1SousTitre {
	border : 1px solid #B6CCEF;
	text-align : center;
	font-size : 12px;
	font-weight : normal;
	width : 700px;
}