/*CSS web-13 2006*/
/*COLORS
	fond body = 	DEDECA
	fond page =		F2F2EA
	txt vert = 		666633
	txt marron = 	663300
*/
html {
	font-size: 100%;
}
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #DEDECA;
}
* {
	margin: 0; 
	padding: 0;
}
body, td, th, h1, h2 {
	color: #666633;
}
h3, h4, h5, h6 {
	color: #996633;
}
h5 {
	margin-top: 5px;
}
a {
  color: #336600;
}
img {
	border: 0px;
}
table {
	margin-right: auto;
	margin-left: auto;
}
#formulaire th {
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
td {
	text-align: left;
}
.champs {
	color: #666633;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	background-color: #F2F2EA;
	font-size: 12px;
}
.tableau {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666633;
}
.tableau th {
	font-weight: normal;
	background-color: #666633;
	color: #F2F2EA;
	padding: 2px;
}
.tableau td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666633;
	border-left-color: #666633;
	padding: 2px;
	background-color: #F2F2EA;
}
.erreur {
	color: #F2F2EA;
	background-color: #CC3366;
	padding: 5px;
	font-weight: bold;
	width: 75%;
}
.smalltext {
	font-size: 85%;
}
#page {
	background-image: url(images/fd_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F2F2EA;
	background-image: url(images/fd_container.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 460px;
}
#header {
	display: none;
}
#top {
	width: 780px;
	height: 75px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu_hor {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-align: center;
	width: 780px;
	padding-bottom: 5px;
	background-color: #F2F2EA;
	background-image: url(images/fd_menu_hor.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	font-size: 110%;
}
#menu_hor a {
	color: #666633;
	text-decoration: none;
}
#menu_hor a:hover {
	color: #666633;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}
#left {
	width: 160px;
	float: left;
	text-align: left;
}
#menu_vertical {
	height: 23em;
}
#left h5 {
	padding-left: 15px;
	background-image: url(images/fd_h5.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #666633;
}
#menu_vertical ul {
	list-style-type: none;
}
/*#menu_vertical li {
	width: 160px;
}*/
#menu_vertical a {
	font-size: 0.8em;
	font-weight: bold;
	color: #996633;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	line-height: 2em;
}
#menu_vertical .selected a {
	color: #DEDECA;
	background-color: #CC9966;
	padding-left: 15px;
}
#menu_vertical a:hover {
	color: #DEDECA;
	background-color: #996633;
	padding-left: 15px;
}
#left .info {
	font-size: 100%;
	color: #666633;
	text-align: center;
	font-weight: bold;
}
#right {
	margin-left: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996633;
	padding-left: 10px;
}
#right .fil {
	color: #996633;
	text-align: left;
	font-size: 85%;
	padding-bottom: 10px;
}
#right .fil a {
	color: #996633;
	text-decoration: underline;
}
#right .fil a:hover {
	color: #DEDECA;
	background-color: #996633;
	text-decoration:none;
}
.paragraphe  {
	text-align: left;
	height: 420px;
	overflow: auto;
	padding-right: 5px;
}
.paragraphe h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	padding: 7px 5px 0px 10px;
	text-align: left;
	background-image: url(images/fd_paragraphe_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
}
.paragraphe h3 {
	font-size: 100%;
	background-image: url(images/fd_paragraphe_middle.png);
	background-repeat: repeat-y;
	padding-left: 5px;
}
.paragraphe img {
	margin-left: 10px;
}
.paragraphe .milieu {
	padding-left: 5px;
	text-align: justify;
	background-image: url(images/fd_paragraphe_middle.png);
	background-repeat: repeat-y;
}
.paragraphe ul {
	margin-left: 8px;
	padding-left: 8px;
}
.paragraphe h6 {
	text-align: justify;
	background-image: url(images/fd_paragraphe_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 10px;
}
.go {
	text-align: right;
	padding-top: 2px;
	padding-right: 50px;
	padding-bottom: 2px;
}
.result {
	color: #F2F2EA;
	background-color: #00666F;
	padding: 5px;
	font-weight: bold;
	width: 75%;
}
#container .admin {
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	height: 425px;
}
#container .admin h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	/*margin-left: 30px;*/
	color: #663300;
}
#container .admin p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer {
	clear: both;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}
pre {
	font-size: 11px;
	background-image: url(images/fd_paragraphe_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.sites img {
	text-align: right;
	margin-left: 10px;
}
.sites .milieu {
	min-height: 70px;
}
