body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
    }

#container {
	width: 950px;
	background: #333;
	margin: 0 auto;
	text-align: left;
    }

#mainContent {
	padding: 0;
    }
#mainContent h1{
	text-indent: -5000px;
	height: 150px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	position: absolute;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#menu li, li a{
	color: #666;
	list-style-type: none;
	text-decoration:none;
}
#menu li a:hover{
color:#fff;
	
}
#actif{color:#fff}

.diaporama{
	position:relative;
	width:700px;
	height:400px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 150px;
	background-image: url(images/citation.gif);
	background-repeat: no-repeat;
	background-position: 200px 10px;
	padding-left: 150px;
}

.diaporama li{
	margin:0 auto;
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	text-align: center;
}

.diaporama_controls{
	width:893px;
	margin:0;
	padding:0px;
	clear:both;
	overflow:hidden;
	position: absolute;
	top: 500px;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:20px;
	height:10px;
	text-indent:-9000px;
	display:inline-block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}

.diaporama_controls .prev{
	background:url(images/gauche.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(images/droite.png) no-repeat top left;
}

/*.diaporama_controls .pause{
	background:url(http://tuts.guillaumevoisin.fr/jquery/diaporama/img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(http://tuts.guillaumevoisin.fr/jquery/diaporama/img/fleches_diapo.png) no-repeat bottom left;
}*/
