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" : */
/* Bleu SERA : #0193DE */
/* Fond jaune : #FBF59E */
/* Fond gris foncé : #888D92 */
/* Fond gris clair : #EDEEEF */
/* Police verte : #60A742 */
/* Police bleue : #3C2E79 */

#conteneur {
	width: 800px;
	text-align: center;
	margin: 0px auto;
	padding: 0;
}

#header {
	height: 60px;
	text-align: left;
	padding: 10px;
}

#header h1 {
	font-size: 14px;
	text-align: right;
	color: #0193DE;
}

#header ul {
	text-align: right;
	background-color: #EDEEEF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#header li {
	display: inline;
	font-size: 11px;
	line-height: 25px;
}

#header a {
	text-decoration: none;
	color: #666;
}

#header a:hover {
	text-decoration: underline;
}

#gauche {
	width: 120px;
	float: left;
	text-align: left;
	padding: 0px;
}

#gauche ul {
	margin-left: 15px;	
	padding: 0px;
}

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

#centre {
	text-align: left;
	margin-left: 140px;
	padding: 10px;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 10px;
	text-align: center;
}

h1 {
	font-size: 16px;
	text-align: center;
	padding: 0px;
	color: #333;
}

h2 {
	font-size: 14px;
	text-align: left;
	text-indent: 1em;
	margin: 1em 0em;
	color: #3C2E79;
}

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 {
}

a {
	color: #933;
}

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

img {
}

ul {
}

li {
}

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

th {
	text-align: center;
  	padding: 0px;
	line-height: 20px;
	background-color: #FBF59E;
	border-bottom: 1px solid #EEE;
}

td {
	text-align: left;
  	padding: 0px;
	border-bottom: 1px solid #EEE;
}

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 {
}

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

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