@CHARSET "UTF-8";
html {
	background-color: #319BE7;
}
body {
	font-family: Arial, sans-serif;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
}

.content {
	margin : auto;
	position: relative;
	margin: 10px auto;
	width: 740px;
}


#bandeau {
	width: 730px;
	height: 294px;
	border: 1px solid #1385d9;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#silhouette {
	position: absolute;
	right: -50px;
	top: 156px;
}
#corps {

}
#menu {
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 233px;
	width: 172px;
	overflow: hidden;
	margin-top: 15px;
	float: left;
}
#menu h2 {
	margin: 8px 0 0 15px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 17px;
}
#menu ul li {
	border-bottom: 1px dotted #555;
	width: 110px;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#menu ul li.last {
	border-bottom: none;
}
#menu ul li a {
	line-height: 1em;
}
#menu ul li a img {
	border: 1px solid transparent;
}
#menu ul li a:hover img {
	border: 1px solid #1385D9;
}
#body {
	float: right;
	width: 550px;
	font-size: .917em;
	line-height: 1.4em;
}
#body img.cadre {
	border: 1px solid #1385d9;
	padding: 4px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}
#body strong {
	color: #1385d9;
}
#footer {
	font-size: .834em;
	color: #baddf6;
	height: 70px;
	line-height: 1.4em;
	margin-top: 20px;
}
#footer a {
	color: #baddf6;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
}
#footer .copyright {
	float: left;
}
#footer .menu_bis {
	text-align: right;
}
#footer address {
	text-align: right;
}

.slideshow {
	width: 730px;
	height: 294px;
	position: relative;
}
.slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}
.hidden {
	display: none;
}

.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

/* FORM CONTACT */
#mcontent form, .contactform fieldset{border:0; margin:0; padding:0; width:auto;}
.contactform legend{display:none;}
.contactform div{ float:left; width:272px;}
.contactform div input[type="text"]{width:250px;}
.contactform div.label-input textarea{width:524px;}
.fbsubmit{height:25px;}
.contactform .contact-objet{float:none; clear:both; width:auto;}
.nota, .error_message{color:#1385D9;}
/* - */

/* Google Map  */
.gMap{text-align:center;}
.gMap iframe{width:535px; height:380px;}
/* - */

ul.albums{ list-style:none; margin:0; padding:0; }
	ul.albums li{ overflow:hidden; }
	ul.albums li h3{position:relative; }
	ul.albums li h3 a{display:block; text-decoration:none; border-bottom:1px solid #1385D9; margin-bottom:5px; padding-bottom:5px; }
	ul.albums li h3 span{font-weight:normal; font-size:1em; font-style:italic;}
	ul.albums li img{ float:left; margin:0 1em 0 0;}

