body
{
	background-color: black;
	margin-top: 3%;
	color: black;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
}

h1
{
	color: #fbd70c;
        text-shadow:
            black 2px 4px,
            black -1px 1px,
            black -1px -1px,
            black 2px -1px; 
}

h2
{
        border: 2px solid black;
	color: white;
        background-color: rgb(150,150,140);
}

#en_tete
{
	margin: auto;
	width: 100%;
	padding: 0;
}

#corps
{
	width: 960px;
	padding: 5px 0;
	margin: 0 auto;
	background-color: white;
	/*position: absolute;*/ /*En mettant cette ligne en commentaire, cela permet d'avoir le menu qui passe au dessus du corps*/
	overflow:hidden;
}

.menu_repas
{
} 

#pied_de_page
{
	height: 48px;
	//width: 77.5%;
	width: 960px;
	padding: 16px 10px 0;
	margin: 0 auto;
	background: transparent url(images/footer.png) no-repeat bottom center;
}

#pied_de_page_holder
{
	height: 13px;
	line-height: 13px;
	color: white;
	text-align: center;
	overflow: hiddent;
}

#menuDeroulant
{
	margin: auto;
	width: 980px;
	list-style-type: none;
	padding: 0;
	border: 0;
        font-size:12px;
}

#menuDeroulant li
{
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}

#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0px transparent;
	width: 160px; 
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: black;
	background: rgb(150,150,140);
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	border-right: 1px solid;
	text-decoration: none;
	font-weight: bold;

        background-image: -moz-linear-gradient(top, #aaaaaa, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa,endColorstr=#dddddd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa,endColorstr=#dddddd)";
}

#menuDeroulant li a:hover 
{ 
        background-image: none;	
        background-color: #7C6F57;
	color: white;
}
#menuDeroulant li a:active 
{ 
        background-color: #5F879D; 
}

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: black;
	margin: 0;
	border: 0;
	text-decoration: none;
}

#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #7C6F57;
	color: white;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

#contingent
{
	margin: auto;
	width: 70%;
	//border-style: solid;
	color: black;
	background-color: white;
	border-collapse: collapse;
}

#contingent th
{
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

#contingent td, #contingent th 
{
	
}

#contingent a
{
	color: black;
}

#profil_joueur
{
	margin: auto;
	width: 70%;
	//border-style: solid;
	color: black;
	background-color: white;
	border-collapse: collapse;
}

.profil_joueur_entete
{
	font-weight: bold;
	width: 30%;
}

#Liens_table
{
	margin: auto;
	width: 70%;
	//border-style: solid;
	color: black;
	background-color: white;
	border-collapse: collapse;
}

#classement
{
	margin: auto;
	width: 100%;
	//border-style: solid;
	color: black;
	background-color: white;
	//border-collapse: collapse;
}

#classement th
{
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

.page_gauche
{
	float: left;
	width: 25%;
	overflow:hidden;
}

.page_droite
{
	float: right;
	width: 25%;
	overflow:hidden;
        text-align:center;
}

#miniclassement
{
	float: left;
	background-color: white;
	width: 220px;
	border: 1px solid;
	margin-left: 5px;
        margin-bottom: 20px;
	font-size: 11px;
}

#miniclassement caption
{
	background-color: rgb(150,150,140);
	width: 220px;
	text-align: left;
	font-size: 14px;
	color: white;
        font-weight: bold;
        font-family: Comic Sans MS, Brush Script MT, cursive;
        font-style: italic;
}

#news
{
       width: 50%; 
       margin: auto;
}
