body{
	background-color:#bfe2e2;
	background-image:url(../img/fond_degrade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#05424c;
}

#fond{
	background-image:url(../img/fond.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:1121px;
	height:742px;
	margin-top:-8px;
}
*+html #fond{
	margin-top:-15px;
}

#container{
	margin-left:130px;
	padding-bottom:30px;
}

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

#menu{
	width:930px;
	/* a enlever pour que la zone cliquable sur le logo marche sous IE7*/
	margin-top:150px;
}
*+html #menu{
	margin-top:0px;
}

#pourcent50{
	float:left;
	width:48%;
}
#pourcent50D{
	float:left;
	width:52%;
	background-image:url(../img/menu_fleurs.png);
	background-repeat:no-repeat;
	background-position:right;
}


#btn_menu{
	margin:5px 0;
	float:left;
}



/***************************************************** CADRE *****************************************************/

#cadre{
	width:905px;
	margin-left:-35px;
}

#cadre_haut{
	background-image:url(../img/cadre_haut.png);
	background-repeat:no-repeat;
	width:905px;
	height:61px;
}

#cadre_milieu{
	background-color:#FFFFFF;
	border-left:solid 4px #057284;
	border-right:solid 4px #057284;
	margin-left:38px;
	padding:0px 20px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#cadre_bas{
	background-image:url(../img/cadre_bas.png);
	background-repeat:no-repeat;
	width:905px;
	height:11px;
}




/***************************************************** PAGE *****************************************************/

.lien_accueil{
	width:550px;
	height:150px;
	float:left;
	/*border: solid 1px red;*/
}


.center{
	text-align:center;
}

.textleft{
	text-align:left;
}

.contact{
	font-size:18px;
	text-decoration:underline;
}

a:link, a:visited, a:active{
	color:#05424c;
}
a:hover{
	color:#000000;
}


#min{
	width:118px;
	height:118px;
	margin:10px 9px;
	float:left;
	text-align:center;
}

#titre{
	float:right;
	margin-right:120px;
	margin-bottom:-40px;
}



.clear{
	clear:both;
}
