body {
background-color: #F8F8F8;
font-family: sans-serif;
}

#GLOBAL {
margin: auto;
width: 950px;
background-color: white;
border-color: #CCCCCC;
border-width: 1px;
border-style: solid;
padding: 20px;
margin-bottom: 20px;
}

h1 {
text-align: center;
font-size: 1.3em;
}

h2 {
font-size: 1.2em;
clear: both;
}

h3 {
font-size: 1.1em;
clear: both;
}

.Action {
text-align: center;
}


#ZONES {
clear: left;
}

div.ONGLET {
float: left;
width: 200px;
text-align: center;
padding: 5px;
margin-left: 10px;
margin-right: 10px;
}

div.Encours, div.ZONE {
background-color: #DEE7EC;

color: #436976;
}

div.Encours {
cursor: default;
}

div.ZONE {
padding-left: 20px;
padding-right: 10px;
}

div.Actif {
background-color: #ecf6fb;
color: #436976;
cursor: pointer;
}

div.Actif:hover {
color: #638C9C;
}

div.Inactif {
background-color: #DDDDDD;
color: #AAAAAA;
cursor: default;
}

div.Invisible {
display:  none;
}

div.PIED {
margin: auto;
width: 80px;
text-align: center;
padding: 5px;
height: 20px;
border-style: solid;
border-width: 1px;
border-color: #436976;
margin-top: 20px;
cursor: pointer;
}

div.PIED:hover {
color: #638C9C;
border-color: #638C9C;
}

div.BLANC_HAUT {
height: 1px;
}

div.BLANC_BAS {
height: 10px;
}

h3 {
margin-top: 25px;
clear: left;
}

p.Action {
clear: left;
}

/* Page Charte */
#CHARTE {
overflow: auto;
height: 400px;
margin-left: 10px;
margin-right: 10px;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 5px;
color: black;
background-color: white;
}

#ZONE_CHARTE {
margin-left: 10px;
margin-right: 10px;
padding: 5px;
background-color: #DEE7EC;
color: #436976;
text-align: left;
}

.soustitre {
font-style: italic;
}

#TITRE, #CONFIRMATION, #LIEN {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#LIEN {
margin: auto;
width: 200px;
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #436976;
margin-top: 20px;
}

div.LienInactif {
cursor: default;
background-color: #DDDDDD;
color: #AAAAAA;
}

div.LienActif {
cursor: pointer;
}

div.LienActif:hover {
color: #638C9C;
border-color: #638C9C;
}

.Aide {
cursor: help;
}
