/* Blocs généraux */

body
{
width: 850px;
margin: auto;
height: 100%;
font-family: Arial, Helvetica, Times New Roman;
font-size: 12px;
border: solid 1px #690B0C;
background-color: #F9F4E7;
margin-top: 10px;
margin-bottom: 10px;
}

#head
{
height: 96px;
background-image: url("img/header.jpg");
}

#menu
{
height: 26px;
background-color: #F8E2B1;
border-top: solid 2px #690B0C;
border-bottom: solid 2px #690B0C;
}

#menu_liens
{
background-color: #F8E2B1;
border-top: solid 2px #690B0C;
border-bottom: solid 2px #690B0C;
font-size: 13px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
}

#corps
{
overflow: auto;
background-color: #F8E2B1;
padding: 10px;
}

#footer
{
height: 20px;
background-image: url("img/footer.jpg");
text-align: center;
font-size: 12px;
padding-top: 8px;
color: #68090D;
}

/* Blocs internes */

.large
{
background-color: #FCECCB;
border: solid 2px #690B0C;
background-image: url("img/icone_bloc.jpg");
background-repeat: no-repeat;
margin-bottom: 10px;
}

.titre
{
font-size: 14px;
font-weight: bold;
color: #68090D;
margin-top: 6px;
margin-left: 38px;
margin-bottom: 6px;
}

.contenu
{
padding: 10px;
font-size: 12px;
}

.charte
{
height: 250px;
background-color: #fefaf0;
border: solid 2px #690B0C;
padding: 10px;
margin-bottom: 10px;
overflow: auto;
}

.contenu_graph
{
padding: 10px;
font-size: 12px;
background-image: url("img/graph.jpg");
background-repeat: no-repeat;
background-position: top right;
width: 330px;
}

.contenu_up
{
padding: 10px;
font-size: 12px;
background-image: url("img/update.jpg");
background-repeat: no-repeat;
background-position: top right;

}

.contenu_edit
{
padding: 10px;
font-size: 12px;
background-image: url("img/edit_bg.jpg");
background-repeat: no-repeat;
background-position: top right;
}

.contenu_prs
{
padding: 10px;
font-size: 12px;
background-image: url("img/prs.jpg");
background-repeat: no-repeat;
background-position: top right;
}

.bloc_gauche
{
background-color: #FCECCB;
border: solid 2px #690B0C;
background-image: url("img/icone_bloc.jpg");
background-repeat: no-repeat;
width: 405px;
float: left;
}

.bloc_droit
{
background-color: #FCECCB;
border: solid 2px #690B0C;
background-image: url("img/icone_bloc.jpg");
background-repeat: no-repeat;
width: 405px;
float: right;
}

.conteneur
{
width: 830px;
padding-bottom: 10px;
overflow: auto;
}

.haut
{
text-align: center;
padding: 5px;
margin-bottom: 10px;
background-color: #FCECCB;
background-image: url("img/bande.jpg");
border: solid 2px #690B0C;
}

.bas
{
margin-top: 10px;
padding: 5px;
background-color: #FCECCB;
border: solid 2px #690B0C;
background-image: url("img/bande.jpg");
}

/* Notifications et erreurs*/

.erreur
{
background-color: #F1BEBE;
border: solid 2px #690B0C;
padding: 10px;
color: #690B0C;
font-weight: bold;
margin-bottom: 10px;
}

.valid
{
background-color: #BFF1BE;
border: solid 2px #022101;
padding: 10px;
color: #022101;
font-weight: bold;
margin-bottom: 10px;
}

.info
{
background-color: #FCECCB;
border: solid 2px #690B0C;
padding: 10px;
color: #690B0C;
font-weight: bold;
margin-bottom: 10px;
}

.interne
{
background-color: #fefaf0;
border: solid 2px #690B0C;
padding: 10px;
color: #690B0C;
margin-bottom: 10px;
overflow: auto;
}


/* barre de stats */

.barre
{
float: left;
width: 300px;
background-image: url("img/barre.gif");
border-right: solid 1px #690B0C;
overflow: auto;
text-align: center;
color: white;
}

.contourbarre
{
border: solid 1px #690B0C;
background-color: #FFFFFF;
overflow: auto;
width: 300px;
}

.stat
{
overflow: auto;
margin-bottom: 5px;
}

.titrestat
{
float: left;
width: 160px;
overflow: auto;
}


/* liens */

.btn
{
border: solid 1px #690B0C;
background-color: white;
padding: 3px;
}

.btn:hover
{
border: solid 2px #690B0C;
background-color: white;
padding: 2px;
text-decoration: none;
}

a
{
color: #8b0e0f;
text-decoration: none;
}

a:hover
{
color: #8b0e0f;
text-decoration: underline;
}

a .bouton
{
border: solid 1px #690B0C;
float: right;
}

a:hover .bouton
{
border: solid 1px #e30707;
float: right;
}

a .bouton2
{
border: solid 1px #690B0C;
margin-right: 10px;
}

a:hover .bouton2
{
border: solid 1px #e30707;
margin-right: 10px;
}

#corps a img
{
border: solid 1px black;
}

#corps a:hover img
{
border: solid 1px #8b0e0f;
}

/*  titres, important, etc */

h2
{
font-size: 14px;
font-weight: bold;
color: #68090D;
margin-top: 20px;
}

p
{
margin-left: 20px;
margin-right: 20px;
text-align: justify;
}

td
{
border: solid 1px #690B0C;
background-color: #FCECCB;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

th
{
border: solid 1px #690B0C;
background-color: #FCECCB;
color: #68090D;
}

table
{
border: solid 1px #690B0C;
}