a { /* apparence des liens lorsque la souris n'est pas dessus */
text-decoration:none;
color:#FFCC33;
}
 
a:hover { /* apparence des liens lorsqu'on passe la souris dessus */
color:#FFFFFF;
}

.italic { /* pour le style italique */
font-style: italic ; 
}

.banniere { /* au cas ou il y aurait un jour une bannière, mais n'est pas utilisé pour l'instant */
}

.head1 { /* zone d'affichage du menu tout en haut de la page */
position:absolute;
margin-left: 11px;
z-index: 3;
}

.pied { /* zone d'affichage du pied de la page */
position:absolute;
top: 600px;
width: 800px;
height: 20px;
font-size: 11px;
color: #CCCCCC;
text-align: center;
line-height: 100% ; 
}

.centretitre { /* zone d'affichage des titres des pages */
position:absolute;
margin-top: 30px;
width: 800px;
height: 30px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
z-index: 4;
}
.centretitrehaut { /* zone d'affichage des titres des pages (partie haute)*/
position:absolute;
margin-top: 30px;
width: 800px;
height: 15px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
z-index: 4;
}
.centretitrebas { /* zone d'affichage des titres des pages (partie basse)*/
position:absolute;
margin-top: 60px;
width: 800px;
height: 15px;
/*font-weight: bold;*/
text-align: center;
color: #FFFFFF;
z-index: 4;
}

.centresecondtexte { /* zone d'affichage de la partie textuelle de chaque page du site */
position:absolute; 
margin-top: 120px;
margin-left: 25px;
width: 720px;
color: #ffffff;
text-align: justify;
line-height: 20px;
font-size: 15px;
height: 480px;
padding-right:10px;
}

.texte_soustitres { /* texte des sous-titres (page actualités) */
color: #66CCFF;
font-size: 15px;
font-weight: bold;
}


.centresecondtexte1 { /* zone d'affichage de la galerie des photos qui utilise centresecondtexte pour les autres paramètres */
margin-top: 90px;
width: 420px;
}

.centresecondtextemoitiegauche { /* zone d'affichage de la page contact avec 2 côtés */
width: 400px;
position:absolute; 
margin-top: 120px; /* 80px; */
margin-left: 25px;
width: 720px;
color: #ffffff;
text-align: center;
line-height: 20px;
font-size: 15px;
height: 480px;
overflow: none;
padding-right:10px;
}

.centresecondtextecentre { /* zone d'affichage de la page index centrée */
position:absolute; 
margin-top: 100px;
margin-left: 25px;
width: 720px;
color: #ffffff;
text-align: center;
line-height: 20px;
font-size: 15px;
height: 480px;
padding-right:10px;
}

.centresecondtextescroll { /* zone d'affichage des pages où un asecenceur est nécessaire */
position:absolute; 
margin-top: 120px; /* 100px; */
margin-left: 25px;
width: 720px;
color: #ffffff;
text-align: justify;
line-height: 20px;
font-size: 15px;
height: 440px;
overflow: auto;
padding-right:10px;
}

.centresecondtextescroll .droite {
margin-top:25px;
margin-left:25px;
margin-bottom:25px;
}

.centresecondtextescroll .droite1 {
margin-left:25px;
margin-bottom:25px;
}

.centresecondtextescroll .gauche {
margin-top:25px;
margin-right:25px;
}

.centresecondtextescroll .gauche1 {
margin-right:25px;
}

.centresecondtextescroll .bas {
margin-top:25px;
margin-bottom:25px;
}

.centresecondtexte .droite {
margin-top:25px;
margin-left:25px;
margin-bottom:25px;
}

.centresecondtexte .droite1 {
margin-left:25px;
margin-bottom:25px;
}


.centresecondtexte .gauche {
margin-right:25px;
margin-bottom:25px;
}

.centresecondtexte .bas {
margin-top:25px;
margin-bottom:25px;
}

