/* ------------------------------------------------
//
// ---o HTML
//
// ------------------------------------------------*/

BODY{
	/*background-image: url(../gfx/fond1.png);*/
	background-color: #FFFFCC;
	/*background-image: url(../gfx/fond.png);*/
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
a img{
text-decoration:none;
border:0;
}
a {
text-decoration:none;
border:0;
list-style-type:none;

}
#menu li{	
	float:left;
}
#mainBody{
	margin-top: 0px;
	width: 800px;
	
}
#fondheader{
position: static;
margin-bottom:-150px;

height:150px;
background-image: url("../gfx/fondheader.png");
}
#fleurgauche{
position: static;
margin-bottom:-1000px;

width:200px;

height:1000px;
background-image: url("../gfx/fleurgauche.png");
}
#fleurdroite{
position: static;
float:right;
margin-bottom:-1000px;
margin-left:650px;
width:200px;
height:1000px;
background-image: url("../gfx/fleurdroite.png");
}
#header{
position: relative;
	background-image: url("../gfx/header.png");
	height: 115px;
}

#menu{
position:relative;
height:75px;
margin: 0px 0px 0px 0px;
}

#menu UL{
	padding: 0px;
	list-style-type: none;
	float: left;
	padding-left: 0px;
}

#menu A{
	margin-left:0px;
	float: left;
	color: #FFFFFF;
	font-family: arial;
	font-size: 17px;
	font-weight: bold ;
	text-align: left;
	text-decoration: none;
	width: 160px;
	height: 75px;
	background-image: url("../gfx/button_default.png");
		
}
#menu p {
position:absolute;
padding-top:5px;
padding-left:60px;

}
#menu A:hover{
	background-image: url("../gfx/button_over.png");
	color: #FFCC00;
}

#menu A#menuSelected{
	background-image: url("../gfx/button_selected.png");
	color: #FF8000;
	
}
#menu A#menuSelected p{
	position:absolute;
padding-top:35px;
padding-left:60px;
	
}
#content{

/*background-color: #dff7fb;*/
background-color: #FFFFCC;


	
}

#footer {
position: relative;
height:60px;
background-image:url(../gfx/footer.png);
}
#footer p{
text-align: center;
padding-top:18px;
font-family: arial;
font-size: 15px;

}
#footer a{
position: static;
margin-right:0px;
color: #FF6600;
font-family: arial;
font-size: 15px;
}