/************ Copyright ************/
/* Tous les graphismes et les css de ce site sont libre d'être utilisés, Mais je vous remercie de mettre un lien vers mon site ! */
/* This css and all graphics of this site is free of use, but you can add a link to my site ! Thanks */
/************ Body et Generalites ************/
body {
	margin:0; 
	padding:0; 
	color: #000; 
	font: 0.9em "trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a {
	color: #288E9C;
	text-decoration: none;
}
a:hover {
	color: #747474;
}
a:visited {
	color: #999;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	border: 0;
}
/************ Header ************/
#header {
	margin-left: 220px;
}
#header h1 {
	font-size: 1.5em;
}
#header h1 a {
	color: #38939A;
}
#header h1 a:hover {
	color: #64BEC6;
}
#header h1 span {
	display: block;
	font-size: 0.7em;
}
#navigation {
	float: right;
	margin: 20px;
	font-size: 0.8em;
}
/************ Menu ************/
#menu {
	display: none;
}
/************ Centre ************/
#centre {
	border: 1px solid #288E9C;
	border-right: 5px solid #D4D1BE;
	margin: 0 10px 0 200px;
	padding: 0;
}
#centre p {
	padding: 0 10px;
	margin: 10px 0;
}
h4 {
	margin: 10px;
	color: #3A949C;
}
h5 {
	margin: 10px;
	font-size: 1.1em;
}
img.pre {
	padding: 3px;
	border: 1px solid #ccc;
}
img.pre:hover {
	padding: 3px;
	border: 1px solid #3A949C;
}
#fil {
	font-size: 0.8em;
	color: #E0DECF;
	margin: 0;
	padding: 2px;
	background-color: #3A949C;
}
#fil a {
	color: #E0DECF;
}
#fil a:hover {
	color: #fff;
}
#fil a:visited {
	color: #fff;
}
#centre ul li {
	padding-left: 5px;
}
#centre p.lirelasuite {	
	margin: 10px;
	text-indent: 8px;
}
#centre p.lirelasuite a {
	color: #288E9C;
}
#centre p.lirelasuite a:hover {
	color: #747474;
}
#centre p.lirelasuite a:visited {
	color: #999;
}
#centre p.bas {
	font-size: 0.8em;
	color: #E0DECF;
	margin: 0;
	padding: 2px;
	background-color: #3A949C;
}
#centre p.bas a {
	color: #E0DECF;
}
/************ Titres ************/
h2 {
	text-indent: 30px;
	font-size: 1.2em;
	margin: 10px 0 10px 15px;
	color: #3C959B;
}
/************ Formulaire ************/
fieldset {
	border: none;
	margin: 10px;
}
input.text {
	border: 1px solid #C5C5C5;
	margin: 2px;
	color: #8D8E8D;
}
input.text:hover {
	border: 1px solid #9B9B9B;
}
textarea.text {
	margin: 2px;
	color: #8D8E8D;
	border: 1px solid #C5C5C5;
}
textarea.text:hover {
	border: 1px solid #9B9B9B;
}
input.submit {
	border: 1px solid #C5C5C5;
	color: #8D8E8D;
	margin: 2px;
}
input.submit:hover {
	border: 1px solid #9B9B9B;
	color: #787878;
}
legend { 
	font-size: 10px;
	font-style: italic;
}
/************ Footer ************/
#footer {
	margin: 20px 0 0 220px;
	text-align: center;
	font-size: 0.8em;
}
#footer div.validations {
	display: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 2px;
}