*
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin:0px;
	padding: 0px;
	font-family:"Arial", sans-serif;
	font-size: 1em;
	background-color: white;
}

img
{
	width:100%;
}

#conteneur 
{
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#header 
{
	height: 150px;
	background-image: url(photo/logoDH.jpg);
}

/* Menu horizontal */

#menu_hor
{	
	list-style-type:none;
	height:auto;
	margin-left:8px;
}

.menu-hor-item
{	
	width:195px;
	float:left;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
}

.menu-hor-item a
{
	color: black;
	text-decoration:none;
}

a img
{
	border:none;
}

.menu-hor-acc
{	
	width:260px;
	float:left;
	margin-left:1px;
	margin-right:1px;
}

.menu-hor-acc a
{
	color: black;
	text-decoration:none;
}

/* main de la page  */

#fond
{
	margin-top:30px;
	position: relative;
	margin-left: 215px;
	width: 575px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	height: 580px;
	background-image: url(photo/menu4.jpg);
}

#fond h2
{
	margin-left:10px;
}

#frame
{
	width: 565px;
	height: 580px;
	overflow:auto;
	text-align: justify;
	background-color:white;
	
}

#frame a, #frame a:hover
{
	color:blue;
	font-size:1em;
	font-family:"arial", serif;
	text-decoration:none;
}

#produit
{
	margin-left:20px;
	list-style-type:disc;
}

/*Elements de la frame*/
.list
{
	margin-left:30px;
}

.cadre
{
	margin-left:10px;
	width:520px;
	padding:5px;
	margin-top:10px;
	height:auto;
	font-size:1em;
	//background-color:white;
	background-color:rgb(58,133,130);
}

.texte
{
	width:245px;
	float:left;
	font-size:1em;
}

.desc
{
	font-size:1em;
}

.photo
{
	width:280px;
	margin-left:250px;
}

.photo img
{
	width:100%;
}

/* Menu vertical  */

#gauche
{
	margin-top:3px;
	float: left;
	width: 200px;
	height: 600px;
	background-image: url("photo/menu3.jpg");
	background-repeat:no-repeat;
}

.menu_ver
{	
	width:200px;
	margin-left:15px;
}

.menu_ver img
{
	width:170px;
	margin-top:15px;
}




.center
{
	text-align:center;
}





/* Pied de page */

#footer 
{
	padding:3px;
	text-align:center;
	font-size:0.8em;
	font-family:"arial", serif;
	border:none;
	color:grey;
	background-color:white;
	margin-bottom:5px;
}
