
#adresse{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color : #9C9B9B;
	position : relative;
	overflow : hidden;
	margin-top : 10px;
}
	#adresse h2{
		display : block;
		font-size : .9em;
		text-align : center;
		color : #ffffff;
		-webkit-border-top-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		border-top-right-radius: 7px;
		background-color : #BCBBBB;
		font-style : italic ;
		min-height : 19px;
	}
	#adresse .contenu-adresse{
		margin : 10px;
		padding : 0;
		background-color : #F8F7F7;
		position : relative;
		color : #4A4A49 ; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		min-height : 195px;
		/*text-align:right;*/
	}
	#adresse h3{	display : block;text-align : center; color: #4A4A49;}
	#adresse h3 span.ville{font-size : .6em; font-weight : normal;}
	#adresse p{padding : 1px 5px ; color: #4A4A49;text-align : center;}
	#adresse p input{
		height : 35px; 
		width : 180px; 
		margin : 5px 0 5px 0;
		font-weight : bold;
		color: #4A4A49
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#adresse p input:hover{cursor : pointer;}
	#adresse .bas-adresse{
		position : relative;
		bottom : 0;
		height : 15px;
		
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-left-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		border-bottom-right-radius: 7px;
		background-image:linear-gradient(to left,#990918,#d2424b,#990918);
	}
	/* #c1313a */
	/* #932826,#CC1719,#932826 */