@charset "utf-8";
/* CSS Document */
#container{background-image:url(../img/fd_contact.png); background-position:top left; background-repeat:no-repeat;}
.titre{padding-top:20px; padding-bottom:20px;font-size:36px;/* padding-left:20px;*/}
#adresse, #plan{margin-left:20%;max-width:250px;}
#adresse{padding-top:15px; background-color:#fff; padding:10px;}
#adresse, #photo{padding-bottom:50px;}
#picto_lieu{display:block;width:20px; height:30px; background:url(../img/pictos.png) no-repeat; background-position:-0px -15px;}
#picto_tel{display:block; width:20px; height:30px; background:url(../img/pictos.png) no-repeat; background-position:-20px -15px;}
#picto_mail{display:block; width:20px; height:20px; background:url(../img/pictos.png) no-repeat; background-position:-40px -15px;}
#adresse{float:left;}
@media only screen and (max-width : 480px) {
		#adresse, #plan{margin-left:0;}
		#adresse{width:100%;}
}