/* --------------- BODY --------------- */
body{
background: #CDCDCD;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

/* --------------- TEXTES --------------- */

.texte_vert {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
color: #98C000;
}

.texte_vert_big {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #98C000;
}

.texte_vert2 {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 11px;
color: #98C000;
}

.texte_gris {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
color: #CCCCCC;
}


.texte_gris:hover {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
background: #00A2B9;
color: #FFFFFF;
}
.texte_gris2 {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
color: #DDDDDD;
}

.texte_bleu {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #00A2B9;
}

.texte_bleu:hover {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 11px;
background: #00A2B9;
color: #FFFFFF;
}

.texte_bleu_big {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #00A2B9;
}

.texte_bleu_big:hover {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
background: #00A2B9;
color: #FFFFFF;
}

.texte_bleu_fond {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
background: #FFFFFF;
color: #00A2B9;
}

.texte_bleu_fond:hover {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 9px;
background: #00A2B9;
color: #FFFFFF;
}

.texte_blanc {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #FFFFFF;
}
.texte_brun {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #70544B;
}
.texte_brun_big {
font-family: Helvetica;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
color: #70544B;
}

.bord_D
{
   width: 66px;
   height: 593px;
   background: url(bord_D.jpg) repeat-y;
}
.bord_G
{
   width: 66px;
   height: 593px;
   background: url(bord_G.jpg) repeat-y;
}

.fond_degrade
{
   width: 850px;
   height: 784px;
   background: url(fond_degrade_site.jpg) no-repeat;
}

/* --------------- PARAGRAPHES --------------- */

.p_etiquette_small
{
   width: 361px; /* -18 px */
   height: 86px;

   overflow: auto;
   padding: 2px
}

/* ------ TABLEAU ------ */
.tableau1{
    background:  #00A2B9;
   /* border: 1px solid #FFFFFF;*/
}
.tableau2{
    background: #FFF;
    border: 1px solid #CDCDCD;
	padding:2px 2px 2px 2px;
}

