body{
	background:url(../images/background.gif) repeat-x #64777d;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;

}

img
{
	border:none;
	
}

#container
{
	width:750px;
	padding:0 0 31px 0;
	background:url(../images/background_container.gif) bottom no-repeat #4d6972;	
	margin:auto;
}


.thumbs
{
	border:2px solid white;
	width:50px;
	height:50px;
	margin:10px;
	float:left;
}
#top{
	background:url(../images/top.jpg) no-repeat;
	width:750px;
	height:207px;	
}

#top #menu {
	float:right;
	padding:4px 5px 0 0;
}

#top #menu ul
{
	list-style:none;
	padding:0;
	margin:0;
	
}

#top #menu ul li
{
	padding:0 10px 0 10px;
	margin:0;
	display:inline;	
}

#top #fairePart
{
	position:relative;
	left:320px;
	top:60px;
	width:347px;
	
}

#content{
	
	padding:0 30px 0 30px;
	
}

h1{
	font-size:30px;
	font-weight:bold;
	padding:0 0 0 45px;
	color:white;
	background:url(../images/bullet.gif) no-repeat left;
	height:34px;	
}

label
{
	padding:10px 0 10px 0;
	font-size:20px;
	float:left;	
	width:200px;
	margin:10px 0 10px 0;
}

input {
	background:url(../images/fond.gif);

	border:2px solid white;
	height:20px;
	font-size:19px;
	width:350px;
	color:white;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}


input.button {
	margin:10px 0 10px 0;
	width:100px;
	height:48px;
	border:none;
	background:none;
}


textarea {
	background:url(../images/fond.gif) repeat-x #d5d9ea;
	border:2px solid white;
	height:100px;
	font-size:19px;
	width:350px;
	color:white;
	margin:10px 0 10px 0;
}


a{
	color:white;
}

a:hover
{
	
	color:#bf66e7;
}

#chargementRead , #chargementWrite{
	margin:auto;
	width:100px;
}

#thanks
{
	margin:auto;
	
}

#acceuilWelcome
{
	width:250px;
	float:left;
	margin-right:30px;
	
	
}

#acceuilMedia
{
	
	width:390px;
	float:left;
}

#acceuilWelcome p{
	text-align:justify;
}


#messagesContainer
{
	width:690px;
	float:left;

}

#messagesContainer h3
{
	background:url(../images/background_h3.gif) no-repeat left;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
	color:#bf66e7;
}


#messagesContainer .contentMessage
{
	width:100%;
	font-size:20px;
	color:white;
	margin-bottom:50px;
}

#messagesContainer .contentMessage p
{
	width:100%;
	font-size:14px;
	color:white;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
}


/* lightBox*/



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

