/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,  blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}


/* body */
* {
	padding:0;
	margin:0;
	}

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: center;
	scrollbar-face-color: #929292;
	scrollbar-shadow-color: #929292;
	scrollbar-highlight-color: #929292;
	scrollbar-3dlight-color: #929292;
	scrollbar-darkshadow-color: #030303;
	scrollbar-track-color: #929292;
	scrollbar-arrow-color: #030303;
	background-color: #000000;
}


/*structure de la page*/

#conteneur {
	margin: auto;
	width: 990px;
	position: relative;
	top: -1px;
	text-align: left;
	background: url(../img/fond_conteneur.png) -0px -0px repeat-y;
}
	
#traithaut  {
	position: relative;
	width: 990px;
	height:10px;
	top: -1px;
	background-color:#e95e27 ;
}

#haut  {
	position: relative;
	width: 990px;
	height:90px;
	top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: middle;
	text-align: center;
	background: url(../img/fond_haut.png) no-repeat center;
}

	
#langues {
	text-align: right;
	padding-right:20px;  }

#bandeau {
	width: 990px;
	height: 285px;
	position: relative;
	background: url(../img/fond_visu_accueil.jpg) no-repeat center; }	
	
#txtbandeau
	{
	width: 930px;
	height: 245px;
	position: relative;
	top:20px;
	left:30px;
	font-size:6px;
	color:#cccccc;
	 }	
	
#contenuAccueil {
	width: 990px;
	position: relative;
	background: #FFFFFF url(../img/fond_contenu.png) no-repeat center bottom;
	text-align: center;
	}
	
	
#titreAccueil {
	font-size: 20px; 
	margin-top:60px;
	color: #ffffff; 
	font-weight: bold;
	text-align: center;
	text-shadow:4px 4px 4px #000000; 
}


	
#basorange {
	width: 990px;
	position: relative;
	background: #ff6629 url(../img/fond_orange.png) repeat-x center top;
	min-height:150px;
}
	
#colonneGauche {
	margin-top:10px;
	margin-left:10px;
	width: 585px;
	position: relative;
	float:left;
	font-size:11px; }

#colonneDroite {
	margin-top:10px;
	margin-left:10px;
	width: 385px;
	position: relative;
	margin-left:10px;
	float:left;
	font-size:11px; }
	
#footer  {
	position: relative;
	margin-top:10px;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
	float:none;
	}




/*formatage texte et image*/
html {font-size:100.01%;}
body {font-size:12px;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;}
strong {font-weight:bold;}

.vignette {	border:1px solid #000000; margin-right: 15px; }
.vignetteListe {	border:1px solid #bd192d; margin: 5px; }
.vignetteGdeDiapo {	border:1px solid #bd192d; margin:0px; margin-bottom:5px; }
.vignettePteDiapo {	border:1px solid #bd192d; margin:5px 7px 0px 0px; }

h1 {
	width: 685px;
	height: 35px;
	position: relative;
	padding-top: 20px;
	float: left;
	background: url(../img/titre.png) no-repeat;
	font-size: 14px;
	color: #bd192d;
	font-weight: bold;
	text-align: center; 
 }


h2 {
font-size: 12px;
color: #999999;
font-weight: bold; }

.prix {color:#bd192d; font-size: 18px;}
.prixListe {color:#bd192d; font-size:14px;}
.prixConstate {color:#6a6a6a; font-size:11px; font-weight: bold;}
.libelle { font-size: 12px; color: #999999; font-weight: bold; }
.bonus { font-size: 14px; color: #17a300; font-weight: bold; }
.malus { font-size: 14px; color: #df0000; font-weight: bold; }

.titreActus {color:#bd192d; font-size: 12px; font-weight:bold;}
.petittxtnoir {color:#000000; font-size:11px;}



.grisitalic11 {
	font-size: 11px;
	color: #999999;
	font-weight: regular;
	font-style: italic;
}

.grisregular14 {
	font-size: 14px; 
	color: #cccccc; 
	font-weight: regular;
}

.grisfonceregular14 {
	font-size: 14px; 
	color: #4b4b4d; 
	font-weight: regular;
}
#txtbandeau a.orangebold14 {
	font-size: 14px; 
	color: #e95e27; 
	font-weight: bold;
    text-decoration: none;
}

.grisbold16 {
	font-size: 16px; 
	color: #4b4a4d; 
	font-weight: bold;
}


.blancboldombre20 {
	font-size: 20px; 
	color: #ffffff; 
	font-weight: bold;
	text-align: center;
	text-shadow:4px 4px 4px #000000; 
}

/*formatage liens*/


a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color:#4b4b4d; 	}
a:hover, a:active {
	text-decoration:none;	}

	
a.lienfooter, a.lienfooter:visited, a.lienfooter:hover, a.lienfooter:active {
	font-weight: bold;
	text-decoration: underline;
	color:#e95e27; 	}

/*Formulaire*/
input, select, textarea {
	border: thin solid;
	font-family: Arial, Verdana, Helvetica;
	margin: 1px;
	margin-left: 0px;
	font-size: 11px;
	color: #000000;
	border-color: #ca4712;
	padding:2px;
	background-color: #ff6629;
}

/*Config Tableau*/

td {
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding: 1px;
}

.tdcenter {
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding: 1px;
	text-align: center;
}
