/*-----------------------------------*/
/* Mise en page du site par des bloc */
/*------------------------------------*/
* {
margin: 0; padding: 0;
}
img {
  display: block;
 }
#conteneur-format-leger {
position:relative;
width:542px;
margin-left: auto;   /*Permet le centrage de tte la page dans tous les navigateur sauf IE (voir body)*/
margin-right: auto;
background-color: #CECEE1;
border: 0px;
text-align: center;
padding: 0px;
}
#contenu-format-leger {
border: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 22px 5px 30px;
background-image: url('images/format-leger/format-leger-fond.jpg');
}

.enLigne img {
border: 0px;
display: inline;
}

hr {
height: 1px;
margin: 4px 0;
padding: 0;
color: #FFFFFF;
background-color: #FFFFFF;
border: 0px;
width: 400px;
}

.formPermalien{
background-color: #FFFFFF; 
border: 1px solid #B8B8D1;
}

/*Encadrement (pub lors de l'abonnement a la newsletter)*/
.encadrement {
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
border:dashed 1px #19197C;
}


/*----------------------------------------------------------------------------------*/
/* Mise en forme du texte et des paragraphe                                         */
/*----------------------------------------------------------------------------------*/
h1 {
color: #19197C;
padding: 15px 0 15px 0;
text-align: center;
font-family: Arial, Times New Roman;
font-size: 11pt;
margin: 0 0 5px 0;
height: 45px;
border: 1px dashed #19197c;
}
h2 {
color: #19197C;
padding: 0px;
text-align: left;
font-family: Arial, Times New Roman;
font-size: 11pt;
margin: 0px;
border: 0px;
}
body {
text-align: center;  /*Permet le centrage de tte la page dans IE*/
margin: 0px;
border: 0px;
color: #19197c;
font-family: Arial, Times New Roman;
font-size: 10pt;
}
table {
color: #19197c;
border: 0px;
font-family: Arial, Times New Roman;
font-size: 10pt;
}
p {
color: #19197c;
border: 0px;
font-family: Arial, Times New Roman;
font-size: 10pt;
}
/*-------------------------*/
/* Mise en forme des liens */
/*-------------------------*/
/*bleu/orange*/
A.type7:link  {text-decoration: none; color: #19197C; font-family: Arial, Times New Roman; font-size: 9pt}
A.type7:visited {text-decoration: none; color: #19197C; font-family: Arial, Times New Roman; font-size: 9pt}
A.type7:hover {text-decoration: underline; color: #FFAA00; font-size: 9pt}


/*Pub suite à inscription a la newsletter*/
A.type3:link  {text-decoration: none; color: #FFAA00; font-family: Impact, Arial, Times New Roman; font-size: 18pt}
A.type3:visited {text-decoration: none; color: #FFAA00; font-family: Impact, Arial, Times New Roman; font-size: 18pt}
A.type3:hover {text-decoration: underline; color: #000080; font-size: 18pt}

