html {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

body { 
	background-color: #e3e3dc; 
	color: #333; 
	font: 1.0em Garamond ;
	text-align: center;
}

#container {
	width: 800px ;
	text-align: justify ;
	margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#contenu {
    padding-top: 10px;
	padding-left:  15px;
	padding-right: 15px;
    padding-bottom: 10px;
    background-color: #fff;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em; 
	-moz-border-radius: 0em 0em 1em 1em;
	border-radius: 0em 0em 1em 1em;
}

a {
	color: #AF7817; 
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
}

a img {
	border: none ;
}

#footer {
	font-size: 0.95em ;
	padding: 5px;
	color: #888;
}

#footer a {
	color: #aaa;
	text-align: left;
    text-decoration: none ;
	margin-left: 15px ;
    font-weight: normal;
}

#footer a:hover {
	text-decoration: underline ;
}

#lang {
    height: 20px;
    background-color: #fff;
	text-align: right;
}

#lang img {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#menu {
    background-color: #eee;
	text-align: center;
	padding: 6px;
}

#menu .active {
	background-color: #ccc; 
	font-weight: bold;
	color: #222; 
}

#menu a {
	color: #333; 
	padding: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none ;
    font-weight: normal;
}

#menu a:hover {
	background-color: #ccc; 
}

.announcement {
    background-color: red;
	text-align: center;
    font-size: 2.5em;
    padding: 5px;
    color: #fff;
}

.announcement a {
    color: #fff;
}

h1{
	font-size: 2.0em;
	font-weight: normal;
	color: #804000;
	text-align: center;
	margin-right: auto;
    margin-left: auto;
    background-color: #fff; 
    margin: 0px;
}

h2{
	font-size: 1.6em;
	font-weight: normal;
	color: #804000;
	text-align: center;
	margin-top:10px;	
	margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 0px;
}

h3 {
    margin-top:10px;	
    margin-bottom:5px;	
    font-size: 1.3em ;
    font-weight: normal;
	color: #804000;
}

.photo {
	padding: 1px;
	border: 2px solid #aaa ;
	height: 135px;
}

table#photos {
	width: 95%;
	margin: 10px;
	text-align: center;
}

table#intro {
    margin-top: 10px;
	border-collapse: collapse;
	width: 99%;
	margin-right: auto;
    margin-left: auto;
}

table#intro td {
	text-align: right;
  	vertical-align:middle; 
}

table#intro td.top {
  	vertical-align:top; 
}

table#intro td.bottom{
  	vertical-align:bottom; 
}

table#intro td img {
	width: 573px;
	padding: 1px;
	border: 2px solid #aaa ;
}

table#intro td.side {
	text-align: left;
	height: 143px;
}

table#intro td.side img {
	width: 180px;
	height: 135px;
}

#presentationmenu {
	width: 672px;
	margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}

div.menuitem {
 	float: left;
}
 
div.menuitem img {
	width: 100px;
	padding: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em; 
	border-radius: .6em; 
	opacity:0.6; 
}

div.menuitem img:hover {

	opacity:1; 
}

div.menuitem p {
 	text-align: center;
 	margin: 2px;
 	color: #804000;
}

div.spacer {
 	clear: both;
 }
 
 
.comment {
   width: 70% ;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   margin-top: 20px;
   text-align: justify ;
}

.comment:hover, {
   background: #EEE;
}

.comment p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.comment a:hover {
	text-decoration: none ;
}

.commentDetails {
	color: #aaa; 
	font-size: 0.9em ;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCC;
}

.commentDetails p{
	text-align: right;
}


#tarifs {
	background: #ccc;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    margin-top: 15px;

}

#tarifs td, #tarifs th{
	background: #eee;
	padding: 3px;
	width:70px;
	vertical-align: middle;
}



.links {
	width: 95%;
}


.links td {
	text-align: center;
}


.bouton {
    text-align: center; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.bouton a {
 	background-color: #ccc; 
    padding:10px;
    padding-left:50px;
    padding-right:50px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}


.gb_form_container {
    width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #e3e3dc; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.gb_form {
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
}

.gb_form textarea {
	margin: 0px;
	margin-top: 0px;
	width: 80% ;
	font-size: 0.9em;
	border: 1px solid #AAA ;
}

.gb_form input[type=text]{
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
    font-size: 0.9em;
    border: 1px solid #AAA ;
    font: 1.0em Garamond ;
}

.gb_form input[type=submit]{
	font: 1.0em Garamond ;
    padding: 3px;
    border: 1px solid #AAA ;
}

.gb_form textarea{
    margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
    width:95%;
	font: 1.0em Garamond ;
}

.gb_status_ok, .gb_status_moderation {
   font-size: 1.2em;
   width: 70%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;   
   margin-bottom: 15px;
   padding: 10px;
   text-align: center;
}

.gb_status_ok {
   color: green;
   border: 1px solid #ddedc4;
   background: #f6ffeb;
}

.gb_status_moderation {
   color: red;
   border: 1px solid #ffd2d2;
   background: #f8f0f0;
}

#photolisting {
    width: 90%;
    margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#photolisting img {
    padding: 2px;
    margin-left:20px;
	border: 3px solid #aaa ;
	height: 135px;
}

/* Admin */

.boutons {
	width: 330px;
	font-size: 1.2em;
	margin:15px auto 0 auto;
	height:45px;
}

.boutons a {
	text-decoration: none ;
}


.boutons #oui {
	width: 154px;
	height: 30px;
	margin-right: 1px;
	background-color: #f6ffeb;
	cursor: pointer;
	float: left;
	text-align: center;
	padding-top: 12px;
	border : 1px solid #ddedc4;
}

.boutons #non {
	width: 154px;
	height: 30px;
	margin-left: 1px;
	background-color: #f8f0f0;
	cursor: pointer;
	float: left;
	text-align: center;
	padding-top: 12px;
	border : 1px solid #ffd2d2;
}
