/* CSS Document */

#map1 {
	width:510px;
	height:309px;
	margin-left:21px;
	border: 2px solid #ccc;
}

form {
	margin: 0px;
	padding: 0px;
}

#formContact{
	padding: 0 5px 0 18px;
}

#formContact label{
	padding: 0;
	margin:0;
}

#formContact p{
	padding: 0;
	margin: 10px 0 15px 0;
}

#formContact input{
	height:15px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#formContact textarea{
	height:75px;
}

#formContact input, #formContact textarea{
	width:194px;
	margin:3px 0 5px 0;
	padding:0;
	color:#000;
	background-color:#fff;
	text-shadow:none;
	border:1px #ccc solid;
}

#formContact span input{
	width:118px;
	height:22px;
	margin: 0px;
	padding: 0px;
}

.contactTitle{
	padding:0 0 0 3px;
}

.contactTitle img{
	padding:0;
	margin:0;
}

#adresse{
	margin:0px 5px 0 18px;
}

#contactFormulaire{
	padding:10px 0 0 0;
	width:231px;
	height:395px;
	background:url(img/contact_form.gif) #fff no-repeat left top;
}

/*Boite étirable de gauche et droite sur les splash*/
/****GAUCHE****/
.boxSplashGHaut, .boxSplashGCentre, .boxSplashGBas{
	width:231px;	
	padding:0;
	margin:0;
}

.boxSplashGHaut, .boxSplashGBas{
	height:10px;
	font-size:0px;	
}

.boxSplashGHaut{
	background:url(img/box_splash_g_haut.gif) #fff no-repeat left top;
}

.boxSplashGCentre{
	background:url(img/box_splash_g_centre.gif) #fff repeat-y left top;
}

.boxSplashGCentre img{
	margin:0;
	padding:0;
}

.boxSplashGBas{
	background:url(img/box_splash_g_bas.gif) #fff no-repeat left bottom;
}

/****Droit****/
.boxSplashDHaut, .boxSplashDCentre, .boxSplashDBas{
	width:275px;	
	padding:0;
	margin:0;
}

.boxSplashDHaut, .boxSplashDBas{
	height:10px;	
}

.boxSplashDHaut{
	background:url(img/box_splash_d_haut.gif) #fff no-repeat left bottom;
	font-size:0px;
}

.boxSplashDCentre{
	height:204px;
	background:url(img/box_splash_d_centre.gif) #fff repeat-y left top;
}

.boxSplashDCentre img{
	margin:0;
	padding:0;
}

.boxSplashDBas{
	background:url(img/box_splash_d_bas.gif) #fff no-repeat left top;
}

/*********BOX ADRESSE************/
#containerAdrPics{
	position:relative;
	width:275px;
	height:224px;
}

#containerAdrPics .tbn{
	display:block;
	border:#999 1px solid;
	margin-bottom:7px;
	cursor:pointer;
}

#containerAdrPics .dynImg{
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#containerAdrPics #boxAdress{
	width:213px;
	height:224px;
	margin-right:8px;
	padding:10px 0 0 0;
	float:left;
	background:url(img/bg_boxAdress.gif) #fff no-repeat left top;
}

.contactSubmit {
	background-color:transparent; 
	border:0px;	
	cursor:pointer;
	cursor:hand;
}

/*FIN*/