@import "layout.css";
@import "base.css";

#header{
	background: #333 url(img/fr/titre.jpg) repeat-x;
	color: #FFF;
}

#header h1{
	background: transparent url(img/fr/h1.jpg) no-repeat;
	color: inherit;
}

/* Contenu
***************************************************/
#contenu h2{
	color: #D00;
	padding-left: 24px;
	background: transparent url(img/fr/h2.gif) no-repeat left center;
}

/* Menu1
***************************************************/
.accueil{
	background: transparent url(img/fr/accueil.jpg) no-repeat;
}

.photos{
	background: transparent url(img/fr/photos.jpg) no-repeat;
}

.media{
	background: transparent url(img/fr/media.jpg) no-repeat;
}

.forum{
	background: transparent url(img/fr/forum.jpg) no-repeat;
}

.chat{
	background: transparent url(img/fr/chat.jpg) no-repeat;
}

.liens{
	background: transparent url(img/fr/liens.jpg) no-repeat;
}

.accueil:hover, .photos:hover, .media:hover, .forum:hover, .chat:hover, .liens:hover{
	background-position: 0 -64px;
}

/* Menu2
***************************************************/
#menu2{
	background: transparent url(img/fr/menu2.jpg) no-repeat right top;
	color: inherit;
}