/**********************
Menu Mac By Garédo http://garedo.fr/
***********************/

body {
	background: #040219 url(img/body.jpg) no-repeat center top;
	margin: 0px;
	padding:0px;
}

a {
	text-decoration:none
}

a img {
	border:none;
}

#top {
	font-family: Verdana;
	font-size:0.75em;
	padding-top:2px;
	background: url(img/pom.gif) no-repeat left top;
	height:25px;
	padding-left:25px;
	margin-left:20px;
	margin-top:2px;
}
.titre {
	font-weight: bolder;
}

#top .acc,#top .cdu {
	cursor:pointer;
}

#top .acc:hover,#top .cdu:hover {
	color:#767677;
}

.center {
	width : 800px;
	margin: 0 auto;
}

.accueil {
	position:absolute;
	top:70px;
	width: 457px;
	height:421px;
	margin-left: 20px;
	background: url(img/desc_bg.gif) no-repeat top;
}
.desc {
	width: 457px;
	height:421px;
	margin: 100px 0 0 200px ;
	background: url(img/desc_bg.gif) no-repeat top;
}

.accueil h2 {
	font-family: Verdana;
	font-size:0.75em;
	font-weight: bolder;
	text-align:right;
	margin-top:25px;
	margin-right:40px;
	margin-bottom:50px;
}

.desc h2 {
	font-family: Verdana;
	font-size:0.75em;
	font-weight: bolder;
	text-align:right;
	padding-top:25px;
	margin-right:40px;
	margin-bottom:50px;
}

p {
	width: 400px;
	font-family: arial;
	font-size:0.75em;
	padding:0;
	margin-left:30px;
}
p a {
	color:#65616e;
}
p a:hover {
	color:#52486e;
	text-decoration:underline;
}
#nav {
	position: absolute;
	bottom:0;
	height:66px;
	padding:0px;
	margin:0 ;
	width: 100%;
	z-index: 10;
	text-align: center;
}
html>body #nav  {
position: fixed
}

#nav ul {
	
	margin:0 auto;
	padding:0;
	list-style:none;
	background: url(img/bg_nav.gif) top no-repeat ;
	height:66px;
	width: 706px;
}

#nav ul li {
	float:left;
	text-align:center;
	padding:0 4px;
}
#nav ul li.debut {
	width:40px;
}
#nav ul li a{
	text-decoration: none;
	text-align:center;
	padding: 4px 0;
	color:#65616e;
	text-transform : capitalize;
	font-size: 0.7em;
	font-family: Verdana;
}

#nav ul li a:hover{

	color:#52486e;
}
#nav ul li a img{
	display:block;
	height:70px;
	width:70px;
	position:relative;
	top:-40px;
}

#nav ul li a span{
	display:block;
	position:absolute;
	bottom:10px;
	width:70px;
	text-align:center;
}

#nav ul li.separateur {
	background: url(img/separ.gif) bottom center no-repeat ;
	width:30px;
	height:54px;
	padding-top:10px;
}
