body
{
	width: 977px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #E2E2E2;
	font-family: arial; 
	font-size : 12px; 
}
#banniere
{
	width: 975px;
	height: 300px;
	background-image: url("images/banniere.jpg");
	background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */  
	border-bottom : 1px solid black;
}
#login_ban
{
	width: 975px;
	text-align: right;
}
#der-episodes1
{
	text-align: center;
	font-family: arial; 
	font-size : 12px; 
	border-bottom : 1px solid black;
}

#menu
{
	width: 199px; /* Très important : donner une taille au menu */
	background-image: url("images/menu/en-tete-menu.jpg");
	background-repeat: no-repeat;
	background-color: #C0C0C0; /* Une couleur de fond pour le corps */
	font-size : 14px; 
	border-bottom : 1px solid black;
}
#big-menu
{
	float: left; /* Le menu flottera à gauche */
	width: 200px; /* Très important : donner une taille au menu */
	margin-bottom: 0px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	background-color: #C0C0C0; /* Une couleur de fond pour le corps */
}
#sous-menu
{
	float: left; /* Le menu flottera à gauche */
	width: 199px; /* Très important : donner une taille au menu */
	margin-bottom: 0px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	background-color: #C0C0C0; /* Une couleur de fond pour le corps */
	border-bottom : 1px solid black;
	background-image: url("images/stats/menu-stats.jpg");
	background-repeat: no-repeat;
}

#pub_menu
{
	float: left; /* Le menu flottera à gauche */
	width: 199px; /* Très important : donner une taille au menu */
	background-color: #C0C0C0; /* Une couleur de fond pour le corps */
}


#corps
{
	margin-left: 201px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: #000000;
	padding-top: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	background-color: #C0C0C0; /* Une couleur de fond pour le corps */
	min-height : 1200px;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #000000;
   background-color: #7490B7;
   clear:both;
   border-top:1px solid black;
   background-image: url("images/pied_de_page/pied_de_page.jpg");
   background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */  
   background-position: center center;
   height : 105px
}
#fond
{
	background-color: #C0C0C0;
	border : 1px solid black;
}

#pub_bottom
{
	bottom:50px;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
#der_episodes2
{
	float:right;
}
/* Page login */  
	#connect_login
	{
		float:left;
		width: 370px;
		height: 255px;
	}
	
	#inscrit_login
	{
		float:right;
		width: 370px;
		height: 255px;
	}
	#visibility
	{
	visibility:hidden;
	}
	.visibility
	{
	visibility:hidden;
	}
	
	table
	{
		width:100%
	}
/* Page login */  

/* Page pref */  
	.th_i_e
	{
		background-color:#FF9E03;
	}
	.th_n_e
	{
		background-color:#EA9103;
	}
	.th_a_e
	{
		background-color:#DF8A03;
	}
	.th_d_e
	{
		background-color:#CD7F02;
	}
	.th_s_e
	{
		background-color:#B87202;
	}
/* Page pref */  

/* Message error and valid*/
	.valid_message
	{
		border:2px solid green;
		color:green;
	}
	.error_message
	{
		border:2px solid red;
		color:red;
	}
/* Message error and valid*/

/* Profil*/
.td_profil
{
	border:1px solid black;
	background-image: url("images/profil/th.jpg");
}
/* Profil*/

/* Saison episodes*/
.td_img
{
	width : 111px;
}
.td_desc
{
	width:200px;
}
.td_no_saison_ep
{
	width:50px;
}
.table_saison_ep
{

}
/* Saison episodes*/
/* /menu */
		.ul_episodes
		{
			list-style-image: url("images/menu/ul.jpg");
		}
/* /menu */

.img_ep
{
	background-image: url("images/episodes1/cadre_img.jpg");
	width : 140px;
	height: 110px;
}

