﻿/*MENU*/
.menu {
	width:980px;
    z-index: 5;
	
}

.menu ul li {
	list-style-type:none;
	display:block;
    z-index: 5;
}

.menu ul li a {
  display:block;
  position: relative;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size:16px;
  font-weight:400;
  text-decoration:none;
  z-index: 5;
}

.Right {
    float:right;
}

.Left {
    float:left;
}

/*effet menu*/

/* Effect 21: borders slight translate */
.cl-effect-21 a.effet {
	padding: 5px;
	color: #5a5b5b;
	font-weight: 500;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a.effet::before,
.cl-effect-21 a.effet::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffb04e;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.cl-effect-21 a.effet::before {
	top: 0;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.cl-effect-21 a.effet::after {
	bottom: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.cl-effect-21 a.effet:hover,
.cl-effect-21 a.effet:focus {
	color: #5a5b5b;
}

.cl-effect-21 a.effet:hover::before,
.cl-effect-21 a.effet:focus::before,
.cl-effect-21 a.effet:hover::after,
.cl-effect-21 a.effet:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


a.encours {
	color: #f18500;
}


.homeicon, .contacticon {
	margin-top:7px;
	display:block;
	
	text-indent:-9999px ;
	width:29px; height:21px;
	opacity: .6;
    -webkit-transition: opacity 0.3s linear;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s linear;/* transition pour Firefox */
    -o-transition: opacity 0.3s linear;/* transition pour Opéra */
    transition: opacity .3s linear;

}

.homeicon { background:url(/images/header-home.png) no-repeat; float:left;}
.homeicon:hover, .contacticon:hover {opacity: 1;}



.enicon, .fricon {
	display:block;
	float:right;
	text-indent:-9999px ;
	width:26px; height:26px;
	margin-right:5px;
	margin-top:7px;
}
.enicon {	background:url(../images/en.png) no-repeat;}
.fricon {	background:url(../images/fr.png) no-repeat;}


/*menu der pfff*/






.menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 140px; /* Largeur des sous-listes */
        display: none;
		border:1px solid #CCC;
        z-index: 5;
}
.menu li ul li { 
		height:25px;
        width: 130px; /* Largeur des sous-listes */
		background-color:#FFF;
		padding:5px;
		border-bottom:2px solid #CCC;
        z-index: 5;
}

.menu li ul li:hover {background-color:#CCC;}

.menu li ul li a
{
    text-transform:none;
    font-size:13px;
    z-index: 5;
}
				

.menu li:hover ul
{
    z-index: 5;
}

.menu li ul ul 
{
    z-index: 5;
        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 ... */      
}


