
body, html {
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-family:Helvetica, Arial;
	font-size:12px;
	color:#353535;
	background-color:#353535;
	width:100%;
}

a {
	color:#FFFFFF;
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}

h2 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	margin-top: 15px;
	font-size:16px;
	font-weight: normal;
	color: #FF7200;
}

img {
	border:none;
}

.divGlobal {
	background-color:#E7E7E7;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.bandeau {
}

.menu {
	height:22px;
	background-color:#353535;
	color:#FFFFFF;
	padding-top:2px;
	text-align:center;
}


.menuBouton {
	background-color:#353535;
	display:block;
	height:20px;
	float:left;
	margin-left:9px;
	margin-right:9px;
	
}

.menuBoutonAll {
	background-color:#FF7200;
	display:block;
	height:20px;
	float:left;
	margin-left:9px;
	margin-right:9px;
	
}

.bouton {
	background-color:#353535;
	height:20px;
	
}

.boutonAll {
	background-color:#FF7200;
	height:20px;
	
}

.menuBtnG {
	font-size:1px;
	background-image:url(images/btnG.png);
	background-repeat:no-repeat;
	width:4px;
	height:20px;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnG.png',sizingMethod='image');

}

.menuBtnD {
	font-size:1px;
	background-image:url(images/btnD.png);
	background-repeat:no-repeat;
	width:4px;
	height:20px;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnD.png',sizingMethod='image');

}

.btnG {
	font-size:1px;
	background-image:url(images/btnGClair.png);
	background-repeat:no-repeat;
	width:4px;
	height:20px;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnGClair.png',sizingMethod='image');

}

.btnD {
	font-size:1px;
	background-image:url(images/btnDClair.png);
	background-repeat:no-repeat;
	width:4px;
	height:20px;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnDClair.png',sizingMethod='image');

}

.menuLien {
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:middle;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

.contenuGlobal {
	min-height:966px;

	  height:auto !important;
	
	  height:966px;
}

.contenuGauche {
	width:230px;
	vertical-align:top;
	padding:20px 0px 20px 20px;
}

.contenuDroite {
	vertical-align:top;
	padding:20px 20px 20px 0px;
}

.pied {
	background-color:#353535;
	height:25px;
	color:#FFFFFF;
	padding-top:2px;
}

.blocDevis {
	width:192px;
	height:91px;
	background-image:url(images/fondDevisEtt.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:10px;
	margin-bottom: 10px;
}

.blocDevisAll {
	width:192px;
	height:91px;
	background-image:url(images/fondDevisAll.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.blocInfos {
	width:192px;
	height:71px;
	background-image:url(images/fondInfos.gif);
	background-repeat:no-repeat;
	color:#17548A;
	padding:10px;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

.blocVideo {
	width:192px;
	height:126px;
	background-image:url(images/fondVideo.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:10px;
	margin-bottom: 10px;
	position: relative;
}

.article {
	margin-bottom:5px;
	padding-top: 5px;
	padding-bottom:5px;
	border-bottom:1px dashed #353535;
}

img.mini {
	margin: 5px;
	margin-bottom: 10px;
	border: 1px solid #353535;
}

input {
	background-color: #ffffff;
	border: 1px solid #353535;
	font: inherit;
	width: 230px;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #353535;
	font: inherit;
	width: 380px;
	height: 140px;
}

select {
	background-color: #353535;
	border: 1px solid #353535;
	font: inherit;
	color: #ffffff;
}

.label {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}

.champ {
	vertical-align: top;
	padding-bottom: 10px;
}

h1 a {
	text-decoration: none;
}

.cfrm {
	display: none;
}

/*---- DEVIS ----*/

#divDevisBlock {
	width:279px;
	position:absolute;
	top:212px;
	left:0px;
}

#divDevisHaut {
	height:40px;
	background-image:url(images/fondDevisOhaut.png);
	background-repeat:no-repeat;
}

#divDevisMilieu {
	background-image:url(images/fondDevisOmilieu.png);
	/*background-repeat:repeat-y;*/
	background-position:bottom;
	color:white;
	text-align:center;
}

#divDevisMilieuContenu {
	padding-right:26px;
}

#divDevisBas {
	height:36px;
	background-image:url(images/fondDevisObas.png);
	background-repeat:no-repeat;
}

.titreDevis {
	font-size:16px;
	line-height:20px;
	color:white;
	background-color:#353535;
	padding:8px;
	font-weight:bold;
	margin-right:26px;
	margin-top:0px;
}

#divContenuBlockBas {
	height:175px;
	padding:10px;
	padding-left:0px;
	overflow:auto;
	margin-top:20px;
	text-align:justify;
	font-size:10px;
}

.selectDevis {
	color:#353535;
	background-color:white;
	padding:4px;
	border:none;
}

#devisPart1 {
	text-align:left;
	margin-left:20px;
	overflow:auto;
}

#devisPart2 {
	overflow:auto;
	text-align:left;
	margin-left:20px;
	margin-right:10px;
	display:none;
}

.btnDevisG {
	width:6px;
	height:27px;
	background-image:url(images/btnDevisG.png);
	background-repeat:no-repeat;
	font-size:1px;
	float:left;
}

.btnDevisM {
	height:22px;
	padding-top:5px;
	font-size:16px;
	color:white;
	background-color:#353535;
	float:left;
}

.btnDevisD {
	width:6px;
	height:27px;
	background-image:url(images/btnDevisD.png);
	background-repeat:no-repeat;
	font-size:1px;
	float:left;
}

.lienBtnDevis {
	text-decoration:none;
}

.inputDevis {
	color:#353535;
	background-color:white;
	padding:4px;
	border:none;
	width:130px;
}

.taDevis {
	color:#353535;
	background-color:white;
	border:none;
	padding:4px;
	width:130px;
}

.btnRetour {
	color:white;
	display:block;
	float:left;
	margin-right:20px;
	text-decoration:none;
	margin-top:6px;
	line-height:14px;
	vertical-align:middle;
}
