/*----------------------------------------------------*/
/* Styles généraux
/*----------------------------------------------------*/
html{
	font-size:100%;
	margin:0;
	padding:0;
}
body{
	font-family:"Tahoma", Arial;
	font-size:12px;
	font-weight:normal;
/*	text-align:center;/* pour IE */
	background:#8a7e74 url(/images/global_2/fond_site.jpg) no-repeat center top;
	scrollbar-face-color: #8a7e74;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #c0c0c0c;
	scrollbar-arrow-color: #000000;
}

a{
	color:#6481aa;
	text-decoration:underline;
}
a:hover{
	color:#000;
}
a:active, a:focus, :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{ 
	font-size:16px;
	color:#4991af;
	padding-left:25px;
	background:url(/images/global_1/puce_h2.png) no-repeat 0 3px;
}
h2:first-letter{

} 
h3{
	font-size:14px;
	color:#4991af;
	padding-left:13px;
	background:url(/images/global_1/puce_h3.png) no-repeat 0 4px;
}
h4{
	font-size:12px;
	color:#1f2225;
	padding-left:10px;
	background:url(/images/global_1/puce_h4.png) no-repeat 0 6px;
}
h5{
	font-size:11px;
	color:#171819;
	border-left:2px solid #3a3c3c;
	padding-left:5px;
}
address{
	font-size:11px;
	font-style:normal;
	padding:10px;
	margin:0;
	background:#f5f6f7;
	color:#828282;
	border:1px solid #e3e3e3;
}
address a{
	color:#252525;
	text-decoration:underline;
}
input, textarea{
	font-size:11px;
	color:#000;
	border:1px solid #8a7e74;
	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;
}
/*----------------------------------------------------*/
/* Tableau qui englobe tout le site
/*----------------------------------------------------*/

.contenu_site_int{
	background:url(/images/global_2/contenu_site_int.png) no-repeat bottom center;
}

