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

/*ANIMATION FLASH CENTRALE*/
#animationHome
{
	z-index:1;
	margin-top:0px;
	margin-bottom:100px;
	margin-left:0pc;
	margin-right:0px;
	padding:0px;
}

/*LOGO*/
#logoHome
{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0px;
	margin:0px;
}

/*MENU*/
#menu
{
	font-size:1.4em;
	font-weight:normal;
	color:#6B6B6B;
	list-style-type: none;
	width:955px;
	text-align:center;
	padding:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
#menu li
{
	
	display:inline;
	margin:0px;
	padding:0px;
}

#menu li a 
{
	font-size:0.9em;
	color:#6B6B6B;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
	text-decoration:none;
}
#menu li a:hover 
{
	text-decoration:underline;
}
#menu .espacementMenu 
{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #9FC33D;	
}

/*RECHERCHE RAPIDE HOME*/
#lienRechercheRapideHome
{
	position:absolute;
	background-image:url(../images/home/degrade.jpg);
	background-repeat:repeat-x;
	height:40px;
	width:195px;
	z-index:1;
	padding:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:196px;
	margin-left:20px;
}
#lienRechercheRapideHome p
{
	color:#606060;
	font-weight:bold;
	font-size:0.9em;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:10px;
	margin:0px;
	float:left;
}
#lienRechercheRapideHome a
{
	color:#606060;
	text-decoration:none;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
}

#title_home
{
	color:#606060;
	text-decoration:none;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
}

#lienRechercheRapideHome a:hover
{
	color:#606060;
	text-decoration:underline;
}
/*
#lienRechercheRapideHome a:hover span {
	display: inline;
	position: absolute;
	top: 30px;
	left: 0px;
}
*/
#lienRechercheRapideHome #form_home {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
}

#lienRechercheRapideHome img
{
	margin-left:25px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:8px;
	padding:0px;
}

/*Moteur de recherche home*/
#form_search_home
{
	width:185px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	background-color:#96BF3F;
}
#bloc_type_ad
{
	color:#606060;
	font-size:0.7em;
}

#BtnOkSearchHome
{
	clear:both;
	width:180px;
	text-align:right;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	padding-bottom:5px;
}
/*NEWSLETTER HOME*/
#InscriptionNewsletterHome
{
	position:absolute;
	background-image:url(../images/home/degrade.jpg);
	background-repeat:repeat-x;
	height:43px;
	width:200px;
	z-index:2;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:196px;
	margin-left:725px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
}
.MessageNewsHome
{
	position:absolute;
	background:#95BE3E;
	height:20px;
	width:200px;
	z-index:4;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:238px;
	margin-left:725px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
}

#InscriptionNewsletterHome label
{
	color:#606060;
	font-weight:bold;
	font-size:0.9em;
}
#InscriptionNewsletterHome #email
{
	width:150px;
	height:15px;
	margin:0px;
	padding:0px;
	border: 1px solid #666666;
	font-size:0.6em;
}
#InscriptionNewsletterHome #send_button
{
	padding:0px;
	margin:0px;
}