@import url("/css/navibar.css");

body {
	
	
	font-family: "Century Gothic", arial, sans-serif;
	background: #57948d; /* UPD COULEUR DE FOND (D?FAUT) */
	color: black; /* UPD COULEUR DE LA POLICE */
	margin: 0;
	padding: 0;
	border: 0;
	
}

#page {
	
	font-size: small;
	background: #fff;
	width: 760px;
	margin: 0 auto;
}

#tete {
	
	position: relative;
	height: 145px;
	width: 100%;
	background: #fff url('/images/bgTete.jpg') top right repeat-x;
	
}

#tete #decoTete {
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 610px;
	height: 100px;
	z-index: 1;
	background: transparent url('/images/decoTete2.jpg') top right no-repeat;
	color: #fff;
	
}

#tete #logoTete {
	
	display: block;
	position: absolute;
	background: transparent url('/images/logo.jpg') no-repeat;
	width: 152px;
	height: 145px;
	z-index: 2;
	
}

#tete #logoTete a {
	
	text-decoration: none;
	display: block;
	margin: 0;
	width: 152px;
	height: 145px;
	
}

#corps {
	
	position: relative;
	background: #fff url('/images/bgCorps.jpg') repeat-y;
	height: 800px;
	
}

#corps #menuGauche {
	
	float: left;
	background: url('/images/imgMenu1.jpg') top left no-repeat;
	padding: 0;
	width: 154px;
	border: 0;
	height: 600px;
	
}

#corps #menuGauche ul {
	padding: 0;
	margin: 69px 0 0 0;
	list-style: none outside;
	width: 153px;
}

#corps #menuGauche ul li {
	display: block;
	padding: 3px 5px 0 20px;
	margin: 4px 0;
	height: 22px;
	background: #ffea97;
	color: #57948d;
	font-weight: bold;
}

#corps #menuGauche ul li.section {
	background: #fee36e;
	padding-left: 10px;
}

#corps #content {
	
	float: left;
	width: 606px;
	padding:0;
	
}

#corps #content h2 {
	
	margin:0;
	padding: 40px 10px 10px 10px;
	background: url('/images/bgH2.jpg') repeat-x;
	height: 89px;
	color: #57948d;
	font-size: x-large;
	padding-top: 35px;
	
}

#pied {
	
	height: 17px;
	background: transparent url('/images/') repeat-x;
	border-bottom: 1px solid #fff;
	
}

#tete .invisible {
	
	margin: 0;
	visibility: hidden;
	
}
