/* Un dimanche à la Campagne css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#eeebe1;
}

a {
	color: #c6a386;
	text-decoration:underline;
}
a:visited {
	color: #c6a386;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color: #c6a386;
	text-decoration:underline;
}

 /* styles for IE 5 Mac */
 #horizon {
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -290px;
   text-align: center;
   min-width: 850px; 
 }
 /* end IE 5 hack */ 
	  
#vertical {
	position: relative;
	text-align: left;
	width: 850px;
	height: 575px;
	margin: 0px auto;
	}

#haut {
	position:absolute;
	width: 850px;
	height: 332px;
	background-repeat:no-repeat;
}

#contenu_centre {
	position:absolute;
	width: 850px;
	height: 215px;
	top: 333px;
	background-image:url(../images/back_centre.gif);
	background-repeat:no-repeat;
}

#contenu_decouvrez {
	position:absolute;
	width: 380px;
	height: 214px;
	left: 224px;
	top: 0px;
}

#contenu_decouvrez p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	padding-top:53px;
	padding-left:18px;
	padding-right:25px;
}

#contenu_localisation {
	position:absolute;
	width: 287px;
	height: 215px;
	left: 620px;
	top: 0px;
}

#contenu_localisation p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	padding-top:53px;
}

#menu_bas {
	position:absolute;
	width: 850px;
	height: 28px;
	top: 547px;
	text-align:center;
	background-color:#FFFFFF;
}

