@charset "UTF-8";
/* CSS Document */

html, form {
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0px;
}


body {
	position: relative;
	width: 100%;
	background-image: url(../img/cotation.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FF9900;
	margin-bottom: 40;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0px;
}


.retour_accueil {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 480px;
}



.espace10{
	height: 10px;
	
}

.espace20{
	clear: both;
	height: 20px;
}

.espace30{
	clear: both;
	height: 30px;
}

.espace40{
	clear: both;
	height: 40px;
}

.espace100{
	clear: both;
	height: 160px;
}


fieldset{
	width: 750px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
} 


legend.fieldset{
	font-size: 15px;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #375ED3;
	font-weight: bold;
}



legend{
	font-size: 12px;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;	
}


label{
	font-size: 11px;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

label.demande_cotation{
	font-size: 11px;
	width: 320px;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
} 



intitule_champ{
	padding-right: 0px;
	width: 150px;
	display: block;
}


#site{
	margin-bottom: 0px;
	position: relative;
	width: 900px;
	
}
		
#corps{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
}
#corps a{ color:#005981;}



/* Formulaire */

form#cotation { line-height:25px;}


form#cotation label{
	width: 80px;
	display: block;
	float: left;
	margin-right: 0px;
}

form#cotation input{
	width: 110px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
}



form#cotation input[type=radio] {
 background-color:transparent;
 border:none;
 width:10px;
 }



form#cotation fieldset{
	border: 1px solid #36C;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

/*form#cotation fieldset legend{
	color: #000000;
	font-weight: bolder;
}
*/

form#cotation #cot_aer{ display:none;}
form#cotation #complet{ display:none;}

/* remember to define focus styles! */
:focus {
outline: 0;
}
