@charset "utf-8";
/* CSS Document */

body {
background :url(images/fond-site.png) top left no-repeat #3365af;
font-family : Arial, Verdana, sans-serif;
font-size : 12px;
color : #000000;
}
b{
color:#e50f01;}
img {
border:0;
}

H1 {
font-size:17px;
}

a{
text-decoration:none;
color:#000000;
font-weight:bold;
background-color:#ebebeb;
}

a:hover{
text-decoration:underline;
color:#FF0000;
font-weight:bold;
background-color:#ebebeb;

}


#conteneur{
width:900px;
margin: 0 auto;
padding:2px;
}


#joueur{
width:300px;
height:235px;
background-color:#ebebeb;
text-align:center;
margin:10px;
border:2px solid #171717;
position:relative;
left:80px;
float:left;
}

#bas{
clear:both;}

.jeu{
width:250px;
height:220px;
background-color:#ebebeb;
text-align:center;
border:2px solid #171717;
float:left;
margin:10px; 
}

#footer{
text-align:center;
color:white;
width:730px;
margin:auto;
}
