/* ----- FEUILLE DE STYLE GENERALE DE L'INTERFACE D'OPENESUB ----- */

/* Paramètres généraux */

body {
    margin: 0px; 
    color: #C0C0C0; 
    background: black;
}

img {
    border: 0px;
}

li {    
    font-size: 10pt;
    font-family: Arial,Helvetia,sans-serif;
    text-align: justify;     
    padding-left: 10px; 
    padding-right: 10px;  
}

table {
    width: 100%; 
    margin: 0px;
    font-size: 10pt;
    font-family: Arial,Helvetia,sans-serif;
    padding: 0;
    border-width: 0;
    vertical-align: middle;
}

td tr {
    font-size: 10pt;
    font-family: Arial,Helvetia,sans-serif;
    padding: 0;
    border-width: 0;
    vertical-align: middle;
}

a {
    font-weight: bold; 
    color: #008080; 
    text-decoration: underline;
}

a:hover {
    color: red;
}

h1 {
    margin-left: 150px; 
    margin-right: 150px; 
    font-size: 14pt; 
    font-weight: bold; 
    border-color: red; 
    border-width: thin; 
    border-top-style: inset; 
    border-bottom-style: inset; 
    border-left-style: none; 
    border-right-style: none; 
    color: white;
    background: black;
}

h2 {
    margin-top: 30px; 
    padding: 5px; 
    font-size: 12pt; 
    font-weight: bold; 
    border-color: #C4B655; 
    border-width: thin; 
    border-top-style: inset;
    border-bottom-style: inset;
    border-left-style: none; 
    border-right-style: none;
    color: white;
    background: black;
}

p {
    font-size: 10pt;
    font-family: Arial,Helvetia,sans-serif;
    padding-left: 10px; 
    padding-right: 10px; 
    text-align: justify; 
    line-height: 1.5;
}

/* Paramètres particuliers du menu vertical */

div#texteExplicatif {
    color: #C0C0C0;
}

div#copyright {
    font-style: italic;
}

td.menuVertical {
    background: #000030; 
    color: #C0C0C0;
    text-align: center; 
    width: 20%; 
    border-right: 2px solid #000020;
    vertical-align: top;
}

table.groupementOptionsMenuVertical {
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 10%; 
    padding-right: 10%; 
    text-align: center;
}

td.rubriqueMenuVertical {
    padding-top: 3px; 
    padding-bottom: 3px;
    background: #000060;
    color: #C0C0C0;
    font-weight: bold;
}

a.optionMenuVertical {
    background: #000030;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.optionMenuVertical:hover {
    background: #000030;
    color: red;
}

div.optionsMenuVertical {
    padding-top: 15px;
}

.conteneurBouton {
    background: #000030;
    padding-top: 5px;
    text-align: center; /* pour Internet Explorer */
}

#conteneurBoutonLudimail {
    background: #000030;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center; /* pour Internet Explorer */
}

#boutonLudimail {
    background: #000030;
    margin-left: auto;
    margin-right: auto;  
}

.bouton_valid {
    background: #000030;
    margin-left: auto;
    margin-right: auto;     
}

.bouton_submit {
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	background: black;
}

/* Paramètres particuliers du menu horizontal */

td.menuHorizontal {
    color: white; 
    background: black; 
    background: #800000; 
    border-top: 2px solid #500000; 
    border-bottom: 2px solid #500000;
}

table#optionsMenuHorizontal {
    height: 100%; 
    text-align: center;
}

a.optionMenuHorizontal {
    background: #800000; 
    color: white; 
    text-decoration: none;
}

a.optionMenuHorizontal:hover {
    background: #800000;
    color: red;
}

td.colonneMenuHorizontal {
    width: 20%;
    text-align: center;
}

/* Paramètres ponctuels */

img#logoOpenESub {
    padding: 10px;
    margin-left: auto;
    margin-right: auto; 
}

img#banniereOpenESub {
    margin-left: auto;
    margin-right: auto; 
    vertical-align: middle;
}

div#titreOpenESub {
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
}

td#celluleLogoRubrique {
    vertical-align: top;
    text-align: center;
    height: 1px;
}

td#page {
    vertical-align: top;
}

/* Paramètres divers */

div.retour {
    text-align: right;
    margin-right: 10px;
}

span.puce {
    background: black;
    color: red;
    font-weight: bold;
}

.gras {
    font-weight: bold;
}

.cartouche {
    margin-top: 20px;
}

.italique {
    font-style: italic;
}

.message {
	font-weight: bold;
    text-align: center;
    color: red;
	margin-left: 10%;
	margin-right: 10%;
        margin-top: 10px;
	border: 1px solid red;
	padding: 20px;
}

.version {
    font-style: italic; 
    font-size: 8pt;  
    text-align: right;
}

/* Speciale dédicace à Internet Explorer qui ne respecte pas la norme CSS et qui nécessite ça */
.conteneurPourCentrage {
    text-align: center;
}

.centre {
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* Speciale dédice à Internet Explorer qui ne respecte pas la norme CSS */
}
