/* CORPS*/
body
{
   width: 1000px;
  
   margin: auto; 
   margin-top: 2px; 
   margin-bottom: 10px;  
color:660000;   
	
   background-image: url(./../../fonds/beige026.gif); 
}
/*DIV*/
div#bandeau {
	width: 100%;
	height:30px;
	color:660000;
background-image: url(./../../fonds/beige035.gif); 
	
	margin: auto;
	margin-bottom: 10px;
	
	}

div#recherche {
	width:165px;
	height:160px;
	border-radius: 10px 10px 0 0; 
	margin-top: 40px;
	background-image: url(./../../fonds/beige035.gif); 
	font-family:"Trebuchet MS";
	border: 1px solid white;
	color:660000;
	clear:both;
	max-width:180px;
	}
	
div#categorie {
	width:165px;
	height:250px;
	border-radius: 0 0 10px 10px; 
	margin-top: 5px;
	background-image: url(./../../fonds/beige035.gif); 
	font-family:"Trebuchet MS";
	border: 1px solid white;
	color:660000;
	max-width:180px;
	clear:both;
	}

div#contenu {
	width:810px;
	height:545px;
	margin-left: 220px;
	margin-bottom: 10px;
	float: left;
	overflow:scroll;
	overflow-x: hidden;
	margin: auto;
	}
	
div#titre{
	height:30px;
	width: 100%;
	
	text-align: center;
	font-size:x-large;
	font-family:"Trebuchet MS";
	font-weight: bold;
	border-radius: 10px; 
	background-image: url(./../../fonds/beige035.gif);
	}
	
div#menu {	
	clear:both;
	width:180 px;
	float: left;
	height:540px;
	background:#bfa781;
	margin-bottom: 10px;
	margin: auto;
	border-radius: 10 0 0 10;
	min-width:180px;
	border: 3px solid #928063;
	
	}




/*TEXTE*/
 

	
.titremenu {
	text-align: center;
	font-size:medium;
	font-family:"Trebuchet MS";
	font-weight: bold;
	 }
a.retour {
	font-size:large;
	color:black;
	text-align: left;
	margin-left: 30px;
	 font-weight: bold;
	}
a.retour:hover{
	text-decoration:none;
	}
	
	
/*BOUTONS*/
.accueil {
	width:180 px;
	height:25px;
	border-radius: 5px; 
	margin-top: 10px;
	background-image: url(./../../fonds/beige035.gif); 
	font-family:"Trebuchet MS";
	border: 1px solid white;
	}
	

div#par{
	margin-left: 0px;
	}
div#par2{
	margin-left: -13px;
	}

.bouton {
	width:140 px;
	height:25px;
	color:de1111;
	
	font-family:"Trebuchet MS";
	font-weight: bold;
	}
	


	
/*TABLEAUX*/
table {
	border: medium solid #502402;
	border-collapse: collapse;
	}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime {
	
	background: #bfa781 url(base.png) no-repeat;
	padding: 8px 12px 4px 16px;
	color: white;
	cursor: pointer;
	height: 30px;
	font-weight: bold;
	}
	
th.forwardSort{
        background: #bfa781 url(bas.png) no-repeat 0 0;
        }
		
 th.reverseSort{
        background: #bfa781 url(haut.png) no-repeat 0 0;
        }    
		
td, th {
	border: medium solid #928063;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 10px;
	color: #6e4d34;
	}

	
	
	
	th.colonne{
	background: #634b38;
	color: white;
	height: 30px;
	font-weight: bold;
	}
	
	a{
	color:white;
	text-decoration:none;
	}
	

	

