
#top {
	background:url(../images/top.gif);
	background-repeat:no-repeat;
	margin:auto;
	width:834px;
	height:89px;
}

#content {
	width: 834px;
	margin:auto;
	background-image:url(../images/bg_content.gif);
	padding-bottom:30px;
}

#footer {
width:834px;
margin:auto;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
height:49px;
}

#bantop {
	background-image: url(../img/top.gif);
	background-repeat:no-repeat;
	height: 128px;
	margin:auto;
}

#pub_banner_top {
width:480px;
margin-right:50px;
margin-top:20px;
float:right;
}

#lientop {
	width:210px;
	height:55px;
	cursor:pointer;
	float:left;
	margin-left:30px;
}

/*****************************************************
NAVIGATION */

#menu {
	list-style-type: none;
	background: url(../images/nav.gif);
	background-repeat:no-repeat;
	height: 30px;
	margin:auto;
	width:100%;
}


ul#menu {
	list-style-type:none;
	height:30px;
	background:url(../images/nav.gif);
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	z-index: 10;
}


ul#menu li {
	position:absolute;
	top:0;
	height:30px;
	list-style:none;
	line-height:100%;
	font-size:80%;
}


ul#menu li span {
	height: 30px;
}


ul#menu li a span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}


/* BOUTONS NAVIGATION

ATTENTION ! Le code n'est pas concaténé pour éviter certains bugs de navigateurs */

#actualites a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#marques a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#revendeurs a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#glossaire a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#histoire a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#contact a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#magazines a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#livres a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#organismes a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#associations a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#clubs a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

#blogs a span{
	background: url(../images/nav.gif) no-repeat;
	cursor: pointer;
}

/* --------------------------------------- */

#actualites {
	left: 18px;
}

#actualites,#actualites a span {
	width: 86px;
}

#actualites a span {
	background-position: -18px 0;
}

#actualites a:hover span {
	background-position: -18px -30px;
}

#marques {
	left: 104px;
}

#marques,#marques a span {
	width: 62px;
}

#marques a span {
	background-position: -104px 0;
}

#marques a:hover span {
	background-position: -104px -30px;
}

#revendeurs {
	left: 166px;
}

#revendeurs,#revendeurs a span {
	width: 78px;
}

#revendeurs a span {
	background-position: -166px 0;
}

#revendeurs a:hover span {
	background-position: -166px -30px;
}

#glossaire {
	left: 244px;
}

#glossaire,#glossaire a span {
	width: 68px;
}

#glossaire a span {
	background-position: -244px 0;
}

#glossaire a:hover span {
	background-position: -244px -30px;
}

#histoire {
	left: 312px;
}

#histoire,#histoire a span {
	width: 59px;
}

#histoire a span {
	background-position: -312px 0;
}

#histoire a:hover span {
	background-position: -312px -30px;
}

#contact {
	left: 371px;
}

#contact,#contact a span {
	width: 60px;
}

#contact a span {
	background-position: -371px 0;
}

#contact a:hover span {
	background-position: -371px -30px;
}

#magazines {
	left: 431px;
}

#magazines,#magazines a span {
	width: 71px;
}

#magazines a span {
	background-position: -431px 0;
}

#magazines a:hover span {
	background-position: -431px -30px;
}

#livres {
	left: 502px;
}

#livres,#livres a span {
	width: 50px;
}

#livres a span {
	background-position: -502px 0;
}

#livres a:hover span {
	background-position: -502px -30px;
}

#organismes {
	left: 552px;
}

#organismes,#organismes a span {
	width: 77px;
}

#organismes a span {
	background-position: -552px 0;
}

#organismes a:hover span {
	background-position: -552px -30px;
}

#associations {
	left: 629px;
}

#associations,#associations a span {
	width: 87px;
}

#associations a span {
	background-position: -629px 0;
}

#associations a:hover span {
	background-position: -629px -30px;
}

#clubs {
	left: 716px;
}

#clubs,#clubs a span {
	width: 46px;
}

#clubs a span {
	background-position: -716px 0;
}

#clubs a:hover span {
	background-position: -716px -30px;
}

#blogs {
	left: 762px;
}

#blogs,#blogs a span {
	width: 53px;
}

#blogs a span {
	background-position: -762px 0;
}

#blogs a:hover span {
	background-position: -762px -30px;
}


/* second niveau du menu */

ul#menu ul {
	list-style: none;
	line-height: 100%;
	font-size: 150%;
}



ul#menu li ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 175px;
	display: none;
	z-index: 10;
}



ul#menu li li {
	padding-left: 0px;
	float: left;
	width: 150px;
	height: auto;
	position: relative;
	background: #2b7fd2;
	border-top: 1px solid #ffffff;
}



ul#menu li li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 0.3em 0.5em;
	font-weight: bold;
	color: #FFF;
}



ul#menu li li a:hover {
	background: #d80101;
}



ul#menu li:hover ul,ul#menu li.sfhover ul {
	display: block;
	float: none;
	padding-left: 0px;
	margin-left: 0px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#centre {
	background:url(../images/bg_montre.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:top;
	width:834px;
}

#centre_left {
	float:left;
	padding-left:25px;
	width:300px;
}

#centre_right {
	float:right;
	/*padding-left:10px;*/
	padding-right:25px;
	width:465px;
}

#titre_edito {
	background:url(../images/titre_edito.gif);
	background-repeat:no-repeat;
	width:150px;
	height:20px;
	margin-top:30px;
	margin-bottom:15px;
}

#edito_texte {
	width:300px;
}

#titre_actu_home {
	background:url(../images/titre_actu_home.gif);
	background-repeat:no-repeat;
	width:465px;
	height:40px;
	margin-top:20px;
}

#titre_marques_home {
	background:url(../images/titre_marques_home.gif);
	background-repeat:no-repeat;
	width:301px;
	height:26px;
	margin-top:20px;
}

#contenu_marques_home {
	width:300px;
	background-color:#ACC7CB;
	text-align:center;
}

#bottom_marques_home {
	background:url(../images/bottom_marques.gif);
	background-repeat:no-repeat;
	width:301px;
	height:29px;
}

#contenu_actu {
	background:url(../images/bg_page.gif);
	background-color:#AEC9CD;
	background-repeat:repeat-x;
	background-position:bottom;
	width:445px;
	padding:10px;
}

#bottom_actu {
	background:url(../images/bottom_actu.gif);
	background-repeat:no-repeat;
	width:465px;
	height:29px;
}

#titre_marques {
	background:url(../images/titre_marques.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_actu {
	background:url(../images/titre_actu.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_revendeurs {
	background:url(../images/titre_revendeurs.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_glossaire {
	background:url(../images/titre_glossaire.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_histoire {
	background:url(../images/titre_histoire.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_contact {
	background:url(../images/titre_contact.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_magazines {
	background:url(../images/titre_magazines.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_livres {
	background:url(../images/titre_livres.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_organismes {
	background:url(../images/titre_organismes.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_associations {
	background:url(../images/titre_associations.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_clubs {
	background:url(../images/titre_clubs.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#titre_blogs {
	background:url(../images/titre_blogs.gif);
	background-repeat:no-repeat;
	width:780px;
	height:40px;
	margin-top:20px;
	margin-left:27px;
}

#contenu_page {
	background:url(../images/bg_page.gif);
	background-color:#AEC9CD;
	background-repeat:repeat-x;
	background-position:bottom;
	width:760px;
	padding:10px;
	margin-left:27px;
}

.pixelblanc {
background-image:url(../images/pix_blc.gif);
background-repeat:repeat-x;
}