*
{
margin:0;
padding:0;

}
body 
{ 	
   background-color:#000000;	
   text-align:center;   
   font-family:Verdana, Arial, Helvetica, sans-serif; /*Polices d’écriture*/ 
   font-size:11px; /*Taille d’écriture*/ 
   padding:0; /*Pour que la page n’ai aucune marge*/ 
   margin:0; /*Pour que la page n’ai aucune marge*/ 
} 
div#img_header
{
   background-image:url("./img/header.png") ;
   background-repeat:no-repeat; 
   position:relative;
   width:1024px; 
   height:195px; 
}
div.global
{
	width:1024px;	
	margin:0 auto; /* Permet de recentrer sur firefox */
	position:relative;	
	/*border-left:solid 1px #7e92a2;
	border-right:solid 1px #7e92a2;*/
	

}
div.milieu
{

	min-height:800px;
	background-color:white;
	text-align:center;
}
div.contenu_page
{
	
	float:left;
	margin-top:10px;
	margin-left:15px;
	width:650px;
	min-height:500px;
	text-align:justify;
	padding:10px;
	text-align:center;

}
div.menu_gauche
{

background-image:url("./img/menu_gauche.png")  ; 

width:167px;
height:573px;
float:left;

}
div.menu_droite
{
/*background-color:#afd8ea;*/
width:165px;
min-height:300px;
float:right;
/*border:1px solid red;*/
margin-right:5px;
padding-left:0px;
margin-top:20px;
}
.separation
{
clear:both;
visibility:hidden;

}

p.copyright
{
	
background-image:url("./img/footer.png") ;background-repeat:no-repeat;


padding-top:20px;
width:1024px; 
height:60px; 
clear:both;
}

div.inlogin
{
	width:450px;
	height:40px;
/*	border:1px solid red;*/
	top:90px;
	position:relative;
/*	left:540px;
	*/
	float:right;
	padding-right:0px;


	
}

div.promo_footer
{

	min-height:80px;
	background-color:white;
}

/*------------------------------------------------------------------------------------------------
							Propriétés des titres
------------------------------------------------------------------------------------------------*/
h1
{
			padding-left:80px ;
			line-height: 25px ;
			font-size: 1.4em ;
			color: #12147d ;
			text-align:left;		
			margin-bottom:10px;
}

/*------------------------------------------------------------------------------------------------
							Propriétés des liens
------------------------------------------------------------------------------------------------*/
a
{
border:none;
color:white;
text-decoration:none;
} 
a:hover
{
color:white;
text-decoration:underline;
}

a.contenu
{	
	color:#7e92a2;
}
a.suivant
{
	color:#7e92a2;
	font-weight:bold;
	font-size:12px;	
	float:right;
	margin-right:0px;
}
a.precedent
{
	color:#7e92a2;
	font-weight:bold;
	font-size:12px;	
	float:left;
	
}
a.menu
{
color:#1b7b8b;
}
a.menu:hover
{	
	cursor:pointer;	
}

a.rose
{
	color:#ff00c6;
}
/*------------------------------------------------------------------------------------------------
							Menu de gauche
------------------------------------------------------------------------------------------------*/
ul#menu_gauche
{
	list-style-type:none;
	
	color:white;
	text-align:center;

	
}
li.menu_photo
{


	width:158px;
	margin-left:6px;
	height:60px;
	background-image:url("./img/menu_photo2.png") ;
	background-repeat:no-repeat;
}
li.menu_acceuil
{


	width:158px;
	margin-left:6px;
	height:60px;
	background-image:url("./img/menu_acceuil2.png") ;
	background-repeat:no-repeat;
}
li.menu_contact
{


	width:158px;
	margin-left:6px;
	height:60px;
	background-image:url("./img/menu_contact.png") ;
	background-repeat:no-repeat;
}
li.bouton
{

	border-bottom:1px dotted #ff00c6;
	width:156px;
	margin-left:6px;
	text-align:left;

}
li.bouton a
{
	display:block;
	height:20px;
	padding-top:7px;	
	padding-left:5px;

}
#menu_gauche li a:hover, #menu_gauche li a:focus, #menu_gauche li a:active
{ 
    background-color:#936;
    text-decoration:none;
	
}
li.bouton a.selected
{
	background-color:#936;
}
/************************************** LES TABLEAUX ***************************************/
td.entete
{
	width:400px;
	background-color:#C9C;
	color:#609;
}