Rev 131 | Blame | Compare with Previous | Last modification | View Log | RSS feed
@CHARSET "ISO-8859-1";
/* GTT VERSION 4 */
/* Modif des balises */
body,h1,h2,p{
margin:0;
padding:0;}
legend{margin:0 0 0 1em;}
form {width:100%;}
label{
display:block;
float:left;
padding-right:5px;
min-width:150px;}
/* Disposition des �l�ments sur la page */
#zone_entete {
height:75px;}
#zone_conteneur {
position: absolute;
min-width:1200px;
width:100%;}
#zone_tronc {
position:relative;
padding:5px;}
#zone_gauche {
position:absolute;
left:0;
top:5px;
width:200px;
height:100%;}
#zone_centre {
position:relative;
margin:0 200px;
padding:0;
min-height:500px;
min-width:750px;
overflow:auto;}
#zone_droite {
position:absolute;
right:0;
top:5px;
width:205px;
height:100%;}
#zone_pied {
margin-top:10px;
height:100%;}
/* Autres zones mineures*/
#zone_accessibilite {
float:right;}
#zone_menu{
padding:0 0 0 5px;}
/* D�tails */
#gestion input {width:80px;}
#gestion #btn_valider,.btn_large{
width:50%;
height:50px;
margin:5px auto;}
form.centre{
text-align:center;}
#calendrier_gestion table{
width:100%;
clear:both;}
#connexion input[type=submit]{width:100%}
#info{margin:0;
padding:0;}
#info_aujourdhui{
float:left;
margin:0;}
#info_semaine{text-align:right;}
/*Formulaires*/
.editer li{
display:block;
float:left;
margin:0 0 0 5px}
/* codes couleurs */
.bg-alerte {
background-color: #F3B04E;
}
/* barre d'avancement */
.barre-avancement-ext {
display: inline-block;
height: 10px;
width: 100px;
border: solid #ddd 1px;
background-color: white;
text-align: left;
}
.barre-avancement-int {
height: 10px;
background-color: #409F40;
}