#corp{
background: fixed; background-repeat: repeat-x; background-color: #b1b4b8; background-image: url(../images/regional/fond.jpg); background-position: top center;  margin:0px;
padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: black; padding-top: 0px; 
}


h1{
font-size: 20px;
text-align: center;

}
h1:First-Letter {
Font-Weight: Bold; 
Color: Blue;
font-size: 25px;
}
select{
font-size:smaller;
}

h2{
font-size: 15px;
text-align: center;

}
h2:First-Letter {
Font-Weight: Bold; 
Color: Blue;
font-size: 20px;
}

h3{


Color: red;
font-size: 15px;
}




a.menu { 
   background: url(../images/menu2.png); width:170px; height:20px; border:1px groove #646464; margin-top:2px; display:block; padding:3px;
font-family:Arial; font-size:75%; font-weight:bold; }
a.menu{ color:#000000; background-color:#a694c2; text-decoration:none; }
a.menu:visited { color:#000000; background-color:#a694c2; text-decoration:none; }
a.menu:hover {  background-color:#FFFF99; text-decoration:none; }
a.menu:active { background-color:#FFFF99; text-decoration:none; }



a.sous-menu{ width:120px; height:15px;border:1px groove #000; margin-top:2px; display:block; padding:3px;
font-family:Arial; font-size:75%; font-weight:bold; }
a.sous-menu{ color:#000000; background-color:#b8bdc9; text-decoration:none; }
a.sous-menu:visited { color:#000000; background-color:#b8bdc9; text-decoration:none; }
a.sous-menu:hover {  background-color:#FFFF99; text-decoration:none; }
a.sous-menu:active { background-color:#FFFF99; text-decoration:none; }

a.lien{ font-size:smaller; color:#000000;  text-decoration:none; }
a.lien:visited { color:#000000;  text-decoration:none; }
a.lien:hover {  color:#FFFFFF; text-decoration:none; }
a.lien:active { color:#FFFFFF; text-decoration:none; }

#iframe{
width: 650px;
height: 300px;
margin-left: auto;
margin-right: auto;
text-align: center;

font-size:smaller;

border-collapse:collapse; 
border: 1px solid #000;
}
#corp{
background: fixed; background-repeat: repeat-x; background-color: #b1b4b8; background-image: url(../images/regional/fond.jpg); background-position: top center;  margin:0px;
padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: black; padding-top: 0px; 
}


h1{
font-size: 20px;
text-align: center;

}
h1:First-Letter {
Font-Weight: Bold; 
Color: Blue;
font-size: 25px;
}
select{
font-size:smaller;
}

h2{
font-size: 15px;
text-align: center;

}
h2:First-Letter {
Font-Weight: Bold; 
Color: Blue;
font-size: 20px;
}

h3{


Color: red;
font-size: 15px;
}




a.menu { 
   background: url(../images/menu2.png); width:170px; height:20px; border:1px groove #646464; margin-top:2px; display:block; padding:3px;
font-family:Arial; font-size:75%; font-weight:bold; }
a.menu{ color:#000000; background-color:#a694c2; text-decoration:none; }
a.menu:visited { color:#000000; background-color:#a694c2; text-decoration:none; }
a.menu:hover {  background-color:#FFFF99; text-decoration:none; }
a.menu:active { background-color:#FFFF99; text-decoration:none; }



a.sous-menu{ width:120px; height:15px;border:1px groove #000; margin-top:2px; display:block; padding:3px;
font-family:Arial; font-size:75%; font-weight:bold; }
a.sous-menu{ color:#000000; background-color:#b8bdc9; text-decoration:none; }
a.sous-menu:visited { color:#000000; background-color:#b8bdc9; text-decoration:none; }
a.sous-menu:hover {  background-color:#FFFF99; text-decoration:none; }
a.sous-menu:active { background-color:#FFFF99; text-decoration:none; }

a.lien{ font-size:smaller; color:#000000;  text-decoration:none; }
a.lien:visited { color:#000000;  text-decoration:none; }
a.lien:hover {  color:#FFFFFF; text-decoration:none; }
a.lien:active { color:#FFFFFF; text-decoration:none; }

#iframe{
width: 650px;
height: 300px;
margin-left: auto;
margin-right: auto;
text-align: center;

font-size:smaller;

border-collapse:collapse; 
border: 1px solid #000;
}


#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
  
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 100px; /* largeur */
}



#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

  



/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 

       
        position: absolute; /* Position absolue */
        width: 100px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu li ul a
{
background : #212121; /* couleur de fond */  
border : 1px solid;
border-color : #585858;
}
#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
 


#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #bfbfbf; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

