body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #dea ;
}

div#conteneur
{
	width: 792px;
	min-height: 550px;
	text-align: left;
	border: 2px solid #ab4;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}

/* Header */

#header
{
	height: 258px ;
	margin: 0 0 0 0;
}

#header img
{
	border: none;
}

/* Mise en forme du contenu + menu de gauche */


div#contenu
{
	margin-left: 225px;
	margin-right: 10px;
}


div#contenu h1
{
	text-indent: 25px;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(../img/puceh1.png) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenu h3
{
	border-bottom: dotted 1px black;
	margin-right: auto;
	font-size: 0.9em;
	color:#999999;
	width: 200px;
	margin-top: 3px;
}

div#contenu h6
{
	color:#006600;
	margin-left: 35px;
	line-height: 1px;
}

div#contenuSimple h6
{
	color:#006600;
	margin-left: 35px;
	line-height: 1px;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #9b2;
}

div#contenu li {
	list-style-image:url(../img/puce.png);
	text-align: justify;
}

div#contenu img {
	border: 0px solid black;
}

div#contenu img.imgdroite, div#contenuSimple img.imgdroite{
	float: right;
	display: block;
	margin: 0 0 0 0;
	margin-left: 2px;
}

div#contenu img.imgdroitetof, div#contenuSimple img.imgdroitetof{
	float: right;
	display: block;
	margin: 0 0 0 0;
	margin-left: 4px;
	border: 2px outset #8EB51F;
}

div#contenu img.imggauchetof, div#contenuSimple img.imggauchetof{
	float: left;
	display: block;
	margin: 0 0 0 0;
	margin-right: 4px;
	border: 2px outset #dea;
}


div#contenu img.imggauche, div#contenuSimple img.imggauche{
	float: left;
	display: block;
	margin-right: 2px;
}

div.stopfloat {
	clear:left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

/* Ads Google */

div#aus {
	min-width: 200px;
	background-color:#dea;
	border: 1px solid #848686;
	margin-bottom: 10px;
}

/* Sous menu de gauche */

div#partieGauche {
	float:left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}

div#partieGauche h3 {
	margin-right: 5px;
	margin-left: 5px;
	font-size:1em;
	border-bottom: 1px solid black;
}

div#partieGauche div#sousmenu li.liens {
	list-style-image:url(../img/pucemenudroit_off.png);
}

div#partieGauche div#sousmenu li.liensOn {
	list-style-image:url(../img/pucemenudroit_on.png);
	font-weight: bold;
}

div#partieGauche div#sousmenu a {
	color:#990000;
	text-decoration: none;
	float: none;
}

div#partieGauche div#sousmenu a:hover {
	text-decoration: none;
	border-bottom: 1px solid #990000;
}

div#sousmenu {
	min-width: 200px;
	background-color:#dea;
	border: 1px solid #848686;
	margin-bottom: 10px;
}

div#reservation {
	background-color:#dea;
	border: 1px solid #848686;
	min-width: 200px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div#sousmenu li.ssousmenu {
	font-weight:normal;
	list-style-image:url(../img/pucemenudroit_ssmenu.png);
	margin-left: -25px;
}

div#sousmenu li.ssousmenu a {
	font-weight:normal;
	color:#990000;
	text-decoration: none;
}

div#sousmenu li.ssousmenu a:hover {
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}

div#sousmenu h2 {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

div#sousmenu p {
	margin-left: 5px;
	margin-right: 5px;
	font-size: .9em;
	text-align: justify;
	text-indent: 2px;
}


/* Mise en forme contenu sans menu de gauche */

div#contenuSimple
{
	margin-right: 20px;
	margin-left: 20px;
}

fieldset
{
	border: 1px solid #99BB22;
}

fieldset legend
{
	font-weight: bold;
	margin-left: -2em;
	background-color: #99BB22;
	color: white;
}
div#contenuSimple h1
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(../img/puceh1.png) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenuSimple h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2;
}


div#contenuSimple p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenuSimple span.nonident {
	margin-left: 3em;
	line-height: 1.7em ;
	font-style: italic;
}

div#contenuSimple a
{
	color: #8a0 ;
}

div#contenuSimple a:hover
{
	color: #9b2;
}

div#contenuSimple li {
list-style-image:url(../img/puce.png);
}

div input {
	background-color: #dea;
	border: 1px solid black;
	margin-bottom: 3px;
}



div select {
	background-color: #dea;
	border: 1px solid black;
	margin-bottom: 3px;
}

div textarea {
	background-color: #dea;
	border: 1px solid black;
	margin-bottom: 3px;
}

div label {
	display: inline ; 
	float: left ; 
	width: 90px ; 
	font-weight: bold ; 
}

div fieldset {
	padding-left: 35px ;
}

div label.no {
	display:inline;
	float: none;
	width: auto;
	margin-left: 0px;
}

div input#validation {

}

div fieldset {
	padding-top: 3px;
	margin-bottom: 3px;
}

div h5 {
	color:#FF0000;
	margin-left: 35px;
	line-height: 1px;
}

.lastname {
	display: none;
}

div .none {
	background-color: transparent;
	border: 0px solid black;
	margin-bottom: 0px;
}

/* Gestion des tableaux */

div#contenu table, div#contenuSimple table {
	margin-right: auto;
	margin-left: auto;
	border: 2px outset black;
	border-collapse: collapse;
}

