/*
*	Mise en page globale
*/
*{
	font-family: "lucida sans", "lucida sans unicode", sans-serif;
}
html, body{
	margin: 0;
}
body{
	background-image: url('/images/fond_page.jpg');
	background-repeat: repeat-x;
	background-color: #f2f0f1;
}
a{
	position: relative;
	z-index: 1;
	color: #0b600b;
	text-decoration: none;
}
a:hover{
	color: #000;
}
a img{
	border: none;
}
p{
	font-size: 14px;
}
h1,h2,h3{
	font-weight:bold;
}
#cont{
	margin: 0 auto;
	width: 1000px;
}
#page{
	width: 1000px;
	float: left;
	background-image: url('/images/ombre.png');
	padding: 0 6px;
}

/* Haut de page */
#haut{
	float: left;
	background-image: url('/images/fond_entete.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	width: 100%;
	height: 119px;
}
#logo_print{ display: none; }
#haut h1{
	margin: 0;
	position: absolute;
}
#haut h1 a{
	float: left;
	width: 310px;
	height: 119px;
	background-image: url('/images/logo.jpg');
}
#haut h1 a:hover{
	background-image: url('/images/logo_survol.jpg');
}
#haut h2{
	margin: 16px 10px 0 0;
	float: right;
	width: 296px;
	height: 23px;
	background-image: url('/images/slogan.png');
}
#haut h1 span,
#haut h2 span{
	display: none;
}

/* Menu */
#haut .menu{
	float: right;
	clear: right;
	margin: 17px 0 0 0;
	padding: 0;
	width: 704px;
}
#haut .menu li{
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#haut .menu li>a{
	color: #fff;
	background-color: #229c23;
	text-decoration: none;
	float: left;
	padding: 4px 9px;
	height: 15px;
	border-left: 1px solid #fff;
}
#haut .menu li:hover>a{
	background-color: #0b600b;
}
#haut .menu li ul{
	margin: 23px 0 0 0;
	padding: 0;
	position: absolute;
	background-color: #d9d9d9;
	z-index: 10;
	left: inherit;
}
#haut .menu li ul li{
	float: left;
	clear: left;
}
#haut .menu li ul li.first a{
	background-image: url('/images/fond_sous_menu.gif');
	background-repeat: no-repeat;
}
#haut .menu li ul li a{
	color: #0b600b;
	text-decoration: none;
	float: left;
	height:auto;
	width: 200px;
	border: none;
	padding: 5px 0 3px 20px;
	background-color: #d9d9d9 !important;
}
#haut .menu li ul li a:hover{
	background-color: #239c23 !important;
	background-image: none;
	color: #fff;
}

