html,body
{
   margin:0;
   padding:0;
   font-size: 0.9em;
}

body
{
   font: 80% verdana, century gothic, arial,sans-serif;
   text-align:center;
   background: #EBEBEB url("./back/back.jpg") repeat;
}

p
{
   margin:0 10px 10px;
}

#container
{
   position: relative;
   text-align:left;
   background: url("./back/wrapper.jpg") repeat-y;
   width:810px;
   margin:0 auto;
}

#header
{
   height:195px;
   line-height:195px;
   margin:0;
   padding-left:10px;
   background: url("./back/header.jpg") no-repeat;
}

#navigation
{
   height: 26px;
   margin: 0px 11px 0px 11px;
   padding-left:10px;
   background: url("./puces/puce_menu.png") repeat-x 0px 18px;
}

#content
{
   margin-left: 15px;
   width: 780px;
   height: auto;
   background: none;
}
#content p
{
   line-height:1.4;    
}

#footer
{
   background: url("./back/footer.jpg") no-repeat;
   clear:both;
   width:100%;
   height: 30px;   
}
#footer p
{
   margin:0;
   padding:5px 10px;
}



#wrapper
{
   float:left;
   width:100%;
}


















h1
{
   font-family: verdana, arial, geneva, helvetica, sans-serif;
   font-size: 18px;
   font-style: italic;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #FF3300;                                          
}

h2
{
   font-family: verdana, arial, geneva, helvetica, sans-serif;
   font-size: 18px;
   font-style: italic;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #FF3300;                                           
}

h3
{
   font-family: verdana, arial, geneva, helvetica, sans-serif;
   font-size: 14px;
   font-style: italic;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #FF3300;                                          
}


input, select, textarea
{
   font-size: 11px;
   border: 1px solid #CCCCCC;
}

.obligatoire
{
   background: #FFEAD5;
}


.news_title
{
   font-size: 1.3em;
   font-weight: bold;
}

table{
   border-collapse: collapse;
}


a.previous
{
   background: url("./buttons/previous.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

a.next
{
   background: url("./buttons/next.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}
a.none
{
   background: url("./buttons/none.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

a.up
{
   background: url("./buttons/up.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

a.mail
{
   background: url("./puces/mail.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

a.pdf
{
   background: url("./puces/pdf.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

.tel
{
   background: url("./puces/tel.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

.web
{
   background: url("./puces/web.png") no-repeat 0px 0px;
   padding-left: 18px;
   padding-bottom: 10px ; 
}

.remark
{
   font-weight: bold;
   color: #999999;
   font-style: italic ;
}






















a.menu:link
{  
   font-family: century gothic, verdana, arial, sans-serif;    
   font-size: 13px;
   color: #666666;
   text-decoration:none;  
   background: url("./puces/puce_menu.png") repeat-x 0px 18px;                                       
   padding-bottom: 10px;
   padding-left: 4px;
   padding-right: 4px;
}
a.menu:visited
{  
   font-family: century gothic, verdana, arial, sans-serif;
   font-size: 13px;
   color: #666666;
   text-decoration:none;                                      
   background: url("./puces/puce_menu.png") repeat-x 0px 18px;
   padding-bottom: 10px;
   padding-left: 4px;
   padding-right: 4px;
}
a.menu:active  
{             
   font-family: century gothic, verdana, arial, sans-serif;
   font-size: 13px;
   color: #FF0000;
   text-decoration:none;
   background: url("./puces/puce_menu_hover.png") repeat-x 0px 17px;
   padding-bottom: 10px;
   padding-left: 4px;
   padding-right: 4px;
}
a.menu:hover
{             
   font-family: century gothic, verdana, arial, sans-serif;
   font-size: 13px;
   text-decoration: none; 
   color: #FF0000;
   background: url("./puces/puce_menu_hover.png") repeat-x 0px 17px;
   padding-bottom: 10px;
   padding-left: 4px;
   padding-right: 4px;
}


.menu_sel
{                 
   font-family: century gothic, verdana, arial, sans-serif;
   font-size: 13px;
   color: #FF3300;
   text-decoration: none;
   background: url("./puces/puce_menu_sel.png") repeat-x 0px 17px;
   padding-bottom: 10px;
   padding-left: 4px;
   padding-right: 4px;
}



.menu_credits
{
   color: #999999;
   text-decoration:none;
   font-weight: normal;
   font-size: 9px;
   font-style: normal;   
}


.encadre
{
   background: #EFE8E7; 
   border: 1px solid #666666 ;
   padding: 4px 4px 4px 4px;
}