﻿.menu{
    position:absolute;
    display:block;
    margin:0;
    padding:0;
    width:80px;
    }

.menu ul{
    position:absolute;
    display:block;
    width:80px;
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li{
    list-style:none;
    width:80px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }

.menu a{
    cursor: hand;
    text-align:center;
    background-color: #C0C0C0;
    border:1px #666 solid;
    color:blue;
    display:block;
    width:80px;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    font-family:Arial;   
	font-weight: bold;
	font-size:11px
    }

.style1 {
	color: red;
	font-weight: bold;
}
/* Passage en curseur type main */
.curseur_main {
	cursor: hand;
}
.titre {
	color: #FA650C;
	font-weight: bold;
	font-size:40px
}
.fondTableauAccueil{
	background:#FA650C
}
.titreImages{
	color=#FA650C;
	font-weight: bold;
	font-size:20px;
	
}
.style3 {
	cursor: hand;
	text-align: center;
}
/* Fond des marquee de la page d'accueil */
.fond_marquee {
	background-color: #F1F3B9;
}
/*Couleur de fond des menus flottant sans le pointeur de la souris*/
a.mflottant_out {
	background: #C0C0C0;
}
/*Couleur de fond des menus flottant avec le pointeur de la souris*/
a.mflottant_on {
	background: #F1F3B9;
}