body { 
	font-family : "arial";
	font-size : 11px;
	background-color : #FBFBFB;
	margin-left : 0px;
	margin-top : 0px;
	text-align:left;
	
}

div#conteneur
{
	position: absolute;
	width: 748px;
	left: 50%;
	margin-left: -379px;
	vertical-align: top; 
	/*background-color:#FFFFFF;*/
	
	
}

div#entetehome
{
	display: block;
	width: 748px;
	height: 202px;
	margin: 0 ;
	padding: 0 ;
	border: 0;
	font-size:1px;
	background-color:#FFFFFF;
}

div#menu 
{
	display: block;
	width: 748px;
	height: 109px;
	background: url(../images/menu_home.gif) no-repeat left top ;
}



.contentmenu
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}

.sepmenu
{
	display: block;
	width: 5px;
	height: 98px;
	background: url(../images/barre_sep_menu.gif) left top ;
	margin-right:2px;
}

div#titreactu
{
	width:225px;
	height:3px;
	background: url(images/sep_horizontale.gif) left top ;
}

div#titremonde
{
	width:340px;
	height:3px;
	
	background: url(images/sep_horizontale.gif) left top ;
}


div#logistique 
{
	display: block;
	width: 420px;
	height: 285px;
	background: url(../images/content/logistique_photo_fond.gif) no-repeat left top ;
	padding-left:225px;
	padding-top:10px;
}


/* class masquée */
.classhide
{
	visibility:hidden;
	position:absolute;
}


/* CSS FORMULAIRE CONTACT */
.cadre
{
	background-color:#F1F1F1;
	padding-left:5px;
	margin-right:5px;
}

.requis
{
	color:red;
}




/* CSS DES MENUS */
ul.liste, .liste li, .liste a {padding:0px ; margin:0px} 

.liste 
{
list-style-type:none
} 

.liste li a {
	color:white;
	text-decoration:none;
} 

.liste li a:hover { 
	color:#F5B210;
	
} 

.menuactif { 
	color:#F5B210;
} 

/* FIN CSS DES MENUS */
