/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
}

body{
	font-size:62.5%;
	font-family: Verdana, "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
	background:url(../images/charte/bg.jpg) center top no-repeat;
}

a img {
border:none;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	margin:0px 0px 0px 0px;

}

#header{
	width:845px;
	height:300px;
	margin:0px auto;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:845px;
	padding:0px 0px 43px 0px;
	margin:0px auto;
	display:table;
	background:url(../images/charte/carte.gif) top center no-repeat;
}

/***************** MENU *****************/

#menu {
	width:200px;
	height:100%;
	float:left;
	padding:0;
	margin:0px 0px 0px 1px;
	font-size:11px;
}
#menu dt {
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	text-align:left;
	font-size:1.1em;
	font-weight: bold;
}
#menu dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	padding-left:15px;
	color:#000066;
}
#menu dt a:hover {
	background:url(../images/charte/bullet.gif)left center no-repeat;
	color:#FF9900;
}
/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0;
	margin:0px 10px 0px 0px;
}
.txt{
	color: #000033;
	font-size:13px;
	width:620px;
	float:left;
  margin-left:10px;
  font-weight:normal;
}
#contenuTexte h1{
	color: #000066;
	margin:2px;
  font-size:16px;
  border-bottom:solid 1px #000066;
  margin:0px 0px 10px 0px;
}
#contenuTexte h2{
	color: #000066;
	font-size:14px;
  padding:2px 2px 2px 10px;
  margin:0px 0px 5px 0px;
  background: url(../images/charte/h2_bg.gif) no-repeat top left;
}
#contenuTexte h3{
	color: #000066;
	font-size:14px;
  font-weight:bold;
  border-bottom:solid 1px #000066;
}

#contenuTexte a {
	color: #FF9900;
	text-decoration:none;
}
#contenuTexte a:hover{
	color: #FF6600;
}

.box{
	padding:5px;
	margin:25px 0px 0px 210px;
	border:1px solid #0099FF;
	border-left:4px solid #0099FF;
	font-size:1.1em;
	color: #003366;
	width:700px;
}
.pic{
	float:left;
	margin:0px 0px 0px 220px;
}
#valid{
	font-size:1.2em;
}	
/****************** col droite **********************/

#showroom{
	float:right;
	margin:0px 0px 20px 20px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
	
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -33px auto 0 auto;/*---margin top = - hauteur du footer---*/
	height:32px;
	width:100%;
	text-align:center;
	clear:both;
	background:#ffffff;
  color:#000066;
}

#adresse1{
	margin-top:5px;
	float:right;
	width:600px;
	height:30px;
	color:#090070;
  font-weight:bold;
}

#idep{
	float:left;
	margin:2px 10px 0px 30px;
}

/****************************************Editable Areea**************************************/



.list1 li, .customContents li{
	list-style-position:outside;
	list-style-type:none;
	background-image:url(../images/charte/puce.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	margin:5px 0px 0px 30px;
	padding:3px 3px 3px 30px;
	font-family:Verdana, Arial ,"Trebuchet MS";
	font-size:13px;
	/*height:16px;*/
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	display:block;
}
.photo_right{
  float:right;
  margin:0px 0px 0px 10px;
}
.photo{
  padding:5px;
  border:solid 1px #8E8E8E;
  background: #D3D3D3;
}

.photo_left{
  float:left;
  margin:0px 10px 0px 0px;
}
.line{
  clear:both;
  margin:10px 0px 10px 0px;
  text-align:center;
}
.flash_right{
  float:right;
  margin-left:10px;
}
.flash_roulant{
  text-align: center;
  margin:10px 0px 10px 0px;
  border:solid 0px #000066;
  width:610px;
  height:145px;
  background:url(../images/charte/bg_flash_roulant.jpg) no-repeat top left;
}
.contact_bg{
  background:url(../images/charte/contact_bg.jpg) no-repeat top left;
  width:167px;
  height:133px;
  padding-top:8px;
}

/******************************************************/
/*																		*/
/* 				FORMULAIRES										*/
/*																		*/
/******************************************************/

.inputForm{
	border:1px solid #001D8B;
	background-color:transparent;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000033;
  height:16px;
	margin-top:2px;
}
.inputFormOver{
	border:1px solid #001D8B;
	background-color:#CDD7FC;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000033;
	height:16px;
	margin-top:2px;
}

select{
	background-color:#E2E2E2;
	border:1px solid #3D353C;
}
#text_id{
	font-size:10px;
}
.button{
	border:1px solid #001D8B;
	background-color: #BAC8FB;
	width:65px;
  color:#001D8B;
	font-size: 13px;
	cursor:pointer;
}
.buttonOver{
	border:1px solid #001D8B;
	background-color: #93A9FC;
	width:65px;
	color:#001D8B;
	font-size: 13px;
	cursor:pointer;
}

#frmContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
	border:1px solid #001D8B;
	/*background:#F6F0D0;*/
}
.petit{
  font-size:11px;
  color: #003300;
}
#text_contact{
	float:left;
	width:250px;
  margin-right:10px;
}
#image_contact{
	width:540px;
	border:0px solid #7B7B79;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	letter-spacing:0.04em;
	float:left;
	margin-top:0px;
}
.label{
	text-align: left;
	padding-left:5px;
	height:30px;
}
.labelDevis{
	width:150px;
	float:left;
	display:inline;
	padding-left:5px;
}
.mail_label{
	width:150px;
	float:left;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_label1{
	width:120px;
	float:left;
	display:inline;
	padding-left:5px;
}
.mail_input{
	width:120px;
	float:left
}
.mail_input1{
	width:160px;
	clear:left;
}
.devis-label{
	font-weight:normal;
	height:18px;
}

.divHolder{ text-align:center; width:616px; margin:0 auto;}
.photosDiv {  margin:5px auto; float:none; display:table;}
.photosDiv .photoHolder{width:112px; height:75px; padding:14px 10px; background: url(../images/charte/bg-thumb.gif) left top no-repeat; text-align: center; float:left;}

.clearer{clear:both; height:0; line-height: 0; font-size: 0; margin:0; padding:0;}


