@charset "UTF-8";
body {
	background-image: url(../img/bg-bleu.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family:Helvetica;
	font-size: 14px;
	color:#FFFFFF;
	background-color:#000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
	}
img {
	border:0px;
}

a:link, a:visited, a:active, a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* LES DIV's */
#banner{
	top:0px;
	z-index: 1;
	width: 100%;
	background-color:#000;
	position: absolute;
	height: 46px;
	background-image: url(../img/bgBanner.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#conteneur{
	position: relative;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	z-index: 2;
	position: relative;
	top: 0px;
	height: 600px;
	overflow: hidden;
	background-image: url(../img/bg-deco.jpg);
	background-repeat: no-repeat;
	background-position: 0px 46px;
}
#logo {
	z-index: 3;
	position: relative;
	width: 140px;
	height: 46px;
	float: left;
	top:0px;
	left: 30px;
}


/*
 MENU PRINCIPAL 
*/

#menu{
	z-index: 3;
	position:relative;
	width:270px;
	height: 46px;
	float: left;
	left: 380px;
	top:0px;

}
#menu ul{
	margin-left:-30px;
	list-style-type: none;
}
#menu li{
	display:inline;
	padding:0px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#menu li a:link, #menu li a:visited {
	display: block;
	float:left;
	padding:0px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: -15px;
	color: #999999;
	text-decoration: none;
	height:46px;
	line-height:35px;

}
#menu li a:hover, #menu li a:active{
	background-image: url(../img/btnActif.jpg);
	background-repeat: repeat-x;
}

/*  PAGES  */


#page{
	top:150px;
	position:relative;
	z-index:3;
	padding:20px;
}
#page ul{
	margin-left: -30px;
	list-style-type: none;
}
#page a:link, #page a:visited, #page a:active, #page a:hover{
	color:#fff;
}
