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

* {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	color: #9c9e9f; /*bleu: #318bb6*/
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/bg_html.gif');
}

div {
	background-color: #FFFFFF;
}

img {
	border: 0px solid #FFF;
}

a {
	text-decoration: none;
}

.hide {
	position: relative;
	display: none;
	z-index: 0;
}

.show {
	position: relative;
	display: block;
	z-index: 50;
}

.link {
	cursor: pointer;
}

.important {
	color: #318bb6;
}

.discret {
	color: #CCC;
}

#container {
	width: 995px;
	margin: 0 auto;
}

#header {
	background: url('../images/bg_top.gif') top repeat-x;
	margin: 0;
}

#header h1 img {
	margin: 8px;
}

#menu {
	position: relative;
	list-style: none;
	width: 795px;
	margin: 10px;
	left: 180px;
	top: -51px;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 1px 10px;
	color: #9c9e9f; /*bleu: #318bb6*/
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu h2, #menu li h2 a, #menu li h2 a:hover, #menu li:hover h2 a {
	display: inline;
	font-weight: normal;
	font-size: inherit;
	color: #318bb6;
	text-decoration: none;
}

#content {
	position: relative;
	top: -42px;
	background: url('../images/bg_top_content.gif') top right no-repeat;
}

#content p, #content span {
	font-size: 34px;
	font-stretch:semi-condensed;
	text-transform: uppercase;
	line-height: 38px;
}

#content p {
	position:relative;  
	z-index: 90;
	text-align: right;
	padding: 10px 10px 00px 140px;
}

#content p.normal, #content p.normal .important, #content p.normal .message, #content p.normal .link, #content p.normal .discret {
	font-size: 12px;
	line-height: normal;
	text-transform: none;
}

#content p.normal {
	padding-bottom: 50px;
}
#content span.important {
	font-size: inherit;
	color: #318bb6;
}

#content span.message {
	position:relative; 
	z-index: 100;
	font-size: inherit;
	color: #FFF;
	display:block;
}

#visuel, #plan, #mail {
	position:relative; 
	z-index: 10;
	margin: -40px 0 0 0;
	background: #318bb6;
	max-width: 995px;
}

#plan {
	background: url("../images/plan02.jpg");
	height: 310px;
}
#plan img {
	display: block;
}

#plan:hover img {
	display: none;
}

#mail {
	width: 977px;
	padding: 8px;
	min-height: 294px;
	background: #FFF;
	border: 1px solid #9c9e9f;
}

#mail table {
	width: 995px;
}

#mail input, #mail textarea {
	width: 90%;
	color: #318bb6;
	background: #FFF;
	border: 1px solid #9c9e9f;
}

#mail textarea {
	height: 250px;
}

#mail input[type="submit"] {
	cursor: pointer;
}

#mail fieldset.alert {
	border: 1px solid #FF0000;
	padding: 8px;
	margin-bottom: 10px;
}

#mail fieldset.alert legend.alert {
	color: #FF0000;
	font-weight: bold;
}


#footer {
	position: relative;
	width: 100%;
	text-align: right;
}