/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:1248px;
	height:936px;
	background:url(images/bg_fond.jpg) no-repeat;
}

#page_default {
	margin:40px auto;
	padding:0;
	width:973px;
	height:782px;
	background: url(images/body.gif) no-repeat;
}

#page_accueil {
	margin:0 auto;
	padding:0;
	width:973px;
	height:782px;
	background: url(images/body_accueil.gif) no-repeat;
}

#header {
	margin:0 auto;
	position:relative;
	padding:0;
	top:15px;
	width:903px;
	height:125px;

}

/************************************** menu de navigation**********************************/

#nav {
	float:left;
	margin:0;
	padding:0;
	width:903px;
	height:125px;
}

#nav ul {
	list-style-type:none;
	padding: 0;
	margin:0;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	height:125px;
	text-indent:-5000px;
}
#nav li a.accueil {
	background: url(images/menu/accueil.gif) no-repeat;
	margin-top:49px;
	width:105px;	
}

#nav li a.accueil:hover {
	background: url(images/menu/accueil_hover.gif) no-repeat;
	margin-top:49px;
	width:105px;
	
}

#nav li a.presentation {
	background: url(images/menu/presentation.gif) no-repeat;
	margin-top:49px;
	width:107px;
}

#nav li a.presentation:hover {
	background: url(images/menu/presentation_hover.gif) no-repeat;
	margin-top:49px;
	width:107px;
}

#nav li a.galerie {
	background: url(images/menu/galerie.gif) no-repeat;
	margin-top:49px;
	width:105px;
}

#nav li a.galerie:hover {
	background: url(images/menu/galerie_hover.gif) no-repeat;
	margin-top:49px;
	width:105px;
}

#nav li a.logo {
	margin:0;
	padding:0;
	height:125px;
	width:286px;
	background:url(images/Logo.gif) no-repeat;
	
}

#nav li a.agenda {
	background: url(images/menu/agenda.gif) no-repeat;
	margin-top:49px;
	width:83px;
}

#nav li a.agenda:hover {
	background: url(images/menu/agenda_hover.gif) no-repeat;
	margin-top:49px;
	width:83px;
}

#nav li a.contact{
	background: url(images/menu/contact.gif) no-repeat;
	margin-top:49px;
	width:103px;
}

#nav li a.contact:hover{
	background: url(images/menu/contact_hover.gif) no-repeat;
	margin-top:49px;
	width:103px;
}
#nav li a.liens{
	background: url(images/menu/liens.gif) no-repeat;
	margin-top:49px;
	width:109px;
}

#nav li a.liens:hover{
	background: url(images/menu/liens_hover.gif) no-repeat;
	margin-top:49px;
	width:109px;
}


/**********************************************************************************/


#conteneur {
	clear:both;
	margin:20px auto 80px auto;
	padding:0;
	width:960px;
	height:560px; 
}

#content_photos {
	margin:0 auto;
	padding:0;
	width:920px;
	height:250px;
}

#content_default {
	margin:10px auto 0 auto;
	padding:0;
	width:920px;
	height:300px;
}


#content_accueil {
	margin:40px auto 0 auto;
	padding-left:40px;
	width:920px;
	height:300px;
}

#bio {
	float:left;
	margin:0;
	padding:0;
	width:290px;
	height:300px;
	background:url(images/papier_left.gif) no-repeat;

}

#essences  {
	float:left;
	margin:0;
	padding:0;
	width:327px;
	height:212px;
	background:url(images/bg_essences.gif) no-repeat;

}

#expos {
	float:left;
	margin:0;
	padding:0;
	width:300px;
	height:285px;
	background:url(images/papier_right.gif) no-repeat;

}

#footer-default {
	margin:0;
	padding:0;
	text-align:center;
	width:960px;
	height:75px;
	color:#ffffff;
}

#footer-default a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

#footer-default a:hover {
	color: #FFCC00;
} 

#couveuse {
	margin:0;
	padding:0;
	width:960px;
	height:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:white;
	font-size:10px;
}