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





/* // FLOATING // */
.clear_after:after ,.content:after, .zooms:after, .ronds ul li:after, .dimensions:after, .ronds:after, .rond3:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* // GENERAL // */
body {
	background-color: #ededed;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.layout {
	background-color: #fff;
	margin: 0; 
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	min-height: 300px;
}
.content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	position: relative;
}




/* // TITRES // */
h2 {
	font-family: 'GeometrySoftProBoldN', Arial, Helvetica, sans-serif;
	color: #98c000;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
h2 img{
	vertical-align: middle;
}
h3 {
	font-family:'GeometrySoftProBoldN', Arial, Helvetica, sans-serif;
	color: #98c000;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h4 {
	font-family:'GeometrySoftProBoldN', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #98c000;
	margin: 15px 5px 5px 0;
	font-weight: normal;
}



/* // HEADER // */
.header {
	height: 136px;
	position: relative;
	background: #ededed url(../images/fond_haut.gif) 0 100% repeat-x;
}
.logo {
	text-align: center;
	padding: 23px 0 0 0;
}


/* // CONTENU // */
.bloc_infos1 {
	float: left;
	width: 900px;
}
.produit h2 {
	font-weight: bold;
	font-size: 18px;
	color: #e60004;
	padding: 0 0 0 7px;
}
.produit {
	float: left;
	width: 385px;
}
.description {
	float: right;
	width: 455px;
}
.description h3 {
	font-weight: normal;
	font-size: 24px;
	color: #000;
}
.description h3 strong {
	font-weight: bold;
	font-size: 28px;
	display:block;
}
.description div {
	background-color: #eee;
	width: 370px;
	padding: 20px;
	margin: 0 0 15px 0;
}
.description div ul li {
	color: #e60004;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.description div p {
	margin: 15px 0 0 0;
}
.description span {
	font-size: 14px;
	display: block;
	margin: 5px 0;
}
.dimensions li {
	float: left;
	margin: 5px 12px 20px 0;
	font-size: 14px;
	text-align: center;
}





.bloc_infos2 {
	float: left;
	width: 900px;
}


.zooms {
	margin: 30px 0 0 0;
	float: left;
	width: 385px;
}
.zooms ul li {
	float: left;
	width: 118px;
	margin: 0 5px 0 5px;
}
.zooms span {
	font-size: 12px;
	display: block;
	margin: 0 0;
}

.ronds {
	width: 455px;
	margin: 20px 0 0 0;
	float: right;
}
.ronds ul {
	float: left;
}
.ronds ul li {
	margin: 10px 0 0 0;
}
.rond3 {
	float: right;
	width: 180px;
	margin: 10px 0 0 0;
}
.ronds img {
	float: left;
}
.ronds span {
	float: left;
	font-size: 12px;
	display: block;
	margin: 20px 0 0 10px;
}
.ronds strong {
	font-weight: normal;
	color: #e60004;
}
.rond3 span {
	margin-top: 10px;
}


/* // FOOTER // */
.footer {
	position: relative;
	background: #ededed url(../images/fond_bas.gif) 0 0 repeat-x;
	min-height: 200px;
	text-align: center;
	padding: 15px 0 0 0;
}
.footer p {
	font-size: 12px;
	
}

























/* // FORMULAIRES // */
.formulaire_contact {
	margin: 0 auto;
	width: 640px;
}
.formulaire_contact h2 {
	font-weight: bold;
	font-size: 28px;
	display:block;
	margin-bottom: 30px;
	color: #000;
}
.overlabel-apply {
  color:#c3c1ba;
  cursor:text;
  margin-left:10px;
  position:absolute;
  margin-top: 7px;
  z-index:1;
}
.overlabel-wrapper {
 position: relative;
}
.contentform {
	
}

.contentform label {
	/*width: 230px;*/
	display: inline-block;
	/*vertical-align: top;*/
	color: #aeaeae;
	font-size: 14px;
	font-family:'DINRegular', Arial, Helvetica, sans-serif;
}
.contentform input[type=checkbox] {
	vertical-align: middle;
}
.contentform input[type=text], .contentform input[type=email], .contentform textarea, .contentform select {
	background-color: #f7f6f6;
	border: none; 
	-webkit-box-shadow: inset 2px 2px 1px 0px rgba(0, 0, 0, 0.11); 
	-moz-box-shadow: inset 2px 2px 1px 0px rgba(0, 0, 0, 0.11); 
	box-shadow: inset 2px 2px 1px 0px rgba(0, 0, 0, 0.11);   
	display: block;
	padding: 2px 0 0 5px;
	height: 25px;
	color: #b1b1b1;
	margin: 0 10px 10px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.contentform textarea {
	height: auto;
}
.contentform select {
	height: auto;
	padding: 5px 5px 0px 5px;
	width: 310px;
	color: #b1b1b1;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
.contentform option {
	border: none;
	height: 2px;
	background-color: #eee;
	color: #696768;
	text-shadow: none;
	padding: 3px 5px;
	font-size: 11px;
}
.contentform option:focus, .contentform option:hover {
	background-color: #fff !important;
	color: #696768;
}
.input_petit {
	width: 125px;
}
.input_moyen {
	width: 165px;
}
.input_newsletter {
	width: 235px;
}
.input_mail {
	width: 265px;
}
.input_grand {
	width: 625px;
}
.contentform input[type=text]:focus, .contentform textarea:focus {
	background-color: #817f84;
}
.contentform .btn_go, .button {
	float: right;
	cursor: pointer;
	font-family: 'GeometrySoftProBoldN', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	border: none;
	text-align: center;
	padding: 3px 20px 10px 10px;	
	margin: 0 10px 0 0;
	/*height: 20px;*/
	width: auto;
	background: transparent url(../images/fond_bouton.png) 100% 0 no-repeat;
	text-shadow: -1px -1px 1px rgba( 0,0,0, 0.3);
}

.contentform .btn_go {
	width: 44px;
	background-position: 100% 0;
}


.contentform .btn_go:hover, .button:hover {
	background-position: 100% -47px;
}

.btn_contact {
	float: right; 
	display: block;
	position: absolute;
	bottom: 20px;
	right: 80px;
}
.bouton {
	/*float: right; */
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	border: none;
	text-decoration: none;
	padding: 5px 15px 10px 15px;	
	background-color: #e60004;
	text-shadow: -1px -1px 1px rgba( 0,0,0, 0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.bouton:hover {
	background-color: #c7c7c7;
}

