/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Menu
	- Pieds de page
	- Textes
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
*{
	margin:0; padding:0; border:0;
}

body#main{
	background: #FFF url(gx/m/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	/* Garder 3 fontes seulement */
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
}
h1{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #554F3A;
	font-family: Arial;
	padding:0 0 0 20px;
	margin-bottom:10px;
}


h2{
	font-size: 18px;
	height: 20px;
	color: #940F04;
	font-family: "Arial";
	padding:0 0 10px 10px;
	margin-bottom : 0px;
	font-weight:bolder;
	
}

h2 a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #940F04; text-decoration: none;}

h3{
	font-size: 15px;
	height: 15px;
	color: gray;
	font-family: "Arial";
	padding:0 0 10px 10px;
	margin-bottom : 0px;
	font-weight:bolder;
	
}

/* Msg erreur */
h6{
	font-size: 12px;
	color: red;
	font-family: Arial;
	padding:0 0 0 20px;
	margin-bottom:10px;
}
h6.erreur{
	background:url(images/erreur.gif) top left no-repeat; 
}


/* CONTENEUR
--------------------------------------------------------------------------------------- */
#conteneur{
	margin: 0 auto 0 auto;
	width:910px;
	text-align:left;
}
#conteneur #haut{
	width:825px;
	height:111px;
	background: url(gx/m/haut.jpg) right no-repeat;
	margin: 0 0 4px 0;
}


#conteneur #contenu{
	width:910px;
}

#conteneur #contenu #colGauche{
	width:161px;
	float: right;
	margin:20px 0 0 2px;
}
#conteneur #contenu #colDroite{
	width:728px;
	float: right;
	margin:0 2px 0 0;
}

#boiteLogin{
	width:161px;
	display: block;
	/* background: url(Gx/M/boiteLogin_bg.gif) repeat-x; */
	margin-bottom: 5px;
}
#formLogin{
	margin:0;
	padding:0;
	width: 161px;
	height: 77px;
}
#formLogin fieldset{margin:0; padding: 5px 7px 0 7px; border:0; font-size: 11px; color:#F1EFE7;}

#formLogin .champTexte{	
	color: #9C8454;
	border: 1px solid #A79267;
	background: #E5E2D6;
	font-size: 11px;
	height: 17px;
	padding: 0 3px 0 3px;
	margin: 3px 0 3px 0;
}
#cadreContenu{
	/* border-left:1px solid #CFCDC3;
	border-right:1px solid #CFCDC3; */
	background: url(gx/m/cadreContenu_bg.gif) repeat-y;
	padding: 0 0 0 10px;
}



