/*-----------------------------------*/
/* Mise en page du site par des bloc */
/*------------------------------------*/
* {
margin: 0; padding: 0;
}

img {
  display: block;
 }

#conteneur-format-moyen {
position:relative;
width:770px;
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;
background-image: url('images/format-moyen/format-moyen-fond.jpg');
}

#contenu-format-moyen {
border: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 22px 5px 30px;
}


/*----------------------------------------------------------------------------------*/
/* Mise en forme du texte et des paragraphe                                         */
/*----------------------------------------------------------------------------------*/

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;
}

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}




