* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
}
html,body { 
	height: 100%;
	background-color: #E5E4E0;
}
td * { text-align: left; }

a img { border: 0px none;}
/*******************************************************************************************************/
#header {
	width: 950px;
	height: 60px;
	background-color: #D4D0CD;
	position: relative; 
}
#header img.logo {
	position: relative;
	top: 0px;
	left: 5px;	
}

/************************************************/
#menuCollection, #menuManufacture, #menuEBoutique {
	position: absolute;
	top: 8px;
	list-style-type: none;
}

/************************************************/
#menuCollection {
	left: 200px;
}
#menuManufacture {
	left: 430px;
}
#menuEBoutique{
	left: 700px;
}

#imgCollection{
	top: 50px;
}



#menuCollection a,  #menuManufacture a {
	font-size: 11px;
	text-decoration: none; 
}
#menuCollection a:link,#menuCollection a:visited,
#menuManufacture a:link,#menuManufacture a:visited { 
	color: #666666; 
}
#menuCollection a:hover, #menuManufacture a:hover { 
	color: #FFFFFF; 
}

#menuCollection li, #menuManufacture li {
	display: inline;
	float: left;
	margin: 0px 5px;
}

#navCollection{
	display: none;
}
#navManufacture{
	display: none;
}

#overview{
	font-weight: bold;
}

/************************************************/
	
	
/*******************************************************************************************************/
#mainContent {
	top:0px;
	width: 950px;
	height: 485px;
	/*background-image:  url(file:///d|/Temp/img/global/fond_d.jpg);*/
	position: relative;
	background-color: #D4D0CD;
	z-index : 30;

	}
	#mainContent #zoneTitle {
		height: 30px;
		color: #9B9797;
		border-bottom: 1px solid #FFFFFF;
		font-size: 22px;
		line-height: 30px;
		padding-left: 40px;
		font-weight: normal;
		background-color: #D4D0CD; 
}
/*******************************************************************************************************/
/* Annexe = Navigation du Bas	*/
/*******************************************************************************************************/
#annexe {
	position: relative;
	width: 950px;
	height: 20px;
	background-color: #DEDAD8;
	font-size: 10px;
	color: #4D4850; 
}
	
#annexe .language{
	text-transform: capitalize;
}

#annexe ul {
	position: relative;
	top: 5px;
	left: 30px;
	float: left;
	margin-right: 30px;
	font-size: 10px;
	list-style-type: none;
	height: 16px;}
#annexe li { float: left; }

#annexe ul a {
	margin: 0px 1px;
	font-weight: bold;
	font-size: 10px;
	word-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none; }
#annexe ul a:link, #annexe ul a:visited { color: #4D4850;}
#annexe ul a:hover { color: #FFFFFF; }
#annexe ul span { 
	margin: 0px 1px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	word-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none; }
/*******************************************************************************************************/
/* Pied de Page avec Copyright et Termes et Conditions d'utilisation	*/
/*******************************************************************************************************/
#footer {
	width: 950px;
	font-size: 10px;
	color: #666666; }
#footer a { 
	display: block;
	float: right;
	color: #666666; }