/* Boites modulaires */
.boite{float:left; display:inline; border:1px solid #CFCDC3; margin:10px 10px 0 0;}
.demi{_width:347px;width:347px; /* correctif pour le probleme des 2 bordures*/}
.troisquart{_width:500px;width:500px; /* correctif pour le probleme des 2 bordures*/}
.pleine{_width:702px;width:704px;}

.troisquart strong{color:#343434; font-size:12px; padding: 0px 0px 0 0px;font-family: "Arial"; color:#000000;}
.boiteHaut{height:32px;	background: url(gx/m/boiteHaut_bg.gif) repeat-x;}
.boiteHaut h1{color:#343434; font-size:12px; text-transform: uppercase;	padding: 7px 29px 0 10px;}

.boiteHaut ul{height:32px;	float:left;}
.boiteHaut ul li{
	list-style: none;
	display: inline;
	float:left;
	width: 92px;
	height:32px;
	padding: 14px 0 0 0;
	background: url(gx/m/hautMenuBg.gif) no-repeat;
}

.boiteHautlarge{height:32px;	background: url(gx/m/boiteHaut_bg.gif) repeat-x;}
.boiteHautlarge ul{height:32px;	float:left;}
.boiteHautlarge ul li{
	list-style: none;
	display: inline;
	float:left;
	width: 135px;
	height:32px;
	padding: 14px 0 0 14px; 
	font-weight:bold;
	background: url(gx/m/hautMenuBglarge.gif) no-repeat;
}

.boiteHaut ul li.actif{background: url(gx/m/hautMenuBg_on.gif) no-repeat;}
.boiteHautlarge ul li a{text-decoration:none;}

.boiteHaut ul li a.nouvelle, .boiteHaut ul li a.nouvelle:visited{color:#811929; width:92px; padding:0 0 0 12px; font-weight:bold; text-decoration:none;}
.boiteHaut ul li a.nouvelle:hover{text-decoration: underline;}

.boiteHautlarge ul li.actif{background: url(gx/m/hautMenuBglarge_on.gif) no-repeat;}

.boiteHautlarge ul li a.fichesimple, .boiteHaut ul li a.fichesimple:visited{color:#000000; font-size:11px; padding:0 0 0 1px; font-weight:bold; text-decoration:none;}
.boiteHautlarge ul li a.fichesimple:hover{text-decoration: underline;}

.boiteHaut ul li a.famille, .boiteHaut ul li a.famille:visited{color:#4F9808; width:92px; padding:0 0 0 12px; font-weight:bold; text-decoration:none;}
.boiteHaut ul li a.famille:hover{text-decoration: underline;}

.boiteHaut ul li a.Nouvellelue, .boiteHaut ul li a.Nouvellelue:visited{color:#4F9808; width:92px; padding:0 0 0 12px; font-weight:bold; text-decoration:none;}
.boiteHaut ul li a.Nouvellelue:hover{text-decoration: underline;}


/* TABLEAU */
.tableau{
	float:left;
	margin:0 0 10px 0;
}
.tableau th{
	color: #554F3A;
	font-weight: bold;
	font-size:12px;
	border-bottom: 1px solid #3F3F3F;
	
}
.tableau tr{
	text-align: left;
}
.tableau td{
	color: #554F3A;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px solid #C6C6C6;
	padding-right: 10px;
}

.tableauProfil{
	float:left;
	margin:0 0 10px 0;
}
.tableauProfil th{
	color: #554F3A;
	font-weight: bold;
	font-size:12px;
	border-bottom: 1px solid #3F3F3F;
	
}
.tableauProfil tr{
	text-align: left;
}
.tableauProfil td{
	color: #554F3A;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	padding-right: 10px;
	font-weight:normal;
}


.tableauSimple{
	font-size:12px;
	color: #554F3A;
	text-align: left;
}
.tableauSimple a, .tableauSimple a:link{color: #811929;}
.tableauSimple a:hover{color:#000;}

.tableauphotoNav{
	font-size:13px;
	color: #554F3A;
	text-align: left;
	background-color: #811929;
	text-decoration: none;
}
.tableauphotoNav a, .tableauphotoNav a:link{color: #fff;font-family: "Trebuchet MS"; font-weight:bold;text-decoration: none;}
.tableauphotoNav a:hover{color:#fff;}
.tableauphotoNav a:visited{color:#fff;}

/* BOITE GRISE */
.boiteGrise{
	background: #F1EFE7;
	padding: 10px;
}

/* MENU HAUT (Fond organgé)
--------------------------------------------------------------------------------------- */
#menuHaut{
	width:910px;
	height: 34px;
	background: url(gx/m/menuHaut_bg.gif) no-repeat;
	padding: 0;
	margin: 0 0 5px 0;
	text-align:left;
}
#menuHaut ul{
	padding: 0;
	margin: 0;
}
#menuHaut ul li{
	padding: 0 0 0 10px;
	margin: 0;
	display: inline;
	list-style-type: none;
}
#menuHaut ul li a, #menuHaut ul li a:link, #menuHaut ul li a:visited{
	line-height: 34px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 6px 6px 12px;
}
#menuHaut ul li a:hover, #menuHaut ul li a:visited:hover{
	background-color: #F9B461;
}
#menuHaut ul li a.actif, #menuHaut ul li a.actif:visited{
	color:#000;
}

/* MENU PRINCIPAL (À gauche sur fond grisâtre)
--------------------------------------------------------------------------------------- */
#boiteMenu{
	background: #F1EFE7;
	width:161px;
	margin-bottom:5px;
}
#menu{
	width:136px;
	padding: 0;
	margin: 0 0 0 12px;
	text-align:left;
}
#menu h1{
	color: #F7651D;
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px 0 2px 0; 
	padding: 0;
}
#menu h2{
	color: #48422B;
	font-family: Tahoma;
	font-size: 11px;
	margin: 6px 0 2px 0;
}
#menu ul{
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom:1px solid #A48C58;
}
#menu ul li{
	padding: 0 0 0 0px;
	margin: 0;
	display: block;
	list-style-type: none;
}
#menu ul li.iconeUtilisateur{
	padding-left:18px;
	background: url(Gx/M/icone_utlilisateur.gif) no-repeat left center;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	line-height: 11px;
	font-size: 11px;
	color: #48422B;
	text-decoration: none;
	padding: 0 0 0 0;
}
#menu ul li a:hover, #menu ul li a:visited:hover{
	text-decoration: underline;
	color: #811929;
}
#menu ul li a.actif, #menu ul li a.actif:visited{
	color:#000;
	text-decoration: underline;
}


