

@font-face{  
	font-family: "nexus"; 
	src: 	url('nexus.ttf')  format('truetype'), 
        	url('nexus.otf')  format('opentype') ,
        	url('nexus.eot')  format('opentype') ,
         	url('nexus.woff')  format('woff');
}

html {
	font-family:"nexus";
}

body{
	font-family:"nexus";
	margin:0px;
	padding:0px;
	margin-top:30px;

	}

#enveloppe {
	width:100%;
	height:100%;
	margin-top:10px;
	}
	
#main {
	background:#FFF;
	width:1000px;
	margin:auto;
	border-radius:15px;
	}
#header {
	width:1000px;
	height:222px;
	margin:auto;
	}
	
#nav1{
	font-family:"nexus";
	margin:auto;
	width:1000px;
	height:40px;
	background:url(images/fond-header.png) no-repeat;
	margin-bottom:0px;
}
#nav{
	font-family:"nexus";
	margin:auto;
	width:990px;
	height:40px;
	margin-bottom:0px;
}
#maliste {
font-family:"nexus";
margin: auto;
width: 960px;
text-decoration:none;
list-style:none;
height:50px;
}

#maliste a.active {
	color: #000;
	height:20px;
	background:#C4C6C1;
	background-repeat:repeat;
	}

#maliste > li {
	position:relative;
	vertical-align:top;
text-decoration:none;
list-style:none;
display:inline-block;
width:auto;
font-size:15px;
height:40px;
z-index:200;
}
#maliste > li > a {
	margin-right:0px;
	margin-top:0px;
	height:20px;
	font-size:15px;
	font-weight:bold;
	}
#maliste > li > a:hover {
	color: #FFF;
	margin-right:0px;
	margin-top:0px;
	height:20px;
	font-size:15px;
	font-weight:bold;
}

#maliste li ul {
text-decoration:none;
list-style:none;
display:block;
height: 0px;
overflow:hidden;
}

#maliste li:hover ul {
height: 320px;
}
#maliste li ul li a{
	color: #FFF;
    margin-left:-40px;
	font-size:14px;
	height:auto;
	background:#662E59;
	text-align:center;
	width:120px;
font-weight:bold;




}
#maliste li ul li a:hover{
	height:auto;
	color: #FFF;
    background:#af96ac;
	background-repeat:repeat;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
}
#maliste a {
	font-weight:bold;
	margin:0px;
	font-weight: lighter;
	color: #666;
	display:inline-block;
	text-decoration: none;
	text-align:center;
	padding:10px;
	width:120px;
	border-radius:80px 100px 80px 100px;
	
	
}

#maliste a:hover {
	background:#C4C6C1;
	background-repeat:repeat;
	font-weight:bold;
color: #FFF;
font-size:15px;
}
#slide1 {
	width:1000px;
	height:250px;
	margin:auto;
	background:url(images/fond-contenu.png) repeat;
	}
#encart {
	width:1000px;
	height:280px;
	margin:auto;
	
	}
#slide {
	width:1000px;
	height:140px;
	margin:auto;
	}


#content {
	background:url(images/fond-contenu.png) repeat;
	width:1000px;
	height:3000px;
	margin:auto;
	
	}
#left {
	
	width:720px;
	height:600px;
	float:left;
	}

#left h2 {
color: #333; margin-left:30px; font-size:18px; margin-right:30px; text-align:justify; 
	}
#left h3{
	border-bottom:1px solid #672B51;
	margin-left:20px;
	font-size:24px;
	color: #672B51;
	}	
#right {
	margin-top:60px;
	width:280px;
	height:630px;
	float:left;
	}
#right h3{
	width:auto;
	height:40px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	background:#672B51;
	padding-top:10px;
	font-size:20px;



	
	}

#engagements{
	background: none repeat scroll 0px 0px rgb(228, 228, 228);
	border: 1px solid rgb(199, 199, 199);
	margin-bottom:50px;
	width:250px;
	text-align:center;
	border-radius:10px;
	}
	
#equipe{
	color: #333;
	background: none repeat scroll 0px 0px rgb(228, 228, 228);
	height:230px;
	border: 1px solid rgb(199, 199, 199);
	margin-bottom:50px;
	width:250px;
	text-align:center;
	border-radius:10px;
	font-size:15px;
	}
#equipe ul{
	text-align:justify;
	padding-left:40px;
	padding-right:40px;
	
	}
	#equipe ul li{
	margin-left:10px;
	margin:auto;
	font-size:16px;
	text-align:justify;
	padding-bottom:20px;
	
	}
#horaires{
	background: none repeat scroll 0px 0px rgb(228, 228, 228);
	height:380px;
	border: 1px solid rgb(199, 199, 199);
	margin-bottom:50px;
	width:250px;
	text-align:center;
	border-radius:10px;
	}

#horaires ul{
	text-align:justify;
	padding-left:40px;
	padding-right:20px;
	}
#horaires ul li{
	margin-left:10px;
	margin:auto;
	padding-bottom:20px;
	}

#footer {
	width:100%;
	height:100px;
background:url(images/fond-menu.png);
	border-radius:0px 0px 10px 10px;
	
	}
	
#footer1 {
	font-weight:bold;
	font-family:"nexus";
	width:1000px;
	height:100px;
	margin:auto;
	
	}
	
#footer2 {
	width:520px;
	float:left;
	height:100px;
	padding-top:60px;
	}
	

#footer a {
	padding-left:50px;
	font-size:15px;
	text-decoration:none;
	color: #666;
	
	}
#footer a:hover {
	color: #000;
	}
	
	
