/* CSS Document */


body {
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: auto;
	background: url("images/fond.jpg") no-repeat;
	height: auto;
	text-decoration: none;
	margin-top: 0px;
}

a:link {
	color: #666666;
	text-decoration: none;

	}
	a:visited {
	color: #CCCCCC;
	text-decoration: none;

	}
    a:hover {
	color: #999999;
	text-decoration: none;

	}
	





/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #cccccc;
	width: 822px;
	height:100px;
	text-align: right;
	vertical-align: text-bottom;
}





#container {
	float: inherit;
	width:822px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	color: #666666;
	background-color:#FFFFFF;
}


#content1{
  
	width:251px;
	margin-top: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	
}

#content{
	height: auto;
	width: 622px;
	margin-left: 200px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#prod
{
	margin-left:10px;
}
#textprod
{
	margin-left:200px;
}

/**********************************************/



/**********************************************/


#side_menu{
	width:150px;
	float: left;
	height: auto;
	background-color: #eeeeee;
	border-top: 0px;
	border-bottom: 0px;
	text-decoration: none;
	line-height:30px;
	font-size:12px;
	
}



/**********************************************/

#menu1{
	position: inherit;
	margin: 0px;
	padding: 12px;/*distance interieure*/
	border-bottom: 0px solid #cccccc;
	font-size: 13px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
 
 ul#menu1 {
list-style-type : none; /*EVITER les puces*/
}
 
 ul#menu1 a:link, ul#menu1 a:visited{
	
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	
	
	padding: 3px 0px 3px 10px;
	color: #666666;
}

ul#menu1 a:hover{ 
   border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* #footer **************/
#footer{
    font-size: 9px;
	text-align: center;
	color: #CCCCCC;
    float:inherit;
	width: 822px;
	margin: auto;
	padding: 15px 0px 0px 0px;
	margin-bottom:30px;
	background-image:url(images/bas.jpg);
	background-repeat: no-repeat;
	background-color: none;
}
#footer a:link{
color: #CCCCCC;

}
#footer a:hover{
color: #FFFFFF;

}


/* styles formerly embeded in the page */

<style type="text/css">


.Style1 {font-size: 14px}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Style4 {font-size: 12px; color: #666666; }
body,td,th {
	color: #666666;
}