@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background-color: #00C;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}

#principale {
 margin: 0 auto;
 width: 800px;
}
#banniere {
	height: 150px;
	width: 800px;
/*	position: relative;
*/}
#bouton {
	height: 36px;
	width: 800px;
/*	position: relative;
*/}
#ContenuGeneral {
	height: 685px;
	width: 800px;
	background-color: #fff;
}

.ContenuGeneralGauche {
	width: 800px;
	float: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

}

.ContenuGeneralGauche p {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.ContenuGeneralGauche h1 {
	font-size: 24px;
	color: #1E1669;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	text-align: center;
}
.ContenuGeneralGauche h2 {
	font-size: 16px;
	color: #1E1669;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;

}
.ContenuGeneralGauche h3 {
	font-size: 14px;
	color: #1E1669;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}

.ContenuGeneralGauche h4 {
	font-size: 12px;
	color: #1E1669;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#baspage {
	height: 150px;
	width: 800px;
	bottom: auto;
}
#boutonBas {
	height: 36px;
	width: 800px;
	bottom: auto;
}
#pagetitre {
	font-size: 36px;
	text-align: center;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/*  Début Balise pour les liens de traduction de page   */   
p.langue {display:block;width:100%;text-align:center;
background:#00094E;padding-top:10px;}
p.langue a{color:#fff;font-size:10px; text-decoration:none; padding:0 20px;}
/*  Fin Balise pour les liens de traduction de page   */   
