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

/* WEBSITE 
***********************************************/

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

/* FIRST MENU 
********************************************/

#first-menu {
height : 50px ; 
background : transparent ;
position : relative ;  
}

#first-menu ul {
position : absolute ;
right : 60px ; 
top : 30px ; 
list-style : none ;
margin : 0; 
padding : 0;
}

#first-menu li {
float : left ; 
margin : 0 0 0 -1px ; 
border-left : 1px solid #781D46 ;
}

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

#first-menu li a {
padding : 0 5px 0 5px; 
text-decoration : none ; 
color : #781D46; 
text-transform : uppercase ;
}

#first-menu li a:hover {
color : #fff
}


/* MENU PRINCIPAL
********************************************/

#menu {}

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

#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; 
}

/* FOOTER 
**************************************************/

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

/* BLOCS
***************************************************/

.bloc{
float : left ;
width : 200px ;
margin : 0 10px 0 0
}
 
.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/021.jpg);
}

.bloc_divers200x320 {
width : 200px ; 
height : 300px ; 
margin : 0 0 10px 0; 
border : 1px solid #fff ;  
background : url(images/021.jpg);
}

.bloc_divers200x100 {
width : 200px ; 
height : 100px ; 
margin : 0 0 10px 0; 
border : 1px solid #fff ;  
background : url(images/021.jpg);
}

.bloc_divers200x270 {
width : 200px ; 
height : 263px ; 
margin : 0 0 10px 0; 
border : 1px solid #fff ; 
background : url(images/021.jpg);
}

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

/* TITRES - PARAGRAPHES - LIENS
***************************************************/

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 ; 
}








