/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Menu
	- Pieds de page
	- Textes
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
body#main{
	background: #FFF url(gx/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{margin:0; padding:0; border:0;}

h1{
	font-size: 19px;
	color: #245A8E;
	margin: 10px 0 5px 0;
	padding: 7px 0 5px 0;
	border-bottom: 1px solid #DBDBDB;
}

/* CONTENEUR
--------------------------------------------------------------------------------------- */
#conteneur{
	margin: 0 auto 0 auto;
	width:961px;
	text-align:left;

}
#hautPage{width:961px; }
#hautPage #logo{
	float:left;
	width: 253px;
}
#hautPage #photoHaut{
	float:right;
	text-align:right;
	width: 708px;
}
#contenu{width: 961px; float: left; margin: 0; padding: 0;border:0;}
#contenuPage{width: 671px; float:right;}



/* MENU
--------------------------------------------------------------------------------------- */
#menu{width:253px; margin:0; padding:0; float:left; background: url(gx/m/menu_bg.gif) repeat-x;}
#menu ul{padding:12px 0 270px 0; margin:0;float:right;width:233px;}
#menu ul li{padding:0; margin:0; display:block; list-style-type:none;}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 10px 3px 0;
	border-bottom: solid 1px #D8D8D8;
	display: block;
}
#menu ul li a:hover, #menu ul li a:visited:hover{color: #699CD2;}
#menu ul li a.actif, #menu ul li a.actif:visited{font-weight:bold; color:#FFF;}

#menuSec{color: #757575;height:25px; padding:0; margin:0;width:961px;text-align:right;}
#menuSec a, #menuSec a:link, #menuSec a:visited{
	line-height: 25px;
	font-size: 11px;
	color: #757575;
	text-decoration: none;
	padding: 5px;
}
#menuSec a:hover, #menuSec a:visited:hover{
	text-decoration: underline;
}
#menuSec a.actif, #menuSec a.actif:visited{
	color:#245A8E;
	font-weight: bold;
}
#menuSec .listeLangue{
	color: #5B5B5B;
	border: 1px solid #D9D9D9;
	background: #FFF;
	font-size: 11px;
	margin:2px 0 0 5px;	
}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#basPage{background: #F6F6F6 url(gx/m/basPage_bg.gif) repeat-x;width:100%;text-align: center;}
#piedPage{width:961px; color:#737373; height:50px; font-size:11px; padding:10px 0 90px 0;margin: 0 auto 0 auto; text-align: left;}
#piedPage a{color:#525252; text-decoration:none;}
#piedPage a:hover{color:#000; text-decoration:underline;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 12px; line-height: 150%; color: #5B5B5B;}
p strong{color: #28507A;font-size: 15px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #245A8E; 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:#333; text-decoration:underline;}
ul li{font-size:11px; line-height:150%;margin-left:19px; list-style:square;color: #5B5B5B;}
ol li{font-size:11px; line-height:150%; color: #5B5B5B;}

.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;}

/* p:first-letter{color:green; font-size:200%; text-transform:uppercase;} */

.lienRSS{
	background: url(Gx/rss.gif) no-repeat left;
	padding:5px 0 5px 20px;
}


.boiteDemi{
	width:310px; _width:330px;border: 1px solid #DEDEDE;	margin-bottom:8px;padding:10px;
}



/* FORMULAIRES
--------------------------------------------------------------------------------------- */
form.formRecherche{border:0;margin:0;padding:0;}
form.formRecherche fieldset{border:0;margin-top:20px;padding:0;}
form.formRecherche legend{border:0;margin:0 0 0 -6px;padding:0;font-size: 14px; color:#C3CFDB; font-weight: normal;}
form.formRecherche .champTexte{color: #5B5B5B; border: 1px solid #D9D9D9; background: #FFF; font-size: 14px; margin:2px 0 2px;}

fieldset{margin-bottom:10px; padding: 5px; border:1px solid #DBDBDB;font-size: 11px;}
fieldset legend{font-size: 14px; font-weight: bold; color:#355D86; }
fieldset label{font-size: 12px; color:#5B5B5B;margin:2px 0 2px;}

.champTexte{	
	color: #5B5B5B;
	border: 1px solid #BDCAD8;
	background: #EBEFF3;
	font-size: 12px;
	margin:2px 0 2px;
}
.boutonRadio{
	color: #5B5B5B;
	background: #EBEFF3;
	font-size: 12px;
}
.listeDeroulante{
	color: #5B5B5B;
	border: 1px solid #BDCAD8;
	background: #EBEFF3;
	font-size: 12px;
	margin:2px 0 2px;
}
.boiteTexte{
	font-family: Arial;
	font-size: 12px;
	color: #5B5B5B;
	border: 1px solid #BDCAD8;
	background: #EBEFF3;
	margin:2px 0 2px;
}
.bouton{
	font-family: Arial;
	background-color: #FFF;
	color: #355D86;
	font-size: 13px;
	font-weight: bold;
}
.boutonImage{
	border:0px;
}
.caseaCocher{
	border: none;
}
.erreur{
	font-size: 11px;
	color: #FF0000;
}
