/* CSS Document */

body {
	margin: 0px;
	background-image: url(../interface/fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}
#bandeau {
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:446px;
}
#contenu {
	position:relative;
	left:0px;
	width:895px;
	background-image: url(../interface/contenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
#contenu img {
	border: 1px solid #FFFFFF;
	margin:2 px;
}

#powered a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: left;
}
#powered img {
	height: 10px;
	width: 10px;
	vertical-align: middle;
	float: left;
	border:none;
	
}

.pic{
float:left;
margin-right:10px;
}

li {
	
margin-left:60px;
	
}


#logo{
width: 370px;
height:200px;
position:absolute;
top : 200px;
right : 0px;
}

#logo img {
z-index: 10;}

#callback{

width: 170px;
height:194px;
position:absolute;
top : 5px;
right : 11px;
border:none;

cursor:pointer;
}

#callback a

{
text-decoration:none;

}
#callback img

{
border:none;
}

#flashobj {
border: 1px solid #FFFFFF;
	margin:2 px;
}

.liens {color: #ccc;
text-decoration: underline;}

.liens:hover {
color: #fff;
text-decoration: none;}

.clear {
clear: both;}