 * {
	margin:0;
	padding:0;
} 

body {
	font-family:  'Lucida Grande', Arial, Geneva, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color:#272522;
	text-align:center;
}
a{ outline: 0; }

h1,h2,h3{margin: 5px 0px 5px 0px;}
p{margin: 3px 0px 3px 0px;}
ul {padding:0px 0px 0px 50px;}
ul li{padding:0px 0px 0px 5px;}
hr{border:none; clear:left; visibility: hidden;}

img.left{float:left;}
img.right{float:right;}
/*   Mise en page */
#wrapper{
	width:860px;
	padding:0px 5px 0px 5px;
	margin: 0px auto 0px auto;
	background: url(images/fond.gif) repeat-y;
	text-align:left;
}
html>body #wrapper{
	width:850px;
}

/* -------- header -------- */
#header{ 
	background: url(images/fond_header.gif) no-repeat 7px 5px; 
	height: 110px; border-bottom: 5px solid #7A7067; position: relative;}
#header h1 {
	margin: 0;
	padding: 0;
	position:absolute;
	top:7px;
	left:5px;
}
#header h1 a{
	display: block;
	width: 230px; 
	height:94px; 
	text-indent: -3000px; 
}
/* menu */
#header ul.menu{right:0px; position:absolute; bottom:-1px;}
#header ul.menu li{
	background: url(images/fond_menu.gif) repeat-x top; 
	 height:27px;
	width:auto;
	float:left;
	margin:0px 5px 0px 5px;
	list-style:none;
	}
#header ul.menu li a{
	display: inline;
	height:27px;
	width:auto;
	padding: 8px 20px 0px 20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;}
html>body #header ul.menu li a{
	height:19px; 
	display: block;
}
#header ul.menu li a:hover{text-decoration:underline;}



/* -------------- content ---------------*/
#content{
	width:840px;
	margin: 10px 5px 30px 5px;
	position:relative;
}

#content h2{
	color:#F28E02;
	text-transform:uppercase;
	background: url('images/carre_pt.gif') no-repeat 0 5px;
	text-indent: 15px;
	padding-bottom:15px;
	font-size:14px;
}
#content h3{
	color:#C28532;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	margin: 15px 0px 0px 0px;

}
#content a{
	color:#C28532;
	text-transform:uppercase;
}
#content .bloc_gris{
	background: url(images/fond_bloc_gris.gif) repeat-x top;
	width: 570px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 40px 0px;
	color:#58514B;

}
html>body #content .bloc_gris{
	width: 560px;
}
a.suite{margin-top: 20px; display:block;}

#content div.photos_home div{
	float: left;
	margin: 0px 5px 0px 5px;
	width: 100px;
	text-transform:uppercase;
	font-size: 9px;
	
}
#content div.photos_home div p{margin: 0;}
#content div.photos_home a{
	text-decoration:none;
}

/* colonnes */
#content .col_left{
	width: 570px;
	float: left;
	
}

#content .col_right{
	width: 250px;
	float: left;
	margin-left:20px;
}

#content .col_right .bloc{
	margin-bottom: 30px;
}
#content .col_right .bloc h2{
	padding-bottom:5px;
}
#content .col_right .bloc h3{
	border-bottom: 1px solid #C28532;
	padding-top: 5px;
	margin:0 0 5px 0;
}
/* sous menu */
ul.sous-menu{ padding:0px 0px 0px 5px;}
ul.sous-menu li{
	margin:0px 5px 0px 5px;
	list-style:none;
	}
ul.sous-menu li a{
	text-decoration:none;
	text-transform:uppercase;}

ul.sous-menu li a:hover{text-decoration:underline;}

/* ------ footer -----------*/
#footer{
		clear:left;
		border-top: 1px solid #8C837B; 
		position:relative;
		padding: 5px 0px 0px 0px;
		margin:0px 0px 20px 0px;}
#footer ul{right:0px; position:absolute;}
#footer ul li{
	width:auto;
	float:left;
	list-style:none;
	border-right: 1px solid #8C837B;
	color: #8C837B;
	padding: 0px 5px 0px 5px;}
#footer ul li.last{
	border-right: none;
	margin-right: 10px;}
#footer ul li a{
	text-decoration:none;
	color:#8C837B;
}

#footer ul li a:hover{text-decoration:underline;}


/*********** MAP ****************/
#googlemap{
	width: 570px;
	height: 400px;
}
