/* 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: url(gx/m/bg.gif);
	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;
	color: #554F3A;
	font-family: Verdana;
	margin-bottom:10px;
}

h2{
	font-size: 22px;
	color: #5e729b;
	font-family: "Verdana";
	margin-bottom : 10px;
	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: #5e729b; text-decoration: none;}

h3{
	font-size: 12px;
	line-height: 10px;
	color: #5e729b;
	font-family: "Verdana";
	margin-bottom : 10px;
	font-weight:bolder;
	padding:0;
	
}

h3 a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #5e729b; text-decoration: none;}


/* CONTENEUR
--------------------------------------------------------------------------------------- */
#conteneur{
	margin: 0 auto 0 auto;
	width:972px;
	text-align:left;
}
#conteneur #haut{
	width:972px;
}

#haut img
{ vertical-align: top;}

#conteneur #contenu{
	width:972px;
	background: #f6f6f6;
}

#conteneur #contenu #colGauche{
	background: url(gx/m/bgdroite.gif); 
	width:162px;
	float: right;
	background: #f6f6f6;
}

#conteneur #contenu #colDroite{
	width:810px;
	float: left;
	margin:0 0px 0 0;
	background: #fff;
	
}

#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; */
	padding: 0 0 0 0px;
}



/* Boites modulaires */
.boite{float:left; display:inline; border:1px solid #CFCDC3; margin:10px 10px 0 0;}
.demi{_width:500px;width:500px; /* correctif pour le probleme des 2 bordures*/}
.troisquart{_width:600px;width:600px; margin:10px 10px 10px 10px;/* correctif pour le probleme des 2 bordures*/}
.pleine{_width:971px;width:971px;}

.troisquart strong{color:#343434; font-size:12px; padding: 0px 0px 0 0px;font-family: "Verdana"; color:#000000;}
.boiteHaut{height:32px;	background: url(gx/m/boiteHautdroite.gif) repeat-x;}
.boiteHaut h1{color:#343434; font-size:12px; text-transform: uppercase;	padding: 7px 29px 0 10px;}


/* 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;
}


.tableauVieHD td{
	font-size:12px;
	color: #554F3A;
	text-align: left;
	border: 1px solid #5e729b;
	padding: 5px;
}

.tableauSimple{
	font-size:12px;
	color: #554F3A;
	text-align: left;
}
.tableauSimple a, .tableauSimple a:link{color: #5e729b;}
.tableauSimple a:hover{color:#000;}

.tableauphotoNav{
	font-size:13px;
	color: #554F3A;
	text-align: left;
	background-color: #5e729b;
	text-decoration: none;
}
.tableauphotoNav a, .tableauphotoNav a:link{color: #fff;font-family: "Verdana"; font-weight:bold;text-decoration: none;}
.tableauphotoNav a:hover{color:#fff;}
.tableauphotoNav a:visited{color:#fff;}

/* BOITE GRISE */
.boiteGrise{
	background: #F1EFE7;
	padding: 10px;
}


/* 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: #5e729b;  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: #5e729b;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 11px; line-height: 16px; color: #554F3A;}
p strong{
	font-size: 12px;
	color: #5e729b;
}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #5e729b; 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: "Verdana"; }
.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: "Verdana";  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: "Verdana";  text-decoration: none;}
.FinTitre{font-size:12px; color:#1F1F1F;font-family: "Verdana";  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: "Verdana"; 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: "Verdana"; 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 #5e729b;
	background: #f0f0e8;
	font-size: 13px;
}
.boutonRadio{
	color: #4E677A;
	background: #EEF3F7;
	font-size: 12px;
}
.listeDeroulante{
	color: #4f3100;
	border: 1px solid #5e729b;
	background: #f0f0e8;
	font-size: 12px;
}
.boiteTexte{
	font-family: "Verdana";
	font-size: 13px;
	color: #5e729b;
	border: 1px solid #5e729b;
	background: #f0f0e8;
}
.bouton{
	font-family: "Verdana";
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #5e729b;
}
.boutonImage{
	border:0px;
}
.caseaCocher{
	color: #5e729b;
	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;
	}