body {
	font-family:"Trebuchet MS",arial, sans-serif;
     	background-position:top;     	 
        //background:#ffffff url('../img/fond_site.gif') no-repeat top center ;
	border-color:green;
	border-width:0px;
	border-style:solid;
	line-height:1.8em;
	font-size:13px;
	  }

#global {
	/*display:table;*/
	margin:auto;
 	width:1000px;
	/*height:auto;	*/
	min-height:480px;
	background:url(img/fond.png) repeat-y;
  border-color:green;
  border-width:1px 1px 1px 1px;
  border-style:solid;
}
		
#menu {
	float:left;
	display:table-cell;
      	padding-top:2px;
      	padding-left:5px;
	width:700px;
      	/*background-color:rgb(255,255,255);     	
      	border-color:grey;
      	border-width:0px 3px 0px 0px;
      	border-style:solid;*/ }

#centralpres{

	 margin-left:95px;     
	 margin-top:10px;    
	 padding-left:15px;
         padding-top:1px;
         padding-right:4px;
	 width:765px;
         height:100%;
         background-color:white;
	 color:rgb(50,50,50);
         text-align:justify;
         letter-spacing:0px;

         border-color:red;
         border-width:0px;
         border-style:solid;
         }

#saisie{

	 margin-left:35px;     
	 margin-top:10px;    
	 padding-left:15px;
         padding-top:1px;
         padding-right:4px;
	 width:900px;
         height:100%;
         background-color:white;
	 
         }

#pieddepage {
	clear: both;	
	margin:auto;
    	width:1002px;
	text-align:center;
        font-size:11px;
        /*color:rgb(89,85,84);*/
	color:white;
	background-color:#195509;
        height:25px;
        border-color:blue;
        border-width:0px;
        border-style:solid; }

#encart{
	float:right;
	width:200px;
	height:220px;
	margin-left:15px;
	margin-bottom:8px;
 
         }

/************************************************************** titres ******************************************************/

h1{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  padding-left:5px;
  color:rgb(8,106,3);
  background-image:url('../img/feuille_small.png') ;
  background-repeat:no-repeat;
  background-position:left;
  }

h2{
  text-decoration:none;
  padding-left:5px;
  font-size:15px;
  font-weight:bold;
  color:rgb(227,84,25);
  }

h3{
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  color:rgb(251,142,16);

  border-color:rgb(141,194,0);
  border-width:0px;
  border-style:solid;
  }

/********************************************** cellules *************************************************************/

td.menu{
	padding-left:5px;
	font-size:14px;
}

select.sel{
	width:400px;
	overflow:hidden;
	padding:1px;
}

select.sel:hover{
	background-color:rgb(215,225,215);
	overflow:hidden;
	padding:1px;
}


/********************************************** liens *************************************************************/

a.menu{
       padding: 5px 0px 5px 0px;
	margin-top:4px;
	text-decoration:none;
       color:gray;
       font-size: 13px;
       }

a.menu:visited{
               color:gray;
               }

a.menu:hover{
             padding: 5px 0px 5px 0px;
	     text-decoration:none;
	     border-color:rgb(248,143,18);
             border-width:0 0 0 0px;
             border-style:solid;
             font-size: 14px;  
	    color:rgb(227,84,25);   
            font-weight: bold;
             }
             
             
a.menuactif{
            padding: 3px 0px 2px 0px;
	    text-decoration:none;
	    color:rgb(227,84,25);
            font-size: 14px;
            font-weight: bold;
			
	    border-color:rgb(248,143,18);
            border-width:0 0 0px 0;
            border-style:solid;
            }

a.pdp{
       text-decoration:none;
       /*color:rgb(0,70,92);*/
	color:white;
       font-size: 11px;
       
       }

a.pdp:visited{
               text-decoration:none;
               color:white;
               font-size: 11px;
               
               }

a.pdp:hover{
             color:rgb(227,84,25);
             font-size: 11px;
             text-decoration:none;             
             }

a.rien{
       text-decoration:none;
	color:rgb(227,84,25);    
       }
             
/********************************************** liens *************************************************************/

td.liens_chiffre ul li {
	display:inline;
} 
td.liens_chiffre ul li a{
	margin-left:10px;
	color:#777;
	text-decoration:none;
}             

form.mc { display:inline; 
	cursor:pointer;
	}

input.rech {
padding:4px;
font:Arial;
color:rgb(0,70,0);
}

input.recherche {
padding:4px;
font:Arial;
color:rgb(0,70,0);
width:380px;
}

img.refresh {
	vertical-align:-30%;
}

/*********************************************** Définition des classes pour le tri de la pagination *******************************************/



td.liens_chiffre ul li a.current {
font-weight:bold;
  color:rgb(227,84,25); }


