/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-style: italic;
	font-weight: bold;
	color: #66CC00;	
    text-decoration: none
}
a:hover {
	text-decoration: underline
}

/* -------------------------------------------- */
/* ---        Menu & page d'accueil         --- */
/* -------------------------------------------- */

.DerniereMinuteTitre {
	font-family : "Courier New";
	font-size: 12px;
	color: #66CC00;
	font-weight: bold;
}
.DerniereMinuteTexte {
	font-family : "Courier New";
	font-size: 11px;
	color: #666666;
}

.MenuDot {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.Menu {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a.Menu {
	font-style: normal;
}
.ssMenuDot {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #66CC00;
	text-align: center;
	vertical-align: middle;
}
.ssMenu {
	font-size: 11px;
	font-weight: bold;
	color: #66CC00;
}
a.ssMenu {
	font-style: normal;
}
.TitreMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 15px;
	
	border-bottom:1px #8E9185 solid
}
.TexteMenu {
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
	color: #66CC00;	
}
a.TexteMenu {
	font-style: normal;
}
.InputTexteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	border: 1px solid #66CC00;
	text-align: center;
}
.InputButtonMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #DFEFB0;
	border: 1px solid #66CC00;
	color: #66CC00;
}
.PhraseAccro {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #66CC00;
}


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


.TitreTableau {
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
	
	border-bottom:1px solid #8E9185 
}
table.liste {
	width: 90%;
}
td.GrdTableau {
	border-bottom : 1px solid #CCCCCC
}
.Titre {
	font-size: 16px;
	font-weight: bold;	
	text-indent: 5px;
	border-bottom : 1px solid #8E9185 ;
	font-variant: small-caps;
}
.SSTitre {
    font-size: 12px;
	font-weight: bold;
	color: #666666;	
}
a.LienAccueil {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #66CC00;    
}
.Arborescence {
	/*font-family : "Courier New";*/
	font-size: 11px;
	color: #666666;
}
a.Arborescence {
	font-weight: normal;
	font-style: italic;
}
a.TexteBody {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #66CC00;	
    text-decoration: none
}
a.TexteBody:hover {
	text-decoration: underline
}