/* Contenu */
#contenu{
	float: left;
	clear: left;
	padding: 10px 20px 30px 20px;
	background-color: #fff;
}
#contenu h2{
	border-bottom: 4px solid #2fb42f;
	float: left;
	width: 960px;
	margin-bottom: 20px;
}
.block{
	float: left;
	clear: left;
	width: 960px;
	margin-bottom: 20px;
}
.colonne{
	float: left;
	width: 300px;
	min-height: 20px;
}
.sep_vertical{
	float: left;
	width: 30px;
	height: 20px;
}
.colonne.double{
	width: 630px;
}
.colonne.triple{
	width: 960px;
	padding: 0;
}
.colonne.doubleplus{
	width: 450px;
}
.colonne.doublemoins{
	width: 470px;
}
.colonne h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}
.colonne h4{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}
.colonne div{
	width: 300px;
	height: 120px;
	background-color: #999;
	margin: 0 0 10px 0;
}
.colonne img{
	margin: 0 0 10px 0;
}
div.img_gde{
	background-color: #999;
	width: 620px;
	height: 300px;
}
div.img_4_3{
	height: 300px;
}
div.img_petite{
	width: 150px;
	height: 200px;	
}
div.img{
	width: 300px;
	height: 150px;	
}
.colonne p{
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
.colonne ul{
	font-size: 12px;
	padding-left: 15px;
	margin-left: 10px;
}
.colonne ul li{
	padding-bottom: 10px;
	font-size: 12px;
	margin: 0;
}
.colonne .acces_catalogue{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 35px;
	display: block;
	width: 147px;
	height: 21px;
	background-image: url('/images/bouton.png');
}
.colonne .acces_catalogue:hover,
.colonne .acces_catalogue a:hover{
	color: #6cf !important;
}
.colonne .acces_catalogue a{
	color: #fff !important;
}
.colonne .legende{
	font-size: 12px;
	font-style: italic;
}
.colonne .souligne{
	border-bottom: 1px solid #2fb42f;	
}
.sep_horizontal{
	width: 960px;
	height: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.gauche{
	float:left;
	margin:0 5px 10px 0;
}
.separateur{
	clear:both;
}
/*.encadre{
	border:4px solid #0b913a;
	padding:10px;
	color:#00458d!important;
}*/

/* Page vidéo */
#cont_video{
	margin-left: 90px;
}

/* Page procédé de fabrication */
.procede .colonne h3{
	border-bottom: 1px solid #2fb42f;
	margin-top: 30px;
}
.procede .colonne h3.first{
	margin-top: 0;
}
.procede .colonne p{
	font-size: 12px;
}

/* Pages contact */
.contact .colonne p{
	font-size: 12px;
	line-height: 1.6em;
}
.contact fieldset{
	border: none;
	padding: 0;
}
.contact fieldset p{
	float: left;
	clear: left;
	padding: 5px 0;
	margin: 0;
	width: 100%;
}
.contact fieldset label{
	width: 200px;
	display: block;
	float: left;
	font-weight: bold;
}
.contact fieldset select,
.contact fieldset textarea,
.contact fieldset input{
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	font-size: 12px;
}
.contact .required{
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
}
.contact .mention{
	background-color: #eeeded;
	border-top: 1px solid #92d289;
}
.contact .mention span{
	margin: 0 20px;
	display: block;
}
.contact .boutons{
	margin: 5px 0;
	float: right;
}
.contact .boutons input{
	position: relative;
	z-index: 1;
	font-size: 12px;
}
.contact h3{
	float: left;
	width: 100%;
	border-bottom: 1px solid #92d289;	
}
.contact .telephone ul{
	list-style: none;
	padding: 0;
	float: left;
	margin: 10px 0 30px 0;
}
.contact .telephone li{
	float: left;
	clear: left;
	width: 100%;
	font-size: 12px;
	padding: 5px 0;
}
.contact .telephone strong{
	float: left;
}
.contact .telephone span{
	float: right;
}
.contact .telephone p{
	float: left;
}

/* Page commerciaux fr */
#carte{
	float: left;
	width: auto;
	height: auto;
	background: none;
}
#carte img{
	border: none;
}
#carte{
	cursor: pointer;
}
#liste_contact,
#liste_contact div{
	background: none;
	width: auto;
	height: auto;
}
table.contacts{
	clear:both;
	border-collapse:collapse;
	text-align:center;
}
table.contacts tr *{
	background-color: #fdfdfd;
}
table.contacts tr.pair *{
	background-color: #f5f5f5;
}
table.contacts thead *{
	background-color:#999;
	color:#ffffff;
}
table.contacts th,
table.contacts td{
	font-size: 12px;
	padding: 0 8px;
	border-right:1px solid #f0f0f0;
	text-align: left;
}
table.contacts th{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Page d'accueil */
#visuel_accueil{
	margin-bottom: 20px;
}
#visuel_accueil,
#visuel_accueil img{
	float: left;
}
#visuel_accueil .texte{
	float: left;
	width: 324px;
	height: 257px;
	background-image: url('/images/mascotte.jpg');
	background-repeat: no-repeat;
	text-align: right;
}
#visuel_accueil h2{
	float: right;
	font-size: 18px;
	margin-top: 100px;
	margin-bottom: 0;
	width: 150px;
	color: #1e51b7;
	border: none;
}
#visuel_accueil p{
	float: right;
	clear: right;
	font-size: 16px;
	color: #333;
	width: 220px;
}
.accueil .colonne div,
.accueil .colonne img{
	border-top: 4px solid #239c23;
}

/* Bas de page */
#cont_bas{
	margin: 0 auto;
	width: 1004px;
}
#bas{
	float: left;
	width: 1000px;
	height: 83px;
	background-image: url('/images/bas.png');
	padding: 0 8px;
	margin-bottom: 35px;
}
#bas div{
	float: left;
	width: 100%;
	background-color: #0b600b;
}
#bas .menu{
	float: left;
	clear: both;
	padding: 2px 0;
	margin: 0 0 0 40px;
	width: 1000px;
}
#bas .menu li{
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}
#bas .menu li a{
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 4px 9px;
}
#bas .menu li a:hover{
	color: #2fb42f;
}
#bas .menu li .sep{
	display: block;
	float: left;
	width: 10px;
	height: 20px;
	background-image: url('/images/puce.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#bas address,
#bas p{
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	color: #fff;
}
#bas p{
	padding-bottom: 20px;
}
#bas a{
	color: #fff;
	text-decoration: none;
}
#bas a:hover{
	color: #0b600b;
	text-decoration: underline;
}

/* Tableaux de produits */
table.produits{
	clear:both;
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
table.produits tr *{
	background-color: #fdfdfd;
}
table.produits tr.pair *{
	background-color: #f5f5f5;
}
table.produits tr td span{
	color: #fdfdfd;
}
table.produits tr.pair td span{
	color: #f5f5f5;
}
table.produits th,
table.produits td{
	height:30px;
	font-size:11px;
	padding-left:10px;
	border-right:1px solid #f0f0f0;
}
table.produits thead *{
	background-color:#999;
	color:#ffffff;
}
table.produits .produit{
	width:220px;
	text-align:left;
}
table.produits th:first-child{
	text-align:left;
}
table.produits span{
	font-size:0;
	display:block;
	width:25px;
	height:25px;
	background:url(/images/coche.png) no-repeat;
	margin:0 auto 0 auto;
}
#ret{
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
}
/* Corrections mineures pour l'impression directe */
br.sautDePage{
	page-break-before:always;
	page-break-after:always;
}
@media print{
	#page{
		width:18cm;
	}
	#contenu{
		padding:0;
		width:100%;
	}
	#contenu h2,
	.block{
		width:100%;
	}
}
