body#main{
	background: #FFF url(gx/bg.gif) repeat-x;
	/* voir le bg.gif pour comprendre le principle
		le bg fait la bordure du site et aussi le fond de la marge 
		permet d'avoir un site 100% en hauteur sans de trick html */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html{
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	margin: 8px 0 5px 0;
	font-size: 19px;
	color: #356AA0;
	font-family: "Trebuchet MS";
}

/* PIED DE PAGE */
#piedPage{
	color: #979797;
	height: 40px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 0 0 0;
}
#piedPage a{ color: #979797; border-bottom: none;}
#piedPage a:hover{ color: #000; }
#piedPage div.copyrights{ float: left; margin: 0 0 0 0; text-align: left;}
#piedPage div.copyrights a{ font-weight: bold; }

#contenu{
	background: url(gx/m/bg_monde.jpg) no-repeat;
}

#langue{
	background: url(gx/m/bg_langue.gif) no-repeat;
	height: 26px;
	color: #58759B;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0 0 30px;
}
#langue a{ color: #58759B; border-bottom: none;}
#langue a:hover{ color: #000; }


/* TEXTE*/
.texte{
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 140%;
	color: #356AA0;
}

.texte a, .texte a:link, .texte a:visited{
	color: #356AA0;
	text-decoration: none;
	
}
.texte a:hover, .texte a:visited:hover{
	color: #000;
	text-decoration: underline;
}

.texte ul{
	margin: 0 0 0 15px;
}
.texte li{
	list-style: square;
}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{margin: 0; padding: 0; width: 456px; border:none;}

fieldset label{font-size: 0.8em; color:#356AA0; font-weight: bold;}

.formulaire{
	margin: 0;
	padding: 0;
}

.champTexte{	
	color: #356AA0;
	border: 1px solid #7D9EC0;
	background: #ECF2F9;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.boutonRadio{	
	color: #4E677A;
	background: #ECF2F9;
	margin:0;
	padding: 0;
	font-size: 0.8em;
}
.menuDeroulant{	
	color: #356AA0;
	border: 1px solid #7D9EC0;
	background: #ECF2F9;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
.boiteTexte{
	font-family: Tahoma;
	font-size: 0.8em;
	color: #356AA0;
	border: 1px solid #7D9EC0;
	background: #ECF2F9;
	margin: 0;
	padding: 0;
}
.bouton{
	background-color: #FFF;
	color: #356AA0;
	font-size: 12px;
	font-weight:bold;
}
.boutonImage{
	border:0px;
}
.caseaCocher{
	border: 0px;
	background-color: #FFF;
}
.erreur{
	font-size: 11px;
	color: #FF0000;
}