/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#676767; font-size:10px; padding: 10px 0 10px 0;}
#piedPage a{color: #676767; text-decoration: none;}
#piedPage a:hover{ color: #940F04;  text-decoration: underline;}
#piedPage #copyrights{ float: left; margin: 0; text-align: left;}
#piedPage #copyrights a{ font-weight: bold; }
#piedPage #copyrights #lienCopyrights{font-weight: normal;text-decoration: none;color: #676767;}
#piedPage #copyrights #lienCopyrights:hover{ font-weight: normal;text-decoration: underline;color: #811929;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 11px; line-height: 16px; color: #554F3A;}
p strong{
	font-size: 12px;
	color: #811929;
}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #811929; text-decoration: underline;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{color:#000; text-decoration:underline;}

ul li{font-size:11px; line-height:150%; list-style:square; color:#1F1F1F;}
ol li{font-size:11px; line-height:150%; color:#1F1F1F;}



.textePetit{font-size:10px; color:#1F1F1F;}
.textePetit a, .textePetit a:link, .textePetit a:visited{font-size:10px; color:#1F1F1F;}
.textePetit a:hover, .textePetit a:visited:hover{font-size:10px; color:#1F1F1F;}

.textemoyen{font-size:12px; color:#1F1F1F;font-family: "Arial"; }
.textemoyen a, .textemoyen a:link, .textemoyen a:visited{font-size:12px; color:#1F1F1F;}
.textemoyen a:hover, .textemoyen a:visited:hover{font-size:12px; color:#1F1F1F;}

.texteStats{font-size:12px; color:#1F1F1F;font-family: "Trebuchet MS";  text-decoration: none;}
.texteStats a, .texteStats a:link, .texteStats a:visited{font-size:12px; color:#1F1F1F;}
.texteStats a:hover, .texteStats a:visited:hover{font-size:10px; color:#1F1F1F; text-decoration: underline;}

.debutTitre{font-size:12px; color:#1F1F1F;font-family: "Trebuchet MS";  text-decoration: none;}
.FinTitre{font-size:12px; color:#1F1F1F;font-family: "Trebuchet MS";  text-decoration: none;weight:bolder;}

/* LIENS COULEURS DIFFÉRENTES PAR BOITE */
p a.nouvelle, p a:link.nouvelle, p a:link:visited.nouvelle{color:#4F9808;}
p a.nouvelle:hover{color:#000;}


p a.melimelo, p a:link.melimelo, p a:link:visited.melimelo{color:#27669C;}
p a.melimelo:hover{color:#27669C;}

p a.profil, p a:link.profil, p a:link:visited.profil{color:#7E0B0E;}
p a.profil:hover{color:#7E0B0E;}

p a.NouvelleLue, p a:link.NouvelleLue, p a:link:visited.NouvelleLue{color:gray;  font-size:12px; text-decoration: none;font-family: "Trebuchet MS"; font-weight: bold; }
p a.NouvelleLue:hover{color:#000;}

p a.titrenouvelle, p a:link.titrenouvelle, p a:link:visited.titrenouvelle{color:black;  font-size:11px; text-decoration: none;font-family: "Trebuchet MS"; font-weight: bold; }
p a.titrenouvelle:hover{color:red;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{margin:0; padding: 5px; border:1px solid #000;font-size: 11px;}
fieldset legend{font-size: 14px; font-weight: bold; color:#000;}
fieldset label{font-size: 12px; color:#000;}

.champTexte{	
	color: #4f3100;
	border: 1px solid #811929;
	background: #f0f0e8;
	font-size: 13px;
}
.boutonRadio{
	color: #4E677A;
	background: #EEF3F7;
	font-size: 12px;
}
.listeDeroulante{
	color: #4f3100;
	border: 1px solid #811929;
	background: #f0f0e8;
	font-size: 12px;
}
.boiteTexte{
	font-family: "Arial";
	font-size: 13px;
	color: #811929;
	border: 1px solid #811929;
	background: #f0f0e8;
}
.bouton{
	font-family: "Trebuchet MS";
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #811929;
}
.boutonImage{
	border:0px;
}
.caseaCocher{
	color: #811929;
	background: #FFF;
	border: 1px solid #cccabe;
}
.erreur{
	font-size: 11px;
	color: #FF0000;
}

.msgerreur{
	display:inline;
	float:left;
	margin-left:15px;
	color:red;
	font-size:12px;
	font-weight:bolder;
	}