@charset "UTF-8";
/* CSS de la home */


/*caractéristiques générales*/
* { margin: 0; padding: 0; vertical-align: top;}

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/*liens*/
a:link { 
	color: #444d06;
	font-size:12px;
	line-height:17px;
	text-decoration: underline;}
	
a:hover {
	color: #cbd400;
	font-size:12px;
	line-height:17px;
	text-decoration:underline;}
a:visited {
	color: #444d06;
	font-size:12px;
	line-height:17px;
	text-decoration:underline;}
a:active {
	color: #cbd400;
	font-size:12px;
	line-height:17px;
	text-decoration:underline;}	


/*listes*/
ol {
	list-style-type:none; 
	padding:0;
	margin:0;
	display:block;
	}
	

li#menu {
	list-style-type:none; 
	float:left; /*pour IE*/ 
	font-size:0;
	display:block; 
	}

li#gch {
	list-style-type:none; 
	display:block; 
	font-size:0;
	float:left; /*pour IE*/ 
	}

li#gam {
	list-style-type:none; 
	display:block; 
	font-size:0;
	float:left; /*pour IE*/ 
	}
 
 

/*caractéristiques des textes*/
p {color: #444d06;
	font-size:13px;
	line-height:19px;}

H1 {color: #444d06;
	font-size:14px;
	line-height:19px;
	font-weight: bold;}

H2 {color: #444d06;
	font-size:13px;
	line-height:18px;
	font-weight: bold;}

H3 {color: #444d06;
	font-size:12px;
	line-height:16px;
	font-weight: bold;}
	
	
/*caractéristiques des div*/
div#globale {
	display:block;/*supprime les marges autour de l'image ie6*/
	width:800px;
	height:600px;
	background-color: white;
	/*margin-left: auto;
    margin-right: auto;*/
	}


div#gch {
	display:block;
	width:200px;
	height:600px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
div#header {
	display:block;
	width:600x;
	height:24px;
	padding-top:47px;
	padding-bottom:24px;
	}
	
	
div#main {
	display:block;
	float: right;
	width:500px;
	height:500px;
	padding-left:50px;
	padding-right:50px;
	}
	
		
/*divers*/	

div#main_flacon {
	display:block;
	float: right;
	width:500px;
	height:500px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/prod_fond1.jpg);
	background-repeat:no-repeat;
	}

div#main_util {
	display:block;
	float: right;
	width:500px;
	height:500px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/prod_fond4.jpg);
	background-repeat:no-repeat;
	}

div#main_fart {
	display:block;
	float: right;
	width:500px;
	height:500px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/prod_fond5.jpg);
	background-repeat:no-repeat;
	}

div#main_fartbt {
	display:block;
	float: right;
	height:74px;
	width:500px;
	padding-left:50px;
	padding-right:50px;
	}