body {
    font-family: Verdana, sans-serif;
}

header {
    width: 100%;
    margin: 0px 0px 10px;
    background-color: #0B0B3B;
    color: white;
}

header #titre_page {
    height: 40px;
    margin: 0px;
    padding: 10px 10px;
    font-size: 2em;
}

header #contributeur {
    height: 25px;
    margin: 0px;
    padding: 0px 7px 10px 10px;   
}

header #contributeur a {
    display: block;
    float: right;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #F5F5F5;
	color: #555;
	border-radius: 2px;
	border: 1px solid #CCC;
}

header #contributeur a:hover {
    display: block;
    float: right;
    padding:6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #478BF9;
	color: #FFF;
	border-radius: 2px;
	border:1px solid #478BF9;
}

header #contributeur a:active {
    display: block;
    float: right;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #D34836;
	color: #FFF;
	border-radius:2px;
	border:1px solid #D34836;
}

#menu {
    height: 20px;
    margin: 0px;
    padding: 10px 0px 10px;
    background-color: white;
}

#menu span {
    display: block;
    float: left;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #d7d7eb;
	color: #555;
	border-radius: 2px;
	border: 1px solid #d7d7eb;
}

#menu a {
    display: block;
    float: left;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #F5F5F5;
	color: #555;
	border-radius: 2px;
	border: 1px solid #CCC;
}

#menu a:hover {
    display: block;
    float: left;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #478BF9;
	color: #FFF;
	border-radius:2px;
	border: 1px solid #478BF9;
}

#menu a:active {
    display: block;
    float: left;
    padding: 6px;
    margin: 0px 3px;
	font-weight: bold;
    font-size: 13px;
	background: #D34836;
	color: #FFF;
	border-radius: 2px;
	border: 1px solid #D34836;
}

#contenu {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #d7d7eb;
}

#corps {
    padding: 6px;
    margin: 0px auto 0px 0px;
    background: #d7d7eb;
}

#corps #authentification-form label {
    display: block;
    float: left;
    width: 170px;
    text-align: right;
    margin: 0px 10px;
}

#corps #liste_articles {
    width: 100%;
}

#corps #liste_articles tr .bouton {
    display: block;
    float: left;
    padding: 3px;
    margin: 0px 1px;
	font-weight: bold;
    font-size: 13px;
	background :#F5F5F5;
	color: #555;
	border-radius: 2px;
	border: 1px solid #CCC;
}

#corps #liste_articles tr .bouton:hover {
    display: block;
    float: left;
    padding: 3px;
    margin: 0px 1px;
	font-weight: bold;
    font-size: 13px;
	background: #478BF9;
	color: #FFF;
	border-radius: 2px;
	border: 1px solid #478BF9;
}

#corps #liste_articles tr .bouton:active {
    display: block;
    float: left;
    padding: 3px;
    margin: 0px 1px;
	font-weight: bold;
    font-size: 13px;
	background: #D34836;
	color: #FFF;
	border-radius: 2px;
	border: 1px solid #D34836;
}

#corps #liste_articles th, #corps #documentsJoints th  {
    background: #0B0B3B;
    color: #FFF;
}

#corps #liste_articles tr:nth-child(even), #corps #documentsJoints tr:nth-child(even) {
    background: #EEE;
}

#corps #liste_articles tr:nth-child(odd), #corps #documentsJoints tr:nth-child(odd)  {
    background: #8e8ebf;
}

#corps #liste_articles td {
    padding: 0px 5px;
}

#corps #liste_articles td.rubrique {
    background: #ffff8e;
}


#corps h1 {
    font-size: 1.2em;
    clear: both;
}

#corps progress {
    width: 100%;
}

#corps #etat {
    margin-bottom: 10px;
}

#corps #ea_commentaires {
    margin: 0px 10px 10px 0px;
    width: 99%;
}

#corps #auteur, #date, #titre, #sous_titre, #descriptif, #texte {
    padding: 3px;
    background: #fff;
    border: 1px solid #478BF9;
}

#corps #texte p {
    text-align: justify;
}

#corps #texte .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#corps #texte .left {
    float: left;
}

#corps #texte .right {
    float: right;
}

#corps #texte quote {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px;
    border: 1px solid #000;
}

#corps #texte table {
    margin: auto;
}

#corps #texte tr:nth-child(even) {
    background: #EEE;
}

#corps #texte tr:nth-child(odd)  {
    background: #FFF;
}

#corps #texte td {
    text-align: left;
}

footer {
    margin: 10px 0px 0px;
    padding: 5px;
    background-color: #0B0B3B;
    color: white;
}