body
{
margin: 0px;
background-color: #333;
font-family: Verdana, Arial, serif;
font-size: 12px;
color: #999;
}
img
{
border: 0px;
}
a
{
color: #888;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #777;
}
H1
{
color: #555;
text-align: center;
font-size: 18px;
margin: 0px;
}
H2
{
color: #666;
text-align: center;
font-size: 16px;
margin: 0px;
}
H3
{
color: #777;
text-align: center;
font-size: 14px;
margin: 0px;
}
#template
{
margin: auto;
width: 790px;
background-image: URL('design/background-template.jpg');
text-align: center;
overflow: hidden;
}
#logo
{
margin: auto;
width: 790px;
height: 100px;
background-image: URL('design/background-logo.jpg');
overflow: hidden;
}
#menu
{
margin: auto;
width: 95%;
height: 20px;
overflow: hidden;
}
#button {
				list-style: none;
				margin: 0;
				padding: 0;
				}
#button li {
				float: left;
				width: 100px;
				height: 20px;
				margin-right: 1px;
				color: #555;
				background: #c00;
				}

#button li a { 
    display: block; 
    background: #900 url(design/menu.jpg) left top no-repeat; 
    color: #555; 
    font: 1em "Trebuchet MS",Arial,sans-serif; 
    line-height: 1em; 
    padding: 2px 0; 
    text-align: center; 
    }     
#button li a:hover, #navigation li a:focus, #navigation li a:active { 
    background: #033 url(design/menu.jpg) right top no-repeat ; 
    }
#contenu
{
margin: auto;
width: 750px;
padding: 20px;
min-height: 500px;
text-align: center;
overflow: hidden;
}
#contenu img
{
border: 2px solid #CDCDCD;
}
#footer
{
margin: auto;
width: 99%;
height: 15px;
padding-top: 10px;
padding-bottom: 5px;
text-align:center;
border-top: 2px dashed #CDCDCD;
border-bottom: 5px solid #CDCDCD;
overflow: hidden;
}
#jeu
{
float: left;
width: 48%;
text-align: left;
margin-bottom: 10px;
}
#description
{
float: left;
width: 49%;
padding: 3px;
border: 1px solid #CDCDCD;
text-align: left;
margin-bottom: 10px;
}
#description img
{
border: 0px;
}
#info
{
margin: auto;
width: 99%;
border: 1px solid #CDCDCD;
text-align: left;
}
#list
{
margin: auto;
margin-top: 10px;
padding: 2px;
width: 750px;
border: 1px solid #CDCDCD;
text-align: center;
height: 240px;
overflow: hidden;
}