body {
background-image: url(images/vert2.jpg);
background-repeat: repeat;
font-family: Verdana, "Trebuchet MS", Georgia, Arial, "Times New Roman", serif;
font-size: 80%;
color: #000;
text-align: justify;
width: auto;
margin: auto;
margin: 0;
padding: 0;
scrollbar-face-color: #569e8a;
scrollbar-highlight-color: #569e8a;
scrollbar-shadow-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #000;
scrollbar-track-color: #569e8a;
scrollbar-darkshadow-color: #000;
}

img, img a {
border-width: 1px 3px 3px 1px;
border-color: #cecece #4a4a4a #4a4a4a #cecece;
border-style: solid;
}
.logodeco {
border: none;
}

a:link, a:visited {
color: #8befb9;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}

/*ELEMENTS POUR CORPS*/
#conteneur {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}


/*ELEMENTS POUR EN-TETE*/
#titre {
position: absolute;
right: 20%;
top: 25%;
height: 300px;
width: 400px;
border: none;
background: url(images/titre.gif) no-repeat;
}

/* ELEMENTS POUR MENU*/
#menu {
position: absolute;
top: 25%;
left: 20%;
border: none;
text-align: left;
}
#menu ul {
line-height: 27px;
font-weight: bold;
}
#menu ul, li {
list-style-type: none;
}
#menu  li a:link, #menu li a:visited {
color: #8befb9;
text-decoration: none;
}
#menu  li a:hover {
color: #fff;
text-decoration: none;
}


/* ELEMENTS POUR MINIATURE*/
a.miniature {
position: relative;
text-decoration: none;
}
a.miniature span {
display: none;
}
a.miniature:hover {
background: none;
z-index: 500;
}
a.miniature:hover span {
display: inline;
position: absolute;
z-index: 500;
top: -8em;
left: 9em;
}

/*ELEMENTS POUR PAGE LISTE*/
#titre2 {
height: 100px;
width: auto;
margin: auto;
margin-top: 20px;
padding: 0;
border: none;
}
#titre3 {
height: 200px;
width: auto;
margin: auto;
margin-top: 20px;
padding: 0;
border: none;
}
hr {
margin-top: 10px;
text-align: center;
color: #8befb9;
width: 90%;
}

h5 {
text-align: center;
color: #8befb9;
}

h6 {
text-align: center;
margin-bottom: 5em;
}

.intro {
margin-left: auto;
margin-right: auto;
width: 80%;
text-align: justify;
}
.listeancre {
font-size: 120%;
text-align: center;
}
.listeancre em {
color: #fff;
font-weight: bold;
font-style: normal;
}
table {
border-collapse: collapse;
margin: 0 20px 0 20px;
width: 95%;
font-size: 100%;
font-family: Verdana, Arial, Georgia, "Trebuchet MS", "Times New Roman", serif;
border: 1px solid #71B59F;
}
th {
text-align: center;
width: auto;
vertical-align : middle;
padding: 5px;
border: 1px solid #71B59F;
}
td {
text-align: left;
width: auto;
vertical-align: top;
padding: 5px;
border: 1px solid #71B59F;
}
.ancrehaut {
margin-right: 2.5em;
margin-top: 0;
text-align: right;
font-size: 80%;
font-weight: bold;
}

/*ELEMENTS POUR MOTEUR DE RECHERCHE*/
#mot {
color: black;
}
.bouton {
background-color: #569e8a;
color: #8befb9;
font-weight: bold;
}
.cellule {
text-align: center;
}


/*ELEMENTS POUR PAGE PAP DETAIL*/
h1 {
margin-top: 0.5em;
font-size: 200%;
font-family: "comic sans ms", Verdana, Arial, Georgia, "Trebuchet MS", "Times New Roman", serif;
color: #8befb9;
}
#commentaire {
margin-right: auto;
margin-left: auto;
height: auto;
width: 70%;
padding: 5px;
overflow: auto;
border: 1px solid #71B59F;
text-align: justify;
}
.matrice {
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
width: auto;
}


/* ELEMENTS POUR PAGE DE LIENS*/
.liens {
margin-left: 50px;
margin-right: 20px;
text-align: left;
}


/*PAGE FORMULAIRE*/
fieldset {
margin-bottom: 25px;
padding: 10px 5px 10px 10px;
border: 1px solid #8befb9;
}
legend {
color: #fe8242;
margin-bottom: 10px;
}
label, input, textarea  {
color: #8befb9;
}
option {
color: #000;
}

label {
display: block;
width: 150px;
float: left;
line-height: 1.5em;
}


/* ELEMENTS POUR PIED DE PAGE*/
#pied1 {
height: 2em;
width: 95%;
margin: 0;
margin-top: 2.5em;
padding: 0;
font-size: 100%;
border: none;
text-align: center;
}
#pied1 ul, #pied1 li {
display: inline;
list-style-type: none;
}

#pied2 {
position: absolute;
bottom: 0.5em;
left: 0;
height: 2em;
width: 95%;
margin: 0;
padding: 0;
font-size: 100%;
border: none;
text-align: center;
}
#pied2 ul, #pied2 li {
display: inline;
list-style-type: none;
}