/*Base for all*/
body { 
		background:  #333333 url(images/main_bg.jpg);
		margin:0; 
		padding:0; 
		font-family: Arial;	
		font-size: 70%;
		line-height: 1.6em;
		letter-spacing: 0.05em;
		color:#000000; }

/*Balise */
h1, h2, h3, h4, h5, h6, p{
		margin:0; 
		padding:0;
		font-family: Arial,"Trebuchet MS", sans-serif;
		letter-spacing: 0.05em;
		text-align:left; }

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


/*Links*/		
a {
		color:#999999;
		text-decoration: none;
		font-weight:bold;}
a:hover {
		color: #FF9900;
		text-decoration: underline;}
		
a img {
	border: 0;
	
}
/*Typo*/	
.orange {color: #D66E39;
		 letter-spacing: 0.1em;
}


/*Cadre*/

#cellule {
	background-color: #000000;
	background-position: bottom;
	background-image: url(images/fond_cellule.jpg);
	}	
#cellule2 {
	background-color: #000000;
	background-position: bottom;
	background-image: url(images/fond_cellule2.jpg);
	}	
#cellule3 {
	background-color: #000000;
	background-position: bottom;
	background-image: url(images/fond_cellule3.jpg);
	}	
	#cellule4
	 {
	background-color: #000000;
	background-position: bottom;
	background-image: url(images/fond_cellule4.jpg);
	}	
 ul, li {
	color:#000000;
	text-align:left;
	font-weight:bold;
 
 }
 .handcursor{
cursor:hand;
cursor:pointer;
color: #D66E39;
}