@charset "utf-8";
/* CSS Document */

/* PAGE STRUCTURE */
body {
  font-family: Arial; background-color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 20px;
}
/* --------------------------------------------------------------------------- */


/* NAVIGATION MAIN */

.navigation_principale  {
	font-family: Arial; font-size: 11px; font-weight: normal; text-align: left; color:#ffffff; text-transform: uppercase;
}

.navigation_principale a:link {
	font-weight: normal; color:#919191; text-decoration: none;
}

.navigation_principale a:visited {
	font-weight: normal; color:#919191; text-decoration: none;
}

.navigation_principale a:hover {
	font-weight: normal; color:#ffffff; text-decoration: none;
}

.navigation_principale_active  {
	font-family: verdana; font-size: 10px; font-weight: bold; text-align: left; color:#ffffff;
}
/* --------------------------------------------------------------------------- */


/* CONTENUS */
/* TEXTES */
/* Paragraphe standard justifié */

.texte  {
	font-family: Arial; font-size: 12px; font-weight: normal; text-align: left; color:#ffffff; text-align: justify; line-height: 18px;
}

.texte a:link {
	font-weight: normal; color:#919191; text-decoration: none;
}

.texte a:visited {
	font-weight: normal; color:#919191; text-decoration: none;
}

.texte a:hover {
	font-weight: normal; color:#ffffff; text-decoration: none;
}


/* TEXTES */
/* Paragraphe standard aligné gauche */

.texte-leftaligned  {
	font-family: Arial; font-size: 12px; font-weight: normal; text-align: left; color:#ffffff; text-align: left; line-height: 18px;
}

.texte-leftaligned a:link {
	font-weight: normal; color:#919191; text-decoration: none;
}

.texte-leftaligned a:visited {
	font-weight: normal; color:#919191; text-decoration: none;
}

.texte-leftaligned a:hover {
	font-weight: normal; color:#ffffff; text-decoration: none;
}

/* TEXTES */
/* Paragraphe Chapeau pour les articles de presse en HTML */

.texte-bold  {
	font-family: Arial; font-size: 12px; font-weight: bold; text-align: left; color:#ffffff; text-align: justify; line-height: 18px;
}

/* TEXTES */
/* Listing pour la page Références */

.references  {
	font-family: Arial; font-size: 12px; font-weight: normal; text-align: left; color:#919191; text-align: justify; line-height: 10px;
}

.references a:link {
	font-weight: normal; color:#919191; text-decoration: none;
}

.references a:visited {
	font-weight: normal; color:#919191; text-decoration: none;
}

.references a:hover {
	font-weight: normal; color:#ffffff; text-decoration: none;
}
/* --------------------------------------------------------------------------- */


/* TITRES */
/* Standards */

.title  {
	font-family: Arial; font-size: 12px; font-weight: bold; text-align: left; color:#ffffff;
}

/* TITRES */
/* Contenus */

.title-caps-left  {
	font-family: Arial; font-size: 12px; font-weight: normal; text-align: left; color:#ffffff; text-transform: uppercase;
}

/* --------------------------------------------------------------------------- */


/* FOOTER */

.footer-left  {
	font-family: Arial; font-size: 11px; font-weight: normal; text-align: left; color:#ffffff; text-align: left;
}

.footer-left a:link {
	font-weight: normal; color:#919191; text-decoration: none;
}

.footer-left a:visited {
	font-weight: normal; color:#919191; text-decoration: none;
}

.footer-left a:hover {
	font-weight: normal; color:#ffffff; text-decoration: none;
}

.footer-right  {
	font-family: Arial; font-size: 11px; font-weight: normal; text-align: left; color:#ffffff; text-align: right;
}


