body {
   margin: 0;
   padding: 0;
   background-color: #8c8c8c;
   color: #fc0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-attachment: fixed;
   background-image: url(images/interface/fond-degrade.jpg);
   background-repeat: repeat-x;
   background-position: left bottom;
}
a {
   color: #fc0;
   text-decoration: none;
}
a:hover {text-decoration: underline;}
h1 {
   width: 700px;
   height: 383px;
   background: transparent url(images/interface/homepage-cadillac.jpg) no-repeat center top;
   margin: 0;
   border: 3px ridge #fc0;
}
h1 span { display: none; }
h2 {
   font-size: 14pt;
   line-height: 18pt;
   font-variant: small-caps;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 24pt;
   font-variant: small-caps;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14pt;
   line-height: 24pt;
   font-variant: small-caps;
}
form {
   margin: 0;
   padding: 0;
}

#header {
	width: 100%;
	height: 40px;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc0;
	position: absolute;
	left: 0;
	top: 0;
}
#content {
   height: 93%;
   width: auto;
   overflow: auto;
}
.bandenoir {
	height: 45px;
	text-align: center;
	font-weight: bold;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc0;
}
.tablo {
   border-color:#fc0;
   border-width:3px;
   border-style:ridge
}
.tdadmin {
   background: #000;
   border: 2px solid #9f6;
}
.imgvig {border: 1px solid #fff;}
.tblvig {
   font: 8pt/8pt  Verdana, Arial, Helvetica, sans-serif;
   background: #000;
   border: 1px solid #fc0;
}
.tblvigRED {
	font: 8pt/8pt  Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	border: 1px dashed #fc0;
}
.tbo {
   width: 90%;
   display: run-in;
   position: absolute;
   right: 30px;
   left: 30px;
}
.condition {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	background-color: #333;
	padding: 5px 15px 5px 10px;
	text-align: justify;
}
.txtpetit { font-size: 10pt; }
.txtp { font-size: 9pt; }
.txtpc
{
	font-size: 9pt;
	text-align: center;
}

