	*{
	margin: 0px;
	padding: 0px;
	}
	body {
	margin-top: 20px;
	}	
    #bloc_principal {
	width: 950px;
	background-image: url(img_template/fond.jpg);
	background-repeat: repeat-y;
	border: 1px solid #003399;
	position: absolute;
	left: 50%;
	margin-left: -475px;
    } 
    #bloc_menu_A {
	width: 930px;
	height: 17px;
	background-image: url(img_template/menu_haut_a.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	} 
	#bloc_bandeau {
	width: 950px;
	height: 182px;
	background-image: none;	
	background-repeat: no-repeat;
    } 
	#bloc_menu_drap {
	width: 920px;
	height: 20px;
	padding-top: 2px;
	background-color: #B0B3FF;
	margin-left: 10px;
    }
	#bloc_menu {
	height: 30px;
	width: 950px;
	background-image: url(img_template/menu_haut_b.jpg);
	background-repeat: no-repeat;
	}
	#bloc_gauche {
	width: 240px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	font-weight: bold;
    }
	#bloc_centre{
	width: 511px;
	float: left;
    } 
	#bloc_droit {
	width: 199px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }
	
	#adresse {
	height: auto;
	width: 950px;
	padding-top: 3px;
	background-image: url(img_template/adresse.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	 }
	#pied_page {
	clear:both;
	width: 950px;
	height: 79px;
	background-image: url(img_template/liens_vignettes.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
    } 
    .menu_haut_a_ul {
	width: 950px;
	height: 20px;	
	display: inline;
	}
	.menu_haut_a_li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	display: inline;
	margin-left: 20px;	
	}
	img.drap {
	border: 1px solid #666666;
	margin-left: 7px;
	margin-top: 2px;
	}
	img.logo {
	border: 1px solid #666666;
	margin-left: 2px;
	margin-top: 3px;
	}	
	p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 10px;
	}
	h1,h2,h3,h4,h5,h6 {
	padding: 50px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9966CC;
	}
	
/*menu horizontal début------------------------------------------------------------------------------------------*/
#nav, #nav ul { /* toutes les listes */
	list-style: none;
	line-height: 1.2;
}
span.titre_niveau1 { /* Lien sans position de sourie */
	display: block;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#bloc_centre_sstitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
#bloc_centre p_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #003366;
}



#bloc_droit .texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;
}
.bloc_centre_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #003366;
	float: Aucune;
	width: 497px;
	margin-left: -245px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	font-weight: bold;
	left: 486px;
}




#nav a { /* Lien sans position de sourie */
	display: block;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-align: left;
	height: auto;
	padding-top: 8px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}
#nav a:hover { /* Lien quand la sourie passe dessus */
	display: block;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	text-align: left;
	height: auto;
	padding-top: 8px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}
#nav li { /* tous les items de liste */
	float: left;
	width: 158px; /* largeur obligatoire, sinon opera devient fou */
	height: 15px;
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	width: 158px;
	left: -999em; /* position vertical du deuxième niveau */
	background-color: #E1C327;
	border: 1px solid #FFFFFF;
	margin-top: 9px;
}

#nav li ul ul { /* listes de troisième niveau et plus */
	margin-top: -21px; /* position vertical du troisième niveau */
	margin-right: 0px;
	margin-left: 158px; /* position horizontal du troisième niveau */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
/*menu horizontal fin------------------------------------------------------------------------------------------*/	
#bloc_centre div concours {
	background-color: #FFFF99;
}

#bloc_droit_ss_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.cadre_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-color: #FFFF99;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
#bloc_menu_centre_b {
	background-image: url(img_template/menu_centre_b.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 17px;
	width: 511px;
	padding-top: 3px;
	padding-right: 20px;
}
