
/*Couleur du fond : #99CC66 #00FF66 #00FF99*/

/*Couleur du texte : #660000 #990033 white*/
* {
	color:white;
}

body {
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	/*background-color: #38E156;*/
	background-color:white;
	margin:0px;
	padding:0px;
}

a {
	/*color:#FF9A40;*/
	color:white;
	text-decoration:underline !important;
}

#site {
	width:900px;
	position:absolute;
	top:140px;
	z-index:0;
	
	left:50%;
	margin-left:-450px;
}
	
#bandeau {
	background-color:white;
	
	margin:0px 3px 3px 3px;
	/*background-color:#99CC66;*/
	/* Image du bandeau en 900x100 pixels */
	/* => 894x100 car 900 - 3 - 3 = 894 */
	background-image:url('../img/bandeau_valentin.png');
	background-repeat:no-repeat;
	height:103px;
	
	position:fixed;
	width:894px;
	top:0px;
	
	z-index:999;
	
	left:50%;
	margin-left:-447px;
}
	
#menu {
	background-color:white;

	margin:3px;
	padding:10px;
	font-weight:bold;
	
	position:fixed;
	width:894px;
	top:100px;
	
	z-index:999;
	
	left:50%;
	margin-left:-447px;
}
			
.onglet {
    width:100px;
	margin:5px;
	padding:5px;
	background-color:#99CC66;
	color:white;
	border:1px solid white;
	text-decoration:none !important;
}

.onglet:hover {
	background-color:white;
	color:#99CC66;
	border:1px solid #99CC66;
}

#corps {
	background-color: #99CC66;
	margin:3px;
	padding:10px;
	margin-bottom:8px;

	-moz-border-top-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    border-top-left-radius: 16px;
	-moz-border-top-right-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    border-top-right-radius: 16px;
	
	background-image:url('../img/gites_de_france.png');
	background-repeat:no-repeat;
	background-position:top right;

}

#corps_bis {
	background-color: #99CC66;
	margin:3px;
	padding:10px;
	margin-bottom:8px;
}

#titre {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	/*color:#00C322;*/
	color:white;
	margin-bottom:15px;
}

#sous_titre {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#zone_texte {
	margin-bottom:20px;
}

#zone_tableau {
	margin-bottom:20px;
}

#zone_texte p {
	text-indent:25px;
	text-align:justify;
}

#zone_galerie {
}

.photos {
	text-align:center;
}

#photo {
	text-align:center;
}

.miniature {
	margin:5px;
	width:50px;
	height:50px;
	padding:4px;
}

.miniature_selected {
	margin:5px;
	width:50px;
	height:50px;
	padding:3px;
	border:1px solid white;
}

.miniature:hover {
	cursor: hand;
}

.normal {
	
}

#footer {
	margin:3px 3px 0px 3px;
	padding:3px;
	text-align:center;
	background-color: #99CC66;
	font-style:italic;
	font-weight:bold;
}

.verticalspacer {
	background-image:url('../img/vertical_spacer.png');
	background-repeat:repeat;
}


.tarifs td, th {
	border:1px solid white;
	font-weight:bold;
	text-align:center;
}

.nom_coordonnee{
	text-align:right;
	padding:5px;
}

.valeur_coordonnee{
	text-align:left;
	padding:5px;
}

#calendarDiv td{
	color:#660000 !important;
}

.monthYearPicker div{
	color:#660000 !important;
}

input#date{
	background-color:#99CC66 !important;
	border:1px solid #99CC66 !important;
	border-color:#99CC66 !important;
}


.top-right {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #936a4f;
	
	padding: 5px;
	
	-moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
	
	border-left: 3px solid lightgrey;
	border-bottom: 3px solid lightgrey;
	
	cursor: pointer;
}


.accueil_general {
	width: 100%;
	height: 100vh;
	background-color: #DDDDDD;
}

.accueil_general > #gauche {
	width: 41%;
	height: 100vh;
	float: left;
	text-align:center;
	background-image:url('../img/index/chalet_bis_2.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	cursor: pointer;
}

.accueil_general > #centre {
	width: 18%;
	height: 100vh;
	float: left;
	text-align:center;
	background-image:url('../img/index/separation_2.png');
	background-repeat:no-repeat;
	background-position:center;
}
	
.accueil_general > #droite {
	width: 41%;
	height: 100vh;
	float: left;
	text-align:center;
	background-image:url('../ferme/img/Ferme_bis_2.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	cursor: pointer;
}

.titre {
	font-size:30px;
	font-weight:bold;
	color:#00C322;
}