body {
	font-family: "Gill Sans", sans-serif;
	font-size: 14px;
	width:1150px;
    display: block;
    margin: auto;
	background-image: url("../photos_site3/debut_light.png");
}

#conteneur {
	width:1150px;
    display: block;
	background-color: #fff;
	padding: 10px;
}

#header{
	width:1150px;
	height:197px;
    display: block;
    margin: auto;
	background-image: url("../photos_site3/fond_header.jpg");
}

#menu {
	float: right;
	margin-left:10px;
}

#menu a{
	/*color: rgba(229, 21, 129);*/
	text-decoration: none;
	text-align: right;
}

ul {
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

li a {
	color: #e51581;
	display: block;
}

li a:hover {
    color: #000;
}

#vers_pages a {
	color: #000;
	display: block;
	text-decoration: none;
}

#vers_pages a:hover {
	color: #e51581;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	color: #e51581;
}

#vers_pages {
	margin:25px;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	
}


