/*** ELEMENTS DE BASE HTML ***/

BODY {
 font-family: verdana;
 color: #787878;
 font-weight: normal;
 font-size: 11px;
 background: #CACACA;
 }
 
TABLE {
 font-family: verdana;
 line-height: 12px;
 font-size: 11px;
 color: #787878;
 }
 
 TH { 
 font-family: verdana;
 color: #787878;
 font-weight: normal;
 font-size: 11px;
 line-height: 12px;
 text-align: left;
 }
 
TD { 
 font-family: verdana;
 color: #787878;
 font-weight: normal;
 font-size: 11px;
 line-height: 12px;
 }
 
.pied {
 font-family: verdana;
 color: #787878;
 font-weight: normal;
 font-size: 11px;
}

.actus {
 font-family: verdana;
 color: #787878;
 font-weight: normal;
 font-size: 11px;
}

 INPUT, TEXTAREA, SELECT {
 font-family: verdana;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 border: 1px solid #787878;
 padding: 1px;
 }
 
.red {
 font-family: verdana;
 color: #CC0000;
 font-weight: bold;
 font-size: 11px;
}

/*** LIENS ***/
A {color: #0959A6; text-decoration: underline; line-height: 11px;}
A:hover { color: #0959A6; text-decoration: none; line-height: 11px;}

A.clair {color: #4E9AE1; text-decoration: underline;}
A.clair:hover { color: #CC621C; text-decoration: none;}

A.gris {color: #787878; font-weight: bold; text-decoration: underline;}
A.gris:hover { color: #0959A6; font-weight: bold; text-decoration: none;}

A.pied {color: #787878; text-decoration: none;}
A.pied:hover { color: #0959A6; text-decoration: underline;}

A.deux {font-size: 11px; color: #787878; text-decoration: none; line-height: 14px;}
A.deux:hover {font-size: 11px; color: #007BA6; text-decoration: none; line-height: 14px;}

A.trois {font-size: 11px; color: #007BA6; text-decoration: none; line-height: 14px;}
A.trois:hover {font-size: 11px; color: #787878; text-decoration: none; line-height: 14px;}

ul,li {
	list-style: none;
  list-style-position: outside;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
   
.submit {
 color: #00217B;
 font-family: verdana;
 background: #F9F9F9;
 font-size: 11px;
 border: 1px outset #CB977A;
 height: 22px;
 }

.cancel {
 color: #CC621C;
 font-family: verdana;
 background: #F9F9F9;
 font-size: 11px;
 border: 1px outset #CB977A;
 height: 22px;
 }

.actus {
 color: #CC621C;
 font-family: verdana;
 font-weight: bold;
 text-decoration: underline;
 font-size: 11px;
 }
 
.hr {
 height: 1px;
 overflow: hidden;
 border: none;
 border-bottom: 1px solid #EAEAEA;
 margin-top: 8px;
 margin-bottom: 8px;
 }
 
.titre_news {
 color: #FFFFFF;
 font-family: verdana;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
}

.date_news {
 color: #CC621C;
 font-family: verdana;
 font-weight: normal;
 text-decoration: none;
 font-size: 11px;
 }
 
 
.hometable {
 height: 100%;
 width: 840px;
 }
 
#MyMessage {
 height: 40px;
 width: 300px;
 border: 1px outset #CB977A;
 text-align: center;
}