@font-face { 
    font-family: 'Yanone Kaffeesatz';
    src: url('../fonts/YanoneKaffeesatz-Regular.eot');
    src: local('Yanone Kaffeesatz Regular'), 
         local('Yanone Kaffeesatz'), 
         url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype'),
         url('../fonts/YanoneKaffeesatz-Regular.svg#font') format('svg'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local(News Cycle), url('../fonts/NewsCycle-Regular.ttf'); 
} 


* { 
  margin: 0; 
  padding: 0;
}

html {
  width: 100%;  
  height: 100%;
}

body { 
  font: normal .80em 'Yanone Kaffeesatz', arial, sans-serif;
  background: #282828 url(../images/dark.png);
  background-attachment: fixed;
  z-index: 1;
}



/* tell the browser to render HTML 5 elements as block */
article, aside, figure, #footer, header, hgroup, nav, section { 
  display:block;
}


#main, #header, #logo, #menubar, #site_content, #footer { 
  margin-left: auto; 
  margin-right: auto;
}


#main { 
  width: 1280px;
  margin: 0 auto;
}





p { 
  color: #FFF;
}


a { 
  text-decoration: none;
  padding : auto; /* aucune marge intérieure */
  background : transparent; /* couleur de fond */
  border-radius: 8px;
  color : #fff; /* couleur du texte */
  text-shadow: 1px 1px #000;
}

a:hover {
    color: #C5E105;
    background: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}

a:activate, a:focus{
    outline: none;
}


.hide {
    display: none;
}

/*========= begin header =========== */

#header { 
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  z-index: 100;
}

#logo h1 {
  display: inline-block;
  overflow: hidden;
  width: 33%;
  font: normal 480% 'Yanone Kaffeesatz', arial, sans-serif;
  color: #FFF;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#logo h1 a {
  color:  #C5E105;
}

#logo h1 a:hover {
    background: transparent;
}

ul#nav {
    display: inline-block;
    font: normal 200% 'Yanone Kaffeesatz', 'News Cycle', sans-serif;
    position : absolute;
    right : 0px;
    bottom : 20px;
    padding : 0; 
    margin : 0; 
    list-style : none; 
    line-height : 35px; 
    text-align : center; 
    width: 67%;
}




ul#nav a 
{
        display : block; 
        width : 120px; 
        /*margin-left: 7px;*/
}


ul#nav li      
{       
    float : left; 
}


ul#nav li ul /* Sous-listes */
{ 
        position: absolute; 
        width: 120px;
        left: -9999em;
        list-style : none;
}


ul#nav li ul li a .arrow_sublist {
    
   position: relative;
   left: 18px;
   bottom: 2px;
}


ul#nav li ul ul 
{
        margin: -35px 0 0 120px ; 
}


ul#nav li:hover ul ul 
{
        left: -9999em; 
}

ul#nav li:hover ul, #nav li li:hover ul 
{
        left: auto; 
        min-height: 0; /* Corrige un bug sous IE */
        
       
}

ul#nav li:hover ul a, #nav li li:hover ul a 
{
        background: url('../images/image_transparent.png'); 
}

ul#nav li ul li a:hover {
    background-image: none;
    background-color: #FFF;
    z-index: 100;
}


ul#nav li.selected a {
  color: #C5E105;
}

/*========= end header ========= */

/*========= begin #footer ======= */

#footer { 
  width: 100%;
  font-size: 130%;
  padding: 50px 20px 5px 0;
  text-align: right; 
  background: transparent;}

#footer p { 
  padding: 0 0 10px 0;}

#footer a, #footer a:hover {
  text-decoration: none;}


/*======== end #footer ========== */


/*======== begin content ======== */

#site_content { 
  width: 100%;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 0;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: #666 5px 5px 5px;
-moz-box-shadow: #666 5px 5px 5px;


}

#site_content h1 {
   color: #C5E105;    
}


#left_content { 
  background-image: url(../images/image_transparent.png);  
  float: left;
  text-align: justify;
  width: 37%;
  height: 480px;
  margin: 0;
 
}

#left_content h1 {
    margin: 20px;
    
}

#left_content p {
    margin: 15px;
    font-size: 130%;
}
#left_content ul { 
  margin: 2px 0 22px 0px;}

#left_content ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;}

#right_content { 
  
  float: right;
  width: 63%;
  padding: 0;
  height: 480px;
  
}

#right_content img {
  float: right;}



/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 20;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 20;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 20px 25px 0 25px;   
  z-index: 60;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;}

/*======== end content ========== */



/*======== begin gallery ======== */



/*======== end gallery ======== */



/*========= begin Dark part ========== */


h2, h6 { 
  color: #07E5F9;}




#left_content ul li { 
  background: url(../images/dark_bullet.png) no-repeat left center;}

#footer { 
  color: #AAA;
  text-shadow: 1px 1px #000;}

#footer a:hover {
  color: #AAA;}

#slideshow-caption {
  color: #FFF;
  background: #151515;}
 
.form_settings .submit { 
  background: #444;
  text-shadow: 1px 1px #000;
  color: #FFF;}

.form_settings input, .form_settings textarea, .form_settings select { 
  color: #000;
  border-color: #777;}

#blog_container h4.select {
  background: url(../images/dark_blog.png) no-repeat right top;}

.blog h3 {
  color: #111;}
  
#blog_text {
  background: #444;
  color: #EEE;}



ul#nav li.selected a, ul#nav li a:hover, ul#nav ul li a:hover, ul#nav ul li a:focus, ul#nav li.selected ul a:hover { 
  color: #C5E105;}

a.thumb, ul.thumbs li.selected a.thumb {
  background: #FFF;}
  
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  background: #444;
  color: #AAA;}
  
div.pagination a:hover {
  background: #EEE;
  color: #111;}
  
div.pagination span.current {
  background: #444;
  color: #FFF;}

h1, h3, h4, h5, a:hover, #logo h1, #logo h1 a:hover, 
#footer a, #slideshow-caption p,
#blog_container h4, .blog h2, ul#nav li.selected ul a, div.image-title { 
  color: #FFF;}

div.navigation a.prev {
  background: url(../images/prev_arrow_white.gif) no-repeat left;}
  
div.navigation a.next {
  background: url(../images/next_arrow_white.gif) no-repeat right;}

/*========= end Dark part ========== */








