

@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;
	color:#1F2021;
	

	}
#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:100px;
	margin:auto;
	margin-bottom:150px;
	
	}

#content {
	background:url(images/fond-contenu.png) repeat;
	width:1000px;
	height:255px;
	margin-top:200px;
	margin:auto;
	}

#content2 {
	margin:auto;
	padding:20px;
	width:950px;
	height:255px;
	}

#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;
	}
	
	

    #slides {
		height:250px;
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

#slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px
      }
    }