/* CSS Document */


BODY { 
  
  		background-repeat: no-repeat;
  		background-position: top left;
		}
		A {
		text-decoration: none;
		}
		TABLE {
		font-family: Arial;
		font-size: 12px;
		}
		.menu-border-top {
		border-top: 1px solid #555555;
		border-color: #AAAAAA;
		}
		.menu-border-bottom {
		border-bottom: 1px solid #555555;
		border-color: #AAAAAA;
		}
		.menu-current {
		background-color: #902148;
		}
		.texte {
		font-family: Arial;
		font-size: 12px;
		color: #444444;
		}
		.texte-gras{
		font-weight: bold;
		}
		.texte-menu-current {
		color: #FFFFFF;
		}
		.texte-menu-notcurrent {
		color: #555555;
		}
		.texte-bordeau {
		font-weight: bold;
		color: #902148;
		}
		.texte-vert {
		font-weight: bold;
		color: #295C08;
		}
		.texte-mauve {
		font-weight: bold;
		color: #27056C;
		}
		.titre-magenta {
		font-weight: bold;
		font-size: 17px;
		color: #990066;
		font-family: Thaoma;
		}
		.titre-vert {
		font-weight: bold;
		font-size: 17px;
		color: #8E9B24;
		font-family: Thaoma;
		}
		.navigation {
		font-family: "Verdana", "Arial", "sans-serif";
		font-size:9px;
		color: #1A7AB6;
		}
		a.navigation:link {
		text-decoration: none;
		}
		a.navigation:hover {
		text-decoration: underline;
		}
		a.navigation:active {
		text-decoration: underline;
		}
		a.navigation:visited {
		text-decoration: none;
		}
		
		.mention {
		font-family: "Verdana", "Arial", "sans-serif";
		font-size:9px;
		color: #453F92;
		}
		a.mention:link {
		text-decoration: none;
		}
		a.mention:hover {
		text-decoration: underline;
		}
		a.mention:active {
		text-decoration: underline;
		}
		a.mention:visited {
		text-decoration: none;
		}