/* CSS Document V1 */

/*######################################### Corps de la page #########################################*/

body{
margin:0;
padding:0;
text-align:center;/* text align center pour centrer les elements de la page */
background:url(../img/fond_page.jpg) top center no-repeat #FFF;
} 

.fond_index {
background:url(../img/fond_page2.jpg) no-repeat top center #FFF;
}

/*######################################### Charte #########################################*/

/* Modification de la zone texte en page index (sites avec intro) */
#texte-index{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}

#texte-index a{
font-size:1.2em;
text-decoration:none;
color:#FF0000;
}

#texte-index a:hover{
color:#FFFFFF;
text-decoration:underline;
}
/* FIN */

.fond_body{
background:url(../img/body.jpg) no-repeat;
}

.bordure{
border:2px solid #FFFFFF;
}

/* Zone du menu */
div.menu{
}


/*######################################### Intégration #########################################*/

/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier */
div#wrapper{
text-align:left; 
width:900px; 
height:100%; 
margin:0 auto;
}


