body {
	background: #000;
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	text-align: center; /* Alignement horizontal dans Internet Explorer */
}
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}
	
a:hover, .current {
	color: #ef7e00;
	text-decoration: none;
}
#main {
	position: relative; /* Nécessaire pour Safari */
	width: 752px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	background: #000;
}
#trait {
	width: 752px;
	height: 1px;
	background: #fff;
	margin: 20px auto 0 auto;
}

/* ----------- P A G E  D ' A C C U E I L ----------- */
#main ul#menu {
	position: relative;
	width: 716px;
	height: 238px;
	margin: 0 auto;
	list-style: none;
}
#main ul#menu li {
	float: left;
	width: 237px;
	height: 238px;
}
#main ul#menu li a {
	display: block;
	width: 237px;
	height: 238px;
}
#main ul#menu li a span {
	display: none;
}
#main ul#menu li#pub a {
	background: url(../img/home/home1.jpg) no-repeat left;
}
#main ul#menu li#pub a:hover {
	background: url(../img/home/home1.jpg) no-repeat right;
}
#main ul#menu li#cocktails a {
	width: 242px;
	background: url(../img/home/home2.jpg) no-repeat left;
}
#main ul#menu li#cocktails a:hover {
	width: 242px;
	background: url(../img/home/home2.jpg) no-repeat right;
}
#main ul#menu li#perso a {
	background: url(../img/home/home3.jpg) no-repeat left;
}
#main ul#menu li#perso a:hover {
	background: url(../img/home/home3.jpg) no-repeat right;
}
/*#main ul#menu {
	position: relative;
	width: 716px;
	height: 238px;
	margin: 0 auto;
	list-style: none;
}
#main ul#menu li {
	float: left;
	width: 111px;
	height: 238px;
	margin: 0 10px 0 0;
}
#main ul#menu li a {
	display: block;
	width: 111px;
	height: 238px;
}
#main ul#menu li a span {
	display: none;
}
#main ul#menu li#perso {
	margin-right: 0;
}
#main ul#menu li#ad a {
	background: url(../img/home/img1.jpg) no-repeat left;
}
#main ul#menu li#ad a:hover {
	background: url(../img/home/img1.jpg) no-repeat right;
}
#main ul#menu li#other a {
	background: url(../img/home/img2.jpg) no-repeat left;
}
#main ul#menu li#other a:hover {
	background: url(../img/home/img2.jpg) no-repeat right;
}
#main ul#menu li#para a {
	background: url(../img/home/img3.jpg) no-repeat left;
}
#main ul#menu li#para a:hover {
	background: url(../img/home/img3.jpg) no-repeat right;
}
#main ul#menu li#pack a {
	background: url(../img/home/img4.jpg) no-repeat left;
}
#main ul#menu li#pack a:hover {
	background: url(../img/home/img4.jpg) no-repeat right;
}
#main ul#menu li#other2 a {
	background: url(../img/home/img5.jpg) no-repeat left;
}
#main ul#menu li#other2 a:hover {
	background: url(../img/home/img5.jpg) no-repeat right;
}
#main ul#menu li#perso a {
	margin-right: 0;
	background: url(../img/home/img6.jpg) no-repeat left;
}
#main ul#menu li#perso a:hover {
	background: url(../img/home/img6.jpg) no-repeat right;
}*/

#main #julien {
	clear: both;
	width: 197px;
	height:46px;
	margin: 40px auto 30px auto;
	background: url(../img/home/julien-celice-noir.gif) no-repeat;
}

#main #julien h1 {
	display: none;
}

#main #contact,
#main #home {
	width: 752px;
	background: #000;
}

#main #contact h2,
#main #home h2 {
	display: block;
	width: 68px;
	height: 11px;
	margin: 0 0 0 667px;
	padding: 13px 0 0 0;}

#main #contact h2 {
	background: url(../img/home/contact.gif) no-repeat 0 13px;
}

#main #home h2 {
	background: url(../img/contact/home.gif) no-repeat 0 13px;
}

#main #contact h2 a,
#main #home h2 a {
	display: block;
	width: 68px;
	height: 11px;
}

#main #contact h2 a span,
#main #home h2 a span {
	display: none;
}

/* ----------- P A G E   C O N T A C T ----------- */
#contactText {
	float: left;
	width: 150px;
	background: #000;
	margin: 54px 0 64px 190px;
	color: #fff;
	text-align: center;
	font: normal 12px "Trebuchet MS", Verdana, Lucida Grande, Tahoma, Helvetica, Arial;
	letter-spacing: 1px;
	line-height: 2em;
}

#contactImg {
	float: right;
	width: 125px;
	margin: 20px 190px 64px 0;
}
