body
{
background-color:#FFFFFF;
}

/* il y a une div qui englobe tout.. */
#global
{
overflow: auto;
position:absolute; top: 5px; left: 20px;
height: 98%;
width: 1160px; /* Très important : donner une taille */
border: 1px double red;
}

#boite_dialog
{
position:absolute; top: 6px; left: 21px;
background-image: url(img/dialog.png); /* img de fond */
background-repeat: no-repeat; /* ca c'est pour pas que l'img de fond ne se répète */
height: 789px; /* hauteur */
width: 1109px; /* largueur */
border: 0px solid #c0d7ed;
}

#msg_rouge
{ /* zone où il y a les messages sur index2.php */
overflow: auto;
position:absolute; top: 145px; left: 255px;
background-color:#ffdede;
height: 90px; /* hauteur */
width: 616px; /* largueur */
border: 1px solid red;
}
#msg_vert
{ /* zone où il y a les messages sur index2.php */
position:absolute; top: 145px; left: 255px;
background-color:#eaf6e7;
font-family:courier new;
font-size:14px;
height: 90px; /* hauteur */
width: 615px; /* largueur */
border: 1px solid #99cc00;
}

#liste_christ
{ /* zone où il y a la liste de truc à faire sur index2.php */
position:absolute; top: 340px; left: 60px;
height: 140px; /* hauteur */
width: 500px; /* largueur */
border: 0px solid #c0d7ed;
}
#liste_pascal
{ /* zone où il y a la liste de truc à faire sur index2.php */
position:absolute; top: 340px; left: 600px;
height: 140px; /* hauteur */
width: 500px; /* largueur */
border: 0px solid #c0d7ed;
}

#msg_lus
{ /* zone où il y a les messages lus sur index2.php */
overflow: auto;
position:absolute; top: 590px; left: 30px;
height: 170px; /* hauteur */
width: 1100px; /* largueur */
border: 0px solid red;
}

#zone_rubriques
{
font-family:verdana;
font-weight:bold;
font-size:10px;
color:#CC3333;
}

.submit { /* boutons formulaires qui ne sont pas des img */
width: 90px;
height: 20px;
background-color: #CC3333;
font-family: Helvetica;
font-size: 12pt;
color: #FFFFFF;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
margin: 0px;
padding: 0px;
}
