@charset "iso-8859-1";

body{
		background-color:#fffcf5;
		}
	
.conteneur{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -400px;
		margin-top:-225;
		width: 800px;
		height: 450px;
		overflow: hidden;
		background: url(img/background.jpg); 
		z-index: 3;
		}



.barre{
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -105px;
		width: 210px;
		z-index: 3;
		}

.pages {
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -320px;
		width: 640px;
		z-index: 3;
		}

.contenu {
		z-index: 2;
		width:623px;
		height:376px;
		position:absolute;
		top:34px;
		left:40px;
		}


dl, dt, dd {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

.shooter {
		top:140px;
		}

.shooter:hover {
		background:url(img/b_shooter.jpg);
		}

.photos {
		top:184px;
		}

.photos:hover {
		background:url(img/b_photos.jpg);
		}

.films {
		top:230px;
		}

.films:hover {
		background:url(img/b_films.jpg);
		}

.contact{
		top:270px;
		}

.contact:hover{
		background:url(img/b_contact.jpg);
		}

#bouton{
		position:absolute;
		width: 125px;
		height: 25px;
		left:50%;
		margin-left:275px;
		z-index:6;
		}

.grandphoto {
		height: 382px;
		}

.calquegrandphoto {
		width:635px;
		position:absolute;
		top:34px;
		left:102px;
		height: 340px;
		}

h1{
		position:relative;
		top:-18px;

		font-size:1.5em;
		font-weight:bold; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#CC0000
		z-index:6;
		}
