body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #FFF;
}

/* Couleurs provenant des fiches "le 3ème étage" : */
/*  ancien Rouge SERA : #DC0000 */
/* Bleu SERA : #0193DE */
/* Fond jaune : #FBF59E */
/* Fond gris foncé : #888D92 */
/* Fond gris clair : #EDEEEF */
/* Police verte : #60A742 */
/* Police bleue : #3C2E79 */

#conteneur {
	float: center;
	width: 800px;
	text-align: center;
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/skin/fond_sera.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#header {
	height: 130px;
	background-color: none;
}

#gauche {
	width: 140px;
	float: left;
	text-align: left;
	padding: 10px;
	background-image: url(../images/skin/opacity.gif);
}

#gauche ul {
	margin: 0px;
	padding: 0px;
	color: #60A742;
}

#gauche li {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 5px;
}

#gauche a {
	color: #60A742;
	text-decoration: none;
}

#gauche a:hover {
    background-color: #DDD;
	text-decoration: underline;
}

#gauche ul.sousmenu {
	list-style-type: disc;
	margin-bottom: 6px;
	color: #888D92;
}

#gauche ul.sousmenu li {
	margin-left: 12px;
	line-height: 15px;
	color: #888D92;
}

#gauche ul.sousmenu a {
	color: #888D92;
}

#sousmenu ul {
	text-align: right;
	margin: 0px 0px 20px 0px;
}

#sousmenu li {
	display: inline;
	font-size: 11px;
	color: #3C2E79;
}

#sousmenu li:after {
	content: " |";
}

#sousmenu a {
	color: #3C2E79;
}

#centre {
	text-align: left;
	margin-left: 160px;
	padding: 10px;
	background-color: none;
}

#footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0193DE;
}

#footer p {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding: 5px;
}

#footer a {
	color: #FFF;
}

#liste {
	width: 120px;
	float: left;
	text-align: left;
}

#liste li {
	margin-left: -3em;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-indent: 5em;
	font-variant: small-caps;
	color: #000;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	border-bottom: 2px solid #0193DE;
}

h2 {
	font-size: 14px;
	text-align: left;
	text-indent: 1em;
	color: #38648C;
}

h3 {
	font-size: 12px;
	text-align: center;
	color: #083484;
}

h4 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

h5 {
	font-size: 10px;
	color: #A00;
}

h6 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #999;
}

p {
	text-align: justify;
}

a {
	color: #0193DE;
}

a:hover {
    background-color: #DDD;
}

img {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	border: 1px solid #DDD;
	margin: 6px auto;
}

ul {
}

li {
	text-align: justify;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 1px;
	table-layout: fixed;
	margin: 6px auto;
}

th {
	font-size: 12px;
	text-align: center;
	background-color: #FEE;
	border-bottom: 1px solid #EEE;
}

td {
	font-size: 12px;
	text-align: left;
  	padding: 2 4px;
	border-bottom: 1px solid #EEE;
}

hr {
	border: 1px solid #60A742;
	width: 60%;
}

fieldset {
	text-align: center;
	border: 1px solid #EEE;
	margin: auto;
}

form.suppress fieldset {
	width: 240px;
    color: red;
	border: 1px solid red;
	margin: 12px auto;
}

.bouton {
	padding: 0px;
	margin: 0px;
}

img.bouton {
	border: none;
}

div.logos {
	text-align: center;
}

div.logos img {
	margin: 4px;
}

table.form {
    background-color: #FFF;
	border: 1px solid #DDD;
}

table.form td {
	font-size: 12px;
	color: #666;
  	padding: 5px;
	border: none;
}

table.login td {
  	padding: 5px;
	border: none;
}

table.formulaire td {
  	padding: 6px;
	border: none;
}

.download {
  	padding: 5px;
	border: 1px solid #DDD;
    margin-bottom: 12px;
}

.download h5 {
    margin: 0px;
	font-size: 12px;
	line-height: 24px;
    margin-bottom: 6px;
	background-color: #F6F6F9;
}

.download h6 {
	text-align: left;
    margin: 0px;
}