/* (gH) -_- fixes.css ; TimeStamp (unix) : 09 Février 2010 vers 16:46 */
* { margin : 0% ; padding : 0% }
div.haut {
position: fixed;
width: 100%;
height : 15% ;
background-color : #CCFFCC ; /* vert pastel */
} /* fin de div.haut */
div.gauche {
position: fixed;
width: 20%;
top : 15% ;
height : 80% ;
background-color : #FFFFCC ; /* jaune pastel */
} /* fin de div.gauche */
div.droite {
float : right ;
width: 80%;
top : 15% ;
left: 20%;
height : 80% ;
background-color : #CCFFFF ; /* bleu pastel */
} /* fin de div.droite */
div.bas {
position: fixed;
width: 100%;
top : 95% ;
height : 6% ;
background-color : #FFCC99 ; /* orange pastel */
} /* fin de div.bas */
|