html{
	font-size:100%;
}
/*----------------------------------------------------*/
/* BODY
/*----------------------------------------------------*/
body{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
}
.le_body{
	text-align:left;
	background:#0079b6 url(/images/global3/fond_site.jpg) no-repeat top center;
	scrollbar-face-color: #0079b6; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #c0c0c0c; 
	scrollbar-arrow-color: #000000;
}
/*#####################################################*/
/* Tableau qui englobe tout le site
/*#####################################################*/
#divBandeauDefilant{display:none;}
.tableau_du_site
{
	/*border:0px solid #f7f7f7;*/
	background-color : #ffffff;
}

.ColonneExtremeGauche
{

}

.tableau_du_site_colonne_extreme_droite
{
	vertical-align:top;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color : #FFFFFF;
}
.tableau_du_site_colonne_extreme_droite_div_qui_suit_le_scroll_IE
{
	position:expression('absolute');
	/*left:763px;*/
	top:expression(eval(document.body.scrollTop)+1);
}
.tableau_du_site_colonne_extreme_droite_div_qui_suit_le_scroll_PAS_IE
{
	position:fixed;
}

/*#####################################################*/
/* Tableau général de l'index
/*#####################################################*/
.TableauGeneralIndex
{
	height: 30%;
	border: 0px;
	padding-top:10px;
}

.Hauteur1erLigneTableauGeneralIndex
{
	padding:0px;
	margin : 0px;
	line-height: 10px;
	/*background-color : #FFFFFF;*/
}
/*----------------------------------------------------*/
/* Espaces colonnes
/*----------------------------------------------------*/
.EspaceAvantColonneGauche{

}
.EspaceApresColonneDroite{

}
.EspaceEntreColonneGaucheEtCentre{

}
.EspaceEntreColonneDroitEtCentre{

}
/*----------------------------------------------------*/
/* Modules site
/*----------------------------------------------------*/
.module_site_gauche{
	
}
.module_site_droite{
	background:#f2f7f9;
	padding:10px 0 0 15px;
}
.espace_entre_modules{
	height:0;
}
/*----------------------------------------------------*/
/* Navigation haut
/*----------------------------------------------------*/
td.navigation_haut {
	display:none;
	font-size:10px;
	color:#384792;
	padding:10px 0 5px 15px;
}
a.chemin:link,a.chemin:visited,a.chemin:active,a.chemin:hover{
	font-size:10px;
	text-decoration:underline;
	color:#000;
}
/*----------------------------------------------------*/
/* Titre page
/*----------------------------------------------------*/
.titre_page{
	line-height:40px; 
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	color:#d54107;
	padding:10px 0 0 22px;
	background:url(/images/global3/fond_titre.png) no-repeat 0 0;
}
/*----------------------------------------------------*/
/* Paragraphes de type "text"
/*----------------------------------------------------*/
.TableauParagrapheImage{
	padding:0 25px;
}
.paragraphe_image{
	border:1px solid #fff;
}
.LegendePhotoParagraphe{
	font-size:11px;
	font-style:italic;
	color:#171717;
	text-align:center;
	padding:5px 0 0 0;
}
.paragraphe, .texte, .formulaire{
	font-size:12px;
	color:#171717;
	padding:5px 22px;
}
.texte ul{
	margin:5px 20px;
	padding:0;
}
.texte ul li{
	list-style:none;
	padding-left:15px;
	background:url(/images/global3/ul_puce.png) 0 5px no-repeat;
}
a.paragraphe{
	font-size:13px;
	color:#741617;
}
.paragraphe:hover{
	color:#000;
}
.paragraphe_titre{
	font-size:13px;
	font-weight:bold;
	color:#005a87;
	padding:10px 15px;
}
/*----------------------------------------------------*/
/* Styles généraux
/*----------------------------------------------------*/
a{
	color:#0078BA;
	text-decoration:underline;
}
a:hover{
	color:#D54107;
}

