/* -------------balises----------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

label { 
	display: inline ; float: left ; width: 170px ; margin-left: 0px; font-weight:bold;
}

/* -------------div----------- */
#global {
     position:absolute;
     width: 980px;
}

#contentarea {
	min-height : 600px;
}

#header {
	position:relative;
	height:120px;
	background:url(../img/bandeau.gif);
	background-repeat:no-repeat;
}

#header a{
	color:#990000;
}

#header a:hover{
	color:#000000;
}

#logo {
	position:absolute;
	width:225px;
	height:87px;
	z-index:4;
}

#filet {
	position:absolute;
	width:980px;
	height:19px;
	z-index:1;
	left: 0px;
	bottom: 11px;
	background-color:#384f61;
}

#filet a {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none; /* pour éviter le soulignement au survol */
}

#filet a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #E6D898;
	text-decoration: none; /* pour éviter le soulignement au survol */
}

#login {
	float:left;
	color:white;
	margin-left: 5px;
}

#compteur {
	float:right;
	padding-right:20px;
	color:white;
}

#left {
    float: left;
    width: 0px;
	z-index:10;
	position:relative
}

#middle {
	position:relative;
	width:700px;
	float:left;
	padding: 0px 20px 20px 260px;
	margin: 0px;
	background: url(../img/motif.gif);
	background-repeat: repeat-y;
	text-align:justify;
	z-index:1;
	border-right: 1px solid #b5ad6f;
}

#footer {
    clear: both;
    background-color: #B5AD6F;
	height:30px;
}

#pubbas {
	padding-top:25px;
	text-align:center;
}

/*
#cale{
	position:relative; 
	height:490px;
}
*/

#pub_haut {
	position:absolute;
	width:504px;
	height:60px;
	z-index:3;
	left: 304px;
	top: 24px;
}

#top_membre {
	position:absolute; 
	left:285px; 
	top:0px;
	margin-left: 0px; /* espacement entre chaque sous-menu */
}

#top_membre a{
	top:0px;
	margin-left: 20px; /* espacement entre chaque sous-menu */
}

#top_membre a:hover{
	top:0px;
	margin-left: 20px; /* espacement entre chaque sous-menu */
}

#pub_bas {
	text-align:center;
	width:980px;
}