.fond { background-image:  url(images/divers/verre.jpg); background-repeat: no-repeat; background-color: #000033; color: #CCCCCC; font-family: Comic Sans MS, Arial, Times, Helvetica, sans-serif; font-size: 24px;}
/*.fondaccueil { background-image:  url(images/divers/fond-accueil.jpg); background-repeat: no-repeat; background-color: #000033; color: #CCCCCC; font-family: Comic Sans MS, Arial, Times, Helvetica, sans-serif; font-size: 24px;}
.fondcontact { background-image:  url(images/divers/fond-contact.jpg); background-repeat: no-repeat; background-color: #000033; color: #CCCCCC; font-family: Comic Sans MS, Arial, Times, Helvetica, sans-serif; font-size: 24px;}*/
.fonduni { background-color: #000033; color: #CCCCCC; font-family: Comic Sans MS, Arial, Times, Helvetica, sans-serif; font-size: 24px;}
.body { background-color: #000033; color: #CCCCCC; font-family: Comic Sans MS, Arial, Times, Helvetica, sans-serif; font-size: 24px;}

ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
}


ul#menu{
  margin-left:0px;
  margin-top:0px;
  padding:0px;
  list-style:none;
  width:800px;
  height:60px;
  color: #CCCCCC;
  float:left;
  font-family: Arial, Times, Helvetica, sans-serif; 
  font-size: 15px;
}

ul#menu hr{
 margin-right: 4px;
 margin-left: 4px;
}

ul#menu li{
  float:left;
  display:block;
  padding:2px 1px;
}

ul#menu li.first{
  padding-left:2px;
}

ul#menu li.last{
  padding-right:2px;
}
ul#menu li a{
  display:block;
  padding:2px 6px;
  border:0px solid #CCCCCC;
  color: #FFCC33;
  text-decoration:none;
}

ul#menu ul{
  position:absolute;
  list-style:none;
  margin:0px;
  padding:0px;
  z-index:1;
}

ul#menu ul ul{
  top:0px;
  left:70px;
  z-index:2;
}

ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display:inline;
}

ul#menu ul li a{
  display:block;
	margin:0px;
	padding:0px;
	width:110px;
  border:none;
  background-color: #000033;
}
ul#menu ul li a span{
  display:block;
  width:144px;
  _width:156px;
	padding:2px 6px;
  margin:0px 2px;
  border:none;
	cursor: pointer;
}

ul#menu ul li a.next:hover span{
  background-position: -160px 50%;
}

ul#menu li a:hover {
  color:#FFFFFF;
  border:none;
  font-weight : bold ;
}

body#accueil a#accueil,
body#restauration a#restauration,
body#creation a#creation,
body#initiation a#initiation,
body#contact a#contact,
body#liens a#liens,
body#galerie a#galerie,
body#actualites a#actualites,
body#technique a#technique {
   color: #66CCFF; /*#99CC33;*/
   font-weight:bold;
   }

ul#menu ul li a:hover span{
  color:#FFFFFF;
  border:none;
}

ul#menu ul li.first{
  padding-left:0px;
}

ul#menu ul li.first a{
  padding-top:2px;
}

ul#menu ul li.last{
  padding-right:0px;
}

ul#menu ul li.last a{
  padding-bottom:2px;
}

.texte_jaune { color: #FFCC33; }
.texte_rouge { color: #FF0000; }
.texte_titre_milvia { color: #CCFF00; font-weight: bold ;font-size: larger; }
.texte_plusgros { font-weight: bold ;font-size: larger; }
.text_tableaugris_petit {  color: #CCCCCC; font-size: 10px;}
.texte_tiret_tableau {color: #CCFF00; }
.texte_tiret_tableau_bleu {color: ##66CCFF; }
.texte_rouge_bold { color: #FF0000; font-weight: bold ; }
.texte_rouge_bold_large { color: #FF0000; font-weight: bold ;font-size: large; }
.texte_tiret_tableau_bold {color: #CCFF00; font-weight: bold ; }
.text_tableaugris {  color: #CCCCCC; }
.texte_centre { text-align: center; }
.gauche { float: left; }
.droite { float: right; }
.droite1 { float: right; }
.texte_destitresdepage { text-align: center;font-weight: bolder ;font-size: 20px;color: #66CCFF; }
.texte_destitresdepagebas { text-align: center;font-size: 15px;}

.centretitrebas a:hover{
font-weight: bolder;
}
.textepluspetit {font-size: smaller};