
#modal #map{
	width:594px;
	height:394px;
	float:left;
	background-color:#fff;
	margin:0;
}

#modal #texte a{
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

#modal #texte a:hover{
	text-decoration:underline;
}



#modal #map #submit{
	width:65px;
	height:16px;
	border:1px solid #000;
	margin-top:15px;
	cursor:pointer;
	text-align:center;
	float:left;
	padding-top:3px;
}

#modal #gallery{
	width:950px;
	height:394px;
	float:left;
	background-color:#000;
	margin:0;
}

#modal #gallery.clients{
	width:594px;
	height:394px;
	float:left;
	background-color:#000;
	margin:0;
}

#modal #gallery img{
	margin:0 auto;
	display:block;
	visibility:hidden;
}

#modal #map.form{
	padding:30px;
	width:534px;
	height:334px;
	background-color:#ffea00!important;
}

#modal #texte{
	width:290px;
	height:334px;
	float:right;
	padding:30px;
	background-color:#fff;
}

#modal #next{
	width:12px;
	height:12px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:360px;
	left:920px;
	background-image:url(../picture/interface/next.gif);
	background-repeat:no-repeat;
}
#modal #prev{
	width:12px;
	height:12px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:360px;
	left:900px;
	background-image:url(../picture/interface/prev.gif);
	background-repeat:no-repeat;
}