@charset "utf-8";
/* CSS Document */

body {
	color: #FFF;
	background: url(../images/back.gif) top repeat-x #44303e;
	font: normal 80% Verdana, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

img {
	display:block;
}


a:link {
	outline: none;
	color: #b9b0c1;
	text-decoration:underline;
}
a:hover {
	outline: none;
	color: #b9b0c1;
	text-decoration:none;
	}
a:active {
	outline: none;
	color: #b9b0c1;
	text-decoration:none;
	}
a:visited {
	outline: none;
	color: #b9b0c1;
	text-decoration:underline;
}


a img {
  border: 0;
}

html, body, ol, ul, form, fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

#content {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.logo {
	margin: 20px auto;
}

#menu {
  margin: 20px 20px 20px 40px;
  background: #FF0;
}

#menu ul {
	margin-left:auto;
	margin-right:auto;
	list-style: none;
}

#menu ul li {
  margin-right: 60px;
  display: inline;
  float:left;
}

#menu ul li:lastt-child {
  margin-left: 5px;
  display: inline;
  float:left;
}

.decal {
	margin-top: -4px;
}

#bloc-violet {
	background: #40333d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	margin:0 40px;
	float:left;
}


/* page accueil */

#bloc-left {
	width: 410px;
	padding-left: 40px;
	margin-right: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

#bloc-right {
	width: 370px;
	padding-left: 40px;
	margin: 0 40px 0 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

/* page menus */

#bloc-menus {
	width: 230px;
	padding-left: 40px;
	margin-right: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
}

#bloc-left-menus {
	width: 230px;
	padding-left: 40px;
	margin-right: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

#bloc-right-menus {
	width: 230px;
	padding-left: 40px;
	margin-left: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

#menus {
	width: 620px;
	float:left;
}

/* page carte */

#bloc-carte {
	width: 270px;
	padding-left: 40px;
	margin-right: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;

}

#bloc-left-carte {
	width: 270px;
	padding-left: 40px;
	margin-right: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

#bloc-right-carte {
	width: 270px;
	padding-left: 40px;
	margin-left: 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
	float:left;
}

#carte {
	width: 720px;
	float:left;
}

/* page accès */

#bloc-acces {
	width: 210px;
	padding-left: 40px;
	margin: 0 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
}

#googlemaps{
	width:600px; 
	margin:0 40px; 
	float:right;
	border: solid 1px #fff;
}

/* page contact */

#contact{
	width:590px; 
	margin:0 40px; 
	padding: 20px;
	float:right;
	background: #40333d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bloc-contact {
	width: 210px;
	padding:0 20px 0 40px;
	margin: 0 40px;
	background: url(../images/vagues.png) no-repeat;
	left: 0;
	top: 0;
}

#contact INPUT, SELECT, TEXTAREA { color: #fff; font-size: 12px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #715568; border: solid 1px #fff; margin-top: 15px; margin-left: 15px}
#contact .txterror { color: #FFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#contact .txtform { color: #fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


/* footer */

#footer {
	font: normal 80% Verdana, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-align:center;
	padding: 40px 0;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	clear:both;
}

#footer a:link {
	outline: none;
	color: #b9b0c1;
	text-decoration:underline;
}
#footer a:hover {
	outline: none;
	color: #b9b0c1;
	text-decoration:none;
	}
#footer a:active {
	outline: none;
	color: #b9b0c1;
	text-decoration:none;
	}
#footer a:visited {
	outline: none;
	color: #b9b0c1;
	text-decoration:underline;
}