/**********************************************************************
	GABARIT
**********************************************************************/

body {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
}
img {
	border: 0px;
}

#conteneur {
	width: 720px;
	margin: 0 auto;	
}
#entete {
	height: 165px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}
#haut {
	height: 70px;
}
#gauche {
	float:left;
	width: 210px;
	padding-left: 15px;
	padding-right: 15px;	
}
* #gauche {
	w\idth: 170px;	
}
#centre {
	margin-left: 210px;
	margin-right: 25px;
	margin-bottom: 25px;
}

#pied {
	clear:both;
	height: 30px;
	padding-left: 30px;
}


/**********************************************************************
	PRESENTATION
**********************************************************************/

#conteneur {
	background-color:#FFF;
	background-image: url(/squelettes/v3.1/img/centre_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}
#entete h1, h2 {
	display: none;
}

#pied {
	background-image: url(/squelettes/v3.1/img/pied.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}