/* Styles généraux */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#container {
	width: 700px;
}
#haut {
	height: 255px;
	width: 700px;
	vertical-align: bottom;
}
#logo {
	float: left;
	height: 249px;
	width: 294px;
	margin-top: 6px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu {
	height: 91px;
	width: 372px;
	float: left;
	margin-top: 6px;
}

#centre {
	height: 371px;
	width: 700px;
}
#bas {
	height: 74px;
	width: 700px;
	background-image: url(images/separateur.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#copy {
	background-color: #CCCCCC;
	height: 58px;
	width: 256px;
	color: #666666;
	float: left;
	position: relative;
	top: 5px;
	left: 35px;
}

#slogan {
	height: 149px;
	width: 184px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	left: 294px;
	top: 106px;
}
#copy span {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
#mentions {
	float: left;
	position: relative;
	left: 50px;
	top: 30px;
}

#img_header {
	height: 149px;
	width: 187px;
	position: absolute;
	left: 478px;
	top: 106px;
}
#centre_gauche {
	float: left;
	height: 371px;
	width: 481px;
}
#centre_droit {
	float: left;
	height: 371px;
	width: 184px;
}
#centre_droit p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#centre_gauche h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-left: 35px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#centre_gauche p {
	margin-right: 10px;
	margin-left: 35px;
}
/* Styles Form */
#form_contact {
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 10px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
}
.message {
	color: #0000FF;
	background-color: #FFFFFF;
}
