body{ 
height: 100%; 
} 

body { 
margin: 0; 
padding: 10; 
background-color :#4f4138; 
text-align : justify; 
font-family : verdana; 
font-size : 11px ; 
color : #000; 
scrollbar-base-color:#80A23A;
scrollbar-arrow-color:#FFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#80A23A;
scrollbar-highlight-color:#ccc;
scrollbar-track-color:#80A23A;
} 

/* SITE
*****************************************************/ 

#site {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 500px;
	margin-top: -260px;
	margin-left: -410px;
	background :#4f4138 url(images/bal.jpg);
	text-align : justify;
	border : 10px solid #887061;
	z-index: 3;
}


/* MENU
*****************************************************/ 

#menu {
padding : 0; 
margin : 0 ; 
list-style : none ; 
margin-left : 0px ; 
float : right ; 
height :420px;
}


#menu li a span{
	position: absolute;
	left: -5000px;
	z-index: 7;
}

#menu li {
float : left; 
display : block;
 } 

#menu li a {
padding : 0; 
margin : 0 0 0 1px ;
width : 30px ; 
height :410px ; 
display : block;
background : #ccc ; 
-moz-opacity:0.8;
opacity: 0.8;
filter:alpha(opacity=80); 
} 

#menu li a:hover {
background : #666 ;  
} 

#menu a.home{
background: url(images/menu1.jpg); 
background-position : 30px 0}

#menu a.home:hover {
background: url(images/menu1.jpg); 
background-position : 0 0 ;}

#menu a.news{
background: url(images/menu2.jpg); 
background-position : 30px  0}

#menu a.news:hover {
background: url(images/menu2.jpg); 
background-position : 0 0 ;}


#menu a.photos{
background: url(images/menu3.jpg); 
background-position : 30px 0;
}

#menu a.photos:hover {
background: url(images/menu3.jpg); 
background-position : 0 0 ;}


#menu a.musique{
background: url(images/menu4.jpg); 
background-position : 30px 0 ;
}

#menu a.musique:hover {
background: url(images/menu4.jpg); 
background-position : 0 0;}

#menu a.liens{
background: url(images/menu6.jpg); 
background-position : 30px 0}

#menu a.liens:hover {
background: url(images/menu6.jpg); 
background-position :  0 0 ;}

#menu a.contact{
background: url(images/menu7.jpg); 
background-position : 30px 0}

#menu a.contact:hover {
background: url(images/menu7.jpg); 
background-position :  0 0 ;}

#menu a.sponsors{
background: url(images/menu5.jpg); 
background-position : 30px 0}

#menu a.sponsors:hover {
background: url(images/menu5.jpg); 
background-position : 0 0 ;}




/* SIDE
*****************************************************/ 

#side {
	background :#fff url(images2/.jpg);
	width : 570px;
	height : 240px;
	padding-left : 10px ;
	padding-top : 10px ;
	padding-right : 10px ;
	text-align : justify;
	float : left;
	overflow : auto;
	background-repeat: no-repeat;
	background-position: center;
}

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


/* CONTENU
***********************************************/ 

#contenu {
background : transparent ;
float : left ; 
margin-left : 10px ; 
border-left :0px solid #000; 
height : 10px; 
width : 570px; 
overflow : auto;
}



#contenu-texte {
background : #fff ; 
float : left ; 
margin-left : 0px ; 
margin-right : 0 ;
padding-left : 10px ;
border-left :0px solid #fff; 
border-right :0px solid #fff; 
height : 10px; 
width : 570px; 
overflow : auto;
color : #000 ;

}

#contenu-texte img{
margin-right : 7px ; 
margin-top : 5px; 
float : left
}

#contenu-texte ul{
list-style : none ; 
margin : 5px 0 10px 0;
padding : 20;
}


/* TITRES
********************************************/ 

h1{ 
font-size : 13px ; 
color : #6F765E ;
}


h2 {
margin : 0px 5px 0 0 ; 
padding : 10 ; 
font-size : 18px ; 
border-bottom : 2px dotted #B9C899 ; 
padding-bottom : 5px;
color : #993333 ;
}


h2 span {
font-size : 10px ; 
font-style : italic
}


h3 {
margin : 10px 10px 10px 0 ; 
padding : 0 ; 
font-size : 10px ; 
border-bottom : 1px dotted #B9C899 ; 
padding-bottom : 5px;
color : #B9C899 ;
text-align : right;
text-transform : uppercase
}
 
h4 {
margin : 10px 10px 0 0 ; 
padding : 0 ; 
font-size : 12px ; 
border-bottom : 1px dotted #B9C899 ; 
padding-bottom : 5px;
color : #B9C899 ;
}

/* PARAGRAPHES 
****************************************/ 

p { 
padding : 0 ;
margin-top : 5px ; 
margin-bottom : 0 ; 
margin-right : 10px
}

.para_top2 {margin : 5px 0 0 0}
.notop{margin : 0}


/* LIENS 
*********************************************/ 


a {color : #6f765e ; font-weight : bold}  
a:hover {color : #B9C899 } 

a.class1 {text-decoration : none ; text-transform : uppercase ; font-weight : bold}
a:hover.class1 {text-decoration : none ; text-transform : uppercase; }


/* FORMULAIRE 
************************************************/ 

input {
width : 275px ; 
margin : 0 0 5px 0
}

textarea { 
margin : 0 0 10px 0 ;
 width : 275px ; 
}


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

#footer {
position : absolute ;  
text-align : center ; 
bottom : 20px ; 
left : 0 ; 
width : 100% ; 
color : #fff;
} 

#footer a {
color : #fff; 
text-decoration : none ;
} 

#footer p {
margin : 0 ;
padding : 0
} 

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

