body {
	background-color: #000000;
}

h1 { color: white; font-weight: bold; font-size: 36pt; line-height: 24pt; font-family: Arial Black }
h2 { color: white; font-weight: bold; font-size: 24pt; line-height: 20pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: black; font-weight: bold; font-size: 18pt; line-height: 16pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4 { color: #A3BCE4; font-weight: bold; font-size: 15pt; line-height: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h5 { color: white; font-style: normal; font-size: 12pt; line-height: 12pt; font-family: Arial }

marquee { 
width: 75%; 
height: 9px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #F7C667; 
loop: 0;
SCROLLAMOUNT: 1;
direction: rigth;
} 

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: none;
}

a.lien1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
}
a.lien1:link {
	text-decoration: none;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
}
a.lien1:visited {
	text-decoration: none;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
}
a.lien1:hover {
	text-decoration: none;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
}
a.lien1:active {
	text-decoration: none;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: none;
}

.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646F8F;
	font-weight: none;
}

.titretexte {
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}

.titretexte2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}

.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F7C667;
	font-weight: none;
}

.texte3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: none;
}


.formulaire {
	color: ##4E566D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}

/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:20px;
	font-size: 9px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
    color:#F7C667;
}
/* couleur, bordure MENU PRINCIPAL*/
TD.menu_1 {
	border:1px solid #000000;
	text-indent:10px;
	font-size: 9px;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #000000;
	color : #F7C667;
	cursor: pointer;
	font-weight: none;
}
TD.menu_1:hover {
	background-color: #000000;
	text-decoration: none;
	color: #F7C667;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 9px;
	
	
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    /*couleur bleu*/
	background-color: #000000;
    border:1px solid #000000;

}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:10px;
    font-size: 9px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#FFFFFF;
    text-decoration : none;
    
 }
A.menu_1:hover {
	cursor: pointer;
	color:#FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
  }
