/* CSS Document */
body {
scrollbar-face-color: #0000AA; 				/* dessus des boutons et de la barre de défilement #5577bb*/
scrollbar-shadow-color: #000000;			/* couleur sombre du relief des boutons */
scrollbar-highlight-color: #FFCC00;			/* couleur claire du relief des boutons */
scrollbar-arrow-color: #FFCC00;				/* couleur des flèches */
scrollbar-3dlight-color: #000000;  			/* couleur claire du relief des boutons non enfoncés */
scrollbar-darkshadow-color: #000000; 		/* couleur sombre du relief des boutons non enfoncés */
scrollbar-track-color: 113377; 			/* couleur du fond de la barre */

	background-image: url(img/bg_00.jpg);
	font-family: Arial, Georgia, Verdana, Tahoma,  sans-serif;
	color: white;	
	font-size: small;
}

A:link {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;			
	color: White;
	text-decoration: none;
}    
A:visited { 
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;			
	color: White;
	text-decoration: none;
}
A:active  { 
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;			
	color: White;
	text-decoration: none;
}
A:hover {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;			
	color: White;
	text-decoration: none;
}

.cursor {
	cursor: hand;
}
.yellbold {
	font-size: small;
	font-weight: bold;
	color: yellow;
	/*text-align: left;*/
}
.yellmed {
	color: yellow;
	font-size: medium;
}
.whitsmall {
	font-size: small;
	color: white;
}
.whitxxsmall {
	font-size: xx-small;
	color: white;
}
.whitmed{
	color: White;
	font-size: medium;
	text-align: justify;
}
.whitlarg {
	font-size: large;
	color: white;
	text-align: justify;
}
.whitlarg2 {
	font-size: large;
	color: white;
	text-align: center;
}
.whitlarg3 {
	font-size: large;
	color: white;
	text-align: right;
}
.whitnorm {
	font-size: normal;
	color: white;
	text-align: justify;
}
.ultitle {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#padtop80 {
	padding-top:  80px;
	/*height: 400px;*/
}
#padtop40 {
	padding-top:  40px;
	/*height: 400px;*/
}
.barred {
	background-color: red;
	color: white;
}
.baryell {
	background-color: #FFFFAA;
	color: Blue;
}
.barwhite {
	background-color: white;
	color: Blue;
}
#bordercollaspse {
	border-collapse: separate;
}
