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

#header{
margin-left:auto;
margin-right:auto;
width:1000px;
background:url('img/fond_header_droite.jpg') no-repeat right;
}

	#logo{
	width:280px;
	height:165px;
	float:left;
	}
	
	#adresse{
	width:399px;
	height:165px;
	float:left;
	}
	
	#espaceClient{
	width:194px;
	height:113px;
	float:left;
	background:url('img/fond_espace_client.jpg') no-repeat;
	text-align:left;
	font-size:0.8em;
	}
	

#pageTotal{
width:1000px;
/*height:2000px;*/
margin-left:auto;
margin-right:auto;
text-align:left;
background:url('img/fond_page_total.jpg') no-repeat;
min-height:550px;
}

	#colonneGauche{
	float:left;
	width:235px;
	/*background:#ffcc00;*/
	margin:15px 0 0 0;
	}
		#corpsGauche{
		/*height:200px;*/
		background:url('img/fond_colonne_gauche.png');
		text-align:center;
		
		}
		#basGauche{
		background:url('img/fond_bas_colone.png') repeat-y;
		text-align:center;
		padding:10px 0;
		}
	#menu{
		height:28px;
		width:760px;
		float:right;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		background:url('img/fond_menu.png') no-repeat bottom;
		/*background:#00ffff;*/
		}
		
	#colonneDroite{
	float:right;
	width:760px;
	/*background:#ff00cc;*/
	/*margin-right:15px;*/
	text-align:center;
	background:url('img/fond_contenu.png');
	padding-bottom:0px;
	}
		
	#corpsDroite{
	float:right;
	width:720px;
	/*height:200px;*/
	/*background:#ff00cc;*/
	/*margin-right:15px;*/
	text-align:left;
	background:url('img/bas_contenu.png') no-repeat bottom;
	padding:20px;
	}
	#ombreBas{
	float:right;
	width:760px;
	}
		
#footer{
width:960px;
margin-left:auto;
margin-right:auto;
bottom:0;
}

#corpPop{
width:480px;
height:480px;
margin:5px;
padding:5px;
background:#fff;
}
