@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9EC8EE;
	font-weight:bold;
   	background-color:#272727;

}
img{
border:0;
}
a {
	font-size: 12px;
	color: #399BC8;
}
a:link {
	text-decoration: none;
	color: #399BC8;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
		color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #9EC8EE;
	font-weight: bold;
	font-size:13px;
	margin-top : 20px;
	text-align:center;
	padding-bottom:20px;
}
p {
	color: #9EC8EE;
}
#conteneur{
   position:absolute;
   top:0px;
   left:0px;
 	width:100%;
   margin: auto;
}
#conteneur1{
	width:995px;
	margin-left: auto;
	margin-right: auto;

}
#Partie0 { /*banniere haute*/
	float: left;
	width:415px;
	height:190px;
	color:black;
}
#Partie1{ /* droite */
   float: left;
   width:580px;
	/*margin-top:190px;*/
}
.center{
padding-top:10px;
text-align:center;
color:#399BC8;
font-size:13px;
}
