@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------------
------ INITIALISATION PAGE----------------------------------
-----------------------------------------------------------*/

*{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
background-image:url(../images/fondDegrade.jpg);
background-repeat:repeat-x;
color:#263128;
}

/*----------------------------------------------------------
------ MISE EN FORME DU FOND -------------------------------
-----------------------------------------------------------*/

#total {
position:absolute;
left:50%;
top:50%;
margin-top:-350px;
margin-left:-400px;
width:850px;
}

#haut {
background-image:url(../images/fondHautPage.png);
background-repeat:no-repeat;
height:35px;
width:825px;
}

#contenu {
background-image:url(../images/fondContenu.png);
background-repeat:repeat-y;
width:825px;
}

#pied {
background-image:url(../images/fondPiedPage.png);
background-repeat:no-repeat;
height:43px;
width:795px;
font-size:9px;
color:#FFFFFF;
text-align:right;
padding-top:17px;
padding-right:30px
}

#tetiere{
margin-left:25px;
height:82px;
width:775px;
}

#banniere{
margin-left:24px;
}


/*----------------------------------------------------------
------ CREATION LIGNE HORIZONTALE --------------------------
-----------------------------------------------------------*/

#ligneHorizontale{
border-top:1px solid #263128;
width:740px;
margin-left:43px;
clear:both;
}

/*----------------------------------------------------------
------ LIENS -----------------------------------------------
-----------------------------------------------------------*/

a{
color:#263128;
text-decoration: none;
font-size:9px;
}

a:hover{
color:#C80019;
text-decoration: none;
}

/*----------------------------------------------------------
------ STYLE TEXTE -----------------------------------------
-----------------------------------------------------------*/

.texteGras10 {
font-weight:bold;
font-size:10px;
}
