body {
	background-image: url(images/template_01.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.header {
	width:800px;
	height:91px;
	margin-left:auto;
	margin-right:auto;
}

.header img {
	border:none;
}

.footer {
	padding-top:15px;
	width:800px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(./images/foot.jpg);
	text-align:center;
	color:#FFFFFF;
}

.footer a {
	color:#FFFFFF;
}

.menu1 {
	height: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/template_04.gif);
}

.menu1 .bouton {
	height: 19px;
	padding-top:5px;
	width: 99px;
	float:left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.menu1 .bouton a {
	text-decoration:none;
	font-size: 13px;
}

.menu1 .bouton a:hover {
	text-decoration:underline;
}

.menu2 {
	height: 22px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/template_06.gif);
}

.menu2 .bouton {
	height: 19px;
	padding-top:3px;
	width: 99px;
	float:left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.menu2 .bouton a {
	text-decoration:none;
	color:#ffffff;
}

.menu2 .bouton a:hover {
	text-decoration:underline;
}


.main {
	height: auto;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/fond_main_01.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.main .gauche {
	width:210px;
	height:664px;
	float:left;
}

.main .gauche li {
	list-style-type: square;
	color: #666666;
}

.main .gauche li a {
	text-decoration:none;
	color: #8D1737;
}

.main .gauche li a:hover {
	text-decoration:underline;
}

.main .gauche h1 {
	font-size: 22px;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8D1737;
}

.main .droite {
	width:575px;
	padding-right:15px;
	height:auto;
	float:left;
	background-repeat: no-repeat;
}
.main .droite a {
	color:#8B1A36;
}	

.main .droite .produit {
	margin-left: 15px;
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right:15px;
}

.main .droite .produit .photo_produit img {
	margin-right: 5px;
	float:left;
	border: 1px solid #666666;
}

.main .droite .texte {
	margin-bottom:50px;
	text-align: justify;
}

.main .droite .texte img {
	margin-right: 5px;
	margin-bottom:5px;
	border: 1px solid #666666;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}

.main .droite .produit .descriptif {
	float:left;
	width:370px;
	margin-left:10px;
}

.main .droite .produit .photo_produit {
	float:left;
	width:150px;
}

.main .droite .produit .descriptif p {
	text-align:justify;
	margin-top:0px;
	margin-bottom:10px;
}

.main .droite .produit .demande_devis {
	text-align:center;
}

.main .droite .produit .demande_devis img {
	border:none;
}

.main .droite h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	color:#9FA0E1;
}


.spacer {
	clear:both;
}

.titre_form {
	font-size: 16px;
	display:block;
	color: #8D1737;
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 20px;
}

.titre_champ {
	float:left;
	width: 150px;
	margin-left: 30px;
	height: 20px;
}

.champ {
	height: 20px;
	}
.champ input {
	width: 200px;
	}
	
.champ select {
	width:200px;
}

.droite .cadre {
	width:220px;
	height:220px;
	float:left;
	border: 1px solid #999999;
	margin-left:20px;
	margin-bottom:20px;
	padding:5px;
	background-color: #FFFFFF;
}

.droite .cadre p {
	margin-bottom:0px;
	margin-top:5px;
	text-align:justify;
	width:100%;
}

.droite .cadre h3 {
	margin:0px;
	color: #8D1737;
	font-size:16px;
}

