/* CSS Document */

BODY {scrollbar-arrow-color: #CCCCCC;scrollbar-track-color: #CCCCCC;scrollbar-face-color: #CCCCCC;scrollbar-shadow-color: #CCCCC;scrollbar-highlight-color: #BE180Af;scrollbar-darkshadow-color: #000000;scrollbar-3dlight-color: #000000; background-repeat: repeat-x; font-size: 12; background-color:#ffffff; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

.titre { font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color: #000000; font-style:italic;} 
h1{ font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color: #000000;}
.titre1 { font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:inline; color: #000000;font-style:normal;font-style:italic;} 
.titre2 { font-size:24px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:inline; color: #000000;font-style:normal;font-style:italic;}
.titre3 { font-size:10px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:inline; color: #ffffff;font-style:normal;font-style:italic;}

.contact { font-size:20px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:inline; color: #000000;font-style:normal;}

a:link, a:active, a:visited {color: #000000; font-size: 11; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
a:hover {color: #000000;font-size: 11;text-decoration: none;font-family: Arial, Helvetica, sans-serif}


a.ex2 
{color: #000000 ;text-decoration: none  ;font-size: 16px; } 
a:hover.ex2 {color: #ffffff ; text-decoration: none  ;font-size: 16px;background-color:#000000 } 

a.ex3 
{color: #ffffff ;text-decoration: none ; } 
a:hover.ex3 {color: #000000 ; text-decoration: none ; background-color:#ffffff } 

a.ex4 
{color: #000000 ;text-decoration: none ;padding-left: 5;font-size: 14; } 
a:hover.ex4 {color: #ffffff ; text-decoration: none ;padding-left: 5;font-size: 14; background-color:#000000 } 



a.ex5 
{color: #000000 ;text-decoration: none ;padding-left: 5;font-size: 14; } 
a:hover.ex4 {color: #ffffff ; text-decoration: none ;padding-left: 5;font-size: 14; background-color:#000000;font-weight:bold; } 


* {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	margin: 0;

	padding: 0;
	
	font-style:italic;

	color: #000000;

}
.amenu {padding-left: 5; border-left-width : 0px;  border-right-width : 0px; border-top-width : 0px;border-bottom-width : 0px; border-color: #cccccc; border-style:solid;;color: #cccccc; font-size: 14; text-decoration: none; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.amenuhover {padding-left: 5; border-left-width : 0px;  border-right-width : 0px; border-top-width : 0px;border-bottom-width : 0px; border-color: #cccccc; border-style:solid;font-size: 14; text-decoration: none;font-family: Arial, Helvetica, sans-serif; color: #ffffff;}

.bordureaccueil { padding-right: 10; padding-left: 10; m border-left-width : 0px;  border-right-width : 0px; border-top-width : 0px;border-bottom-width : 0px; border-color: #cccccc; border-style:solid}
.borduremenu { padding-right: 20; padding-left: 20; border-left-width : 0px;  border-right-width : 0px; border-top-width : 0px;border-bottom-width : 0px; border-color: #cccccc; border-style:dashed}

.bordure {padding-left: 0; border-left-width : 1px; border-right-width : 1px; border-top-width : 0px;border-bottom-width : 0px; border-color: #cccccc; border-style: dashed}
.bordure1 {padding-left: 0; border-left-width : 1px; border-right-width : 1px; border-top-width : 0px;border-bottom-width : 1px; border-color: #cccccc; border-style: dashed}
.bordure2 {padding-left:20px; border-left-width : 2px; border-right-width : 2px; border-top-width : 0px;border-bottom-width : 0px; border-color: #000000; border-style: solid}
.bordure3 {padding-left:10px;padding-right:10px;  border-left-width : 0px; border-right-width : 0px; border-top-width : 0px;border-bottom-width : 0px; border-color: #000000; border-style: solid}



 /* 1er menuhorizontal */

 
 /* 2ndmenu */
#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;
		font-style:normal; /* 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 */
		font-style:normal;
}
#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 */
        background : #000; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 220px; /* largeur */
}
#menu li /* Éléments 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: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Elé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: #fff; /* ... 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 */
}

 .retrait
{
   list-style-position: outside;
}

 
 /* vertical */
 
 /*ul.menu {
	list-style-type: none;
	background-color:black;
	
}
ul.menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	left: 380px;
	
}
ul.menu li a:link, ul.menu li a:visited {
	display: block;
	color: #ffffff;
	background: #000000;
	width: 150px;
	text-decoration: none;
}

ul.menu li a:hover {
	background: #cccccc;
}

ul.menu li:hover > ul {
	display: block;
}
ul.menu a {
	border: 0px #6e5842 solid;
}*/

