body {
margin : 0;
padding : 0;
font : 75% verdana, arial, sans-serif;
color : #666;
background-color:#3399CC;
}
/*BORDURES*/
#bord_haut {
margin-left : auto;
margin-right : auto;
margin-top : 10px;
background-image:url("./img/fd_haut.gif");
background-repeat:no-repeat;
width:832px;
height:14px;
}
#bord_centre {
margin-left : auto;
margin-right : auto;
background-image:url("./img/fd_centre.gif");
background-repeat:repeat-y;
width:832px;
}
#bord_bas {
margin-left : auto;
margin-right : auto;
margin-bottom : 10px;
background-image:url("./img/fd_bas.gif");
background-repeat:no-repeat;
width:832px;
height:14px;
}
/*GENERAL*/
p {
margin : 15px;
}
form {
margin : 15px;
}
h1 {
font : normal 130% verdana, arial, tahoma, sans-serif;
color : #006600;
background : inherit;
}
a { 
color: #61945A;
background-color: #ffffff;
text-decoration: none; 
}
a:hover	{ 
color: #61945A; 
background-color: #ffffff;
text-decoration: none; 
font-weight:bold; 
}
acronym {
border-bottom : 1px dashed #61945A;
}
input { 
color:#61945A;
background-color:#ffffff; 
border:#A5BDA5 1px solid; 
}
input:hover { 
color:#61945A;
background-color:#ffffff; 
border:#61945A 1px dashed; 
}
input:focus { 
color:#61945A;
background-color:#ffffff; 
border:#61945A 1px solid; 
}
hr { 
border:#A5BDA5 1px dashed;
width:400px;
}
img {
border:none;
}
/*DIV*/
#message_ie {
text-align:center;
font-size:65%;
}
#page {
width : 800px;
margin-left : auto;
margin-right : auto;
padding : 0px;
color: #666;
background-color : #ffffff;
}
#header_g {
float : left;
width : 620px;
height : 150px;
padding : 0;
margin : 0 0 0 0;
}
#header_d {
float : right;
width : 180px;
margin : 0 0 0 0;
padding : 0;
text-align:center;
}
#rubriques {
margin : 0 0 0 0;
padding : 0;
}
#contenu {
padding : 5px;
text-align:center;
}
#footer {
text-align:center;
font-size:10px;
padding : 5px;
margin-top : 15px;
}
#footer a:hover {
border-bottom : 1px dashed #61945A;
color: inherit;
background : inherit;
}
#footer p {
margin:0;
padding:2px;
}
#pub {
margin-left : auto;
margin-right : auto;
text-align:center;
width : 400px;
font-size:10px;
padding : 5px;
margin-top : 15px;
color: #666;
background-color: #ffffff;
}
#pub a { 
color: #61945A;
background-color: inherit;
text-decoration: none; 
}
#pub a:hover {
border-bottom : 1px dashed #61945A;
color: inherit;
background : inherit;
}
#pub p {
margin:3px;
padding:2px;
}

/*CLASS*/
.clear {
clear : both;
}

.center {
text-align:center;
}

/*ANCIEN*/
textarea { 
background-color:#ffffff; 
color:#61945A;
border:#A5BDA5 1px solid; 
font-size:11px; 
}
.menu		{ background-image:url(./img/menu.gif); border-bottom-color:#000000; } 
.titre	{ font-family:Verdana,arial,sans-serif; font-size:16px; }
.erreur	{ font-family:Verdana,arial,sans-serif; color:#FF0000; background-color:#FFFFFF; }
.tiny		{ font-family:Verdana,arial,sans-serif; font-size:9px; }
.tablo	{ border:#A5BDA5 1px dashed; }
a.noir	{ color: #000000; background-color:#ffffff; text-decoration: underline; }