/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* -------------------- STYLE CSS --------------------- */
/* --------------- THEME : RENEGA_SKY ----------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

body
{ 
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px;
color: #000000;
background-color: #ffffff;
background-image: url('images/background.jpg');
background-repeat: repeat-x;
background-position : center;
background-position : top;
/* background-attachment: fixed; */
}

a:link
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #000000;
text-decoration: none;
}

a:visited
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #000000;
text-decoration: none;
}

a:hover
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

a:active
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
}

textarea
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 9px;
color: #2e2e2e;
border-color : #2e2e2e;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px;
}

textarea
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 9px;
color: #2e2e2e;
border: 1px solid #999999;
text-indent : 2px;
-moz-border-radius: 3px 3px 3px 3px;  
-webkit-border-radius: 3px 3px 3px 3px;  
border-radius: 3px 3px 3px 3px;         
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;  
-webkit-border-bottom-left-radius: 3px; 
-webkit-border-bottom-right-radius: 3px; 
}

textarea:focus
{
background-color: #eeeeee;
}

input
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 9px;
color: #333333;
border: 1px solid #999999;
text-indent : 2px;
margin: 0px;
padding: 3px;
-moz-border-radius: 3px 3px 3px 3px;  
-webkit-border-radius: 3px 3px 3px 3px;  
border-radius: 3px 3px 3px 3px;         
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;  
-webkit-border-bottom-left-radius: 3px; 
-webkit-border-bottom-right-radius: 3px; 
}

input:focus
{
background-color: #eeeeee;
}

input[type=submit], input[type=button]
{
font-weight: bold;
cursor: pointer;
}

select 
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 9px;
color: #2e2e2e;
}

.checkbox
{
background-color: #ffffff;
border: none;
}

td, th
{ 
font-size: 10px;
}

p
{
margin: 0px;
}

a img
{
border: 0px;
}

#SITE
{ 
width: 1200px;
margin: auto;
border: 0px solid #000000;
padding: 0px;
}

#corps
{
width: 1200px;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
padding-bottom: 0px;
}

#sections img
{
margin-bottom: 2px;
}

/* ---------------------------------------------------- */
/* ------------------ PARTIE FOOTER ------------------- */

.footer
{
padding-left: 14px;
padding-bottom: 6px;
color: #ffffff
}

.footer a:link
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

.footer a:visited
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

.footer a:hover
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

.footer a:active
{
font-family: helvetica, lucida, verdana, Tahoma, serif; 
font-size: 10px; 
color: #008aff;
text-decoration: none;
}

/* ---------------- FIN PARTIE FOOTER ----------------- */
/* ---------------------------------------------------- */
/* ------------------ BLOCK DROITE -------------------- */

.titre_block_droite
{
color: #000000;
padding-left: 20px;
font-variant:small-caps;
font-size:15px;
}

.titre_block_droite p:first-letter /* La première lettre du titre */
{
color: #008aff; /* Bleu */
}

.contenu_block_droite
{
padding-top: 10px;
padding-bottom: 0px;
padding-left: 14px;
padding-right: 16px;
color: #000000;
}

/* ----------------- FIN BLOCK DROITE ----------------- */
/* ---------------------------------------------------- */
/* ------------------- BLOCK GAUCHE ------------------- */

.titre_block_gauche
{
color: #000000;
font-variant:small-caps;
font-size:15px;
}

.titre_block_gauche p:first-letter /* La première lettre du titre */
{
color: #008aff; /* Bleu */
}

.contenu_block_gauche
{
padding-top: 10px;
padding-bottom: 8px;
padding-left: 6px;
padding-right: 6px;
background-image: url('images/gauche_bg.jpg');
background-repeat: repeat-y;
color: #000000;
}

/* ----------------- FIN BLOCK GAUCHE ----------------- */
/* ---------------------------------------------------- */
/* ------------------- BLOCK CENTRE ------------------- */

.titre_block_centre
{
color: #000000;
padding-left: 20px;
font-variant:small-caps;
font-size:15px;
}

.titre_block_centre p:first-letter /* La première lettre du titre */
{
color: #008aff; /* Bleu */
}

.contenu_block_centre
{
padding-top: 10px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 10px;
color: #000000;
}

/* ---------------- FIN BLOCK CENTRE ------------------ */
/* ---------------------------------------------------- */
/* --------------------- NEWS ------------------------- */

.titre_news
{
padding-top: 10px;
font-variant:small-caps;
font-size:15px;
color:#000000;
}

.contenu_news
{
padding-top: 2px;
padding-left: 8px;
padding-right: 12px;
padding-bottom: 4px;
text-align: justify;
color: #000000;
}

.commentaire_news
{
font-size:9px;
color:#444444;
padding-left: 10px;
}

/* -------------------- FIN NEWS ---------------------- */
/* ---------------------------------------------------- */
/* --------------- BLOCK UNIQUE NEWS ------------------ */

#block_news
{
color: #000000;
}

#block_news a:link
{
color: #000000;
}

#block_news a:visited
{
color: #000000;
}

#block_news a:hover, #menu a:active
{
color:  #008aff;
}

/* -------------- FIN BLOCK UNIQUE NEWS --------------- */
/* ---------------------------------------------------- */