.tableau_du_site{
	background:transparent;
	position:relative;
	text-align:left;
}
.ColonneExtremeGauche{

}
.tableau_du_site_colonne_extreme_droite{
	vertical-align:top;
	padding:0;
	background:#fff;
}
.tableau_du_site_colonne_extreme_droite_div_qui_suit_le_scroll_IE{
	position:expression('absolute');
	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;
	background:#fff;
}
.Hauteur1erLigneTableauGeneralIndex{
	padding:0px;
	margin:0px;
	line-height:10px;
}
/*----------------------------------------------------*/
/* Espaces colonnes
/*----------------------------------------------------*/
.EspaceAvantColonneGauche{
	
}
.EspaceApresColonneDroite{
	
}
.EspaceEntreColonneGaucheEtCentre{
	
}
.EspaceEntreColonneDroitEtCentre{
}
/*----------------------------------------------------*/
/* Modules site
/*----------------------------------------------------*/
.module_site_gauche{
}
.module_site_droite{

}
.espace_entre_modules{

}
/*----------------------------------------------------*/
/* Navigation haut
/*----------------------------------------------------*/
td.navigation_haut{
	font-size:10px;
	color:#7e7d7d;
	padding:10px 0 5px 252px;
}
a.chemin:link,a.chemin:visited,a.chemin:active,a.chemin:hover{
	font-size:10px;
	text-decoration:underline;
	color:#7e7d7d;
}
/*----------------------------------------------------*/
/* Titre page
/*----------------------------------------------------*/
.titre_page{
	line-height:40px; 
	font-weight:normal;
	font-size:22px;
	/*
	text-transform:uppercase;
	letter-spacing:3px;
	*/
	color:#4991af;
	padding:0px 0 0 0px;
	background:url(/images/global_2/fond_titre.png) no-repeat left bottom;
}
/*----------------------------------------------------*/
/* Paragraphes de type "text"
/*----------------------------------------------------*/
.TableauParagrapheImage{
	padding:0 25px;
}
.paragraphe_image{
	border:1px solid #fff;
}
.LegendePhotoParagraphe{
	font-size:11px;
	font-style:italic;
	color:#2d3239;
	text-align:center;
	padding:5px 0 0 0;
}
.paragraphe, .texte, .formulaire{
	font-size:12px;
	color:#2d3239;
	padding:5px 15px;
}
.texte{
	/* pour l'admin */
	background:#fff;
}
.texte ul{
	margin:5px 20px;
	padding:0;
}
.texte ul li{
	list-style:none;
	padding-left:15px;
	background:url(/images/global_1/ul_puce.png) 0 5px no-repeat;
}
a.paragraphe{
	font-size:13px;
	color:#6481aa;
}
.paragraphe:hover{
	color:#000;
}
.paragraphe_titre{
	font-size:13px;
	font-weight:bold;
	color:#005a87;
	padding:10px 15px;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_enfant"
/*----------------------------------------------------*/
.lien_enfant_puce_image{display:none;}
ul.list_lien_enfant{
	margin:0 15px;
	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:#989898;
	background:#fff url(/images/global_1/puce_lien_enfant.png) 5px center no-repeat;
}
li a.lien_enfant:hover{
	text-decoration:none;
	color:#fff;
	background:#5699b5 url(/images/global_1/puce_lien_enfant.png) 5px center no-repeat;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_frere"
/*----------------------------------------------------*/
.paragraphe_lien_frereGabarit0{	
	padding:10px 15px;
}

.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 a, .TDLienFrereSuivantGabarit0 a{
width:236px;
height:27px;
display:block;
line-height:27px;
}
.TDLienFrerePrecedentGabarit0, .TDLienFrereSuivantGabarit0{
	font-size:11px;
	font-weight:bold;
	color:#989898;	
	text-align:left;
	height:27px;
}
.TDLienFrerePrecedentGabarit0 a{	padding:0px 0px 0px 20px;}
.TDLienFrereSuivantGabarit0 a{ padding:0px 20px 0px 0px;}

.TDLienFrerePrecedentGabarit0{
	background:url(/images/global_1/puce_lien_frere_gauche.png) left center no-repeat;
	border-right:1px #efefef solid
}
.TDLienFrereSuivantGabarit0{
	background:url(/images/global_1/puce_lien_frere_droite.png) right center no-repeat;
	text-align:right;
	border-left:1px #efefef solid


}
a.LienFrerePrecedentGabarit0:link,a.LienFrerePrecedentGabarit0:visited,a.LienFrerePrecedentGabarit0:active, 
a.LienFrereSuivantGabarit0:link,a.LienFrereSuivantGabarit0:visited,a.LienFrereSuivantGabarit0:active{
	color:#989898;
	text-decoration:none;
}
a.LienFrerePrecedentGabarit0:hover, a.LienFrereSuivantGabarit0:hover{
	color:#989898;
	text-decoration:underline;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_frere2"
/*----------------------------------------------------*
.paragraphe_lien_frereGabarit0{	
	padding:15px;
}
.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{
	font:bold 13px Arial;
	color:#fff;
	text-align:center;
	padding:0px 8px;
}
.TDLienFrereIconePrecedentGabarit0{
	background:url(/images/global_1/fond_lien_frere_gauche.png) no-repeat top left;
}
.TDLienFrereIconeSuivantGabarit0{
	background:url(/images/global_1/fond_lien_frere_droite.png) no-repeat top right;
}
.TDLienFrerePrecedentGabarit0, .TDLienFrereSuivantGabarit0{
	font:bold 11px Arial;
	color:#005a87;	
	text-align:left;
	padding:2px 10px;
	height:20px;
}
.TDLienFrerePrecedentGabarit0{
	background:url(/images/global_1/fond_lien_frere_gauche2.png) no-repeat top right;
}
.TDLienFrereSuivantGabarit0{
	background:url(/images/global_1/fond_lien_frere_droite2.png) no-repeat top left;
}
a.LienFrerePrecedentGabarit0:link,a.LienFrerePrecedentGabarit0:visited,a.LienFrerePrecedentGabarit0:active, 
a.LienFrereSuivantGabarit0:link,a.LienFrereSuivantGabarit0:visited,a.LienFrereSuivantGabarit0:active
{
	color:#fff;
	text-decoration:none;
}
a.LienFrerePrecedentGabarit0:hover, a.LienFrereSuivantGabarit0:hover{
	color:#000;
}
/*----------------------------------------------------*/
/* 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)
/*----------------------------------------------------*/
#footer{
	clear:both;
	width:100%;
	text-align:center;
	margin-top:20px;
}
#footer-inner{
	width:1002px;
	margin:0 auto;
	position:relative;
}

.footer-haut{
	display:block;
	clear:both;
	padding-bottom:2px;
	width:1002px;
	height:73px !important;
	height:74px;
	background:url(/images/global_2/fond_footer.jpg) no-repeat;
	position:relative;

}

a.btn_presse, a.btn_adherents{
	float:left;
	display:block;
	width:134px;
	height:25px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}
a.btn_presse{background:url(/images/global_1/btn_press.png) no-repeat;margin-right:10px;}
a.btn_adherents{background:url(/images/global_1/btn_adherents.png) no-repeat;}

ul.footer-menu{ 
	float:right;
  margin:39px 0 15px 0;
  padding:0; 
}
ul.footer-menu li{ 
	float:left;
  list-style:none;
  padding:0 5px; 
  line-height:25px;
}
ul.footer-menu li.sep1, ul.footer-menu li.sep2{
	padding:0;
}
ul.footer-menu li.first, ul.footer-menu li.sep1{ /* Suppression du 1er lien (contact) */
	display:none;
}
ul.footer-menu li.first{
	padding-left:0;
}
ul.footer-menu li.last{
	padding-right:0;
}
ul.footer-menu li a{ 
	color:#3b9bc2;
  text-decoration:none; 
}
ul.footer-menu li a:hover{ 
	color:#3b9bc2;
  text-decoration:underline; 
}
/*----------------------------------------------------*/
/* Menu
/*----------------------------------------------------*/
.menu_tableau{
/*
	position:absolute;
	top:0;
	left:auto;
	z-index:100;
	background:#8a7e74;
*/
	padding-left:0px;
	padding-top:35px;
	height:22px;
	background:url(/images/global_1/fond_menunav.jpg) no-repeat;

}
#menu_navigation{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:13px;
	width:900px;
	text-transform: uppercase;
}


