/* CSS Document */

/* HTML TAGS */
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/background.png) repeat-x fixed;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
h2 {
	display: none;
	}
	
h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
p {
	line-height: 20px;
	}

/* GLOBAL STYLES */

#header, #content, #menu, #mediabox {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	}
	
#header {
	height: 320px;
	padding-top: 20px;
	}
	
#header .logo {
	float: left;
	overflow: hidden;
	width: 395px;
	height: 300px;
	}

#header .logo h1 {
	display: none;
	}

#header .slogan {
	float: right;
	overflow: hidden;
	width: 517px;
	height: 119px;
	}

/* Menu du Haut */
.headmenu {
	clear: both;
	height: 35px;
	max-width: 1000px;
	margin: 0 auto;
	}
.headmenu div {
	float: left;
	height: 25px;
	margin-top: 10px;
	margin-right: 25px;
	}
.headmenu dfn {
	display: none;
	}
.headmenu div h4 {
	display: none;
	margin: 0;
	padding: 0;
	}
.headmenu div a {
	display: block;
	height: 0px;
	width: 100%;
	padding-top: 30px;
	}
#accueil { 		width: 95px; background: url(../images/menu.png) no-repeat 0px top; }
#jni-france { 	width: 129px; background: url(../images/menu.png) no-repeat -95px top; }
#jni-district { width: 151px; background: url(../images/menu.png) no-repeat -224px top; }
#vacances { 	width: 106px; background: url(../images/menu.png) no-repeat -375px top; }
#reseau { 	width: 142px; background: url(../images/menu.png) no-repeat -481px top; }
#goodies { 		width: 94px; background: url(../images/menu.png) no-repeat -623px top; }
#contact { 		width: 94px; background: url(../images/menu.png) no-repeat -717px top; }

#accueil a:hover { 		width: 95px; background: url(../images/menu.png) no-repeat 0px -30px; }
#jni-france a:hover { 	width: 129px; background: url(../images/menu.png) no-repeat -95px -30px; }
#jni-district a:hover { width: 151px; background: url(../images/menu.png) no-repeat -224px -30px; }
#vacances a:hover { 	width: 106px; background: url(../images/menu.png) no-repeat -375px -30px; }
#reseau a:hover { 	width: 142px; background: url(../images/menu.png) no-repeat -481px -30px; }
#goodies a:hover { 		width: 94px; background: url(../images/menu.png) no-repeat -623px -30px; }
#contact a:hover { 		width: 94px; background: url(../images/menu.png) no-repeat -717px -30px; }

/* Menu du Bas */
#menu {
	font-size: 10px;
	height: 50px;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
	}
	
#menu ul {
	width: auto;
	height: 20px;
	margin: 0 20%;
	padding: 0;
	}
	
#menu ul li {
	float: left;
	display: inline;
	text-align: center;
	margin-top: 5px;
	}
	
#menu li.separator {
	margin: 0 20px;
	padding: 0;
	}
	
#menu li.separator hr {
	float: left;
	width: 1px;
	height: 15px !important;
	border-top: none;
	border-left: solid 1px #FFFFFF;
	border-bottom: none;
	border-right: none;
	margin: 5px 0 0;
	padding: 0;
	}
*+html #menu li.separator hr {
	margin: 5px 0 0;
	padding: 0;
	}

#menu h3 {
	margin: 0;
	padding: 0;
	}
	
#menu dfn {
	display: none;
	}
	
