body {
	margin: 10px 0 ;
	background: #f8fff7 url("pics/back.png") repeat-x fixed top;
        text-align: center;   
}

#conteneur {  
        border: solid #59d149;
        width: 800px;
	margin: 0 auto;
	text-align:left;
}

#menu {
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url("pics/bg_menu.gif") repeat-x 0 -25px ;
        text-align: center;
}


#menu a {
	//height: 24px ;
	//width: 150px ;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	font-family: serif;
	font-size: 16px;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	text-decoration: none ;
	border-right: 2px solid #dea ;    
}
#menu > a.derns {
border: none; 
}

#menu a:hover {
	background: url("pics/bg_menu.gif") repeat-x 0 0 ;
}
#acceuil {
padding: 10px;
}
#acceuil p {
    font-family: courier, serif;
    font-size: 15px;
}

#acceuil ul {
     list-style-type: none;
    // text-align: center;
}
#acceuil ul {
     list-style-type: none;
    // text-align: center;
}
#acceuil #deco{
padding-left:40px;
text-align:center;
}
#acceuil #deco img {
width: 400px;
}

#acceuil h1{
    font-family: courier, serif;
    font-size: 25px;
    background: url(pics/trefle.gif) no-repeat;
    padding-left: 30px;
    border-bottom: 3px solid;
    color: #8ca72e;
}
#activites {
 margin: 10px;
}

#activites h1{
    font-family: courier, serif;
    font-size: 25px;
    background: url(pics/trefle.gif) no-repeat;
    padding-left: 30px;
    border-bottom: 3px solid;
    color: #8ca72e;
}

#activites h2{
    font-family: courier, serif;
    font-size: 19px;
    margin-left: 30px;
    border-bottom: 2px solid;
    color: #a8c838;
}
#activites p{
	margin-left: 40px;
}

#activites .adr{
	margin-left: 40px;
	font-family: courier, serif;
	font-size: 17px;
}
#contact {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#contact h1{
	font-size: 25px;
}
#contact h2{
	font-size: 20px;
}
#contact p{
	font-size: 17px;
}
#contact table {
text-align: center;
width: 500px;
margin-top:10px;
}
#contact table th{
background-color:#cffa98;
}

#contact table td{
width: 50%;
text-align: center;
}



#contact table tr{
background-color:#efffda;
}
#contact table tr:hover{
background-color:#d5f2b1;
}


#galerie #photo {
height:500px;
margin: 10px;
text-align:center;
border: solid 2px #97df37;
background-color:#ffffff;
}

#galerie #photo img{
margin: 5px;
height:98%;
}

#galerie #miniatures {
text-align:center;
}

#galerie #miniatures img{
width: 100px;
cursor: pointer;
}

#acces {
margin:30px;
text-align:center;
}


