/* Définition de règle */
@charset "windows-1252";

BODY {
	background: url(Images/bg.gif); 
	background-color: #FDFEFF; 
	color: #565454;
	font-size: 1.em; 
	margin: 0px; 
	background-position: left top; 
	background-repeat: repeat-x; 
	}

A {color: #D11E4B; text-decoration: none; font-weight: bold; font-size: 0.8em}

A:hover {							  
  	color: #660000;
  	text-decoration: underline;
	font: bold;
	}

.mail  {background-color: transparent;border: 1px inset #D10721;}

.tarif  {color: #202020;} 

.titre {color: #202020; font-size: 1.2em}
 
.tablo {}          /*coutour des lightbox*/

.test {	                                      /*image de fond de index*/
	background: url(Images/backbody_bis.gif); 
	color: #A4A4A4; 
	margin: 0px; 
	background-position: center top; 
	background-repeat: no-repeat
	}
	
#bg_load
{
	display: none;
	position: absolute;
	top: 30px;
	left: 30%;
	width: 500px;
	height: 700px;
	padding: 0;
	margin: 0;
	background-image: url(Images/bg_load.jpg);	 	
	background-repeat: no-repeat; 
	background-color: #FEFEFE;
	border: 2px outset #D10248; 
	z-index:101;
	overflow: none;
}

#bg_insc_load
{
	display: none;
	position: absolute;
	top: 30px;
	left: 30%;
	width: 500px;
	height: 700px;
	padding: 0;
	margin: 0;
	background-image: url(Images/bg_insc_load.jpg);	 	
	background-repeat: no-repeat; 
	background-color: #FEFEFE;
	border: 2px outset #D10248; 
	z-index:101;
	overflow: none;
}		