div#contenu table thead tr td, div#contenuSimple table thead tr td {
	background-color: #79D800;
	text-align: center;
	font-weight: bold;
}

.legende {
	background-color: #79D800;
	text-align: center;
	font-weight: bold;
}

div#contenu table tr td, div#contenuSimple table tr td{
	margin: 0 0 0 0;
	border: 1px solid black;
	text-align: center;
}

div#contenu table thead tr td img, div#contenuSimple table thead tr td img {
	border: 0px solid black;
}

div#contenu div#tableauNonIndent table, div#contenuSimple div#tableauNonIndent table {
	margin: 0 0 0 0;
	border: 0px solid black;
}

div#contenu div#tableauNonIndent table, div#contenuSimple div#tableauNonIndent table, div#contenu div#tableauNonIndent table tr td, div#contenuSimple div#tableauNonIndent table tr td {
	margin: 0 0 0 0;
	border: 0px solid black;
}

div#contenu tfoot, div#contenu tfoot tr, div#contenu tfoot td {
	border: 0px solid black;
}

.class1 {
	background-color: #DDEEAA;
	border: 1px solid #EDF0F7;
}

.class1 img {
border: 0px solid black;
}

.class0 img {
border: 0px solid black;
}

.class0 {
	background-color: #FFFFFF;
	border: 1px solid #EDF0F7;
}

/* Mise en forme du menu haut */

ul#navigation
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(../img/menu.png) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#navigation li
{
	float: left ;
	text-align: center ;
}

ul#navigation li a
{
	width: 130px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}

ul#navigation li a:hover
{
	background: url(../img/menu.png) repeat-x 0 0 ;
}

ul#navigation span#retour {
	color:#000000;
}

/* Serie de photos */

ul#photos {
	clear:both;
	list-style-type: none ;
	background-color:#dea;
	border: 1px solid #848686;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px 0 0 0;
}

ul#photo {
	float: right;
	list-style-type: none ;
	background-color:#dea;
	border: 1px solid #848686;
	margin-left: 10px;
	margin-right: 20px;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px 5px 0 5px;
}

ul#photos li a img, ul#photo li a img{
	width: 90px ;
	border: none;

}

ul#photos li, ul#photo li {

display: inline;
}

/* Footer */

p#footer
{
	clear:both;
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
	line-height: 20px;
}

p#footer a {

	color: #8a0 ;
	border-bottom: 1px dotted #9F9F9F;
	text-decoration:none;
}


/* Autres modules */

/*Calendrier */

table#tableau_calendrier {
	border: 1px solid black;
	text-align: center;
	margin-left: 9px;
}

.titremois {
	background-color: #99BB22;
	color: white;
	font-weight: bold;
	font-size:.9em;
}

a.titremois {
	text-decoration: none;
}

.titreweek {
	background-color: #99BB22;
	color: white;
	font-weight: bold;
	font-size:.8em;
}

.titreweek2 {
	background-color: #99BB22;
	color: white;
	font-weight: bold;
	font-size:.8em;
	border-right: 1px solid black;
}

.titrejours {
	background-color: #99BB22;
	color: white;
	font-weight: bold;
	font-size:.8em;
	border-bottom: 1px solid black;
}

.titrenum {
	background-color: #fff;
	font-size:.7em; 
}

.titrewend {
	background-color:#fff;
	font-size:.7em;
}

.titrenow {
	background-color: #fff;
	font-size:.7em;
	font-weight: bold;	 
}

.titrenum2 {
	background-color: #DDEEAA;
	font-size:.7em; 
}

.titrenum3 {
	background-color: #DDEEAA;
	font-size:.7em; 
}

.titrewend2 {
	background-color: #DDEEAA;
	font-size:.7em;
}

.bleu {
	background:url(../img/calendrier_bleu.png) repeat-x;
	font-size:.7em;
}

.rouge {
	background-color:#fff;
	background:url(../img/calendrier_rouge.png) repeat-x;
	font-size:.7em; 
}

.jaune {
	background-color:#fff;
	background:url(../img/calendrier_jaune.png) repeat-x;
	font-size:.7em; 
}

.bleurouge {
	background-color:#fff;
	background:url(../img/calendrier_rouge_bleu.png) repeat-x;
	font-size:.7em; 
}

.bleujaune {
	background-color:#fff;
	background:url(../img/calendrier_bleu_jaune.png) repeat-x;
	font-size:.7em; 
}

.rougejaune {
	background-color:#fff;
	background:url(../img/calendrier_rouge_jaune.png) repeat-x;
	font-size:.7em; 
}

.bleurougejaune {
	background-color:#fff;
	background:url(../img/calendrier_rouge_bleu_jaune.png) repeat-x;
	font-size:.7em; 
}

.none {

}

#tagcloud {
display: none;
}

#adsensebas {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#resultatRecherche {
	width: 200px;
	background-color: #99BB22;
	margin-left: 10px;
	border: 1px solid black;
	
}

#resultatpasok {
	width: 200px;
	background-color: #FF9999;
	font-weight: bold;
	border: 1px solid black;
	padding: 2px 2px 2px 2px;

}

#resultatok {
	width: 200px;
	font-weight: bold;
	background-color: #DDEEAA;
	border: 1px solid black;
	padding: 2px 2px 2px 2px;

}

div#recherchegoogle {
width: 350px;
float:left;
margin-left: 30px;
}

div#recherchegoogle h3 {
color: #99BB22;
font-size: 1.3em;
border-bottom: dotted 1px #999999;
}




