* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #eeeedd;
	padding: 0 15px;
	background-image: url(../images/fond_stylo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a {
	color: #000;
}
#conteneur {
	height: 100%;
	width: 100%;
}
#menu {
	float: left;
	width: 166px;
	margin-right: 15px;
}
#menu a {
	color: #666633;
}
#menu a:hover {
	color: #FFFF66;
}
#menu #menu_haut {
	background-image: url(../images/menu_tete.gif);
	background-repeat: no-repeat;
	height: 126px;
	top: 0px;
	width: 166px;
}
#menu #menu_bas {
	background-image: url(../images/menu_bas.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	height: 66px;
	width: 166px;
	left: 21px;
}
#menu .bouton, #menu .bouton_actif {
	background-image: url(../images/menu_0.gif);
	background-repeat: no-repeat;
	height: 32px;
	list-style-type: none;
	text-align: center;
	width: 166px;
	font-size: 16px;
	padding-top: 13px;
	font-weight: bold;
	color: #666633;
	cursor: pointer;
}
#menu .bouton:hover {
	background-image: url(../images/menu_1.gif);
	color: #FFFF66;
	padding-top: 13px;
	height: 33px;
}
#menu .bouton_actif {
	background-image: url(../images/menu_2.gif);
	color: #666633;
}
#menu #menu_entre {
	background-image: url(../images/menu_fond.gif);
	background-repeat: repeat-y;
	height: 178px;
	margin: 0px;
}
#interieur {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 200px;
}
#pied {
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	background-color: #669933;
	padding-top: 3px;
	padding-left: 3px;
	color: #ffff66;
}
#pied a {
	text-decoration: none;
	color: #ffff66;
}
#pied em {
	color: #ffff66;
}
#photos {
	width: 300px;
	float: right;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #eeeedd;
}
/*#interieur li {
	margin-top: 2px;
}
*/
.exergue_gauche, .exergue_centre {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1em;
	color: #339933;
	text-align: left;
	margin: 15px 0;
}
.exergue_centre {
	text-align: center;
}
.definition {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
#interieur .liste_fleche {
	list-style-type: none;
	list-style-image: url(../images/puce.gif);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 5px;
}

#interieur h1 {
	font-size: 2em;
	color: #336633;
	margin-top: 20px;
	margin-bottom: 15px;
}
#interieur h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #336633;
	margin-top: 20px;
	margin-bottom: 5px;
}
#interieur #cadre {
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666633;
}
#interieur .images {
	background-color: #FFFFFF;
	border: 1px solid #000;
	margin: 5px;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.1em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.liste_accueil {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 10px;
	list-style-type: disc;
	margin-bottom: 20px;
}
.liste_accueil li {
	margin-top: 3px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 25px;
	margin-bottom: 6px;
}
.romain {
	list-style-type: upper-roman;
	margin-top: 25px;
}
#code_deontologique {
	font-family: "Times New Roman", Times, serif;
/*	font-size: 0.9em;
	line-height: 1.2em;
	padding: 15px;*/
	border: 1px solid #000000;
/*	margin: 15px 0;*/
	background-color:#FFFFFF;
}
/*#code_deontologique li {
	text-align:justify;
	margin-left: 15px;
	margin-top: 4px;
*/	list-style: decimal;
}
.gras_souligne {
	font-weight: 900;
	text-decoration: underline;
}
