html, body, div, h1, h2, h3, hr, p, form, fieldset { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	display: block; 
}
html, body { height: 100%; width: 100%; }
html { 
	height: 100%; 
	background-color: #bd000c;
	background-image: url(images/fond-rouge-degrader.jpg);
	background-position: top;
	background-position: center;
	background-repeat: repeat-y;
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
#interface-conteneur { 
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px; 
	color: #ffffff;
}
.body_popup {
    width: 540px;
}
h1 { 
	font-size: 18px; 
	font-weight: normal; 
	color: #ffffff; 
}
h1 strong { 
	color: #ffffff; 
	font-weight: normal; 
}
h2 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #aa592c; 
}
h3 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #a95f37; 
}
img { 
	border: 0px; 
	padding: 0px; 
}
a { text-decoration: none; color: #ffffff; }
.aligner-gauche { float: left; }
.aligner-droite { float: right; }
.aligner-centre { margin:auto; }
.div-centrer { margin:auto; text-align: center; }
.clear-both { clear: both; }
.image-block { display: block; }


#interface-deco-lampe {
	height: 100%;
	background-image: url(images/interface-deco-lampe.gif);
	background-repeat: no-repeat;	
	background-position: right top;
}
#interface-deco-plante {
	background-image: url(images/interface-deco-plante.gif);
	background-repeat: no-repeat;	
	background-position: left bottom;
	margin-bottom: 0px;
	bottom: 0px;
}
#interface-bandeau-titre {
	padding-left: 76px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#interface-bandeau-titre h1 {
	margin-top: 20px;
	margin-left: 25px;
}
#interface-bandeau-contact {
	padding-left: 240px;
	padding-bottom: 20px;
}
#interface-bandeau-contact #texte {
	float: left;
	width: 190px; 
	margin-left: 20px; 
	margin-right: 30px; 
	text-align: left;
}
#interface-bandeau-contact #bloc-contact {
	float: left;
	width: 261px; 
}
#interface-bandeau-diaporama {
	width: 688px;
	/* margin-bottom: 20px; */
	margin-left: 225px;
	text-align: center;
}
#interface-bandeau-menu {
	margin-bottom: 10px;
	margin-left: 68px;
}
.menu { 
	float: left;
	text-align: center;
	width: 214px;
}
.menu h1 {
	height: 14px;
}
.menu-espace { 
	float: left;
	width: 40px;
}
.menu strong {
	text-transform: uppercase;
	font-weight: normal;
}
.carousel {
	overflow: hidden; 
	visibility: visible; 
	position: relative; 
	z-index: 2; 
	left: 0px; 
	height: 100px;
}
.vignette {
	overflow: hidden; 
	float: left; 
	margin: 6px;
}
.vignette-contenu {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	z-index: 1;
	width: 3302px;
	left: -508px;
}

#contact {
	padding: 18px;
	width: 510px;
}
#contact input {
	width: 100%;
	border: 1px solid #FFFFFF;
}
#contact textarea{
	border: 1px solid #FFFFFF;
	width: 100%;
}
#contact .taille-textarea {
	width: 260px;
	float: left;
	padding-left: 14px;
}
#contact .taille-champs {
	width: 120px;
	float: left;
	padding-left: 14px;
}
#contact .bouton {
	background-color: #b0000b;
	color: #FFFFFF;
	margin-left: 100px;
	width: 80px;
}

.lien-email {
    text-decoration: underline;
}
