.barre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
/* Noir */
.titrePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #3b92d9;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sousTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #F4B800;*/
	color: #ff8a00;
	text-align: justify;
	margin: 10px 10px 10px 15px;
}
.chapeau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff8a00;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #205EA4;
	text-align: justify;
	margin: 6px 10px 6px 15px;
}
.grosGrasBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.grasBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #205EA4;
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 28px 5px 28px;
}
.grasRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.petitTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.petitTexteBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #205EA4;
}
.petitTexteRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.petitTexteNoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 5px 28px 5px 28px;
}
.centre {
	text-align: center;
}

.paragrapheTexte {
	width: 450px;
	float: left;
}

.paragrapheImage {
	float: left;
	width: 200px;
}

.tableau {
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/papierPeint.gif);
}
a.lien {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
a.lien:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.lienTexte {
	color: #205EA4;
	/*font-weight: bold;*/
	text-decoration: underline;
	cursor: hand;
}
a.lienTexte:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #AAAAAA;
}
a.lienChapeau {
	color: #205EA4;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}
a.lienChapeau:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #AAAAAA;
}
a.lienPdP {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: hand;
}
a.lienPdP:hover {
	color: #CCCCCC;
}
a.lienSousMenu {
	color: #205EA4;
	text-decoration: none;
	cursor: hand;
}
a.lienSousMenu:hover {
	text-decoration: none;
	color: #AAAAAA;
}
a.lienMenu {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
a.lienMenu:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.menuFlottante {
	position: absolute;
	margin-top: 19px;
	visibility: hidden;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px dashed #3b92d9;
	padding: 2px 4px;
	text-align: left;
}
.menuFlottanteFirefox {
	position: absolute;
	margin-top: -4px;
	visibility: hidden;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px dashed #3b92d9;
	padding: 2px 4px;
	text-align: left;
}
.page {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #3b92d9;
	border-left-color: #3b92d9;
	/*background-image: url(images/hautPage.gif);
	background-repeat: repeat-x;*/
}
.flottante {
	position: absolute;
	margin-top: 150px;
	margin-left: 75px;
	visibility: hidden;
	cursor: hand;
}
.flottanteFirefox {
	position: absolute;
	margin-top: 150px;
	margin-left: 75px;
	visibility: hidden;
	cursor: hand;
}.cadre {
	border: 1px solid #3b92d9;
	width: 700px;
}
.ligneTab {
	border: thick solid #FF0000;
}
.piedTableau1 {
	background-image: url(images/piedTableau1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.piedTableau2 {
	background-image: url(images/piedTableau2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondFormulaire {
	background-image: url(images/fondFormulaire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
