/*  generalites de la page fond, alphaget, taille de police*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	background-color:#000000;
}

/*  texte a mettre en evidence rouge et clignotant  */
.promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: blink;
	filter: Lumière;
}

/* couleur ascenseur*/
BODY {
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#000000;
}


/*  gestion des liens avec changement au survol de la souris                */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #333333;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*xxxxxxxxxxxxxxxxxxxxxxxx   gestion des cadres    xxxxxxxxxxxxxxxxxxx*/

/* grand cadre principal avec ligne en bas uniquement*/
#ext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 90%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
	align="center";
}

/* cadre interieur */
#int {
	height: auto;
	width: 100%;
	align="center";
}

/* police et caracteristiques de police dans la cellule*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/*xxxxxxxxxxxxxxxxxxx   gestion des class  xxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* cellule avec trait a droite et en bas à placer sur la gauche de la page*/
.td_gauche {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: Aucune;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* cellule ou groupe avec trait epais a gauche et en bas a placer sur la droite de la page */
.td_droite {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*  cellule trait epais a droite et fin en bas, pour menu, sommaire   class*/
.right {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: Aucune;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/* cellule en cadree sur les 4 cotes epais  class  */
.td_cadre {
	border: 3px solid #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;

}
.td_droite  {
    width:120px
}
.td_gauche  {
    width:120px
	text-align:center;
	}    

/*  cellule avec trait fin en bas  class */
.td_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