a:active, :hover{
	outline:none;
}
p{
	margin:5px 0;
	padding:0;
}
ul, ol{
	margin:10px 25px;
	padding:0 15px;
	font-size:12px;
	color:#333a3f;
}
h1, h2, h3, h4, h5{ 
	margin:10px 0;
	line-height: 1.2; 
	font-weight:bold;
}
h1{ 
	font-size:18px;
	color:#d54107;
} 
/*----------------------------------------------------*/
/* H2
/*----------------------------------------------------*/
h2{ 
	font-size:16px;
	color:#d54107;
	padding-left:22px;
	background:url(/images/global3/puce_h2_1.png) no-repeat 0 5px;
}
/*----------------------------------------------------*/
/* H2 bis
/*----------------------------------------------------
h2{ 
	background:#FBE9E7 url(/images/global3/puce_h2.png) no-repeat 12px center;
	color:#D32711;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:11px;
	margin:8px 0;
	padding:5px 10px;
	text-indent:12px;
}
/*----------------------------------------------------*/
/* fin
/*----------------------------------------------------*/
h3{
	font-size:12px;
	color:#d54107;
	padding-left:13px;
	background:url(/images/global3/puce_h3.png) no-repeat 0 5px;
}
h4{
	font-size:12px;
	color:#330505;
	padding-left:10px;
	background:url(/images/global3/puce_h4.png) no-repeat 0 5px;
}
h5{
	font-size:11px;
	color:#43372e;
	border-left:2px solid #3a3c3c;
	padding-left:5px;
}
address{
	font-size:12px;
	font-weight:normal;
	padding:10px;
	margin:0px 0px;
	background:#FBE9E7;
	color:#000;
	border-left:15px solid #D54107;
}
address a{
	color:#fff;
	text-decoration:underline;
}
input, textarea{
	font-size:11px;
	color:#000;
	border:1px solid #D54107;
	padding:2px;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
 input[type="submit"], input[type="button"]{
	cursor:pointer;
}
select {
	font-size:11px;
	color: #384792;
	border: 1px solid #384792;
	width: 160px;
	outline-color:#384792;
}
.bouton_ok{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border:1px solid #005ba3;
	background:#0067b8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.bouton_ok:hover{
	cursor:pointer;
	border-color:#4E7FB7;
	background-color:#4E7FB7;
}
/*----------------------------------------------------*/
/* Plan site
/*----------------------------------------------------*/
#plan_site{
	margin:0;
	padding:0;
}
#plan_site h3{
	margin-left:13px;
}
#plan_site h3  a.paragraphe{
	font-weight:bold;
	color:#000;
} 
#plan_site h3 img{
	display:none;
}
#plan_site h3, #plan_site h4{
	background:none;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_enfant"
/*----------------------------------------------------*/




