/* GENERAL */
html{
	background: #1a78b4 url(../_medias/bg/bg_body.png) repeat-x 0 0;
}

body{
	background: url(../_medias/bg/bg_header.jpg) no-repeat center -10px;
}
a, a:active, a:link, a:visited{
	color: #cbe33a;
}


/* GUTTER */
#gutter{
	padding-top: 30px;
}

.noxat a{width: 358px; height: 126px; display: block; background: url(../_medias/elements/logo.png) no-repeat}
.noxat a span{display: none}

/* nav */
#nav{
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	background: #5fa6cf;
	display: block;
	width: 440px;
	height: 37px;
		
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	#nav li{
		display: block;
		float: left;
		padding: 5px;
		margin: 0;
		width: 100px;
		text-align: center;
		background: #5fa6cf;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		
	}
	#nav li.active{
		background: #cbe33a;
		text-shadow: 1px 1px 2px #f5f5f5;
		
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	#nav li.active a, #nav li a:hover{
		color: #222701;
		text-shadow: 1px 1px 1px #c5c5c5;
	}
	#nav li a{
		padding: 5px;
		margin: 0;
		color: white;
		text-decoration: none;
	}

/* HEADER */
#header{
	height: 130px;
}
	#header .slogan{
		text-align: center;
		color: white;
		text-shadow: 1px 1px 1px #555
	}
	#header .slogan h1{
		font-size: 2.5em;
		line-height: 1em;
		margin-bottom: 0
	}
	#header .slogan h1 span{
		font-size: 0.7em;
	}

/* WRAPPER */
#wrapper{
	margin-top: 30px;
	color: white;
	padding-bottom: 50px;
}
.btn a:hover, a.btn:hover{
		text-shadow: 1px 1px 2px white;
		border: 2px solid white;
		color: #222;
	}
	.btn a, a.btn{
		color: #222701;
		text-decoration: none;
		background: #bed62f;
		padding: 3px 20px;
		border: 2px solid #e3f59e;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.contenu .btn a, .contenu a.btn{behavior: none}
	.accueil .btn a, .categorie .btn a, .accueil a.btn, .categorie a.btn{
		font-size: 1.2em;
	}

/* produits accueil */
.grid_8.produit{
	position: relative;
	margin: 0;
	padding: 30px 5px;
	height: 150px;
	width: 450px
}
.categorie .grid_8.produit{
	height: 180px;
}
#wrapper .accueil div.produit, #wrapper .categorie div.produit{
		border-bottom: 1px dashed #79bae0;
		border-right: 1px dashed #79bae0;
}
	
