

/* top elements */
* {  margin: 0px;	padding: 0px; }

body {
	
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background-color:#000000;

	background-image: 	url(bg2.jpg);
	background-repeat: 	repeat;
	background-position: 	left top;
}




/* links */

a {
	font-weight: bold ;
    font-size: 18px;
	color: #37375e;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	font-weight: bold ;
    font-size: 18px;
	color: #373799; 
	background-color: inherit;
}

a img {border: none;}



/* headers */

p
{
   font-weight: bold ;
   font-size: 18px; 
   color: #37375e;
   font-family: Arial, Helvetica, sans-serif, Bookman Old Style;
	
   }



h1, h2, h3 {
   font-weight: bold ;
   font-size: 18px; 
   color: #37375e;
   font-family: Arial, Helvetica, sans-serif, Bookman Old Style;
	
}

h1 {
	font-size: 120%;
	text-align: center;
	letter-spacing: .5px;
	}

h2 {
	font-size: 115%;	
	text-transform: uppercase;
	 		
}

h3 {
	font-size: 115%;
	color: #003366;			
}



h1, h2, h3, p {
	
	padding: 0;		
	margin: 10px;
}


#formulaire {
margin:0; 
list-style:none; 
padding: 00px 00px 00px 00px; 
}




















































































































