51 lines
528 B
CSS
Raw Normal View History

2010-04-02 10:11:32 +00:00
#container {
width:1000px;
}
#page {
width:663px;
}
2011-03-01 08:42:45 +00:00
#center {
2010-04-02 10:11:32 +00:00
width:663px;
}
2011-03-01 08:42:45 +00:00
#identifiant {
float:left;
width:40%;
}
#modules {
float:left;
width:40%;
}
#listeModules {
position:absolute;
width:500px;
display:none;
background-color:#FBF7AA;
border:1px solid #000000;
z-index:3;
}
#closelisteModules {
float:right;
padding:0.4em 1em;
}
#listeModules ul {
width:100%;
margin-left:-10px;
list-style-type:none;
}
#listeModules ul li {
display:inline;
float:left;
width:50%;
}
2010-04-02 10:11:32 +00:00
.blockh2{
margin:5px;
2011-03-01 08:42:45 +00:00
}