/***************** CSS page */
body {
	background: white;
	font-family: Arial;
	font-size: 14px;
}

.conteneur {
	width: 960px;
	margin: auto;
	border: 1px black solid;
}

.contenu {
	padding: 30px 5px;
	margin: 0px;
	background: white url('../images/fond_deco.jpg') no-repeat bottom left;
}

#footer {
	background-color: #EC0022;
	color: white;
	font-size: 12px;
	text-align: center;
	height: 30px;
	padding: 5px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#logos {
	background-color: white;
	height: 110px;
	padding-left: 10px;
}

#ligneLogo1, #ligneLogo2 {
	height: 55px;
}

.logo {
	float: left;
	height: 45px;
	margin: 5px auto;
}

#ligneLogo1 .logo {
	margin-right: 15px;
}

#ligneLogo2 .logo {
	margin-right: 10px;
}

#clubexport10ans {
	height: 90px;
}

#header {
	background-color: white;
	color: black;
	font-size: 12px;
	text-align: center;
	padding: 5px 15px;
	padding-bottom: 20px;
}

#avance {
	padding-left: 200px;
}

#avance .onglet {
	margin: 0px;
	padding: 5px 20px;
	font: 16px Arial;
	color: black;
	text-align: center;
	background: #aaaaaa;
	border-top: 1px solid white;
	border-right: 1px solid white;
	float: left;
	width: 100px;
	height: 20px;
}

#avance .onglet a {
	color: black;
	text-decoration: none;
}

#avance .onglet a:hover {
	text-decoration: underline;
}

#avance #premierOnglet {
	border-left: 1px solid white;
}

#avance .selected {
	background: #EC0022;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #EC0022;
}

#avance .selected a {
	color: white;
	text-decoration: none;
}

#avance .selected a:hover {
	color: white;
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

#titre_contenu {
	padding: 0px;
	margin: 0px;
}

#titre_contenu h2 {
	padding: 20px;
	background: #EC0022;
	color: white;
	margin: 0px;
}

.btn {
	font-weight: bold;
	font-size: 14px;
}