@charset "utf-8";
/* CSS Document */


/*----------------------------------- DEBUT HEADER---------------------------------------------------*/

#header {
	width: 990px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 5px;
	display: block;
}

/*---------------------- DEBUT HEADER: Espace Pro----------------------*/
#traduction
{
	width: 200px;
	height: 28px;
	float: right;    
    margin-top: 10px;
    margin-right: 30px;
}
#traduction .traduction_drapeau
{
	margin: 3px 0px 0px 34px;
	list-style: none;
	height: 29px;
}
#traduction .traduction_drapeau li 
{
	margin-right: 10px;
	float: left;
}
#traduction li img
{
	border: 0px;
	display: block;
}
#traduction .traduction_drapeau li .tradactif
{
	filter: alpha(opacity=60);  
    -moz-opacity: 0.6; 
    -khtml-opacity: 0.6;  
    opacity: 0.6;
}
#login
{
    float: right;
    width: 200px;
    /*background: url(../images/bg_login.png) no-repeat;*/  
    margin-right: -212px;
    margin-top: 45px;
    height: 93px;
	cursor: pointer;
}
.titre_espace_pro
{
	color: #FFF;
	font-size: 15px;
	margin-top: 6px;
}
/*
.titreLogin
{
    background-color: #EFF3FB;
    height: 18px;
    padding-top: 3px;    
    width: 190px;
    margin-top: 2px;
    margin-left: 5px;
        
    font-family: arial, sans-serif;
    font-size: 12px;
    border:1px solid black;
}
*/
/*------------------------------Menu----------------------------------*/
#menu {	
	width: 100%;
	/*border-bottom:1px solid #666;*/
	overflow: hidden;
	font-size: 16px;
	line-height: normal;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-top: -58px;
	background-color: transparent;
}

#menu ul {
	clear: left;
    float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	margin-left:2px;
	}
#menu ul li 
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#menu a {
	float: left;
	background: url("../images/left.png") no-repeat left bottom;	
	padding: 0 0 0 6px;
	color: #203382;
	font-size: 15px;
	list-style: none;
	text-decoration: none;	
	/*text-transform: uppercase;*/
	white-space: nowrap;
    outline:0 !important;
	}

#menu a span {
	float: left;
	display: block;
	background: url("../images/right.png") no-repeat right bottom;
	padding: 6px 15px 4px 6px;
	margin-right: 2px;
	color: #FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}

/* End IE5-Mac hack */
#menu a:hover span {
	}

#menu a:hover {
	background-position:0% -13px;
	}

#menu a:hover span {
	background-position:100% -13px;
	}	
	
#menu a.menuActif {
	/*background-position:0% -42px;*/
	background-position: 0% -13px;
	}
#menu a.menuActif span {
	background-position:100% -13px;
	}
/*------------------------------Menu----------------------------------*/


/*-----------------------------------------------FIN DU HEADER -------------------------------------*/
