@charset "windows-1252"; 

body
{
     width : 100%;     
     background  : #597C64  url(../images_index/la-rose.jpg) no-repeat left ;
     font-family : verdana, arial, sans-serif ;
     font-size : 100% ;
}

#en-tete
{
   background : #597C64 url(../images_index/header.png) no-repeat top center ;
   width : 100%;
   height : 135px;
 }
 
#conteneur
 {
    position : relative ;
    margin : auto;
    width : 80% ;
    max-width : 1000px ;
    min-width : 600px ;
    background: linen url(../images_index/fond.jpg) ;
    border : 8px solid yellow ;
 }
 
 #colonne-centre 
 {
    position : relative ;
    margin-left : 200px ;
    text-align : left ;
    font-size : 100% ;
     list-style-type : none ;
    overflow : auto;
 }
 
 #colonne-centre p
 {
    margin : 0;
    font-size : 100%;
    color : red ;
    overflow : auto;
 }
 
 table#sample
 {
    background-color : #FFFFFF;
    border : solid #000 3px ;
    width : 600px;
 }
 
 table#sample td
 {
    padding : 5px;
    border : solid #000 1px;
 }
 
 .data
 {
    color : #000000 ;
    text-align : rigth;
    background-color : #CCCCCC;
 }
 
 .toprow
 {
    font-style : italic;
    text-align : center;
    background-color : #FFFFCC;
 }
 
  h3
 {
    text-align : center;
    color : red ;
 }
 
 hr
 {
    clear : both ;
    visibility : hidden ;
 }
 
#oursdusite
 {
    clear : both;
    width : 400px;
    margin-right : auto ;
    margin-left : auto ;
 }
 
 #oursdusite li
 {
  display : inline;
}
   
  
  
