/* Structure Globale de la page */
body{
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Helvetica neue", Verdana, "Courier New", "Times New Roman", Serif;
    text-align: center;
}
#header{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 50px;
}
#footer{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1{
    font-size: 25px;
    text-align: left;
}
h2{
    font-size: 16px;
    text-align: left;
    text-decoration:underline;
}
p{
   margin:auto;
   margin-top:10px;
   margin-bottom:10px;
   text-indent: 30px;
   text-align: center;
}
ul li{
   width:600px;
   margin:auto;
   margin-top:10px;
   margin-bottom:10px;
   text-indent: 30px;
   text-align: justify;
}

/* Liens */
a{
    color: black;
    text-decoration:none;
}
a:hover{
    color: gray;
}
a img
{
   border: none;
}
.special_link a, .special_link{
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.special_link a:hover{
    color: gray;
    text-decoration: none;
}
.souscription {
    font-weight: bold;
}
/* TABLE */
table{
    margin: auto;
    padding-top:20px;
    padding-bottom:20px;
    width:650px;
    border: 1px solid black;
}
table td{
    text-align: center;
}
td{
    width: 300px;
}
.centered_cell{
    text-align: center;
}
form{
    margin: auto;
}
form p label{
    width: 200px;
}
form input, form select{
    width: 220px;
}
.warning{
    color:red;
}
.main{
    font-family: sans-serif;

    text-align: center;
}
.gras{
    font-weight: bold;
    font-style: italic;
}
.ref_livre{
    border: 1px solid black;
    width: 370px;
    margin-top: 30px;
    margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
    font-style:italic;
}
.paiement{
    border: 1px solid black;
    width: 650px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
}
.paiement iconp{
    float:left;
    width:100px;
    height:100px;
}
.paiement titrep{
    height:100px;
}
.commande_button_bar{
    width:650px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    border: 1px solid red;
}
.sign{
    font-size: 12px;
    font-style:italic;
}
root {
    display: block;
}
