 body {
font-size : 1em;
font-family : arial, sans-serif;
color : #5B5B5B;
width : 100%;
height : 98%;
margin-top : 5px;
margin-bottom : 10px;
margin-left : auto;
margin-right : auto;
padding-bottom : 15px;
background : url("images/fond-vertical.jpg") repeat-x;
 }
 
 #en-tete {
width : 100%;
background : none;
 }

 #corps {
width : 100%;
float : left;
margin-top : 8px;
margin-bottom : 5px;
 }
 
 #conteneur_colonnes {
width : 100%;
clear : both; /* Ceci permet d'éviter un bug d'affichage dans lequel la 5ème colonne passe parfois à la ligne avec FF */
 }
  
 #colonne1 {
width : 18%;
float : left;
display : inline;
margin-left : 1%;
margin-top : 1px;
margin-bottom : 5px;
padding-top : 0;
background : url("images/fond-vertical2.jpg") repeat-x;
text-align : left;
line-height: 150%;
 }

 #colonne2, #colonne3, #colonne4, #colonne5 {
width : 18%;
float : left;
display : inline;
margin-left : 2%;
margin-top : 1px;
margin-bottom : 5px;
padding-top : 0;
background : url("images/fond-vertical2.jpg") repeat-x;
text-align : left;
line-height: 150%;
 }
 
 #colonne1:first-line, #colonne2:first-line, #colonne3:first-line, #colonne4:first-line, #colonne5:first-line {
font-variant : small-caps;
 }
 
 p.base {
width : 95%;
float : left;
margin-top : 8px;
margin-bottom : 5px;
margin-left : 8px;
margin-right : 5px;
padding-left : 22px;
padding-right : 3px;
padding-top : 2px;
padding-bottom : 2px;
background : #F4F4F4 url("images/fond-horizontal.jpg") repeat-y;
 }
 
 p.alerte {
width : 95%;
float : left;
margin-top : 8px;
margin-bottom : 5px;
margin-left : 8px;
margin-right : 5px;
padding-left : 22px;
padding-right : 3px;
padding-top : 2px;
padding-bottom : 2px;
background : #FFE6E6 url("images/fond-horizontal-rouge.jpg") repeat-y;
color : #FF4848;
 }
 
 p.confirmation {
width : 95%;
float : left;
margin-top : 8px;
margin-bottom : 5px;
margin-left : 8px;
margin-right : 5px;
padding-left : 22px;
padding-right : 3px;
padding-top : 2px;
padding-bottom : 2px;
background : #EAFFEA url("images/fond-horizontal-vert.jpg") repeat-y;
color : #009D00;
 }
 
 p:first-line {
font-variant : small-caps;
font-weight : bold;
 }
 
 p:first-letter {
font-size : 1.2em;
 }

 fieldset {
width : 95%;
float : left;
margin-top : 8px;
margin-bottom : 5px;
margin-left : 8px;
margin-right : 5px;
padding-left : 22px;
padding-right : 3px;
padding-top : 5px;
padding-bottom : 5px;
background : #F4F4F4 url("images/fond-horizontal.jpg") repeat-y;
border : 0 none;
 }

 a, a:visited {
color : #5B5B5B;
text-decoration : none;
 }
 
 a:hover, a:focus {
color : #B8B4CD;
text-decoration : none;
 }

 img {
border : none;
 }

 strong {
font-weight : bold;
 }
 
 em {
font-style : italic;
 }
 
 .souligne {
text-decoration : underline;
 }
 
 .important {
color : #FF0000;
 }
 
 .petit {
font-size : 0.8em;
 }
