
body {
	background-color : #f8f0e3;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:9pt;
	padding : 5px;
}

a {
	font-weight : bold;
	color : #ff6600;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

img {
	border : none;
}

.p_erreur, .p_valide {
	width : 700px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : center;
	font-weight : bold;
	font-family : "Courier New,Verdana,Geneva,Arial,Helvetica,sans-serif";
}

.p_erreur {
	color : #ff0000;
}

.p_valide {
	color : #009966;
}

.header {
	width : 95%;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #ffb03a;
	background-color : #f4f4de;
}

.header_banniere {
	width : auto;
	margin-top : 5px;
	margin-left : 5px;
	text-align : center;
}

html > body .header_banniere {
	width : auto;
}

.header_menu_speed {
	width : auto;
	border-top : 1px solid #ffb03a;
	text-align : left;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

html > body .header_menu_speed {
	width : auto;
}

#menu_speed {
	width : auto;
	height : auto;
	font-weight : bold;
	text-align : left;
}

#menu_speed ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu_speed li {
	display : inline;
}

#menu_speed li a {
	margin-left : 5px;
	margin-right : 5px;
	color : #ff6600;
	text-decoration : none;
}

#menu_speed li a:hover {
	background-color : #ecedc3;
}

.header_visiteur {
	width : auto;
	margin-left : auto;
	margin-right : auto;
	border-top : 1px solid #ffb03a;
	border-bottom : 1px solid #ffb03a;
	background-color : #f4f4de;
	text-align : left;
	font-weight : bold;
	padding-left : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
}

html > body .header_visiteur {
	width : auto;
}

.header_ariane {
	width : auto;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	font-weight : bold;
	padding-left : 30px;
	padding-top : 2px;
	padding-bottom : 2px;
	border-top : 1px solid #ffb03a;
}

html > body .header_ariane {
	width : auto;
}

.corps {
	width : 93%;
	margin-top : 20px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 1%;
	padding-left : 1%;
	padding-right : 1%;
	padding-bottom : 1%;
	border : 1px solid #ffb03a;
	background-color : #ecedc3;
}

.corps_contenu {
	width : 85%;
	margin-left : auto;
	margin-right : auto;
}

.footer {
	width : 95%;
	margin-top : 20px;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #ffb03a;
	background-color : #f4f4de;
	text-align : center;
	font-weight : bold;
}

.fieldset_identification {
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	width : 300px;
}

.fieldset_inscription {
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	width : 400px;
}

.tablo_categ {
	margin-left : auto;
	margin-right : auto;
	width : auto;
}

.tablo_categ_td_titre {
	background-color : #f4f4de;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.tablo_categ_td_contenu {
	width : auto;
	padding-left : 3px;
	padding-right : 3px;
	text-align : center;
}

.titre_categ {
	font-size : 10pt;
	font-weight : bold;
	margin-top : 2px;
	margin-bottom : 2px;
	text-align : left;
}

.titre_categ a:hover {
	text-decoration : underline;
}