ul.list_lien_enfant{
	margin:0 20px;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
.list_lien_enfant li{
	display:block;
	width:100%;
	margin-bottom:4px;
	padding:0;
}
li a.lien_enfant{
	display:block;
	padding:5px 20px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#D32711;
	background:#FBE9E7 url(/images/global3/puce_h2.png) 10px center no-repeat;
}
li a.lien_enfant:hover{
	text-decoration:none;
	color:#fff;
	background:#D54107 url(/images/global3/puce_lien_enfant.png) 10px center no-repeat;
}




/*----------------------------------------------------*/
/* Paragraphes de type "lien_enfant"
/*----------------------------------------------------
.list_lien_enfant{
	display:block;
	background:#fff none;
	margin:0;
	padding:0 22px;
	
}
.list_lien_enfant li{
	list-style-image:none;
	list-style-type:none;
}
.lien_enfant{
	color: #0067b8;
	text-indent:12px;
}
.lien_enfant br{display:none;}
a.lien_enfant{
	display:block;
	margin:8px 0;
	padding:5px 10px;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#0078ba url(/images/global3/puce_lien_enfant.png) 12px center no-repeat;
}
a.lien_enfant:hover{
	text-decoration:none;
	color:#fff;
	background-color:#D54107;
}
.lien_enfant_puce_image{
	font-size:11px;
	font-weight:bold;
	color:#384792;
}
.lien_enfant_puce_ol{
	font-size:11px;
	font-weight:bold;
	color:#384792;
}
.lien_enfant_puce_ul{
	font-size:11px;
	font-weight:bold;
	color:#384792;
}
.lien_enfant_separateur{
	font-size:11px;
	font-weight:bold;
	color:#384792;
}
.lien_enfant_tableau{
	padding:0;
	width:100%;
	list-style-type:none;
}
.lien_enfant_tableau_interne{	
	padding-top:0px;
	padding-bottom:3px;
}
.lien_enfant_td_image_gauche{
	text-align:left;
	width:1px;
	padding-right:25px;
	font-weight:bold;
}
.lien_enfant_image_gauche{
	border:0px;
	font-weight:bold;
}
.lien_enfant_td_image_droite{
	text-align:right;
	width:1px;	
	padding-left:5px;
	font-weight:bold;
}
.lien_enfant_image_droite{
	border:0px;
	font-weight:bold;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_frere" (gabarit0)
/*----------------------------------------------------*/
.paragraphe_lien_frereGabarit0{	
	padding:10px 22px;
}
.TableauConteneurLienFrereGabarit0{
}
.TableauLienFrerePrecedentGabarit0{
	text-align:right;
	width:1px;
}
.TableauLienFrereSuivantGabarit0{
	text-align:left;
	width:1px;
}
.TDConteneurLienFrerePrecedentGabarit0{
	text-align:left;
	width:30%
}
.TDCentreTableauConteneurGabarit0{
	width:40%;
}
.TDConteneurLienFrereSuivantGabarit0{
	text-align:right;
	width:30%;
}
/* ------------------------ */
.TDLienFrereIconePrecedentGabarit0, .TDLienFrereIconeSuivantGabarit0{
	display:none;
}
/* ------------------------ */
.TDLienFrerePrecedentGabarit0, .TDLienFrereSuivantGabarit0{
	font-size:11px;
	font-weight:bold;
	color:#000;	
	text-align:left;
	height:20px;
}
.TDLienFrerePrecedentGabarit0{
	padding:2px 10px 2px 20px;
	background:url(/images/global3/puce_lien_frere_gauche.png) left center no-repeat;
}
.TDLienFrereSuivantGabarit0{
	padding:2px 20px 2px 10px;
	background:url(/images/global3/puce_lien_frere_droite.png) right center no-repeat;
}
/* ------------------------ */
a.LienFrerePrecedentGabarit0:link,a.LienFrerePrecedentGabarit0:visited,a.LienFrerePrecedentGabarit0:active, 
a.LienFrereSuivantGabarit0:link,a.LienFrereSuivantGabarit0:visited,a.LienFrereSuivantGabarit0:active{
	color:#0078ba;
	text-decoration:none;
}
a.LienFrerePrecedentGabarit0:hover, a.LienFrereSuivantGabarit0:hover{
	color:#e94d25;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_frere" (gabarit1)
/*----------------------------------------------------*/
.paragraphe_lien_frereGabarit1{
	padding:10px 0;
}
.TableauConteneurLienFrereGabarit1{
	padding-top:15px;
}
.lien_frere_tableauGabarit1{	
	border-top:1px solid #507CBD;
	padding:10px 10px 0 0;
	width:100%;
}
.lien_frere_td_image_gaucheGabarit1{
	text-align:left;
	width:1px;
	padding-right:25px;
}
.lien_frere_image_gaucheGabarit1{
	border:0px;
}
.lien_frere_tableau_interneGabarit1{
	padding:0 0 3px 5px;
}
.lien_frere_puce_imageGabarit1{
	margin:5px 10px 0 0;
}
.lien_frereGabarit1{
	font-size:11px;
	font-weight:bold;
	background:#fff;
	color:#507CBD;
}
/*----------------------------------------------------*/
/* Pied de page (footer)
/*----------------------------------------------------*/
.hauteur_footer_page_specifique{
	height:0;
}
.ligne_en_haut_du_footer {
	display:none;
	height:0;
	background:#3e0809;
}
td.footer {
	text-align:right;
	font-size:11px;
	color:#fff;
	background:#0079b6;
	padding:5px 0 10px 10px;
}
a.footer:link, a.footer:visited, a.footer:active{ 
	text-decoration:none;
	color:#fff;
}
a.footer:hover{
	color:#fff;
	text-decoration:underline;
}
.espace_avant_footer{
	height:0;
}
/*----------------------------------------------------*/
/* Menu
/*----------------------------------------------------*/
.menu_tableau{
	background:#d54107;
	height:32px;
	margin:0;
	padding:0 10px 0 0;
}
#menu_navigation{
	float:right;
	margin:0;
	padding:0;
	background:#d54107;
	text-transform:uppercase;
}
#menu_navigation img{
	border:none;
}
#menu_navigation .separateur{
	font-size:13px;
	font-weight:normal;
	color:#fff;
	padding:1px 3px;
}
#menu_navigation li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
	position:relative;
	z-index:500;
}
#menu_navigation a{
	display:block;
	position:relative;
	padding:2px 15px;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	background:#d54107;
	text-decoration:none;
}
#menu_navigation ol{
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:auto;
	min-width:200px;
	margin:0px;
	padding:0px;
	background:#d54107;
	visibility:hidden;
    filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9; 
}
#menu_navigation ol a{
	color:#fff;
	padding:2px 7px;
	background:#d54107;
}
#menu_navigation ol li a:hover{
	background:#fbe9e7;
}
#menu_navigation ol ol{
	padding:0;
	margin:0;
}
#menu_navigation ol>li + li{
	border:0;
}
#menu_navigation .li_w_c{
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:96% 50%;
}
#menu_navigation a:hover, #menu_navigation li:hover>a, #menu_navigation a:focus, #menu_navigation li:focus>a, #menu_navigation .ie6hoverA{
	color:#d32711;
	background:#fbe9e7;
}
#menu_navigation li:hover, #menu_navigation li:focus, #menu_navigation li.ie6hover{
	z-index:10000;
}
#menu_navigation li li{
	float:left;
	width:100%;
}
#menu_navigation li:hover>ol, #menu_navigation li:active>ol, #menu_navigation .li_visible>ol, #menu_navigation .ie6hoverUL{
	visibility:visible;
	top:100%;
}
#menu_navigation li li:hover>ol, #menu_navigation li li:focus>ol, #menu_navigation li .li_visible>ol, #menu_navigation .ie6hoverUL .ie6hoverUL{
	top:0px;
	left:100%;
}
#menu_navigation:after, #menu_navigation ol:after{
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}