.accueil .produit .bg_img, .categorie .produit .bg_img{
	background: url(../_medias/bg/bg_img_produit_accueil.png) no-repeat;
	width: 183px;
	height: 127px;
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
	position: relative;
}
	.accueil .produit .bg_img div, .categorie .produit .bg_img div{
		text-align: center;
		margin-top: 16px;
		
	}

	.accueil .produit p, .categorie .produit p{
		margin-right: 10px;
		line-height: 1.2em;
		font-size: 11px;
		
	}
	
	.accueil .produit h3{
		white-space: pre
	}
	
	.btn.savoir{
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.btn.savoir strong{display: none}


/* article */
p.img_produit{
	margin-top: 30px;
	text-align: center
}
p.img_produit.espace0{
	margin-top: -20px
}
.sstitre p.img_produit{
	margin-top: 0;
	text-align: center
}

.doc{
	margin: 0 auto 0;
	text-align: center
}

.contenu{
	border-right: 1px solid #6daed2;
	padding-right: 10px;
	margin-top: 30px
}
.explications hr{
	display: block;
	margin-top: 20px;
	height: 15px;
	border-top: 1px solid #4998cc;
}
	.ie7 .explications hr{
		display: block;
		height: 1px;
		border: none;
		border-top: 1px solid #4998cc;
	}
	.explications .bloc{
		font-size: 11px;
		margin: 5px 0 10px;
		line-height: 1.2em;
	}
	.explications .bloc img + p.fleche{
		background: url(../_medias/bg/fleche.png) no-repeat 5px top;
		width: 172px;
		float: right;
		padding: 7px 5px 7px 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		.squelette1 .explications .bloc img + p.fleche{
			background: url(../_medias/bg/fleche.png) no-repeat 5px top;
			width: 122px;
			float: right;
			padding: 7px 5px 7px 20px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
	.defaut .explications .bloc p{
		width: 182px;
		float: right;
	}
		.squelette1 .defaut .explications .bloc p{
			width: 132px;
			float: right;
		}
			
	.defaut .explications .bloc img{
		width: 75px;
		border: 2px solid white;
		margin-right: 0px;
		vertical-align: center;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
		.ie7 .defaut .explications .bloc img{
			float: left
		}


	
.diaporama{
	border-top: 1px solid #569cc3;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 1.2em;
	font-size: 11px;
}
	.diaporama img, .grid_2.col1 img{
		border: 2px solid white;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

.btn.doc{
	margin-top: 60px;
	font-size: 0.9em
}	
	.btn.doc a{
		padding: 5px 10px;
	}
	
.squelette1 .btn.doc{
		margin-top: 0;
	}

	

.grid_2.col1{
	width: 75px;
	padding-right: 15px;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.2em;
}
	.squelette1 .grid_2.col1{
		width: 85px;
		padding-right: 0;
		margin: 5px 5px 0 0;
	}
.grid_4.col2{
	width: 239px;
	margin: 0;
}

.leTitre{display: none;}


/* SQUELETTE STYLE 2 */
.style2 .contenu h3, .style2 .explications .bloc h3{margin-bottom: 5px; font-size: 1.5em; font-weight: bold}
	.style2 .explications .bloc h3{margin-bottom: 20px; font-size: 1.8em}
	.style2 .explications .bloc li{font-size: 1.3em; margin-bottom: 20px; line-height: 1.3em}
.contenu img.droite{float: right;}

.style2 .explications .bloc img{
		width: 250px;
		border: none;
		margin-right: 0px;
		vertical-align: center;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
		.ie7 .style2 .explications .bloc img{
			float: left
		}
			.ie7 .style2 .explications .bloc img.large{
			float: none;

		}



/* FAQ */
.faq{
	margin: 5px 0 0 0;
	padding: 0;
}	
	.faq li{
		list-style: none;
		margin: 0 auto 10px;
		line-height: 2em;
		padding: 0;
		text-align: center;
	}
	.faq .btn a{
		padding: 0px 10px;
		display: inline-table;
		width: 250px;
	}
		.ie7 .faq .btn a{
			padding: 0px 10px;
			display: block;
			width: 250px;
		}
	
	.reponse p{
		width: 450px;
	}
	.reponse h3{
		text-transform: uppercase;
		width: 400px;
	}
	.reponse h4{
		font-size: 14px;
	}
	
	#fancybox-outer{
		background: #1a78b4 url(../_medias/bg/bg_body.png) repeat-x 0 0;
		border: 1px solid #1a78b4
	}

/* FORMULAIRE CONTACT */
#form label{
	display: block;
	float: left;
	width: 160px;
	height: 20px;
	line-height: 20px;
}

#form fieldset div{
	margin: 7px 0 0
}
#form fieldset input, #form fieldset textarea{
	background: #d8ebf5;
	border: 1px solid white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	#form fieldset input{
		height: 17px;
		line-height: 17px;
	}

#form .btn_envoyer{
	margin: 20px 0 0 160px;
}
#form button, h3 span{
	color: #222701;
	text-decoration: none;
	background: #bed62f;
	margin: 0 5px;
	padding: 2px 20px;
	border: 2px solid #e3f59e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	cursor: pointer
}
	#form button:hover{
		text-shadow: 1px 1px 2px white;
		border: 2px solid white;
		color: #222;
	}

h3{
	font-size: 1.1em;

}
h3 span{
	font-size: 1.3em;
	line-height: 2em;
}
.commercial{
	margin: 40px 0;
}
.commercial img{
	border: 1px solid white;
	margin-right: 5px
}

/* Anti Spam */
#form label.verif_spam{line-height: 27px; height: 30px}
.antiS{letter-spacing: 1px; font-size: 16px}

/* FOOTER */

#footer{
	padding: 15px 0;
	height: 120px;
	background: #dfffe0;
	border-top: 4px solid #c8e55b;
	border-bottom: 4px solid #c8e55b;
}

#footer a{
	color: #687d4f;
	text-decoration: none
}
	#footer a:hover{
		color: black;
		text-decoration: underline
	}

.arguments{
	text-align: right;
	border-right: 1px solid #c5d5b1;
	padding-right: 20px;
}
	.arguments li{
		list-style: none;
	}
	
.technicien{
	text-align: center;
	color: #687d4f;
	font-size: 1.3em;
}

.nav ul{
	border-right: 1px solid #c5d5b1;
	padding: 0 10px 0 0;
	margin: 0;
}
	.nav ul li{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;

	}

/* CENTRER LE SITE */
	#top, #wrapper, #footer{padding-left: 20px}
	
	
.text_complementaire{display: none}
