.titreCommun {
	 font-size: 25px;
	 margin-top: 25px;
	 margin-bottom: 15px;
	 text-transform: uppercase;
	 font-weight: normal;
    text-align: center;
}
.PubAdsLarge{
    margin-bottom: 10px;
    background: #f9f9f9;
}
/*FORMULAIRE*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=file],
textarea, 
select {    
    padding: 7px;
    margin-bottom: 10px;
    font-size: 17px;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    border-radius: 7px;
    width: 100%;
}
select {
    appearance: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus, 
select:focus {
    border: solid 1px #dbdbdb;
    outline: none;
    box-shadow: 0px 0px 3px #36a3fe;   
}
::placeholder {
    color: #777;
}
input[type=submit] {
    background: #ff4c00;
    color: #000;
    font-size: 17px;
    border: solid 1px #ff5a00;
    padding: 7px;
    cursor: pointer;
    font-weight: bold;  
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    width: 100%;
    border-radius: 7px;
}
input[type=submit]:hover {
     background: #ff7226; 
}
/*ERREUR 404*/
.Erreur404, .SuspendueM {
    text-align: center;
    margin-top: 50px;
}
.Erreur404Special {
    text-align: center;
    margin-top: 70px;    
}
.Erreur404 h2,
.Erreur404Special h2 {
    font-size: 75px;
    color: #f0780b;
    margin-bottom: 20px;
}
.SuspendueM h2 {
    font-size: 55px;
    color: #f0780b;
    margin-bottom: 20px;
}
.Erreur404 p,
.Erreur404Special p,
.SuspendueM p {
    color: #666;
    font-size: 23px;
    margin-bottom: 20px;
}
.Erreur404 p a,
.Erreur404Special p a,
.SuspendueM p a {
    color: #3d7af5;
    font-weight: bold;
    font-size: 15px;
}
.CadreContenu {
    font-size: 16px;
}
.CadreContenu h2 {
    margin-top: 15px;
}
.CadreContenu p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.CadreContenu ol {
    margin-left: 50px;
}
.CadreContenu ol li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.BoutonsPartage { 
   margin: 20px;   
}
/*PAGINATION*/
.LiensPagination {
    margin-top: 5px;
    margin-bottom: 10px;
}
.BoutonPrecedent,
.BoutonSuivant,
.LienPagiActif,
.LienPagi {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;  
}
.BoutonPrecedent a,
.BoutonSuivant a,
.LienPagi a {
    text-decoration: none;
    padding: 5px;    
    font-weight: bold;
    color: #000;
    background: #ff4c00;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.BoutonPrecedent a:hover,
.BoutonSuivant a:hover,
.LienPagi a:hover {
     background: #fff;
}
.LienPagi {
    width: 30px;
}
.LienPagiActif {
    padding: 5px;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
