
/**********

    BODY
	
**********/

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #000000;
}

/**********

    CONTENEUR
	
**********/

#centeneur {
	background: #000000 url(../images/navigation.jpg) 0 0 repeat-y;
	width: 800px;
	margin: auto;
	padding: 0px;
}

/**********

    HEADER
	
**********/

#header_haut {
	background: #ffffff url(../images/header_haut.jpg) 0 0 no-repeat;
	width: 800px;
	height: 106px;
	margin: auto;
	padding: 0px;
}

#header {
	background: #ffffff url(../images/header.jpg) 0 0 no-repeat;
	width: 800px;
	height: 113px;
	margin: auto;
	padding: 0px;
}

/**********

    NAVIGATION
	
**********/

#navigation {
	width: 800px;
	margin: auto;
}

#haut {
	background: #ffffff url(../images/haut.jpg) 0 0 repeat-y;
	width: 800px;
	height: 41px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#barre {
	background: #ffffff url(../images/barre.jpg) 0 0 repeat-y;
	width: 494px;
	height: 77px;
	margin-left: 0px;
	margin-bottom: 0px;
}


#nav {
	width: 494px;
	margin-left: 172px;
}

/**********

    FOOTER
	
**********/

#footer {
	clear: both;
	background: #ffffff url(../images/footer.jpg) 0 0 repeat-y;
	width: 800px;
	height: 20px;

}

/**********

    BARRE
	
**********/

#episode {
	float: left;
	width: 83px;
	height: 77px;
	margin-left: 16px;
}

#scan {
	float: left;
	width: 83px;
	height: 77px;
	margin-left: 16px;
}

#liens {
	float: left;
	margin-top: 10px;
	margin-left: 16px;
}

#barre a {font-size: 10px; color: #7e7e7e; text-decoration:none; }

/**********

    MENU GAUCHE
	
**********/

#gauche {
	float: left;
	margin-left: 34px;
	width: 131px;
	display: inline;
}



#information {
	background: url(../images/information.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#media {
	background: url(../images/media.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#download {
	background: url(../images/download.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#statistiques {
	background: url(../images/statistiques.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}


#sondage {
	background: url(../images/sondage.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}


#box {
	background: url(../images/box.jpg) left top no-repeat;
	width: 131px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#gauche ul{
	list-style-image: url("../images/puce.jpg");
	margin: 0 0 0 20px;
	padding: 0;
}

#gauche a {font-size: 11px; color: #000000; text-decoration:none; }

#gauche a:hover {font-size: 11px; color: #AF0D0B;}


/**********

    MENU DROIT
	
**********/

#droit {
	float: right;
	margin-right: 32px;
	width: 90px;
	display: inline;
}



#topsite {
	background: url(../images/topsite.jpg) right top no-repeat;
	width: 90px;
	padding: 30px 0 0 0;
	margin: 10px 0 0 0;
}

#droit ul{
	list-style: none;
	margin-left: 3px;
	padding: 0;
}


/**********

    DIVERS
	
**********/

#titre {
	background: #C0C0C0;
	width: 494px;
	height: 20px;
}

#titre stan { 

	font-size: 11px; 
	color: #ffffff;
 }

img {border: none;}
.center { margin-left:auto; margin-right:auto; text-align:center; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

a {font-size: 11px; color: #AF0D0B; text-decoration: none; }

.table
{
width:99%;
border : 1px solid #ffffff
}

.table th
{
   background: #c0c0c0;
   color:rgb(68,68,68);
   padding-left:3px;
   font-size:10px;/*taille texte*/
   font-family: "Verdana", Arial, "Arial Black", "Times New Roman", Times, serif;
}

.table td
{

   color: #666666;
   font-size:10px;/*taille texte*/
   font-family: "Verdana", Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left:3px;
   background: #e6e6e6;
}

.table a {font-size: 11px; color: #8f8f8f; text-decoration:none; }

em
{
  color: #7e7e7e;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 11px;
}

eme
{
  color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 11px;
}

#commentaires
{
   margin-left: 300px;
   margin-right: 300px;
   margin-bottom: 0px;
   padding: 5px;
   
   color: #000000;
   background-color: #ffffff;
   background-image: url("");
   background-repeat: repeat-x;
}