body {
margin: 0;
padding: 0;
background: black;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #AE0808;
scrollbar-3dlight-color: #AE0808; 
scrollbar-darkshadow-color: #AE0808; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #AE0808;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#conteneur-menu {
position:absolute;
left: 50%; 
top: 130px;
width: 750px;
height: 30px;
margin-left: -375px;
border: 0px none;
}

#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
font: 10pt arial;
}

#menu dl {
float: left;
width: 106px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #000;
border: 0px none;
margin: 1px; font-style:normal; font-variant:normal; font-size:12pt; font-family:arial
}

#menu dd {
display: none;
border: 1px solid AE0808;
}

#menu li {
text-align: left;
background: #000;
padding-left: 2px;
}

#menu li a, #menu dt a {
color: #AE0808;
text-decoration: none;
display: block;
height: 100%;
border: 0px none;
}

#menu li a:hover, #menu dt a:hover {
background: #ccc;
color: #AE0808;
}


A.type3:link {font: 12pt arial; font-weight: bold; color:#AE0808; text-decoration:none;}
A.type3:visited {font: 12pt arial; font-weight: bold; color:#AE0808; text-decoration:none;}
A.type3:active {font: 12pt arial; font-weight: bold; color:#AE0808; text-decoration:none;}
A.type3:hover {font: 12pt arial; font-weight: bold; color:#FF0000; text-decoration:overline underline;}

.scroll_padding {
	WIDTH: "100%"; HEIGHT: 320px; PADDING-LEFT: 200px; PADDING-TOP: 0px; OVERFLOW: auto; COLOR: #000000; FONT-SIZE: 10px; FONT-FAMILY: verdana, helvetica, arial; SCROLLBAR-FACE-COLOR: #00FFFF; SCROLLBAR-HIGHLIGHT-COLOR: #00FFFF; SCROLLBAR-SHADOW-COLOR: #AE0808; SCROLLBAR-3DLIGHT-COLOR: #AE0808; SCROLLBAR-ARROW-COLOR: #AE0808;  SCROLLBAR-DARKSHADOW-COLOR: #AE0808; SCROLLBAR-BASE-COLOR: #000000; 
}
.scroll_table {
	WIDTH: "100%"; HEIGHT: 320px; OVERFLOW: auto; COLOR: #000000; FONT-SIZE: 10px; FONT-FAMILY: verdana, helvetica, arial; SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #AE0808; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #AE0808; SCROLLBAR-ARROW-COLOR: #AE0808;  SCROLLBAR-DARKSHADOW-COLOR: #AE0808; SCROLLBAR-BASE-COLOR: #00FFFF; 
}
.pixel {font: 3pt arial;}
.txt1 {font: 12pt arial; color:#ccc; font-weight: bold;}
.txt2 {font: 10pt arial; color:#ccc; font-weight: bold;}
.txt3 {font: 12pt arial; color:#AE0808; font-weight: bold;}

.bt {font: 10pt arial; color:#AE0808; background-color:#000000; border-color:#AE0808; border-width:2px;}

/* annonces */

#forms { padding: 3em 240px 15px 0; }

#forms form, #forms p    { display: inline; margin-left: 5px; }
#forms p 			     { font-size: 0.9em; }
#forms label             { font-weight: bold; }
#forms label, #forms p span { background-color: inherit; color: white; }
#forms p span            { cursor: pointer; }
#forms p span:hover, 
#forms p span:active     { text-decoration: underline; }
#forms p span.hidden     { display: inline; }
#forms p span.visible    { display: none; }

form#search a         { text-decoration: none; font-size: 1em; }
form#search a:link, 
form#search a:visited { background-color: transparent; color: #fff; }
form#search a:hover   { background-color: #eee; color: #000; border-bottom: 1px solid #000; }
form#search a:active  { background-color: black; color: white; }

form#search { 
 background-color: #AE0808; 
 color: #fff; 
 text-align: center; 
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

form div {
  clear: both;
  margin-bottom: 2px;
}
label {
display: block;
float: left;
width: 150px;
text-align:left;
padding-left: 20px;
}
/* Page centrale */

#page {
	z-index: 1;
	margin: 10px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;	
}

#page a         { text-decoration: none; font-size: 1em; }
#page a:link, 
#page a:visited { background-color: transparent; color: #AE0808; }
#page a:hover   { background-color: #eee; color: #000; border-bottom: 1px solid #AE0808; }
#page a:active  { background-color: black; color: white; }


/* Styles génériques */

.bloc {
	background-color: #ddd;
	margin: 0 0 20px;
	border: 1px solid #AE0808;
	padding: 10px 10px 0;
	color: black;
}

.bloc h2 {
	border-left:0px dashed #666; border-right:0px dashed #666; border-top:0px dashed #666; border-bottom:1px dashed #666; background-color: inherit;
	margin: 0;
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #AE0808;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

.bloc p, .bloc address {
	background-color: inherit;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 1em;
	line-height: 1.6em;
	color: black;
}

.bloc div.bloccentre, 
.bloc ul, .bloc ol   { margin: 25px; }
.bloc ul             { padding: 0 20px; list-style-type: disc; }
.bloc li             { margin: 6px 0; }


.bloc ul.header {
	border-left:1px dashed #666; border-right:1px dashed #666; border-top:0px dashed #666; border-bottom:1px dashed #666; float: right;
	width: 16em;
	background-color: #c0c0c0;
	font-weight: bold;
	font-size: 0.85em;
	color: black; margin-left:10px; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:24px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

.bloc ul.header li { margin: 2px 0; }

.bloc form fieldset {
	background-color: inherit;
	margin: 20px 10px;
	border: 1px dashed #666;
	padding: 10px;
	color: black;
}

.bloc form legend {
	background-color: #AE0808;
	border: 1px solid #666;
	padding: 1px 8px;
	font-weight: bold;
	color: white;
}


.bloc form fieldset          { display: table; }
.bloc form fieldset > p      { display: table-row; }
.bloc form fieldset > p span { display: table-cell; padding: 5px; vertical-align: top; }
.bloc form .submit          { margin: 0 0 15px; text-align: center; }
.bloc form fieldset > p span:first-child { width: auto; }

.bloc form input, .bloc form textarea, .bloc form select { font-size: 0.8em; }

.bloc form input[type="text"], .bloc form textarea {
	background-color: #FEFCFA;
	border: 1px inset black;
	text-indent: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.bloc form textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

.bloc form input[type="text"]:focus, .bloc form textarea:focus {
	background-color: white;
	border-style: solid;
	color: black;
}
