@import url("style_commun.css");
@import url("style_infolive.css");



/*****************************************************
                        ENTETE
*****************************************************/
#Entete{
	width:100%;
	height:551px;
	position:relative;
	z-index:1;
}
#Entete #BandeauFlash{
/*	padding-top: 147px;*/
}
#Entete #BandeauFlash #Flash{
	width:100%;
	height:404px;
	z-index:10;
	position: relative;
}

#Entete #BandeauFlash #FlashOver{
	width:100%;
	height:551px;
	position:absolute;
	z-index:20;
	top:0px;
	left:0px;
}
#Entete #BandeauFlash #FlashOver.png{
	background-image:url(../images/bandeau-top-accueil.png);
	background-position:top center;
	background-repeat: no-repeat;
}
#Entete #BlocLogo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	width:1000px;
	height:147px;
}
#Entete #BlocLogo #Logo{
	width:270px;
	height:82px;
	position:absolute;
	z-index:70;
	top:49px;
	left:128px;
}
#Entete #BlocLogo #Slogan{
	width:350px;
	height:23px;
	position:absolute;
	z-index:70;
	top:106px;
	left: 431px;
}

#Entete #BlocLogo .Unesco{
    height: 180px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 221px;
    z-index: 1000;
}


/*****************************************************
                        MENU
*****************************************************/
#Entete #BlocMenu{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	width:1000px;
	z-index:1000;
}
#Entete #BlocMenu ul{
	width:850px;
	height:33px;
	position:absolute;
	z-index:100;
	top:518px;
	/*right:8px;*/
	left: 290px;
}
#Entete #BlocMenu ul li{
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-right:0px;
}
#Entete #BlocMenu ul li.png{
	background-image:url(../images/fond-menu-index.png);
	background-position:top left;
	background-repeat: no-repeat;
	color:#FFF;
}	
#Entete #BlocMenu ul li.current,
#Entete #BlocMenu ul li.png:hover{
	background-image:url(../images/fond-menu-hover-index.png);
/*	background-image:url(../images/onglet-over.png);*/
	color:#ffffff;
}

#Entete #BlocMenu ul li a span{
	display:block;
	margin-top:10px;
	}

#Entete #BlocMenu ul li a:hover span
{color:#000;}

#Entete #BlocMenu ul li a:link,
#Entete #BlocMenu ul li a:active,
#Entete #BlocMenu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	height:33px;
	display:block;
	font-size:16px;
	width: 169px;
	
}

/*** Menu Bas Index ***/
#Signature {
    width: auto;
	height:35px;
	line-height:35px;	
}

#BlocMenuBas #MenuBas {
	margin-left:0px;
}

#MenuHautTexte {background-image:none;margin-left:5px;}
#MenuHautTexte ul li
{padding-top: 7px;}
#MenuHautTexte ul li a:hover
{color:#a0af59;}
#MenuHautTexte #espace-presse a:hover{
	background-position:0 -109px;}
#MenuHautTexte #espace-pro a:hover{
	background-position:0 -86px;}


#MoteurRecherche {
    float: left;
    height: 21px;
    margin: 6px 6px 6px 15px;
    width: 165px;
}

.InputOk {
	background-image:url(../images/ok-recherche.gif);
	background-repeat:no-repeat;
    background-color: #000000;
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    width: 17px;
	height:20px;
}

.ChampRecherche {
    display: block;
    float: left;
    width: 142px;
	border:none;
	height:14px;
	font-size:11px;
	padding:0px;
}
