You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

66 lines
727 B

body
{
padding:0px;
}
#title
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 150px;
margin: 0px;
background-color: #2b2b2b;
z-index: 100;
}
nav
{
position: fixed;
top:0px;
left:0px;
width: 380px;
height: 100%;
padding: 10px;
padding-top: 150px;
background-color: #F1F1F1;
border-right: 2px solid black;
z-index: 50;
}
nav .onglet
{
position:relative;
left: -5px;
height: 50px;
width: 50%;
color: #ffffff;
background-color: #2b2b2b;
}
nav .onglet :hover
{
background-color: #414141;
}
#onglet-esir
{
float: left;
}
#onglet-ext
{
left: 0px;
float: right;
}
#hamburgerMenu
{
}
#calendar
{
}