@charset "utf-8";
@import url("layout.css");

/* CSS Document */

 body {
    	font: 0.8em  Verdana, Arial, Helvetica, sans-serif;
    	background: #0093af;
		background: url(../images/fd_baniere.jpg) top left repeat-x;
    	background-color: #0093af;
		background-image: url(../images/fd_baniere.jpg) top left repeat-x;
		background-repeat: repeat-x;		
    	text-align: center; 
    	color: #ffffff;
    }
	
    div#container {
		top: 0px;
		left: 0px;
    	width: 100%;
    	text-align: left; 
    }
	
    div#header {
		top: 0px;
	    height: 113px;
		margin: 0 auto;
		width: 1024px;
		background: url(../images/accueil/b_accueil.jpg) top left no-repeat;
    }
	
	 div#membre {
	 	top: 15px;
		left: 675px;
	}
	
	#membre a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	}
	
	#membre a:hover {
	color: #ffcc00;
	}
	
	#membre a:link, #membre a:visited  {
	color: #silver;
	}	
	
 	div#header2 {
		height: 122px;
		width: 100%;
	background: url(../images/client/background_banniere.jpg) top left repeat;
	}
	
	div#header2 img{
		display: block;
		float: left;
	}

	div#anim {
		margin: 0 auto;
		width: 1024px;
	}	

	div#menu {
		width: 100%;
		height: 40px;
    	background: #98d3df;		
	}
	
/*
/*
/*      MENU PRINCIPAL
/*	
/*    */

#menu ul {
  position:relative;
  list-style:none;
  margin: 0px;
  padding-right: 20px;
  width:500px;
  height:40px;
}

#menu ul a {
  position: absolute;
  display: block;
  width: 500px;
  height: 40px; 
  text-decoration: none;
}
 
#menu a:hover {
  width:500px;
  height:40px;
}

#lien1 {
  top: 0px;
  left: 0px;
  width:89px;  
  background: url(../boutons/btn_accueil_off.png) no-repeat;
}

#lien1:link, #lien1:visited {
  width:89px;
  background: url(../boutons/btn_accueil_off.png) no-repeat;
}

#lien1:hover, #lien1:focus {
  top:0px;
  left:0px;
  width:89px;
  background: url(../boutons/btn_accueil_on.png) no-repeat;
}

#lien2 {
  top: 0px;
  left: 90px;
  width:103px;
  background: url(../boutons/btn_societe_off.png) no-repeat;
}

#lien2:link, #lien2:visited {
  top: 0px;
  left: 90px;
  width:103px;
  background: url(../boutons/btn_societe_off.png) no-repeat;
}

#lien2:hover, #lien2:focus {
  top:0px;
  left:90px;
  width:103px;
  background: url(../boutons/btn_societe_on.png) no-repeat;
}

#lien3 {
  top: 0px;
  left: 194px;
  width:130px;
  background: url(../boutons/btn_actualites_off.png) no-repeat;
}

#lien3:link, #lien3:visited {
  top: 0px;
  left: 194px;
  width:130px;
  background: url(../boutons/btn_actualites_off.png) no-repeat;
}

#lien3:hover, #lien3:focus {
  top:0px;
  left:194px;
  width:130px;
  background: url(../boutons/btn_actualites_on.png) no-repeat;
}

#lien4 {
  top: 0px;
  left: 325px;
  width:114px;
  background: url(../boutons/btn_contact_off.png) no-repeat;
}

#lien4:link, #lien4:visited {
  top: 0px;
  left: 325px;
  width:114px;
  background: url(../boutons/btn_contact_off.png) no-repeat;
}

#lien4:hover, #lien4:focus {
  top:0px;
  left:325px;
  width:114px;
  background: url(../boutons/btn_contact_on.png) no-repeat;
}

#lien5 {
  top:15px;
  left:450px;
  background: url(../boutons/btn_francais.png) no-repeat;
}

#lien6 {
  top:15px;
  left:482px;
  background: url(../boutons/btn_anglais.png) no-repeat;  
}
/*
/*      FIN MENU PRINCIPAL
*/

    div#mainContent {
		overflow: hidden;
		width: 1024px;
	    margin: 0 auto;	
    	background: #0093af;
    }
	
	div#mainContent a {
		color: #000080 ;
	}

	div#mainContent a:hover {
		color: #000080;
	}
	
	
    div#contentLeft {
		float: left;
		width: 253px; 
	}
	
	 div#contentLeft object{
	 	margin-top: 15px;  
   }	
	
	 div#contentCenter {
	 	margin-left: 253px;  
   		padding: 20px 0px 20px 22px; 
    }


	div#contentCenter a {
	text-decoration: none;
	}
	
	div#contentCenter img {
	margin: 0px;
	padding: 0px;  
	border: 0px;
	}

	.esomar img{
	display: block; 
	padding-right: 30px;
	}
		
	
    div#footer {
		clear: both; 
		width: 100%;
		font-size: 0.8em;
		color: silver;
		font-weight: bold;
		text-align: center;
    }
	
    div#footer p {
    	margin: 0; 
    	padding: 10px 0; 
		text-align: center ;
    }
	
	h2 {
	    font-size: 1.2em;
		margin: 0 0 10px 0;
		font-weight: bold;
    	color: #000080;
	}
	
	p {
		margin: 0 ;
	}


	


