BODY
	{
		scrollbar-face-color:#A6DEFF;       /* la couleur principale (face)                       */
		scrollbar-arrow-color:#000000;      /* la couleur des fleches                             */
		scrollbar-track-color:#999999;      /* la couleur de fond (entre le curseur et la fleche) */
		scrollbar-highlight-color:#FFFFFF;  /* la couleur claire (haut+gauche)                    */
		scrollbar-3dlight-color:#DFDFDF;    /* la couleur claire 2 (haut+gauche)                  */
		scrollbar-shadow-color:#808080;     /* la couleur foncee (bas+droite)                     */
		scrollbar-darkshadow-color:#000000; /* la couleur foncee 2 (bas+droite)                   */
	}
.MenuTitre
	{
		font-family: Verdana;
		font-size: 10px;
		font-style: normal;
		line-height: 25px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		height: 25px;
		width: 111px;
	}
.MenuLien
	{
		font-family: Verdana;
		font-size: 10px;
		font-style: normal;
		line-height: 25px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		background-image: url(images/bouton.gif);
		background-repeat: no-repeat;
		background-position: center center;
		text-align: center;
		vertical-align: middle;
		display: block;
		height: 25px;
		width: 111px;
	}
.MenuLien:hover
	{
		color: #000000;
		text-decoration: none;
	}
.Vline
	{
		background-color: #CCCCCC;
		background-image: url(images/v_line.gif);
		background-repeat: repeat-y;
		background-position: left top;
		width: 4px;
	}
.Principal
	{
		width: 100%;
		margin-left: auto; 
		margin-right: auto;
        margin-top: 10px;
		
	}
.Annexe
	{
		margin-top: 10px;
		width: 107px;
	}
.PrincipalTexte
	{
		font-family: Verdana;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
.AnnexeTexte
	{
		font-family: Verdana;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
.Copyright
	{
		font-family: Verdana;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #CCCCCC;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
	}
a
	{
		font-family: Verdana;
		color: #3366FF;
		text-decoration: none;
	}
a:hover
	{
		font-family: Verdana;
		color: #0033CC;
		text-decoration: underline;
	}