html {
	margin: 0px;
	background:url(../img/html.jpg) bottom center fixed no-repeat;
	}
body {
	margin: 0px;
	background:url(../img/bg.jpg) top center fixed no-repeat;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
#header {
height: 164px;
background:url(../img/haut.jpg) top center no-repeat;
}
#conteneur {
position: relative;
width: 780px;
margin: 0 auto;
background:url(../img/cont.jpg) no-repeat 0px 164px;
}
#centre {
margin-left: 210px;
width:565px;
min-height:406px !important;
height:auto !important;
height:406px;
}
#gauche {
position: absolute;
left:0;
width: 210px;
}
#pied {
margin-left: 210px;
width:570px;
color:#FF0076;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
text-indent:25px;
text-align:left;
color:#0000FF;
font:bold 14px/25px verdana;
}
.menugauche li {
}
.menugauche li a{
margin-bottom: 5px;
padding-bottom:5px;
text-decoration:none;
border-bottom:1px solid #fff;
color:#000;
}
.menugauche li a:hover{
margin-bottom: 5px;
padding-bottom:5px;
text-decoration:none;
border-bottom:1px solid #333;
color:#000;
}

.rap{
font-family:Courier New, Courier, mono;
font-style:italic;
font-size:24px;
font-weight:bolder;
color:#FF6600;
text-indent:260px;
}
.up{
background-color:#FFCC00;
color:red;
width:80%;
font-size:14px;
font-weight:bolder;
}
.mar{
margin-left:20px;
color:#FFFFFF;
font-weight:bold;
}
.mar a:link{
color:#FFFFFF;
text-decoration:none;
}
.mar a:hover{
color:#FFFFFF;
text-decoration:none;
}
.mar a:visited{
color:#FFFFFF;
text-decoration:none;
}
.mar a:active{
color:#FFFFFF;
text-decoration:none;
}
.slog{
color:#FF009D;
font-size:14px;
font-weight:bold;
}
.h1{
color:#000000;
width:auto;
height:100%;
line-height:18px;
font-size:12px;
border: 1px solid #000000;
}
.h2{
color:#333333;
width:auto;
height:100%;
line-height:18px;
font-size:11px;
border: 1px dashed #FF009D;
text-indent:3px;
}
#pied a:link{
color:#FF0076;
font-size:10px;
text-decoration:none;
}
#pied a:hover{
font-size:10px;
color:#FF0076;
text-decoration:none;
}
#pied a:visited{
color:#FF0076;
font-size:10px;
text-decoration:none;
}
.ml{
font-size:10px;
}
.ref{
position:absolute;
top:-2000px;
left:-200px;
font-size:9px;
}
table {
border: thin solid #FF0076;
border-collapse: collapse;
width: 100%;
}
th {
font-family: monospace;
border: thin solid #FF0076;
width: 25%;
padding: 3px;
background-color: #D0E3FA;
font-weight:bold;
}
td {
font-family: sans-serif;
border: thin solid #FF0076;
width: 25%;
padding: 3px;
text-align: center;
background-color: #ffffff;
}
caption {
font-family: sans-serif;
}
.right {
text-align:right;
}
.left {
text-align:left;
}
.midle {
text-align:center;
}