/* COMMUNS */
	/* surcharge de tags html */
html {
	scrollbar-base-color:#434343;
	scrollbar-arrow-color:#979797;
	scrollbar-3dlight-color:#2E2E2E;
	scrollbar-darkshadow-color:#2E2E2E;
	scrollbar-highlight-color:#2E2E2E;
	scrollbar-face-color:#434343;
	}


*  { margin: 0; padding: 0; border: 0; }
div, body,p ul, li{	margin:0; padding:0; font:12px Arial;}
body { background: #585858;color: #585858;}
p, ul{ padding-bottom: 1em; }
a { color: #828282;	 text-decoration: none; }
a:hover { color: #C43C03; text-decoration: none; }
ul, li { list-style-type: none; }
li { margin-left:10px;}
	/* class pour spacer */
.clearer{ clear:both; }

	/* titres */
h1, h2{color: #828282; text-transform: uppercase; line-height: 22px;}
h1 { letter-spacing:-2px; font-size:22px; font-weight:400; }
h2 { letter-spacing:-1px; font-size:18px; font-weight:300; }
h3 {
	color: #777777;
	font-size:14px;
	line-height: 18px;
	letter-spacing:-1px;
	text-transform: uppercase;
	}
 /*lien dans titres */
h1 a, h2 a { color: #828282; }
h3 a{ color: #777777; }
h3 a:hover{ color: #C43C03; }


/* ENTETE */
#header { text-transform:uppercase; padding:25px 0px 15px 15px;}
* #header {  padding:28px 0px 18px 18px;;} /*IE HACK*/

#header h1{ font-size:24px; line-height: 20px; font-weight:400; }
#header h1 a{ text-decoration: none; color: #BABABA; outline: none; }
#lang {float:right; margin:3px 5px 0px 0px; font-weight:bold;font-size:11px;}

/* CORPS DE PAGE */
#content { 	width:770px; margin:auto; background:#FFF; }
	/*top div index seulement */
div.container1{ width:730px; margin: 0 auto; text-align:justify; }

	/* div gauche => Texte */
div.containerleft{
	float:left;
	width:500px;
	padding:0px 15px 5px 15px;
	text-align:justify;
	}
* div.containerleft{  width:480px; } /*IE HACK */ 

.containerleft h2 { color :#ba7b4b; }

	/* div droite => Menu */
div.containerright{ width:250px; float:right; }
div.containerright li{ width:206px; padding:0; line-height:12px; }

/* FOOTER */
#footer { padding: 5px 15px 5px 15px; }
