* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* conteneur principale englobant tout le site */
#site {
	position: relative;
	width: 730px;
	margin: -80px auto 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* conteneur du haut du site : bannière + menu */
#haut {
	position: relative;
	z-index: 100;
	background: #ffffff;
}

/* la bannière */
#banniere {
	position: relative;
	width: 728px;
	height: 130px;
	border: solid 1px #9b9b9b;
	z-index: 100;
}
	#banniere img {
		margin: 10px;
	}

	/* l'animation flash en dessous du logo */
	#anime_facilite {
		position: absolute;
		top: 90px;
		left: 3px;
		z-index: 100;		
	}
	
	#anime_devis {
		position: absolute;
		right: 15px;
		top: 2px;
	}

/* conteneur englobant le menu, la particularité est le border de couleur en dessous du menu 
	(cf les styles des pages)

*/
#menu_border {
	position: relative;
	height: 27px;
	margin-top: 2px;	
}

/* le menu */
#menu {
	height: 25px;
	line-height: 25px;
	background: #9b9b9b;
}

	#menu li {
		list-style-type: none;
		float: left;
		margin-right: 15px;
		font-size: 12px;
	}
	
	#menu a:link, #menu a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#menu a:hover, #menu a:active {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#menu .mise_evidence a:link, #menu .mise_evidence a:visited {
		color: #000000;
	}
	
	#menu .mise_evidence a:hover, #menu .mise_evidence a:active {
		color: #000000;
	}
	

/* conteneur englobant le contenu du site */
#content {
	position: relative;
	width: 728px;
	margin: 0 1px;
}

#footer_container {
	clear: both;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	width: 728px;
	height: 32px;
	text-align: right;
}

#footer_border {
	display: block;
	height: 32px;
}

#footer {
	position: relative;
	height: 29px;
	display: block;
	background: #efefef;
	text-align: left;
	color: #000000;
}

	#footer_container a:link, #footer_container a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#footer_container a:hover, #footer_container a:active {
		color: #000000;
		text-decoration: underline;
	}
	
	#footer table {
		width: 100%;
	}
	#coordonnees * {
		vertical-align: middle;
	}
	#retour-accueil {
		text-align: right;
	}
	#retour-accueil a img {
		border: none;
	}