* { margin:0; padding:0;list-style : none;}

body { 
	background-color : black;
	color : white;
	font-family : Gabriola, Century, Verdana, Arial, Helvetica, sans-serif;
}

#page1 {
	
	
}
#content {
	width : 1026px;
	height : 700px;
	margin-left : auto;
	margin-right : auto;
	background-image : url(images/page1-bg.jpg);
	background-repeat : no-repeat;
	padding-top : 50px;
}

#menu {
	width : 1060px;
	float : left;
}

#menu a {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #dee1ae;
	font-size : 18px;
	font-style : italic;
	padding-right : 15px;
	text-decoration : none;
}

#menu a:hover{
	background-image : url(images/menu-bg.png);
	background-repeat : no-repeat;
}

#liens{
	float : left;
}

#musique {
	float : right;
}

.centre {
	text-align: center; /* cette ligne : pour centrer le contenu */
	display : block; /* si l'élément est une image */
	margin-left : auto;
	margin-right : auto;
}

.cache {
	display : none;
}

.montre {
	display : block;
}

.vide{
	height : 600px;
	width : 1px;
	float : left;
}

p{
	color : white;
	font-family : Century, Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : 600;
}

.ppetit{
	font-size : 11px;
	text-align : center;
}


/* Debut Page 1 */

#page1{
	display : block;
}

#page6 {
	display : none;
}






