body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
margin: 0;
padding: 0;
}

/* ----------------------------------------------Les différentes parties*/
#header1 {
position:absolute;
top:0;
left:0;
height: 40px;
width:100%;
background-image:      url(../images/general/barre.gif);

}


#centre {
	position:absolute;
	top:90px;
	left:20%;
	width:auto;
	text-align:center;
	margin-left: 180px;
	margin-right: 180px;
	
}




#gauche {
	position: absolute;
	width: 100px;
	height: 100%;
	background-image:    url(../images/general/colonne.gif);
	left: 0;
	top: 0;


}
#droite {
	position: absolute;
	top:0;
	right:0;
	width: 100px;
	height: 100%;
	background-image:    url(../images/general/colonne.gif);
}
	
.bordersans{
border: 0;
}