body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/* MENU */

.index{
height:30px;
width:95px;
left: 130px;
top:108px;
position:absolute;
}

.prestations{
height:30px;
width:95px;
left: 230px;
top:108px;
position:absolute;
}

.galerie{
height:30px;
width:95px;
left: 440px;
top:108px;
position:absolute;
}

.contact{
height:30px;
width:95px;
left: 540px;
top:108px;
position:absolute;
}

/*SITE*/

#conteneur{
height:600px;
width:806px;
position:absolute;
top:50%;
left:50%;
margin-top:-300px;
margin-left:-403px;
background-color:#000000;
}

#header{
height:150px;
width:806px;
position:absolute;
background-image:url(../images/header.png);
background-color:#000000;
}

#footer{
top:585px;
color:#999999;
text-align:center;
font-size:9px;
height:15px;
width:806px;
position:absolute;
}

a{
color:#999999;
text-decoration:none;
}

a:hover{
color:#999999;
text-decoration:underline;
}

/*ACCUEIL*/ 

#main_accueil{
margin-top:155px;
height:435px;
width:806px;
position:absolute;
}

#texte_accueil{
color:#ffffff;
position:absolute;
width:260px;
margin-top:80px;
margin-left:90px;
text-align:left;
}

#photographe{
height:435px;
width:310px;
margin-left:390px;
margin-top:20px;
position:absolute;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:left;
background-image:url(../images/accueil.jpg);
}

/*PRESTATIONS*/

#main_prestations{
margin-top:155px;
height:435px;
width:806px;
position:absolute;
background-image:url(../images/prestations.jpg);
color: #FFFFFF;
}

#texte_prestations{
height:150px;
width:656px;
margin-left:75px;
top:25px;
position:absolute;
}

#liens{
margin-left:75px;
position:absolute;
top:215px;
width:500px;
}

#technique{
height:140px;
width:200px;
margin-left:75px;
position:absolute;
top:255px;
}

#post-prod{
height:90px;
width:350px;
margin-left: 425px;
position:absolute;
top:255px;
z-index:2;
}

/*GALERIE*/

#accordion{
margin-top:200px;
height:435px;
width:810px;
position:absolute;
z-index:2;
}

/*CONTACT*/

#main_contact{
margin-top:155px;
height:435px;
width:806px;
position:absolute;
background-image:url(../images/contact.jpg);
}

input{
color:#000000;
}

label, legend{
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
}

#formulaire{
width:350px;
height:435px;
text-align:left;
}

#traitement_formulaire{
color:#FFFFFF;
}

/* ACCORDEON */

h3.toggler {
	cursor: pointer;
	margin: 0 0 4px 0;
}

.element{
margin-top:-5px;
width:810px;
}

img{
background-color:#000000;
border:none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	margin-top:25px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin-top:-4px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*MODIFS*/

#accordion{
	top:55px;
}

