﻿/* -------------------------------------------------------------- */
/* -------------------- Structure des pages --------------------- */
/* -------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------- */
/* ------------- Le Body ------------- */
body {
width: 770px;
margin: auto;
margin-top: 2px;
margin-bottom: 2px;

background-color:#ffff99; /* jaune clair */
background-position: bottom right;
background-attachment:fixed;
background-image: url("../images/structure/autisme.gif");
background-repeat: no-repeat;
}


/* ----------------------------------------------------------------------------------------- */
/* ------------- L'en-tête et la baniére de fond ------------- */
#en_tete {
width: 770px;
height: 55px;
background-image: url("../images/structure/banniere.jpg");
background-repeat: no-repeat;
}


/* ----------------------------------------------------------------------------------------- */
/* ------------- Le Bloc menu ------------- */
#fond_menu { /* Fond haut ou se trouvera le menu par dessus */
width: 770px;
height: 50px;   
background-color:#FFFF99; /* Jaune */
background-image: url("../images/structure/fond_haut1.gif");
background-repeat: no-repeat;
z-index:1;
}
#menu { /* Position du menu et sous-menu dans la page */
position:absolute;
width: 650px;
top:73px;
margin-left:65px;
z-index:100;
}
#menu2 { /* dessous de la baniere */
width: 770px;
height: 40px;   /* Très important : donner une taille au menu */
background-color: #d5dfe1; /* Gris */
background-image: url("../images/structure/fond_haut2.gif");
background-repeat: no-repeat;
z-index:1;
}


/* ----------------------------------------------------------------------------------------- */
/* ------------- Le Corps de texte ------------- */

#fond_gauche {
width: 30px;
height: 435px;
float: left;
margin: 0;
padding: 0;
background-image: url("../images/structure/fond_gauche.png");
background-repeat: no-repeat;
background-color: #d5dfe1; /* Gris */
z-index:1;
}
#corps {
width:690px;
height:425px;
color: #000; /* Blanc */
z-index:1;

padding: 0 10px 10px 10px !important;
padding: 0 7px 10px 7px; 
margin: 0;
overflow: auto;   
font-family: "Times New Roman", Verdana, Arial, Georgia, Times, serif;
font-size:1.2em;
   
background-image: url("../images/structure/arbrefond.jpg");
background-repeat: no-repeat;
background-position: center;
background-color: #d5dfe1; /* Gris */
z-index:1;
}
#fond_droite {
width: 30px;
height: 435px;
float: right;
margin: 0;
padding: 0;
background-image: url("../images/structure/fond_droite.png");
background-repeat: no-repeat;
background-color: #d5dfe1; /* Gris */
z-index:1;
}


/* ----------------------------------------------------------------------------------------- */
/* ------------- Le Footer ou Pied de page ------------- */
#pied_de_page {
width: 770px;
height: 40px;
background-image: url("../images/structure/fond_bas.gif");
background-repeat: no-repeat;
}
.ecriture_footer {
color: #FFFFFF;
text-align: center;
font-weight: bold;
padding-top: 5px;
}
.ecriture_footer:before {content:"© Envol Picardie - Le Chemin | Tous droits réservés - 2007" !important;}
