body {
margin: 0px 0px 0px 0px;
padding:  0px 0px 0px 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
color: #333333;
line-height: 1.5em;
}
a {
color: #333333;
}
form,
fieldset {
margin: 0;
padding: 0;
border: none;
}
img {
border: none;
}
legend,
caption,
#menu,
#right,
#footer,
#raccourcis {
display:none;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- HEADER ---*/
#header {
width: 100%;
float: left;
padding-bottom: 10px;
border-bottom: 1px solid #333333;
}
#header h1 {
font-size: large;
text-align: center;
line-height: 1.3em;
}
#header h2 {
width: 300px;
float: left;
font-weight: normal;
font-size: large;
color: #971b46;
margin: 0px 0px 0px 0px;
line-height: 1.3em;
}
#header h2 {
width: 100%;
float: none;
text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- FIL D'ARIANE ---*/
#filariane {
padding: 2px 15px 0px 15px;
font-size: x-small;
text-transform: uppercase;
border-bottom: 1px solid #333333;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- INTER ---*/
#inter h3 {
margin: 0px 0px 0px 0px;
padding:  8px 0px 8px 0px;
color: #63a03c;
text-transform: uppercase;
font-size: large;
}
#inter h4 {
margin: 0px 0px 0px 0px;
padding:  8px 0px 8px 0px;
color: #41091c;
text-transform: uppercase;
font-size: medium;
font-weight: normal;
}
#inter h5 {
margin: 0px 0px 0px 0px;
padding:  8px 0px 8px 0px;
color: #971b46;
font-size: medium;
font-weight: normal;
}
#inter p {
margin: 0px 0px 0px 0px;
padding:  5px 0px 5px 0px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- TEXTE ---*/
div.coul01, .bordeaux, .coul01 {
color: #971b46;
}
div.coul02, .vert, .coul02 {
color: #94a14c;
}
div.coul03, .gris, .coul03 {
color: #797979;
}
div.coul04, .orange, .coul04 {
color: #FF6600;
}
div.coul05, .bleu, .coul05 {
color: #3366CC;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*-- BORDURE D'IMAGES --*/
img.bord01 .bordureBordeaux {
border: 1px solid #971b46;
}
img.bord02, .bordureVerte {
border: 1px solid #94a14c;
}
img.bord03, .bordureGrise {
border: 1px solid #797979;
}
img.bord04, .bordureOrange {
border: 1px solid #FF6600;
}
img.bord05, .bordureBleue {
border: 1px solid #3366CC;;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*-- TABLEAUX --*/
table {
border-collapse: collapse;
}
th,
td {
border: 1px solid #971b46;
padding: 3px;
vertical-align: top;
}
th {
background-color: #971b46;
color: #FFFFFF;
text-align: left;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- PLAN DU SITE ---*/
#plandusite {
padding-left: 40px;
}
#plandusite h3 {
padding-left:30px;
}
#plandusite h3 a {
color: #41091c;
text-transform: uppercase;
font-size: medium;
font-weight: normal;
text-decoration: none;
}
#plandusite ul {
font-weight: bold;
margin: 0px 0px 0px 30px;
}
#plandusite ul li ul {
border-bottom: none;
font-weight: normal;
}
#plandusite ul li a {
text-decoration: none;
}
#plandusite ul li a:hover {
text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- DIVERS ---*/
.invisible {
position: absolute;
top: -5000px;
left: -5000px
}