body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0 0 0 0;
	background-color: #000000;
}

img{
	border:0px;
}

#entete{
	width:1000px;
	height:100px;
}

#logo{
	position:fixed;
	right:10px;
	top:5px;
}

#menu{
	position:absolute;
	right:10px;
	top:70px;
	color:#FFF;
}

#menu a{
	color:#FFF;
	font-size:larger;
	text-decoration:none;
}

#menu a:hover{
	color:#F00;
	font-weight:bold
}

#banniere{
	position: absolute;
	left:900px;
	top:0px;
}

#news{
	background-color:#000;
	position:fixed;
	left:10px;
	top:150px;
	width:240px;
	height:300px;
	text-align:justify;
	padding-right:10px;
	color:#FFF;
}

#news li{
	list-style-image:url(damier.jpg);
	padding-bottom:10px;
}

#news a{
	color:#FFF;
	text-decoration:none;
	
}

#partenaires{
	position:fixed;
	top:500px;
	left:10px;
	width:240px;
}

#contenant{
	position:fixed;
	left:280px;
	top: 100px;
	width:761px;
	height:545px;
	background-image:url(fond_.jpg);
	background-repeat:no-repeat;
}

#contenu{
	position:fixed;
	left:300px;
	top: 120px;
	width: 710px;
	height: 500px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
}

#contenu h1{
	font-size:14px;
	font-weight:bold;
}


#piedpage{
	position:fixed;
	left: 0px;
	top: 630px;
	height:15px;
	text-indent: 15px;
	color: #444444;
}

#piedpage a{
	text-decoration: none;
	color: #444444;
}

.photo{float:left; padding:5px; text-align:center; width:120px; height:90px; border:none;}
.photofin{}