body {
/*	background: #FFF;
	*/background-position: center 200px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
/*	color: #000;*/
}
a {
	color:#2E75BF;
	text-decoration: underline;
}
a:hover {
	color: #3F6792;
	text-decoration: none;
}
h1{
	padding-bottom: 15px;
}

#wrap {
	border: 0px solid blue;
	margin: 0 auto;
	width: 700px;
}
#header {
	margin: 20px 17px 0 16px;
	background: transparent url(../img/header_01.jpg) no-repeat top;
	width: 667px;
	height: 147px;
}
#content {
	float: left;
	background: transparent url(../img/header_02.jpg) no-repeat top center;
/*	margin-left: 16px;
	margin-right: 17px;*/
	padding: 33px 17px 0 16px;
/*	width: 667px;*/
}
#menu{
	font-size: 80%;
	font-family: Helvetica;
	padding-left: 10px;
	line-height: 200%;
	letter-spacing: 2px;
}
#menu a{
	background-color: #FFC20C;
	text-decoration: none;
	color: #000000;
}
#menu a:hover{
	color: #fff;
}
#info{
	border: 0px solid red;
	float: left;
	background: transparent url(../img/img_left_info.jpg) no-repeat top left;
	width: 275px;
/*	padding-top: 10px;
	padding-right: 15px;
	padding-left: 135px;
	padding-bottom: 35px;*/
	padding: 10px 15px 0 135px;
	text-align: justify;	
}
#infoBox{
	float: right;
	padding-top: 150px;
	text-indent: -9000px;
}
#infoBox a{ 
	display: block;
	background: transparent url(../img/bt_galerie_roll.jpg) no-repeat top left;
	width: 210px;
	height: 179px;
}
#infoBox a:hover{
	background-position: bottom left;
}

#galerie{
	float: left;
	border: 0px solid red;
	background: transparent url(../img/img_left_info.jpg) no-repeat top left;
	width: 516px;
/*	padding-top: 10px;
	padding-right: 15px;
	padding-left: 135px;
	padding-bottom: 35px;	*/
	padding: 10px 15px 35px 135px;	
}
#galerie a img{
	margin: 1px;
	padding: 3px;
	background-color: #fff;
	border: 1px #e1e1e1 solid;
}
#galerie a:hover img{
	background-color: #e1e1e1;
	border: 1px #999 solid;
}

#footer{
/*	float: left;*/
	clear: both;
	background: url(../img/bg_top_footer.jpg) no-repeat top;
/*	font-size: 90%;*/
	padding: 20px 17px 25px 16px;
	color: #666666;
	height: 200px;
}
#coordonnees{
	float: left;
	background: url(../img/bg_footer.gif) no-repeat top	;
	width: 215px;
	height: 188px;
}
#coordonnees dl{
	padding: 30px 8px 0 8px;
}
#copyright{
	float:right;
	color: #888;
}


/*
CSS POUR FONCTION REFLECTION DE L'IMAGE (APPLE STYLE)
*/
.reflect {
	margin: 0;
	padding: 0;
}
/*
CSS POUR FONCTION GROSSIR IMAGE DE LA GALERIE
*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 9px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: #fff;
text-align: right;
padding: 5px;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #50080B;
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
