/* CSS Document */

html{
	background:url(images/bg.jpg) no-repeat center top #f6f1de;
	padding:0;
	margin:0;
}

body{	
	margin:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#666666;
	font-weight:bold;
	
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

li{
	list-style:circle;
}

div#bd{
	width:915px;
	margin:auto;
}

div#bande{
	height:10px;
	width:920px;
	margin:0 auto;
}

div#bienvenue{
	background:url(images/bienvenue.jpg) no-repeat #f3edd7 left;
	width:920px;
	margin: auto;
	margin-bottom:5px;
	height:41px;
}

div#head{
	height:160px;
	margin-bottom:20px;
	
	text-align:center;
}

.cadre_noir{
	border:#000000 1px solid;
	width:915px;
	text-align:center;
	margin: 0 auto;
}

div#head img{
	border:#000000 1px solid;
}

div#left{
	float:left;
	width:200px;
	margin-left:7px;
	
}

div#menu_h{
	background:#FFFFFF;
}

div#coordonnees{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
		
	padding:5px;
		
	color:#000;
}

div#coordonnees p{
	margin:5px;
}

div#coordonnees img{
	border:1px solid #FFFFFF;
}

div#pub{
	border:#333333 1px solid;
	width:235px;
	
	margin:auto;
	margin-top:50px;
	margin-left:45px;
}

div#right{
	float:right;
	width:600px;
	
	margin-top:50px;
	
	
	border:1px #CCC solid;
	/*ca6400*/
}

div#contenu{
	
	padding:3px;
}

h2{
	width:500px;
	height:35px;
	
	background:#FFF;
}

h2.ocre_transit{
	background:url(images/titre_ocre_transit.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_services{
	background:url(images/titre_nos_services.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_cotation{
	background:url(images/titre_demande_cotation.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_infos_pratiques{
	background:url(images/titre_infos_pratiques.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_contact{
	background:url(images/titre_contactez_nous.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_coordonnees{
	background:url(images/titre_coordonnees.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_plan_site{
	background:url(images/titre_plan_site.png);
	width:500px;
	padding:0;
	margin:0;
}

h2.ocre_confirmation{
	background:url(images/titre_confirmation.png);
	width:500px;
	padding:0;
	margin:0;
}

h3{
	font-size:12px;
	color:#ca6400;
	background:url(images/puce.png) no-repeat left;
	padding-left:10px;
	margin-left:10px;
}

.clear{
	clear:both;
}

div#foot{
	text-align:center;
	
	margin-top:5px;
	background:#676764;
	color:#FFFFFF;
	padding:5px;
}

div#foot a{
	color:#FFFFFF;
}

/*Formulaire*/
form {
	margin:0;
	padding-left:10px;
}

form p {
	margin: 0;
}

form p.double {
	/* Empecher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form p.double label {
	float: left;
	width: 180px;
	text-align: left;
	color:#666666;
	font-weight: bold;
	font-size:11px;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,
form p.double select,
form p.double textarea {
	width: 200px;
	margin-left: 12px;
	border: solid 1px #CCC;
	padding: 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

select{
	border: solid 1px #920001;
}

.txt_cal{
	background:url(img/table.gif) right no-repeat;
	cursor:text;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 200px;
	border: solid 1px #920001;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 200px;
	height: 6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form p.simple {
	margin-left: 160px;
}

.bouton{
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

p{
	text-align:justify;
}

table{
	border:#CCCCCC 1px solid;
	width:98%;
	margin:0 auto;
}

tr.c1{
	background:#F2F2F2;
}



.tel{
	background:url(images/tel.png) no-repeat left;
	padding-left:40px;
	padding-top:10px;
	
	font-weight:bold;
	text-decoration:underline
}

.fax{
	background:url(images/fax.png) no-repeat left;
	padding-left:40px;
	padding-top:10px;
	
	font-weight:bold;
	text-decoration:underline
}

.adr{
	background:url(images/adr.png) no-repeat left;
	padding-left:40px;
	padding-top:10px;
	
	font-weight:bold;
	text-decoration:underline
}

.email{
	background:url(images/adr.png) no-repeat left;
	padding-left:40px;
	padding-top:10px;
	
	font-weight:bold;
	text-decoration:underline
}
