body {
   background-color: #FFF ;
   color: #000 ;
   font-family: Arial, Helvetica, sans-serif ;
   font-size: 0.9em ;
   min-width: 640px ;
   max-width: 840px ;
}

img {
   border: 0;
}

a {
   text-decoration: none ;
}

a:link {
   color: #3A7E55 ;
}

a:visited {
   color : #5F4120 ;
}

a:hover {
   /* background-color: #F0E68C ;*/
   text-decoration: underline ;
}

a:active {
   color : #FD020F ;
   border: 0 !important ;
}


h1 {
   text-align: center ;
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   line-height: 1.2em;
   color: #058;
}

h3 {
   font-weight: bold;
   color: #058;
   margin-top: 1.8em;
}


div.article {
   padding: 12px 12px 12px 24px ;
   border-left: 2px grey dotted; 
}

div.sommaire {
   float: left;
   width: 180px;
   height: 100%;
   padding: 12px 24px 12px 12px;
   /* background-color: #94cee7; */
   /* border-right: 2px grey dotted; */
   font-family: Georgia, serif;
   font-size: 0.9em;
}

div.sommaire>a:link {
   font-weight: bold ;
}

div.sep_nbp {
   margin-top: 1.8em;
   border-top: 1px grey solid;
   width: 25%;
   height: 1px;
}

div.gris2 {
   width: 100%;
   height: 1px;
   border-top: 2px #ccc solid;
}

div.gris4 {
   width: 100%;
   height: 1px;
   margin-top: 2em;
   border-top: 4px #ccc solid;
}

div.encadre {
   border-radius: 12px;
   -moz-border-radius: 12px ;
   -webkit-border-radius: 12px ;
   background-color: #ddd ;
   padding: 12px;
   margin-top: 0;
   font-family: Georgia, serif ;
   font-size: 0.9em ;
   font-weight: bold;
   line-height: 1.5em;
}

div.photo {
   position: relative;
   float: right;
   padding: 0;
   margin: 0 0 18px 18px;
}

.blanc { 
   color: white;
}


table.tablo {
   width: 100%;
   font-size: 0.9em;
}

table.tablo td {
   padding: 4px;
   text-align: center;
}

table.tablo .gris {
   background-color: #ddd;
}

table.tablo .etiq {
   font-weight: bold;
}

table.tablo .gau {
   text-align: left;
}

p.tablo_tit {
   font-size: 1.2em;
   font-weight: bold;
   text-align: center;
}

.tablo_soustit {
   font-size: 0.9em;
}

p.somm {
   
}

p.lead {
   font-weight: bold;
}

p.encadre_tit {
   font-family: Georgia, serif ;
   font-weight: bold;
   font-size: 1.8em;
   text-align: center;
   margin-top: 12px;
}

p.portrait_tit {
   font-family: Georgia, serif ;
   font-weight: bold;
   font-style: italic;
   font-size: 2em;
   margin-top: 1em;
   margin-bottom: 0;
   padding-bottom: 0;
   color: #888;   
}

.ctr {
   text-align: center;
}

p.tit_somm {
   font-size: larger;
   text-align: center;
   font-weight: bold;
   color: #9c4242 ;
}

p.bdv {
   font-style: italic;
   font-size: 0.8em;
   line-height: 1.2em;
   text-align: right;
   margin-bottom: 0;
   padding-bottom: 0;
}

ol.nbp {
   
}

ol.nbp li {
   font-size: 0.8em;
   line-height: 1.2em;
   margin-bottom: 6px;
}


   

