@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Dosis);

body {font-family:Dosis, sans-serif; font-size:15px; overflow:hidden;}

* {outline:none;}

a {color:#20a3af; text-decoration:none; -webkit-transition:0.3s;}
a:hover {color:#fff; text-decoration:none;}

footer {position:fixed; bottom:0px; left:0px; background:rgba(0,0,0,0.8); color:#fff; width:100%; height:40px; font-size:13px;}

#copyright {position:absolute; top:12px; left:20px;}

#logo {position:fixed; top:20px; left:20px; width:200px; height:200px; background:url(img/logo.png) top left no-repeat; text-indent:-7000px;}

#menu {position:fixed; top:250px; left:-300px;}
#menu ul {list-style-type:none;}
#menu ul li {background-color:#fff; margin-bottom:4px; border-right:5px solid #fff; -webkit-border-radius:3px; width:115px; -webkit-transition:0.3s;}
#menu ul li:hover, .active {border-right:5px solid #C8D400!important; width:130px!important; padding-left:5px;}
#menu ul li a {padding:5px 10px; display:block;}
#menu ul li a:hover, .active a {color:#111;}


#menu-footer {position:absolute; top:13px; right:20px;}
#menu-footer ul {list-style-type:none;}
#menu-footer ul li {display:inline-block; margin-left:10px;}
#menu-footer ul li a {color:#fff;}
#menu-footer ul li a:hover, .activefooter a {color:#20a3af!important;}

#mentionsLink {color:#fff;}
#mentionsLink:hover {color:#20a3af;}

#pattern {position:fixed; z-index:-998; background:url(img/bg_pattern.png) top left repeat; width:100%; height:100%;}

.content {position:absolute; overflow:auto; margin-top:20px; margin-left:25%; margin-right:25%; background-color:rgba(255,255,255,0.8); height:80%; box-shadow: 0 0 20px #000; -webkit-border-radius:3px; -webkit-transition:0.3s; width:50%;}

.content:hover {background-color:#fff;}

.content p {padding:0px 20px 20px 20px; line-height:1.5;}
.content h2 {padding:20px 20px 5px 20px; font-size:24px; margin-bottom:20px; color:#00727c; border-bottom:1px dotted #20a3af;}

#prev {position:fixed; z-index:10; bottom:60px; left:20px; width:30px; height:30px; background:url(img/prev.png) top left no-repeat; cursor:pointer;}
		
#next {position:fixed; z-index:10; bottom:60px; right:20px; width:30px; height:30px; background:url(img/next.png) top left no-repeat; cursor:pointer;}

#cacher, .btnvert {color:#c8d400; margin-left:10px; padding:3px 10px; -webkit-border-radius:3px;}
#cacher:hover, .btnvert {background-color:#c8d400; color:#111;}

.ico-reseau {position:absolute; right:30px; width:32px; display:block; height:32px; text-indent:-7000px;}
#facebook {top:250px; background:url(img/facebook.png) top left no-repeat;}
#facebook:hover {background:url(img/facebook_hover.png) top left no-repeat;}
#google {top:285px; background:url(img/google.png) top left no-repeat;}
#google:hover {background:url(img/google_hover.png) top left no-repeat;}

.tooltipsy { padding: 3px 10px; color: #fff; background-color: #000; -webkit-border-radius:5px;}