body {font-family:Arial; font-size:12px; overflow:hidden;}

* {outline:none;}

a {color:#ff004e; 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:11px;}

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

#logo {position:fixed; top:20px; left:-500px; 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:100px; -webkit-transition:0.3s;}
#menu ul li:hover, .active {border-right:5px solid #ff004e!important; width:120px!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:12px; 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:#ff004e!important;}

#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:25%; background-color:rgba(255,255,255,0.8); height:50%; box-shadow: 0 0 20px #000; -webkit-border-radius:3px; -webkit-transition:0.3s;}

#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:#ff004e; border-bottom:1px dotted #ff004e;}

#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:#00d198; margin-left:10px; padding:3px 10px; -webkit-border-radius:3px;}
#cacher:hover, .btnvert {background-color:#00d198; color:#111;}

.ico-reseau {position:absolute; right:-100px; 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;}
#twitter {top:290px; background:url(img/twitter.png) top left no-repeat;}
#twitter:hover {background:url(img/twitter_hover.png) top left no-repeat;}
#google {top:330px; 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;}