/* CSS Document */

/* BANDEAU + NAVIGATION HORIZONTALE */
#bandeau {
	overflow: auto;
	background: url(../img/bg_logo.gif) no-repeat;
	width: 1000px;
	margin: auto;
}

#LOGO {
	width : 245px;
	height: 143px;
	float: left; 
}
#LOGO img {
	margin: 0 0 0 25px;
}

#NAV {
	float: right;
	width: 750px;
}


#listeNAV {
	overflow: auto;
	/*width: 99%;
	background-image: url(../img/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: 0px 72px;*/
}

#listeNAV img {
	margin: 8px 6px 3px 6px;
	display: block;
}
#listeNAV ul {
	padding: 0px;
	margin: 0px;
	height: 140px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	background: url(../img/bg_nav_fin.gif) no-repeat right top;
}
#listeNAV li {
	float: left;
	text-align: center;
	list-style-image: url(../img/px.gif);
	background-image: url(../img/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: 0px 72px;
	height: 140px;
}
#listeNAV li.classique {
	float: left;
	text-align: center;
	list-style-image: url(../img/px.gif);
	background-image: url(../img/bg_classique.gif);
	background-repeat: no-repeat;
	background-position: 0px 72px;
	padding: 0px;
	height: 140px;
}
#listeNAV li.pratique {
	float: left;
	text-align: center;
	list-style-image: url(../img/px.gif);
	background-image: url(../img/bg_pratique.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 37px;
}
#listeNAV li.pratique img {
	/*margin: 0px 0px 0px 45px;*/
}

#listeNAV li.plaisir {
	float: left;
	text-align: center;
	list-style-image: url(../img/px.gif);
	background-image: url(../img/bg_plaisir.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 55px;
}
#listeNAV li.plaisir img {
	/*margin: 0px 0px 0px 70px;*/
}
#listeNAV li.suite {
	float: left;
	text-align: center;
	list-style-image: url(../img/px.gif);
	background-image: url(../img/bg_nav_suite.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}


#listeNAV a:visited {
	color: #666;
	text-decoration: none; 
}
#listeNAV a:link {
	color: #000;
	text-decoration: none; 
}
#listeNAV a:hover {
	color: #595959;
	text-decoration: overline underline; 
}

/* CONTENU */
#CORPS {
	/*background: url(../img/bg_corps.gif);*/
	background: url(../img/bg_contenu.gif) no-repeat 233px top;
	margin: auto;
	width: 1000px;
}


/* PIED DE PAGE */
#piedepage {
	background: url(../img/bg_piedepage.gif) no-repeat;
	margin: auto;
	width: 1000px;
	overflow: hidden;
}

