/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #929595;
	font-family: Arial, Helvetica;
	color: white;
	font-size: 12px;
}

img {
	border: none;
}

*+html img {
	margin-bottom: -3px;
}

* html img {
	margin-bottom: -3px;
}

p {
	margin: 0 0 10px;
	line-height: 16px;
}

.clear {
	clear: both;
}

a:link, a:visited {
color: #294D7B;
	text-decoration: none;
}

a:hover, a.pdf:hover {
	color: #666;
}

a.pdf{
background: url(../images/pdf.gif) no-repeat left top !important;
padding-left: 20px;
height: 15px;
line-height: 15px;
float: right;
}

#page {
width: 905px; 
margin: 20px auto;
text-align: left;
position: relative;
}

#header {
background: url(/images/header.jpg) no-repeat right top white;
height: 183px;
}

h1 {
font-size: 15px;
color: #678A3C;
margin: 0 0 15px;
}

h2 {
font-size: 12px;
margin: 15px 0 5px;
}

div.wrap {
padding: 20px;
}


/* Corps =================================================================*/
#corps {
background: white;
min-height: 430px;
height: auto !important;
height: 430px;
}

#texte {
color: #929595;
margin-left: 60px;
width: 300px;
padding: 20px 0;
border-top: 1px solid #D9E3A4;
}

.photos {
position: absolute;
width: 501px;
background: white;
z-index: 200;
top: 138px;
right: 20px;
}

.photos div img {
	border: 1px solid #B6B7B7;
	padding: 10px;
}

.photos div span {
	color: #AAABAC !important;
	display: block;
	padding: 5px 0;

}

.photos ul.thumbs {
	list-style: none;
	
}
.photos ul.thumbs li{
	width: 112px;
	height: 78px;
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #BBBCBB;
}

.photos ul.thumbs li.flowerbox {
	width: 75px;
	height: 36px;
	border: 0 !important;
}

.photos ul.thumbs li.last {
	margin-right: 0 !important;
}

.photos ul.thumbs li:hover {
	border: 1px solid #D3DE95;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}

#page.flowerbox .photos ul.thumbs li:hover {
	border: 1px solid #BBBCBB;
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1; 
}
.photos ul.thumbs li img {
	position: absolute;
	top: -100px;
	left: -220px;
}

#page.flowerbox .photos ul.thumbs li img {
	position:static;
	top: 0;
	left: 0;
}

table.horaire {
	width: 250px;
	margin: 20px 0;
}

table.horaire td {
	padding: 2px 5px;
}

table.horaire td.titre {
	background: #D8E3A1;
	color: #284C7C;
}

div.promo {
	border: 1px solid #DDE6AD;
	margin-bottom: 15px;
	padding: 8px;
	padding-top: 0 !important;
}

div.promo h2 {
	width: 150px;
}

*+html div.promo h2 {
	padding-top: 8px;
}

* html div.promo h2 {
	padding-top: 8px;
}

div.promo img {
	float: right;
	margin: 0 0 5px 15px;
}

div.promo div {
	padding: 8px;
	background: url(/images/bg_promo.gif) no-repeat right top #DDE6AD;
	color: #254D7E !important;

}

/* Menus  =================================================================*/

ul#topnav {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 160px;
	left: 50px;
}

ul#topnav li {
	float: left;
	list-style: none;
	padding: 2px 10px;
	
}

ul#topnav li a:link, ul#topnav li a:visited {
	color: #AAABAC;
}

ul#topnav li a:hover, ul#topnav li a.sel  {
	color: #666 !important;
}

#nav {
	clear: left;
	padding: 35px 0 20px 60px;
	 }
	 
 #nav dt {
margin: 10px 0 0 0;
}
	 
#nav dt strong, #nav dt em {
display:block; 
height:22px; 
line-height:22px; 
cursor:pointer; 
color: #294D7B !important;
font-style: normal;
font-weight: bold;
}

#nav dt em { 
cursor: default !important; 
}

#nav a {
display:block; 
text-decoration:none;
font-weight: bold;
height:22px; 
line-height:22px;
width: 220px;
color: #294D7B !important;
}


#nav ul {
list-style:none;
margin-top: 10px;
}

#nav ul li a, #nav dt.sel ul li a { 
font-weight: normal !Important;
background: #EBF0CE;
border-bottom: 2px solid white;
padding: 0 5px;
color:#294D7B !important;
}

#nav ul li a:hover, #nav ul li a.sel {
background: #D3DE95 !important;
text-decoration:none !important;
}

#nav dt.sel em, #nav dt.sel a {
color: #BFCF64 !important;
}


/* Pied  =================================================================*/
#footer {
clear: both;
height: 77px;
background: #B6B7B7;
color: white;
padding: 10px 20px 10px 60px;
}

#footer a:link, #footer a:visited  {
color: white;
}

#footer a:hover {
color: #666;
}

#footer .facebook {
float: right;
}
