﻿@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #f1f1f1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
}
a img{
	border:0;
}
#bandeverte {
	background: url(images/bkg_bandeverte.gif) #399 repeat-x;
	height: 14px;
}
#page {
	width: 909px;
	padding: 0 25px 0 26px;
}
#page_background {
	background: url(images/bkg_page.gif) #f1f1f1 repeat-y center;
	width: 960px;
	margin:0 auto;
}
#header {
	height: 199px;
	border-bottom: 5px solid #ded3c3;
}
#header h1, #header #img_milieu, #header p {
	float: left;
}
#header h1 {
	width: 196px;
	height: 199px;
}
#header #img_milieu {
	padding-top: 13px;
	text-align:center;
	width: 525px;
	height: 186px;
	background: url(images/bkg_coinvert_bandeau.gif) no-repeat #fff;
}
#header #img_milieu.flash {
	padding: 20px 0;
	height: 159px;
}
#header p {
	background: url(images/bkg_adresse.gif) #fff right repeat-y;
	width: 164px;
	padding: 30px 0 0 24px;
	height: 169px;
	line-height: 17px;
	letter-spacing: 0.5px;
	color: #a69e92;
}

#menu {
	background: url(images/bkg_menu.gif) #399 repeat-y;
	width: 196px;
	color: #fff;
	text-align: right;
	float: left;
	padding-top: 50px;
}

#rendezvous {
	padding: 0 0 25px 0;
	line-height:1.6em;
	color: #a89882;
}
#menu li {
	list-style: none;
	clear: both;
	padding: 2px 0 0 0;
	_border-bottom: 1px solid #399;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	font-size:11px;
	float: left;
	width: 168px;
	padding: 5px 28px 5px 0;
	background: url(images/bkg_menu_item_up.gif) repeat-y;
}
#menu li a:hover {
	background: url(images/bkg_menu_item_rl.gif) repeat-y;
}
#menu p.titre {
	padding: 15px 28px 5px 0;
	float: left;
	width: 168px;
}
#menu li.dernier {
	padding-bottom: 50px;
}
#contenu_top {
	background: url(images/img_contenu_top.gif) no-repeat;
	height: 8px;
	width: 525px;
	float:left;
}
#contenu {
	float: left;
	width: 525px;
	background: url(images/bkg_contenu.gif) repeat-y right;
	padding-bottom: 50px;
}
#contenu_texte {
	padding: 48px 0 0 35px;
}
#contenu_texte.flash {
	padding-left:20px;
}
#contenu h2 {
	font-size: 16px;
}
#content h2:before {
	content: url(images/puce_verte.gif);
}
#contenu h3 {
	font-size: 14px;
	font-weight: normal;
	color:#399;
	margin-top:10px;
}
#contenu h4 {
	font-size: 12px;
	color:#399;
	margin: 15px 0 5px 0;
}
#contenu h5 {
	font-size: 11px;
	color:#939598;
	margin-top: 15px;
}
#contenu table{
	color:#636466;
	font-size:11px;
	margin-top:10px;
}
#contenu p.titre, #contenu h2 {
	color: #399;
	font-weight: bold;
}
#contenu p.titre {
	padding-left: 22px;
}
#contenu .titre {
	padding-bottom: 20px;
}
#contenu .colonne1 {
	padding-left: 22px;
	padding-right: 135px;
}
#contenu .colonne2 {
	width: 200px;
	float: left;
	padding-left: 22px;
	padding-right: 20px;
}
#contenu img {
	padding-top: 10px;
	padding-left: 22px;
}
#contenu img.float {
	padding:0;
}
#contenu p.description {
	padding-top: 10px;
	color: #636466;
	font-size: 11px;
	text-align: left;
}
#contenu span.nom {
	font-size: 12px;
	font-weight: bold;
}
#contenu li {
	padding-left: 22px;
	list-style: none;
	background: url(images/puce_blanche.gif) no-repeat;
	font-size: 11px;
	margin-top: 15px;
}
#contenu li span.titre {
	font-size: 13px;
}
#contenu #horaire td{
	padding-right:10px;
}
#colonnedroite_top {
	background: url(images/img_colonnedroite_top.gif) no-repeat;
	height: 8px;
	width: 188px;
	float: left;
}
#colonnedroite {
	float:left;
	width: 188px;
	background: url(images/bkg_colonnedroite.gif) repeat-y;
	padding-bottom: 50px;
}
#colonnedroite_texte {
	padding: 52px 25px 0 35px;
}
#colonnedroite_images {
	padding: 80px 20px 0 20px;
	text-align:center;
}
#colonnedroite h3 {
	color: #399;
	font-size: 12px;
	font-weight: normal;
}
#colonnedroite h3.vert {
	color: #399;
	font-size: 14px;
}
#colonnedroite ul {
	margin-top: 20px;
}
#colonnedroite li {
	list-style: none;
	font-size: 11px;
	margin-top: 15px;
}
#colonnedroite img {
	margin-top: 5px;
	}
strong{
	color: #399;
}
.beige {
	color: #ded3c3;
}
.blanc {
	color: #fff;
}
.vert {
	color: #399;
}
.gris {
	color: #939598;
}
.petit{
	font-size:90%;
}
.gros{
	font-size:125%;
	font-weight:bold;
}
.centre{
	text-align:center;
}
.float{
	float:left;
	margin:5px;
}
.left{
	float:left;
}
.mini{
	font-size:9px;
	padding: 20px 0;
}
.espacer {
	padding-top: 10px;
}

#bandebas {
	clear:both;
	height: 13px;
	background: url(images/bkg_page_bas.gif) #f1f1f1 no-repeat;
}
#bandebas p {
	text-align: center;
	font-size: 11px;
	color: #939598;
	padding: 20px;
}
#bandebas a{
	text-decoration:none;
	color:#699;
}
#bandebas a:hover{
	text-decoration:underline;
	color:#000;
}
#header p {
letter-spacing: -0.1px;
}
