body{
color:#000000;
font-size:2;
font-family:Comic Sans MS;
}
a:link {
    font-family: "Comic Sans MS";
    font-size: 14px;
    font-weight: bold;
    color: #006633;
    text-decoration: none;
}
a:visited {
    font-family: "Comic Sans MS";
    font-size: 14px;
    font-weight: bold;
    color: #006633;
    text-decoration: none;
}
a:hover {
    font-family: "Comic Sans MS";
    font-size: 14px;
    font-weight: bold;
    color: #009900;
    text-decoration: none;
}
img{
border:0;
}
ul.puce {
}                 
ul.puce li {
list-style-type:none;
}   
ul.puce li a{           
height:28px;
text-align:left;
width:auto;
padding-left:40px;
display:block;
background: url(../img/puce_off.gif) left 2px no-repeat;
}
ul.puce li a:hover{
background: url(../img/puce_on.gif) left 2px no-repeat;
}
.spacer{
clear:both;
}
/*  ----------------- FORUM ----------------        */





.forum_text { 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    color: #666666; 

    text-decoration: none }







/*  ----------------- CHAT ------------------       */





.chat_text { 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    color: #666666; 

    text-decoration: none }







/*  ---------------- MAILING ---------------        */





.mailing_text { 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    color: #666666; 

    text-decoration: none }







/*  ----------------- NEWS -----------------        */





.news_titre {  

    font-family: "Comic Sans MS"; 

    font-size: 14px; 

    font-weight: bold; 

    color: #CC0000; 

    text-decoration: none }



.news_date { 

    font-family: "Comic Sans MS"; 

    font-size: 11px; 

    font-weight: bold; 

    color: #FF9900; 

    text-decoration: none }



.news_text { 

    font-family: "Comic Sans MS"; 

    font-size: 12px; 

    color: #000000; 

    text-decoration: none }



.news_chapeau { 

    font-family: "Comic Sans MS"; 

    font-size: 12px; 

    color: #000000; 

    text-decoration: none ; font-weight: bold}

    

.news_lien { 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    color: #666666; 

    text-decoration: none ; font-weight: bold}  







/*  ------------------ SITE  -----------------      */





.news_cadre { font-family: "Comic Sans MS"; font-size: 11px; color: #666666; text-decoration: none ; background-color: #FFFFFF; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.news_bouton { font-family: "Comic Sans MS"; font-size: 11px; color: #666666; text-decoration: none ; background-color: #CCCCCC; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }


/* CONTACT */
div.contact {
    margin: 0;
    padding: 0 0 0 70px;

}

div.contact .titre {
font-family:Comic Sans MS;
    text-align: left;
    vertical-align: middle;
    padding: 12px 0 0 0;
    color: #00582a;
    font-weight: bold;
}
div.contact .designation {
    width: 130px;
    height: 25px;
    text-align: left;
    padding: 0 0 0 20px;
}           
div.contact tr.error td.designation {
  width: 100px;
  padding: 7px 0 6px 10px;
  color: #FFFFFF;
  vertical-align: top;
  background-color: #FFC04B;
}
div.error    {
  background-color: #FFC04B;
    padding: 12px;
}
div.contact .required {
    text-align: right;
    vertical-align: middle;
}          
div.contact .required-on {
  width: 16px;
  font-size: 1px;
  background-image: url(../img/css-field-required.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.contact .field input {
    width: 324px;
    height: 17px;
    padding: 2px 0 0 2px;    
    border: 1px solid #00582a;
    background-image: url(../img/css-field-text.gif);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #434343;
}
div.contact .field textarea {
    width: 324px;
    height: 100px;
    padding: 0 0 0 2px;
    border: 1px solid #00582a;
    background-image: url(../img/css-field-text.gif);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #434343;
}
table.button{
text-align:right;
width:100%;
}
div.contact .submit input,div.contact .reset input {
    width: 100px;
    padding: 0 0 0 2px;
    border: 1px solid #2E2E2E;
    background-color: #F3C200;
    color: #000000;
    font-weight: bold;         
    font-family:Comic Sans MS;
}