@charset "UTF-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #474E58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c6cdd7;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
}
#boutonsHaut {
	font-size: 18px;
}

#boutonsHaut a:link {
	color: #6D87A0;
	text-decoration: none;
}
#boutonsHaut a:hover {
	color: #CFCF30;
	text-decoration: none;
}
#boutonsHaut a:visited {
	color: #6D87A0;
	text-decoration: none;
}
#boutonsPetitHaut {
	font-size: 13px;
}
#boutonsPetitHaut a:link {
	color: #CFCF30;
	text-decoration: none;
}
#boutonsPetitHaut a:hover {
	color: #6D87A0;
	text-decoration: none;
}
#boutonsPetitHaut a:visited {
	color: #6D87A0;
	text-decoration: none;
}
#boutonsLangue {
	font-size: 14px;
}
#boutonsLangue a:link {
	color: #6D87A0;
	text-decoration: none;
}
#boutonsLangue a:hover {
	color: #CFCF30;
	text-decoration: none;
}
#boutonsLangue a:visited {
	color: #6D87A0;
	text-decoration: none;
}
.ContenuTypo {
	font-size: 13px;
}
.LiensContenu {
	font-size: 13px;
}
#LiensContenu a:link {
	color: #FFF;
	text-decoration: none;
}
#LiensContenu a:hover {
	color: #CFCF2F;
	text-decoration: none;
}
#LiensContenu a:visited {
	color: #FFF;
	text-decoration: none;
}
.ActualiteIntitule {
	color: #4E6173;
	vertical-align: top;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}
.ActualiteTexte {
	text-align: left;
	color: #6D87A0;
	vertical-align: top;
}
.ActualiteTexteJustifie {
	text-align: justify;
	color: #495A6B;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
}
.ActualiteTexteGras {
	text-align: left;
	color: #6D87A0;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.ActualiteDate  {
	text-align: left;
	color: #6D87A0;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}
.TextePhoto {
	text-align: left;
	color: #6D87A0;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}
.TextePhotoCentre {
	text-align: center;
	color: #6D87A0;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}
.TitreBlanc  {
	text-align: justify;
	font-size: 20px;
	color: #FDFDFD;
	font-weight: bold;
	line-height: 20px;
}
.Annee  {
	text-align: left;
	font-size: 13px;
	color: #6D87A0;
	font-weight: bold;
	vertical-align: top;
}
#Justifier {
	text-align: justify;
}
.Copyright   {
	font-size: 11px;
	color: #6D87A0;
	text-align: right;
}
.Copyright a:link {
	color: #6D87A0;
	text-decoration: none;
}
.Copyright a:hover {
	color: #CFCF30;
	text-decoration: none;
}
.Copyright a:visited {
	color: #6D87A0;
	text-decoration: none;
}
#cont {
	border: 1px solid #333;
}
.ERREUR {
	color: #900;
}
#LiensContenu #Justifier tr td {
	text-align: justify;
}
.exposantNotes {
	font-size: 12px;
}
sup {
	font-size: 11px;
	line-height: 6px;
}
#tableauBordure {
	border: 1px solid #900;
}