/*----------------------------------------------------*/
/* Bandeau défilant
/*----------------------------------------------------*/
#bandeau_defilant{
	width:100%;
	height:21px;
	text-align:center;
	background:#bdb6b1;
}
#bandeau_defilant-inner{
	width:997px;
	margin:0 auto;
	font:11px Arial;
	color:#fff;
	text-align:left;
	line-height:21px;
}
/*----------------------------------------------------*/
/* 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;
}



/***********   menu haut droite   ************/

#conteneur_menuhdroit
{
margin:0 auto;
width:1002px;
position:relative;
}

ul.menu_hdroite{
	position:absolute;
z-index:20;
	top:6px;
	right:0;
	margin:0;
	padding:0;
}
 ul.menu_hdroite li{
	float:left;
	list-style:none;
	padding:0 15px;
}
ul.menu_hdroite li a{
	font:bold 11px Tahoma, Verdana;
	color:#365a72;
	text-decoration:none;
}
ul.menu_hdroite li a:hover{
	color:#000;
	text-decoration:underline;
}

/*** Module Push****/

.module_push_site_tableau
{
margin-bottom:10px;
}

#tableau_affichage_module_banniere_for_module img
{

padding:10px 0;
}



.Hauteur1erLigneTableauGeneralIndex { height: 30px; }

/*
div[name="astuss_cmse_pages_page"]
{
min-height:600px;
}
*/
