/* squelette.css : fichier css de squelette. Contient les objets pour l'ossature du site
* Avril 2007
*/
* {
	margin:0px;
	padding:0px;
}
body {
/*background: url(images/background.jpg) repeat-x;*/
background-color:#333333
}
/* global : boite englobant tout le site. permet le centrage de la page */
.global {
width:923px;
margin-left:auto;
margin-right:auto;
position:relative;
z-index:0;
background-color:#FFFFFF;
padding:5px 00px 30px 0px;
margin-top:5px;
width:1000px;
height:auto;
}
/*header : bannière supérieur du site / logo + 3 infos */
.header {
width:1000px;
background: url(images/background-header.jpg) no-repeat;
height:117px;
position:relative;
top:2px;
left:0px;
}
/*content : espace central du site / tout le contenu */
.content {

width:inherit;
position:relative;
z-index:10;
margin:0px;
margin-left:20px;

}
/*footer : pied de page / barre + menu "contact :: plan d'accès :: infos légales"*/
.footer
{
background: url(images/background-footer.png) no-repeat;
position: relative;
width:960px;
height:20px;
text-align:right;
clear: left;
margin-left:20px;
}

div.haut{
position:absolute;
top:0px;
left:0px;
}

div.bas{
position:absolute;
bottom:0px;
left:0px;
background:#333333 url(images/background_bas.jpg) -5px top no-repeat;
width:1009px;
height:30px;
}


div.haut{
position:absolute;
top:0px;
left:0px;
background:#333333 url(images/background_haut.jpg) -5px top no-repeat;
width:1009px;
height:12px;
}

div.droite{
position:absolute;
right:-10px;
top:0px;
background:#333333 url(images/background_droite.jpg) -5px top no-repeat;
width:14px;
height:578px;
}


