body {
	margin : 0;
	padding : 0;
	background : #000;
	text-align : center;
	font-family : arial;
	font-size : 10px;
	color : #fff
}


 /* Conteneur */

#content {
	width : 860px;
	margin : 20px auto 20px auto;
	background : transparent;
	text-align : left;
	height: 1500px;
}


 /* Pied de page */

#footer {clear : left ; 
height : 30px ; 
text-align : center ; }

 
 
 /* blocs qui forment les "colonnes" */

.bloc{
	float : left;
	width : 200px;
	background : transparent;
	margin : 0 10px 0 0;
	height: 575px;
}
 
 .bloc img{
	margin : 0 0 10px 0;
	border : 1px solid #fff;
	display : block;
}
 
.bloc_divers200x150 {width : 200px ; height : 150px ; margin : 0 0 10px 0 ;  border : 1px solid #fff ; background : url(images/019.jpg); }
.bloc_divers200x320 {
	width : 200px;
	height : 500px;
	margin : 0 0 10px 0;
	border : 1px solid #fff;
	background : url(images/019.jpg);
}
.bloc_divers200x100 {width : 200px ; height : 100px ; margin : 0 0 10px 0;   border : 1px solid #fff ;  background : url(images/019.jpg);  }
.bloc_divers200x270 {
	width : 200px;
	height : 575px;
	margin : 0 0 10px 0;
	border : 1px solid #000000;
	background-image: url(images/019.jpg);
}




.bloc_divers200x320 ul {margin : 10px 0 20px 10px ; padding : 0 ; list-style : none ;  }




#menu_haut {
height : 50px ; 
background : transparent ;
position : relative ;  }


#menu_haut ul {
	position : absolute;
	right : 2px;
	top : 25px;
	list-style : none;
	margin : 0;
	padding : 0;
	width: 260px;
	height: 17px;
}

#menu_haut li {
	float : left;
	margin : 0 0 0 -1px;
	border-left : 1px solid #CCCCCC;
}

#menu_haut li:first-child {
border:0;
}


#menu_haut li a {
	padding : 0 5px 0 5px;
	text-decoration : none;
	color : #CCCCCC;
	text-transform : uppercase;
}

#menu_haut li a:hover {
color : #fff}



#menu {}

#menu ul {
width : 200px;
list-style : none ;
margin : 0 0 10px 0; 
padding : 10px 0 0 0;
background : #OOO ;  }

#menu li {text-transform : uppercase}

#menu li a {
display : block;
 line-height : 20px ; 
 height : 20px ;
color : #000;
   margin : 0 0 5px 0 ;
    padding : 0 ;
	text-decoration : none ; 
	background : url(images/bg.jpg);
	text-indent : 10px ; 

 }

#menu li a:hover { 
display : block;
 color : #fff ;
 line-height : 20px ; 
 height : 20px ;
color : #FFF;
   margin : 0 0 5px 0 ;
    padding : 0 ;
	background : url(images/bgblack.jpg)

}


 #menu #on{
	background : url(images/bgblack.jpg);
	color : #fff;
	font-size: 12px;
}



h1 {
margin : 0;
padding : 10px 0 0 10px; 
font-size : 2em}


h2 {margin :0;
padding : 10px 0 0 10px; }


h3 {margin :0;
padding : 10px 0 0 10px; }


p {margin :0;
padding : 0 10px 0 10px;  }

a {color : #fff ; text-decoration : underline ; }


					

.google {padding : 10px 0 0 10px}
