* {
	margin:0;
	padding:0;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	background-color:#fff;
	text-align:center;
}

img {
	border:none;
}

.Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}

#Club {
	text-align:left;
	margin:0 auto 0 auto;
	width:1024px;
}

#header {
	width:1024px;
	height:205px;
	background-image: url(../images/haut.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
}

#Logo {
	float:left;
}
#Footer {
	height:60px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	text-align:right;
	padding:40px 10px 0 0;
	color:#fff;
	font-size:10px;
}

#Footer a {
	text-transform: uppercase;
	font-size:10px;
	text-decoration:none;
	color:#fff;
}

#Footer a:hover {
	color:#A3CD90;
}

#Gravelle {
	background-image: url(../images/fond-page.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#Centre {
	position:relative;
	margin: 0 0 0 181px;
	padding:10px 0 0 0px;
	text-align:left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#TexteCentre {
	margin:177px 128px 0 15px;
	border:1px solid #AEAFB2;

}


/* --------------- colonne actualités ----------------- */
#Actualites {
	width:136px;
	float:left;
}

#Actualites h1 {
	margin: 0px 0 0 10px;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	width:136px;
	text-transform: uppercase;
	background:none;
}

#Actualites h1 a {
	display:block;
	color:#fff;
	text-decoration:none;
	background-image: url(../images/puce-c.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 0 0 25px;
	border-bottom:1px dashed #fff;
	margin:0 0 0 5px;
}

#Actualites h1 a:hover {
	background:#D82A11;
	color:#fff;
	background-image: url(../images/puce-b.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#Actualites h2 {
	margin:20px 0 10px 0;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:136px;
	text-transform: uppercase;
	background:none;
}

#Actualites h2 a {
	display:block;
	color:#fff;
	text-decoration:none;

	padding:0 0 0 0px;
	border-bottom:1px dashed #fff;
	margin:0 0 0 5px;
}

#Actualites h2 a:hover {
	background:#D82A11;
	color:#fff;

}

@media print {
	body, html {
		background:none;
		color:#000000;
	}
	#Centre {
		padding:0;
	}
	#Menu {
		display:none;
	}
	.MenuHaut, #MenuDroite, #Footer {
		display:none;
	}

	.NotPrint {
		display:none;
	}
}

.Objectifs {
	padding:4px;
	margin:2px 10px 0 10px;
	border:1px dashed #aaa;
	background:#eee;
	font-size:10px;
}

.Informations {
	border-collapse:collapse;
	border-spacing:0;
	border:1px dashed #ABCA9E;
	padding:10px;
	margin:10px auto 10px auto;
	width:500px;
}

.Informations td {
	vertical-align:top;
	padding:4px;
}

.Informations td.titre {
	font-weight:bold;
	color:#666;
}


.Informations .Separation td {
	border-bottom:1px solid #ddd;
}

.ListePhotos {
	margin:10px;
}
.ListePhotos .Photo {
	width:150px;
	height:150px;
	float:left;
	margin:0 20px 0 20px;
}

.ListePhotos .Photo img {
	border:1px solid #000;
}

.LeLogo {
	float:right;
}
