P {
   font-size : 14px;
   font-family : Arial;
   color: #FFCC99; 
   text-align : justify;
}

TD {
   font-size : 14px;
   font-family : Arial;
   color: #FFCC99; 
   text-align : justify;
}

input, select, textarea {
   border-style: ridge;
   border-color: #FFCC99;
   background: #FFE7CE;
}

input#selection {
   border-style: ridge;
   border-width: 1px;
   border-color: #FFCC99;
   background: #620202;
}

input#domaine {
   border-style: ridge;
   border-width: 1px;
   border-color: #FFCC99;
   background: #620202;
}

BODY {
   font-size : 14px;
   font-family : Arial;
   background: black;
   color: black; 
   margin : 0px;
}

BLOCKQUOTE {
   font-size : 12px;
   font-family : Arial;
   background: black;
   color: black; 
   text-align : left;
}

hr {
   border-style: ridge;
   border-color: #FFCC99;
}

th {
   font-size : 14px;
   font-family : Arial;
   color: #FFCC99; 
   text-align : center;
   
   border-style: ridge;
   border-color: #990000;
   background: #620202;
   border-width: 1px;
}

td#selection {
   border-style: ridge;
   border-width: 1px;
   border-color: #990000;
   background: #620202;
   text-align: center;
   padding: 1px;
}

td#avertissement {
   border-style: ridge;
   border-width: 1px;
   border-color: #990000;
   background: #620202;
   text-align: center;
   font-size : 16px;
   color : #FF0000;
   padding: 1px;
   font-style: oblique;
}


td#selection1, td#domaine, td#data {
   border-style: ridge;
   border-width: 1px;
   border-color: #990000;
   background: #620202;
   text-align: left;
   padding: 1px;
   margin: 2px;
}

#legende {
   font-size : 14px;
   border-style: ridge;
   border-color: #FFCC99;
   padding: 5px;
}


#corps {

/* dotted | dashed | solid | double | groove | ridge | inset | outset */

   border-style: outset;
   border-top-width: thick;
   background: #750303;
   border-color: #750303;
   color: #FFCC99; 
   margin: 20px;
   padding: 20px;
}

#copy {
   font-size : 10px;
   font-family : Arial;
   border-style: outset;
   border-top-width: thick;
   background: #750303;
   border-color: #750303;
   color: #FFCC99; 
   margin: 2px;
   padding: 2px;
   text-align : center;
}


A:hover {
   font-weight : normal;
   font-size : 14px;
   font-family : Arial;
   color: #620202; /* #FE8D0B; */
   background-color:#ffcc99; 
   text-decoration : none;
}

A:visited {
   font-weight : normal;
   font-size : 14px;
   font-family : Arial;
   color: #FE8D0B;
/*   background-color:#ffcc99; */
   text-decoration : none;
}

A:link {
   font-weight : normal;
   font-size : 14px;
   font-family : Arial;
   color: #FE8D0B; 
/*   background-color:#ffcc99; */
   text-decoration : none;
}

A:active {
   font-weight : normal;
   font-size : 14px;
   font-family : Arial;
   color: #620202; /* #FE8D0B; */
   background-color:#ffcc99;
   text-decoration : none;
}

A.bouton {
   border-style: ridge;
   border-color: #FFCC99;
   background: #FFE7CE;
   
   font-weight : normal;
   font-size : 14px;
   font-family : Arial;
   color: #000000;
   background-color:#ffcc99; 
   text-decoration : none;
}