strong {
	color: #FFFFFF;
}

/* Conteneur central */
#centre {
	background-color: #005E89;
}

/* Navigation */
#navigation {
	background-color: #005E89;
}
#navigation a {
	color: #FFFFFF;
}

/* Contenu principal */
#principal {
	color: #FFFFFF;
	background-color: #1E81B3;
}
#principal a {
	color: #FFFFFF;
}
#principal a:hover, #principal a:focus {
	color: #005E89;
}
#principal strong {
	color: #FFFFFF;
}

/* Contenu secondaire */
#secondaire {
	background-color: #005E89;
}

#btn_accueil {
	color: #FFFFFF;
	width: 160px;
	background-image: url(img/btn1.png);
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#abbr {
	background-image: url(img/entete.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 160px;
	padding-top: 5px;
}
#abbr2 {
	background-image: url(img/fondconnection3bis.png);
	background-repeat: repeat-y;
	width: 160px;
	text-indent: 10px;
	padding-top: 5px;
}
/* --- POSITIONNEMENT --- */

/* Page */
body {
	background-color: #A29094;
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #005E89;
}
#global #mascotte {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 0px;
	margin-left: -100px;
}

#global #venez {
	height: 50px;
	width: 300px;
	position: absolute;
	top: 210px;
	margin-left: 600px;
	color: #FFFFFF;
}
#global #inscription {
	height: 50px;
	width: 200px;
	position: absolute;
	top: 220px;
	margin-left: 325px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
/* En-tête */
#entete {
	background-image: url(img/header.png);
	height: 270px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
	
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 505px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 690px;
	background-image: url(img/fondban.png);
	background-repeat: no-repeat;
	background-position: 45px 2px;
}

/* Pied de page */
#pied {
	margin: 0;
	font-size: 0.85em;
	background-image: url(img/pied.png);
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #005E89;
}

/* Mention de copyright */
#copyright {
	font-size: 1em;
	text-align: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	text-indent: 10px;
	font-style: italic;
	font-weight: bold;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AFCF54;
}
#abbr3 {
	background-image: url(img/fondconnection3.png);
	width: 160px;
	text-indent: 10px;
	padding-top: 5px;
	height: 15px;
}
#fondconnection {
	background-image: url(img/fondconnection.png);
	background-repeat: repeat-y;
	width: 160px;
}
