body
{
   	width: 900px;
	margin: auto;
  	margin-top: 20px;  
	color: #000000;
   	background-color: #fde9eb;
}

/* Menu */

li {
	float: left;
	margin-top: 117px;
	position: static;
}

ul {
	list-style-type: none;
}

ul a {
	text-decoration: none;
	display: block;
	width: 135px;
	height: 70px;
	margin-left: -22px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}

a#lien1{
	background-image: url(img/bt_accueil.png);
	height: 37px;
	margin-top: 63px;
}
a#lien1:hover{
	background-image: url(img/bt_accueilBis.png); 
}

a#lien2{
	background-image: url(img/bt_swinger.png);
	height: 33px;
	margin-top: 58px;
}
a#lien2:hover{
	background-image: url(img/bt_swingerBis.png);
}

a#lien3{
	background-image: url(img/bt_galerie.png);
	height: 56px;
	margin-top: 35px;
}
a#lien3:hover{
	background-image: url(img/bt_galerieBis.png);
}
a#lien4{
	background-image: url(img/bt_tournee.png);
	height: 38px;
	margin-top: 52px;
}
a#lien4:hover{
	background-image: url(img/bt_tourneeBis.png);
}
a#lien5{
	background-image: url(img/bt_contact.png);
	height: 46px;
	margin-top: 70px;
}
a#lien5:hover{
	background-image: url(img/bt_contactBis.png);
}

/* L'en-tête */

#en_tete
{
   width: 900px;
   height: 242px;
   position: static;
   background-image: url("img/header.jpg");
   background-repeat: no-repeat;
}

#titr
{
   width: 75px;
   height: 75px;
   position: static;
   margin-top: 22px;
   margin-left: 46px;
   background-image: url("img/couronne.gif");
   background-repeat: no-repeat;
}

#corps
{
   	width: 900px;
   	height: 408px;
    background-repeat: no-repeat;
}

#copyright
{
	width: 900px;
	margin-top: 10px;
	color:#000000;
	text-align: right;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
}

#tab
{
	padding-left: 300px;
	padding-top: 100px;
	width: 600px;
}

p
{
	width: 800px;
}