body,table{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
body{
    margin: 10px;
    padding: 0;
    background-color: #000000;
    color:#ffffff;
}
hr.clear{clear:both;visibility:hidden;}
img{border: 0;}
a{
	color: #ffcc00;
}
a:hover{
	color: #999999;
}

/* SITE */
#site{width:780px;margin-left:auto;margin-right:auto;text-align:left;}
#menu{
    width: 780px;
    height: 43px;
    margin-top: -39px;
    position: absolute;
}

/* PRESENTATION */
#presentation{
	width: 390px;
    height: 520px;
	padding: 0;
	margin: 0;
	padding-top: 65px;
	padding-left: 396px;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	background-image: url("presentation_photo.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#presentation ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
#presentation li{
	list-style: circle;
}

/* GALERIE */
#diaporama{
    width: 780px;
    height: 585px;
    border: 0;
    padding: 0;
    margin: 0;
}
.pagelinks{display:none;}
.slideCaption{display: none;}
a.slideshowPrevSlide{text-decoration: none;}
a.slideshowNextSlide{text-decoration: none;}
.nextSlide,.prevSlide{background-image: url("dot.gif");}
.nextSlide:hover{
    background-image: url("slideshow_suivant.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.prevSlide:hover{
    background-image: url("slideshow_precedent.png");
    background-repeat: no-repeat;
    background-position: left center;
}

/* CONTACT */
#contact{
	width: 517px;
    height: 520px;
	padding: 0;
	margin: 0;
	padding-top: 65px;
	padding-left: 263px;
}
#contact fieldset{ border: 0; }
#contact legend{
	width: 517px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffcc00;
}
#contact input, #contact textarea{
	width: 230px;
	border: 0;
	margin: 4px 0 10px 0;
	border: 1px solid #666666;
	border-bottom: 1px dotted #ffffff;
	padding: 4px;
	background: #333333;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact .erreur{
	color: #cc0000;
}
#contact em{
	color: #ffcc00;
}

#copyright{border-top:1px solid #ffffff;text-align:center;padding-top:20px;}