/* RESET */
@charset "utf-8";
* {margin:0; padding:0; list-style-type:none; border:0;}

/* STYLES CSS */

.main {
	width:1000px;
	margin:0px auto 0px auto;
}

.logo img {
	max-width:35%;
	margin-left:290px;
	margin-top:50px;
}

/* STYLES MENU */

.menu {
	background :#ffcccc;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:30px;
	text-align:center;
}

.menu a:hover {color:#990033}
	
.menu li {
	display:inline;
}
	
.menu a {
	font-family:Amatic SC,cursive;
	color:black;
	font-size:30px;
	text-decoration:none;
	margin: 0px 30px 0px 30px;
}
	
/* CONTENANT */

.Page2 {
	margin-top:40px;
	margin-left:610px;
	margin-bottom:0px;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size:15px;
	color:#990033;
	
}


.FeteDuClub img {
	width:253px;
	height:253px;
	margin-left:50px;
	margin-top:30px;

}

.Divers img {
	width:253px;
	height:253px;
	margin-left:50px;
	margin-top:70px;

}

.competitions img {
	margin-left:200px;
	margin-top:100px;
	width:370px;
	height:170px;

}
	
.Photo1 img {
	margin-left:200px;
	width:252px;
	height:252px;
}

.Photo2 img {
	width:253px;
	height:253px;
	margin-left:50px;
	margin-top:30px;
	
}

.image_texte img {
	margin-left:150px;
	margin-top:100px;
	width:370px;
	height:170px;

}



.telechargement h3 {
	margin-left:540px;
	margin-top:30px;
	margin-bottom:20px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
}

.a {
	color:#990033;
}

.copyright {
	margin-top:50px;
	font-family:Amatic SC,cursive;
	text-align:center;
	margin-bottom:40px;
	font-size:25px;
}