/*
 * File: styles.css
 * Created by: Samuel Prechel
 * Created On: 29 April 2010
 */

/*
 * COMMON TO ALL PAGES
 */
body {
	background: url("../images/bg.png") repeat scroll left top #E2E2E2;
	color:#4B4B4B;
	font-family:Tahoma;
	font-size:105%;
	line-height:1.2em;
}
a{
	cursor:pointer;
	color: #4B4B4B;
	text-decoration: none;
	border-bottom:1px dotted #4B4B4B;
}
a:hover{
	border-bottom:1px solid #4B4B4B;
}
ul {
	margin:0;
	padding:0;
}
h1{
	margin-top: 0;
}
sup {
	font-size: .7em;
	line-height: .8em;
} 
.clear {
	clear: both;
}
.nomLaLuna {
	color: #0060a8;
}
/*
 * END OF COMMON TO ALL PAGES
 */

/*
 * HEADER
 */
#wrapper {
	margin:0 auto;
	width:880px;
}
#header {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:20px 0;
	overflow:hidden;
	padding:10px;
	width:864px;
}
#header #logo {
	background:url("../images/logo.jpg") no-repeat scroll 0 0 transparent;
	height:150px;
	width:152px;
	float: left;
}
#header #title {
	float: left;
	text-align: center;
	color: #608fca;
	margin: 20px 0 0 0;
	width: 700px;
}
#header #title h1{
	text-transform: uppercase;
	font-size: x-large;
}
#menu {
	background:none repeat scroll 0 0 #86b0d9;
	float: right;
	margin: 39px 0px 0 70px;
	/*width:488px;*/
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li .current, #menu li a:hover {
	background:none repeat scroll 0 0 #0060a8;
}
#menu li a {
	color:#FFFFFF;
	display:block;
	font-size:90%;
	font-weight:bold;
	letter-spacing:1px;
	padding:7px 15px;
	text-decoration:none;
	border: none;
	text-transform:uppercase;
}
/*
 * END OF HEADER
 */


/*
 * PAGE
 */
#page {
	background:url("../images/fond.jpg") no-repeat scroll 0 0 transparent;
	border: 2px solid #FFF;
	margin:0 auto 20px;
	min-height:585px;
	overflow:hidden;
	padding:10px;
	width:860px;
}
.title {
	border-bottom:1px dotted #B7B7B7;
	display:block;
	float:left;
	margin-bottom:30px;
	width:100%;
	font-size: 24px;
	padding: 0 0 16px 0;
	font-weight: bold;
}
.pane .pane-hide {
    position: absolute;
    left: -10000px;
}
.pane ul {
	margin-left: 40px;
}
.pane li {
	margin-top: 8px;
}
/*Accueil*/
.images {
	text-align: center;
	width: 840px;
	margin-top: 50px;
}
.images div {
	width:26%;
	margin: 0 20px;
	padding: 5px;
	float: left;
	-moz-border-radius:5px 5px 5px 5px;
	border: 2px solid #608FCA;
}
.images img{
	height: 150px;
}
.images span{
	font-size: smaller;
	font-style: italic;
}
/*Acces*/
.acces .carte {
	float: left; 
	width: 380px;
}
.acces .carte img {
	height: 182px;
	width: 326px;
	border: 1px solid #608fca;
	padding: 5px;
	margin: 20px 0 0 20px;
}
.acces .details {
	float: left; 
	width: 300px;
}
.acces .details h2{
	margin: 16px 0 0 0;
	font-size: medium;
}
/*Gallery*/
#gallery{
	width:800px;
	margin:20px auto;
	text-align: center;
}
#gallery a {
	border: none;
}
#gallery img {
	-moz-border-radius:5px 5px 5px 5px;
	border: 2px solid #608FCA;
	padding: 5px;	
	height:125px;
	margin: 0 15px 15px 0;
}

/*Contact*/
.adresse {
	margin-left: 40px;
}
/*
 * END OF PAGE
 */

/*
 * FOOTER
 */
#footer {
	color:#999999;
	font-size:75%;
	margin:0 auto;
	overflow:hidden;
	width:860px;
}
#footer li {
	float:left;
	list-style:none;
	margin-right:10px;
}
#footer li a {
	color:#999999;
	margin-right:10px;
	text-decoration:none;
	border: none;
}
#footer div{
	float: right;
}
#footer div a{
	color:#999999;
	text-decoration: none;
	border-bottom:1px dotted #B7B7B7;
}
#footer div a:hover{
	border-bottom:1px solid #B7B7B7;
}
/*
 * END OF FOOTER
 */