/*# sourceMappingURL=bootstrap.css.map */

#openlogo2{
  width : 100%;
 
height : nb px;
 
background-color : red;
 
margin : 0px;
}
#sidebar {
    width:auto;
    float:left;
	padding-left:0px;
	
	padding-bottom: 0px:
	
	
}
				#menu {
  position: fixed;
  right: 0;
  top: 90%;
  width: 8em;
  margin: -2.5em 0 0 0;
  z-index: 5;
  background: hsla(0, 0%, 83%, 0.7);
  color: white;
  font-weight: bold;
  font-size: large;
  text-align: left;
  border: solid hsla(221, 12%, 36%, 0.5);
  border-right: none;
  padding: 0.5em 0.5em 0.5em 2.5em;
  box-shadow: 0 1px 3px black;
  border-radius: 3em 0.5em 0.5em 3em;
  
}


#content {
    width:100%;
    float:right;
    padding-left:24px;
	color: #333333;
	margin-top: 0px;
	
	

}

ul#menu_horizontal { 
margin-top: 145px;
width : 250px; 

height : 30px;

background-color:rgb(240,240,240);
border:solid 1px rgb(220,220,220);
position: fixed;
float:left;

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

 

ul#menu_horizontal li {

padding : 0 0.5em;  

line-height : 45px;

}

 

ul#menu_horizontal li.bouton_gauche {

float : left;

border-right : solid 1px dashed black; 

}

 

ul#menu_horizontal li.bouton_droite {

float : right;

border-left : solid 1px dashed black;

}

 

ul#menu_horizontal a {




text-decoration : none;

padding : 0 0.5em; 

font-weight:bold;

}

 

ul#menu_horizontal a:hover { text-decoration : underline; }

 

ul#menu_horizontal a img { 

border : none;

padding :  0 0.3em;

}

/* navigation */
nav {
    padding : 0 0.5em;  

line-height : 45px;
	
    background-color:rgb(240,240,240);
    border:solid 1px rgb(220,220,220);
    padding:0 15px;
	top: 0px;
	
}



nav.stick {
    position: fixed;
    z-index: 10000;
    margin-top:138px;

}
nav.stick.stick2 {
    position: fixed;
    z-index: 10000;
    margin-top:0px;

}


nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav li {
margin-left:2px;
 float:left;
}

nav li a {
    color:rgb(50,50,50);
    font-weight:700;
}

a.nav-active {
    color:#ccc;
}



hr {
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}


