html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #e2e1d6 url('../img/fond_accueil.png') repeat-x left top;
}

a img {
	border: none;
}

a { cursor: pointer; }


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

#container{
	margin: 15px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:1000px;
	min-height: 100%;
	/*position: relative;*/
}


* html #container {
	height: 100%;
}

#body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}


/******************entete********************/

#entete{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 920px;
	height: 164px;
	background: url('../img/accueil/entete_fond.png') no-repeat top left;
	/*background-color: pink;*/
}

#entete .gauche {
	position: relative;
	float: left;
	width: 399px;
	height: 164px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

#entete .droite {
	position: relative;
	float: left;
	width: 521px;
	height: 164px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#slogan_fr {
	position: relative;
	width: 399px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../img/accueil/titre.png') no-repeat top left;
}

#slogan_en {
	position: relative;
	width: 399px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../img/accueil/titre_en.png') no-repeat top left;
}

#onglets {
	position: relative;
	float: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	width: 399px;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	/*background-color: pink;*/
}

#onglets a {
	color: #fff;
	text-decoration: none;
}

#onglets a:link {
	color: #fff;
	text-decoration: none;
}

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

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

#onglets a:active {
	color: #fff;
	text-decoration: none;
}



#onglets ul.list_manufact {
	position: absolute;
	top:0px;
	left: 43px;
	width: 135px;
	height:auto;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: url('../img/accueil/onglet.png') no-repeat top left;
	list-style-type:none;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	z-index:26px;
}

#onglets ul.list_manufact li{
	width: 135px;
	height: 24px;
	text-transform: uppercase;
	position: relative;
	
}

#onglets ul.list_manufact:hover{
	background: url('../img/accueil/onglet_hover.png') no-repeat top left;
	color: #fff;
}
#onglets ul.list_manufact:hover li a{text-decoration:none; color:#000;}
#onglets ul.list_manufact:hover li a:hover{text-decoration:none; color:#000;}
#onglets ul.list_manufact:hover li a:active{text-decoration:none; color:#000;}
#onglets ul.list_manufact:hover li a:visited{text-decoration:none; color:#000;}

#onglets ul.list_manufact li ul{
	width: 133px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align:left;
	background-color: #ffffff;
	position: absolute;
	left:0px;
	top:-9999px;
	border-bottom: 1px solid #0069aa;
	border-left: 1px solid #0069aa;
	border-right: 1px solid #0069aa;
	border-color: #0069aa;
	z-index: 25;
	list-style-type:none;
	font-size:11px;
}

#onglets ul.list_manufact:hover li ul {
	top: 18px; 
}
#onglets ul.list_manufact li ul li{
	text-transform: none;
	width: 108px;
	height: 15px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
	display: block;
	color: #000;
}
#onglets ul.list_manufact li ul li:hover{
	background-color: #cac8b5;
	color: #000;
}

#onglets ul.list_manufact li ul li:hover a{text-decoration:none; color:#000;}
#onglets ul.list_manufact li ul li:hover a:hover{text-decoration:none; color:#000;}
#onglets ul.list_manufact li ul li:hover a:active{text-decoration:none; color:#000;}
#onglets ul.list_manufact li ul li:hover a:visited{text-decoration:none; color:#000;}

#onglets ul.list_manufact li ul li.subcat {
	color: #0069AA;
	padding: 3px 0px 3px 0px;
	width: 133px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#onglets ul.list_manufact li ul li.subcat:hover {
	background-color: #fff;
}

#onglets .manufacturiers {
	position: absolute;
	bottom: -1px;
	left: 43px;
	width: 135px;
	height: 24px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: url('../img/accueil/onglet.png') no-repeat top left;
}

#onglets .manufacturiers:hover {
	background: url('../img/accueil/onglet_hover.png') no-repeat top left;
	cursor: pointer;
}

#onglets .manufacturiers:hover a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .manufacturiers:hover a:link {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .manufacturiers:hover a:visited {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .manufacturiers:hover a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .manufacturiers:hover a:active {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .categories {
	position: absolute;
	top: 0px;
	left: 221px;
	width: 135px;
	height: 24px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: url('../img/accueil/onglet.png') no-repeat top left;
	text-transform: uppercase;
}

#onglets .categories:hover {
	background: url('../img/accueil/onglet_hover.png') no-repeat top left;
	cursor: pointer;
}

#onglets .categories:hover a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .categories:hover a:link {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .categories:hover a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .categories:hover a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#onglets .categories:hover a:active {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 521px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 0px 0px;
}

#menu ul {
	position: absolute;
	bottom: 0px;
	right: 10px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 4px 0px;
}

#menu ul li {
	display : inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 4px 0px;
	padding: 7px 14px 4px 3px;
	color: #000;
	border-right: 1px solid #6a9db6;
}

#menu ul li a { color: #000; text-decoration: none; }
#menu ul li a:link { color: #000; text-decoration: none; }
#menu ul li a:visited { color: #000; text-decoration: none; }
#menu ul li a:hover { color: #0069aa; text-decoration: none; }
#menu ul li a:active { color: #0069aa; text-decoration: none; }

#menu ul li.lang {
	display : inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	padding: 7px 14px 4px 3px;
	color: #0069aa;
	border-right: none;
}

#menu ul li.lang a { color: #0069aa; text-decoration: none; }
#menu ul li.lang a:link { color: #0069aa; text-decoration: none; }
#menu ul li.lang a:visited { color: #0069aa; text-decoration: none; }
#menu ul li.lang a:hover { color: #0069aa; text-decoration: underline; }
#menu ul li.lang a:active { color: #0069aa; text-decoration: underline; }

/******************contenu********************/
	
#contenu_fr {
	/*position: relative;*/
	width: 1000px;
	height: 417px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../img/accueil/background.jpg') no-repeat top left;
	z-index: 0;
}

#contenu_en {
	/*position: relative;*/
	width: 1000px;
	height: 417px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../img/accueil/background_en.jpg') no-repeat top left;
	z-index: 0;
}


/******************Pied de page********************/

#piedpage {
	position: relative;
	width: 1000px;
	height: 30px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-color: #e3e2d7;
	border-top: 1px solid #dddcd1;
}

#piedpage em {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/******************Coin rond css********************/
.round_bottom_10{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
