#global {
	min-width: 100%;
	min-height: 610px;
	text-align: left;
}

#global_iphone {
	width: 576px;
	text-align: left;
	margin: auto;
}

#en_tete {
width: 100%;
height: 50px;
background-color: #fff;
text-align: center;
margin: 0;
padding: 0;
}

#conteneur_centre {
	margin: auto;
	width:1125px;
	height: auto;
}
	#centre_gauche {
	height: 550px;
	width: 350px;
	background: url(../images/image_gauche.png) no-repeat;
	background-position: top right;
	overflow: auto;
	float: left;
	}
	
		#centre_gauche #adresse {
			text-align: left;
			margin-left: 82px;
			margin-top: 200px;
		}
		
		#centre_gauche #adresse p{
		
		}
		
		#centre_gauche #adresse h3 {
		
		}
		
		#centre_gauche #adresse h4{
		
		}
		
		#centre_gauche #adresse p{
		
		}
	#centre_droite {
		scrollbar-face-color: #4E327D;
		scrollbar-highlight-color: #4E327D;
		scrollbar-3dlight-color: #666666;
		scrollbar-shadow-color: #4E327D;
		scrollbar-darkshadow-color: #4E327D;
		scrollbar-arrow-color: #B0A1C9;
		scrollbar-track-color: #B0A1C9;
		max-height: 545px;
		width: 600px;
		padding-right: 5px;
		padding-left: 20px;
		overflow: auto;
	}
	
#pied_page {
clear: both;
height: 15px;
width: 100%;
background-color: #ccc;
}
