﻿@charset "utf-8";

/* Attributs de base */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #CCEBF5 url('../img/background.png') repeat-x;
	margin: 0;
	padding: 0;
	font: 0.8em Georgia, Times New Roman;
	line-height: 145%;
}
a:link {
	text-decoration: none;
	color: #09C;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #09C;
}
input, textarea, select { 
	color: #09C;
}
img { 
	border: none;	
}
h1 {
	font-size: 1.7em;
	color: #09C;
	margin: 40px 0 20px 0;
}
h2 {
	margin-left: 10px;
	font-size: 1.4em;
	margin: 10px 0 10px 0;
}
h3 {
	margin-left: 25px;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}
p {
	text-indent: 2em;
	text-align: justify;
	line-height: 1.7em;
}
label {
	text-indent: 0;
}

/* Attributs spécifiques */
#container {
	margin: auto;
	width: 770px;
}
#container_header {
	background: url('../img/container_header_new.png') transparent no-repeat top left;
	margin-top: 30px;
	height: 25px;
}
#container_middle {
	background: url('../img/container_middle_new.png') transparent repeat-y;
}
#container_footer {
	background: url('../img/container_footer_new.png') transparent no-repeat top left;
	height: 25px;
}
#content {
	width: 720px;
	background-color: #FFF;
	margin: 0 25px 0 25px;
	overflow: visible;
}
ul#menu {
	width: 747px;
	margin: 0 -10px 0 -13px;
	background-color: #CCEBF5;
	border: 1px dashed #CCEBF5;
	border-width: 1px 0;
	height: 20px;
	list-style-type: none;
	padding: 0;
	position: absolute;	
}
ul#menu li {
	float: left;
	text-align: center;
}
ul#menu li a {
	width: 150px;
	height: 20px;
	color: #09C;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #FFF;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	position: relative;
	top: 20px;
}


/* Classes */
.load {
    background: url('../img/loader.gif') no-repeat center;
} 
.error_form_label {
	color: #C00;
	font-weight: bold;
}
p.message {
	width: 530px;
	font-weight: bold;
	margin: 20px 10px;
	text-indent: 0;
	padding: 2px 0;
}
p.validate {
	color: #393;
	border: 1px dashed #393;
	border-width: 1px 0;
}
p.wrong {
	color: #C00;
	border: 1px dashed #C00;
	border-width: 1px 0;
}


form#contact {
	overflow: hidden;	
}
form#contact label {
	width: 100px;
	text-align: right;
	float: left;
	clear: left;
	margin: 10px 0;
}
form#contact input, form#contact textarea {
	float: left;
	margin: 10px 0 10px 20px;
}
form#contact input[type=submit] {
	color: #333;
	padding: 5px 10px;
	clear: left;
	float: right;
	margin-right: 187px;
}

p#footer {
	padding-top: 11px;
}
