html 
	{
	height: 100%;
	/*overflow: hidden;*/
	}


body /* On travaille sur la balise body, donc sur TOUTE la page */
	{
	height: 100%;
	width: 921px;
	margin: auto; /* Pour centrer notre page */
	background-color: white; /* Le fond de la page sera blanc */
	color: black; /* Le texte de la page sera noir */
	text-align : center; /* Le texte est centré */		
	}

#en_tete
	{	
	/*padding-top : 77px; /* marge interieur */
	/*padding-left : 85px; /* marge interieur */				
	width: 921px; /* indiquez la taille de l'image de fond */
	height: 136px; /* indiquez la taille de l'image de fond */
	margin:auto; /* marge exterieur */
	/*margin-top: 0px; /* marge exterieur*/
	/*margin-bottom: 10px; /* marge exterieur*/
	background-image: url("0_images/banniere/banniere_fond+logo.gif");	
	background-repeat: no-repeat; /* Le fond ne se répète pas */
	background-position: top center; /* Le fond est centrée en haut */
	}
#en_tete_prive
	{	
	/*padding-top : 77px; /* marge interieur */
	/*padding-left : 85px; /* marge interieur */				
	width: 921px; /* indiquez la taille de l'image de fond */
	height: 136px; /* indiquez la taille de l'image de fond */
	margin:auto; /* marge exterieur */
	/*margin-top: 0px; /* marge exterieur*/
	/*margin-bottom: 10px; /* marge exterieur*/
	background-image: url("0_images/banniere/banniere_fond+logo.gif");	
	background-repeat: no-repeat; /* Le fond ne se répète pas */
	background-position: top center; /* Le fond est centrée en haut */
	}


.tab_header
	{
	width:	720px;
	}
	
.link_header_prive
	{
	display : block;
	height:84px;
	}

.tab_header_prive
	{
	width:	920px;
	}
	
.link_header
	{
	display : block;
	height:61px;
	}	
	
.block
	{
	margin : auto;
	display : block;
	}

.block_accueil
	{
	margin : auto;
	display : block;
	padding-bottom :30px;
	
	}
#corps
	{
	margin-top:350px;
	padding-top :15px;
	height : 505px;
	/*margin-bottom : 80px;*/
	margin:auto;	
	}	
	
#corps_seances
	{
	padding-top :40px;
	height : 510px;
	/*margin-bottom : 80px;*/
	margin:auto;	
	}
	
#corps_index
	{
	padding-top :38px;
	height : 469px;
	/*margin-bottom : 80px;*/
	margin:auto;	
	}


#corps_flash
	{	
	/*height: 60%;*/
	height: 505px;	
	margin:auto;
	}
	
#corps_flash_galerie_prive
	{		
	height: 600px;	
	margin:auto;
	}	

#Contacts
	{
	margin-top :10px;	
	/*
	position: absolute;	
	top: 650px;	
	margin:auto;
	
	text-align: center;*/
	}
p
	{
	font-family: arial;
	color:gray;
	
	/*color: rgb(243,65,243);*/
	/*color:#FFFFFF;*/
	}


a img	/* Toutes les images contenues dans un lien */
	{
	border : none;			
	}

.lien1_img_en_tete
	{
	margin-left  :	90px;
	}
	
.lien_img_en_tete
	{
	padding-left  :	20px;		  
	}
	
.lien1_galerie_prive_img_en_tete
	{
	margin-left  :	455px;
	}
	
.lien1_slideshow_prive_img_en_tete
	{
	margin-left  :	370px;
	}

.lien_img_en_tete_prive
	{		
	margin-left  :	24px;
	}

.lien_img
	{		
	padding-left  :	32px;
	padding-right : 50px;
	}
	
.img_bon_cadeaux
	{
	padding-top   : 25px;	
	padding-right : 6px;	
	}

	
.img_retirage
	{
	
	padding-left : 0px;
	}
.img_retirage2
	{	
	padding-left : 50px;
	padding-bottom:110px;
	
	}	


.table_contact
	{
	height : 469px;
	width:	904px;
	margin:auto;	
		
	}	


	
#table_contact
	{   
	padding-top : 100px;	  
	margin:auto;   
	}

.img_contact2
	{	
	padding-left : 80px;
	display : block;
	}

a
	{
	text-decoration: none; /* Les liens ne seront plus souligné */
	color : blue;
	}
a:focus 
	{
	outline:none;
	}
	
#table_commander
	{	
	padding-top : 50px;
	margin : auto;
	}
	
.td_commander
	{
	/* border: 1px solid black; */
	
	padding-left : 20px;
	padding-right : 20px;	
	}

.td_commander_bottom
	{
	vertical-align: bottom;
	padding-left : 20px;
	padding-right : 20px;
	height : 370px;		
	}
.td_commander_top
	{
	
	vertical-align: top; 
	padding-left : 20px;
	padding-right : 20px;
	}

/*
a:hover
	{
	background-color: white;
	border: 1px solid green;	
	position: absolute;
	left: 100px;
	top: 100px;
	z-index : 100;
	background-image: url("images/img_menu/banniere_fond+logo.gif");	
	
	}				
*/