/* date de création : 27/04/2010 - date de révision : 24/06/2010 */
html {
height : 100%;
}
body {
background: #fff;
border-bottom : 2px solid #ddd;
color : #023262;
font : normal 80% Georgia, sans-serif;
line-height : 1.5;
}
a {
color : #c40;
text-decoration : none;
}
a:hover {
color : #66cc33;
text-decoration : none;
}
.justifier {
text-align : justify;
}
.rouge { 
color : #ed1c24; 
} 
.section {
margin-bottom : 0;
padding-top : 0;
}
.section-titre {
background-color : #f9f9f9;
border-top : 2px solid #ddd;
color : #7a7a7a;
font : bold 1.4em Georgia, sans-serif;
margin-bottom : 16px;
padding : 7px 10px 6px;
}
.section-titre {
margin-bottom : 8px;
}
.archive-barre {
background : #e5e5e5;
clear : both;
color : #ffe;
display : block;
font-size : 0;
line-height : 0;
height : 1px;
}
.archive-barre {
margin-bottom : 20px;
}
/* Image */
img.bordure { 
background-color : #f9f9f9; 
border : 1px solid #ddd; 
padding : 3px; 
} 
img.gauche { 
margin : 0 0.5em 1em 0; 
} 
img.droite { 
margin : 0 0 1em 1.5em; 
}
/* floats */   
.gauche { 
float : left; 
} 
.droite { 
float : right; 
} 
.effet { 
clear : both; 
display : block; 
font-size : 0; 
line-height : 0; 
height : 0; 
}
/* Tableaux */
table {
background : #fdfdfd;
font-weight : normal 0.7em;
width : 100%;
}
td {
background : #fff;
padding : 4px 10px 4px 5px;
}