/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #ABAAA6;
	background-color: #3F362D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*------ bloc pour centrer contenant tout le design du site --------*/
#global {
	position:relative;
	width: 600px;
	margin: 0 auto 0 auto;
	border: 3px solid #f0f0f0;
}

#banniere {
	position:relative;
	width: 606px;
	margin: 50px auto 10px auto;
	height: 125px;
	background-image: url(design/background_banner.gif);
	background-repeat: repeat-x;
}

#lang {
	float: left;
	width: 406px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	margin: 102px 0 0 0;
	background-color: #3F362D;
	background-image: url(design/back_rechercher.gif);
	background-repeat: no-repeat;
	text-align: right;
}


/* LINKS */
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #f0f0f0;
	text-decoration: none;
	letter-spacing:0px;
}

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

a.item{
	font-size: 13px;
	color: #ABAAA6;
}

a.item:hover{
	color: #f0f0f0;
}

/*---------------LOGO----------------*/

img.logo {
	float: left;
	width: 180px;
	height: 100px;
	margin: 20px 0 0 20px;
	border: 0px solid #CC6666;
}

/*----------NETWEBCITY----------*/
#netwebcity {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #797875;
}

#netwebcity a.netweb {
	font-size: 10px;
	color: #797875;
}

#netwebcity a.netweb:hover {
	color: #ABAAA6;
}