/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Menu
	- Textes
	- Pieds de page
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
body#main{
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{
	color: #C21527;
	font:18px Arial;
	margin-bottom:20px;
}

h2{
	color: #C21527;
	font:14px Arial;
	font-weight:bold;
}

#logoPrint{
	position:absolute;
	visibility:hidden;
}

/* CONTENEUR
--------------------------------------------------------------------------------------- */
#haut{
	background:url(Gx/M/haut.jpg) no-repeat;
	margin:0;
	padding:0;
	height:245px;
}

#conteneurFlash{
	float:left;
	width:301px;
	height:227px;
	background-color:#fff;
	margin-top:10px;
}

#conteneur{
	margin: 0 auto 0 auto;
	text-align:left;
	width:800px;
}

#contenu{
	background:#fff url(Gx/bg.gif) repeat-x;
	_height:500px;
	min-height:500px;
}

.contenuGauche{
	float:left;
	width:500px;
}

.contenuDroit{
	float:right;
	width:175px;
}

.representative{
	width:500px;
}
.representative img{
	float:right;
}

/* MENU
--------------------------------------------------------------------------------------- */
#menu{height:23px; margin:0; padding:0; background:url(Gx/M/menu_bg.gif) repeat-x;}
#menu ul{margin:0 0 0 19px;padding:0; width:761px;height:23px;}
#menu ul li{padding:0; margin:0; display:block; float:left; list-style-type:none;height:23px;}

#menu2{height:20px; margin:0; padding:0;}
#menu2 ul{margin:0;padding:0;height:20px;}
#menu2 ul li{padding:0; margin:0; display:block; float:left; list-style-type:none;height:20px;}


/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 14px; line-height: 150%; color: #000;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #0000ff; text-decoration: none;}
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;
}
p.left{width:400px}
ul li{font-size:14px; line-height:120%; list-style:disc; margin-left:16px; color: #000;}
ol li{font-size:11px; line-height:150%; margin-left:16px;}

.lienPDF{
	text-decoration:none;
	color:#000;
}

.lienPDF:hover{
	text-decoration:underline;
}

a.nus6:link, a.nus6:visited {
	color: #D3273F;
	text-decoration: none;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.nus6:link:hover, a.nus6:visited:hover {
	text-decoration: underline;
	color: #D3273F;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style6 {font-size: 9px}

#haut a.sitemap:link, #haut a.sitemap:visited{
	margin:0 7px 0 0;
	color:#fff;
	padding:0 20px 0 20px;
	font-size:10px;
	border-left:1px solid #ff0000;
	border-right:1px solid #ff0000;
}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#444; font-family:Tahoma; font-size:10px; height:50px; padding:0;margin-top:10px;}
#piedPage a{color:#444; text-decoration:none;}
#piedPage a:hover{color:#444; 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:#444;}
#piedPage #copyrights #lienCopyrights:hover{font-weight:normal; text-decoration:underline; color: #444;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
/*fieldset{margin-bottom:10px; padding: 5px; border:1px solid #000;font-size: 11px;}
fieldset legend{font-size: 14px; font-weight: bold; color:#000; padding:3px;border: 1px solid #999;}
fieldset label{font-size: 12px; color:#000;margin:2px 0 2px 0}

.champTexte{	
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.listeDeroulante{
	background: #EEF3F7;	
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
}
.bouton{
	background-color: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #498ECB;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}
.bouton:hover{background-color: #1A80B6;}

.boutonRadio{background: #EEF3F7;color: #4E677A;font-size: 11px;}
.caseaCocher{border: none;}
.erreur{color: #FF0000;}*/
