a:link, a:visited {
 text-decoration : none;
 /*font-style : italic;
 color : #8D5A34;*/
 color: #0000FF;
}
a:active, a:hover {
 text-decoration : underline;
 font-style : normal;
 /*color : #8D5A34;*/
 color: #FF0000;
}
body {
 font-family: Arial;
 color : #000000;
 font-size : 16px;
 background-color : #E62E00;
 margin : 0; 
}
fieldset {
 padding: 7;
 font-family : Times New Roman;
 font-weight : bold;
}
marquee {
 color: red;
 padding: 5;
 border: 1px solid red;
 font-size: 40px;
}


.child a:link, .child a:visited, .child a:active, .child a:hover {
 text-decoration : none;
 font-size: 11pt;
/* margin-left: 8pt;*/
 cursor: pointer;
 color : #FF0000;
 font-weight: normal;
 font-weight : bold;
}
.retour {
 color : #999999;
 font-weight : bold;
 font-size : 14px;
}
.scroll {
 overflow: auto;
 height: 300px;
}
.select {
 background-color : #e4e4e4;
 color : #541202;
}
.soustitre {
 color : #3333FF;
 font-weight : bold;
 font-size : 18px;
 text-align : left;
}
.submit {
 background-color : #ffbe7d;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
}
.table {
 padding : 5px;
 border-color : #e08020;
 border-width : 1px;
 color : #541202;
 background-color : #e4e4e4;
 font-size : 14px;
 border : 1px dashed #000000;
}
.text {
 background-color : #ffbe7d;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-style : italic;
 text-align : right;
}
.textarea {
 background-color : #ffbe7d;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-style : italic;
}
.titre {
 color : #ff6600;
 font-weight : bold;
 font-size : 20px;
 text-align : center;
}