/***************************************************/
/************ Construction de la page **************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;}

#clr {
	margin: 0;
	padding: 0;
	clear: both;
	border: 0;}

#conteneur {
	margin: 5px auto 0 auto;
	padding: 0 7px 8px 0;
	width: 1000px;
	height: 600px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0;}

#contenu {
	margin: 0 0 0 0;
	padding: 0;
	height: 480px;
	width: 785px;
	border: 0;
	float: left;
	text-align: left;
	color: #222222;
	font-size: 11px;
	font-weight: lighter;}
	
#menu {
	margin: 0 0 0 0;
	padding: 0;
	height: 480px;
	width: 210px;
	border: 0px solid #66CCFF;
	float: right;}
	
#footer {
	margin: 0 0 0 0;
	padding: 0;
	height: 120px;
	width: 500px;
	text-align: left;
	border: 0px solid #FFFFFF;
	float: left;}
	
#contact {
	margin: 1px 19px 0 0;
	padding: 0;
	height: 85px;
	width: 399px;
	text-align: left;
	border: 0px solid #FFFFFF;
	float: right;
	background-image: url(../IMG/fond_contact.jpg);
	background-repeat: no-repeat;}
	
/************ Construction de la page **************/
/***************************************************/


	/***************************************************/
	/******************* Header ************************/
	
	/******************* Header ************************/
	/***************************************************/
	
	
	/***************************************************/
	/******************* Content ***********************/
	#erreur_page {
		background: #FFFFFF;
		width: 380px;
		height: auto;
		margin: 340px auto 0 auto;
		padding: 10px;
		text-align: center;}
	/******************* Content ***********************/
	/***************************************************/
	
	/***************************************************/
	/******************* Menu **************************/
	#menu ul {
		list-style:none;
		margin: 50px 0 0 25px;
		padding: 30px 0 0 0;
		background-position: left top;
		background-repeat: no-repeat;
		width: 200px;
		height: auto;}
		#menu ul.web {
			margin: 20px 0 0 25px;}
		#menu ul.corporate {
			margin: 105px 0 0 0;
			text-align: center;
			padding: 0;
			width: 199px;}
		#menu li{
			margin: 2px 0 0 0;
			padding: 0;}
		
	#menu a{
		display: block;
		width: 170px;
		height: 26px;
		background-repeat: no-repeat;
		background-position: right bottom;}
		
	#menu ul.corporate a{
		display: block;
		margin: 0 auto 0 auto;
		color: #444444;
		font: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		padding: 7px 0 0 0;
		height: 13px;
		width: 100%;}
	#menu ul.corporate a:hover{
		color: #555555;
		background: none;}
	menu ul.corporate li{
		width: 100%;
		text-align: center;
		margin: 15px 0 0 0;
		padding: 0;}
	/******************* Menu **************************/
	/***************************************************/
	
	
	/***************************************************/
	/********************** footer *********************/
	#footer a {
		display: block;
		width: 500px;
		height: 120px;
		margin: 0;
		padding: 0;}
	/********************** footer *********************/
	/***************************************************/
	
	/***************************************************/
	/****************** contact *********************/
	#contact a.lien_news, #contact a.lien_contact {
		display: block;
		float: right;
		margin: 12px 0 0 0;
		padding: 0;
		background-repeat: no-repeat;}
	#contact a.lien_news {
		width: 192px;
		height: 62px;
		background-image: url(/IMG/news.jpg);}
	#contact a.lien_contact {
		width: 100px;
		height: 62px;
		margin-right: 4px;
		background-image: url(/IMG/contact.jpg);}
		#contact a.lien_news, #contact a.lien_contact {
			background-position: bottom;}
		#contact a.lien_news:hover, #contact a.lien_contact:hover {
			background-position: top;}
		
	/****************** contact *********************/
	/***************************************************/

