/* CSS Document */

/*PAGE LAYOUT*/
body {
	font-family:Arial;
	font-size:11px;
	background:#eae1d8;
	background-repeat:repeat-x;
	overflow-y:  scroll;
}
a:link,a:visited{
	color:white;
	text-decoration : underline;
}
a:hover{
	color:white;
	text-decoration : none;
}

#separ {
	height:20px;
	clear:both;
}
#main_conteneur{
	position:absolute;
	width:922px;
	text-align:left;
	left:50%;
	margin-left:-475px; 
	background:url(../images/main_bg.gif);
	padding-bottom:70px;
}
#branding {
	position:relative;
	width : 922px;
	height : 183px;
	background:url(../images/branding.jpg) no-repeat;
}
ul#nav {
	position:absolute;
	bottom:15px;
	left:50px;
	list-style-type:none;
	color:#789c45;
	text-transform : uppercase;
	letter-spacing:0.6px;
	color : #fbb03b;
}
ul#nav  li {
	float:left;
	background: none;
	padding:0;
	padding-right:5px;
}
#nav a:link, #nav a:visited {
	color:#789c45;
	text-decoration:none;
}
#nav  a:hover {
	color:#fbb03b;
	text-decoration:none;
}

ul#album {
	width:600px;
	
}
ul#album  li{
	background-color:white;
	border:solid 1px #000;
	text-align:center;
	float:left;
	margin:5px;
	width:120px;
	height:90px;
	
}

#subcontent{
	position:relative;
	float:left;
	width:244px;
	text-align:left;
	
}
#content{
	position:relative;
	float:left;
	width:430px;
	text-align:left;
	z-index:2;
}
#content_admin{
	position:relative;
	left:100px;
	margin-top:20px;
	width:430px;
	text-align:left;
	z-index:2;
}
#suite {
	text-align: right;
}
#suite a{
	font-family:Verdana;
	color:white;
	font-size:12px;
	font-weight:bold;
}
#suite a:link,#suite a:visited{
	text-decoration : none;
}
#suite a:hover{
	text-decoration : underline;
}

#green_box {
	position:absolute;
	top:250px;
	right:25px;
	width:190px;
	height:290px;
	z-index:2;
}

#green_box div  {
	position:absolute;
	z-index:3;
	padding-left:20px;
	padding-top:40px;
	width:160px;
	font-family:Verdana;
	color:white;
	font-size:12px;
}
#green_box #add_comment {
	position:absolute;
	z-index:3;
	width:100%;
	text-align:center;
	bottom:10px;
}
#green_box img {
	position:absolute;
	z-index:2;
}
#places_disponibles {
	position:absolute;
	top:550px;
	right:25px;
	width:189px;
	height:69px;
	z-index:2;
}
#photo_du_jour {
	position:absolute;
	top:640px;
	right:25px;
	width:189px;
	height:69px;
	z-index:2;
}

#photo_du_jour img#photo{
	border : solid 1px white;
	margin-right:7px;
}
h1 {
	clear:both;
	font-family:Verdana;
	color:white;
	font-size:14px;
	font-weight:400;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#577000;
	font-size:25px;
	font-weight:bold;
}
TEXTAREA {
	font-size:11px;
	font-family:arial;
}
TEXTAREA:focus {
	background-color:#ccc;
}
SELECT {
	background-color:#88b6ce;
	font-size:11px;
}
INPUT {
	color:black;background-color:white;font-size:11px;font-family:arial;
}
INPUT:focus {
	background-color:#ccc;
}





/*FOOTER*/
#footer{
	position:absolute;
	z-index:1;
	background:url(../images/footer.gif);
	width:922px;
	height:67px;
	bottom:0;
	left:0;
	text-align:center;
}
#footer #liens {
	color:#c98212;
}

#footer a:link,#footer a:visited {
	color : #c98212;
	font-weight:bold;
	text-decoration : none;
}
#footer a:hover {
	color : white;
	font-weight:bold;
	text-decoration : underline;
}

#error {
	color:red;
	font-weight:bold;
}






