body			{
				background-image:url(../images/background/back_content.png);
				margin:0px;
				}
				
.content		{
				background:url(../images/barre/content.png);
				width:1024px;
				font-family:Verdana, Geneva, sans-serif; 
				margin:auto;
				font-size:11px;
				}

a				{color:#BD7E20;}

a:hover			{text-decoration:none;  color:#BD7E20;}
	
.header			{
				width:100%;
				height:172px;
				background:url(../images/barre/fond_r1_c1.jpg) repeat-x;
				margin:auto;
				text-align:left;
				margin-top:-10px;
				margin-left:0px;
				text-align:center;
				}					
					
					
.menu			{
				background:url(../images/barre/fond_r2_c5.jpg) repeat-x;
				width:100%;
				height:96px;
				margin:auto;
				margin-left:0px;
				text-align:center;
				min-width:1024px;
				}

.texte			{
			margin-left:120px;}

.footer			{
				background:url(../images/barre/footer.png);
				width:1024px;
				height:50px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:11px;
				margin:auto;
				text-align:center;
				}
				
.loader			{
				position:absolute;
				background:url(/images/loader.gif);
				width:32px;
				height:32px;
				margin-left:280px;
				margin-top:-300px;
				}

.infobulle									{
											position: absolute;	
											visibility : hidden;
											border: 1px solid Black;
											padding: 10px;
											font-family: Verdana, Arial;
											font-size: 10px;
											background:url(../images/Autres%20icones/fond_bulle.png);
											width:320px;
											height:120px;
											/*opacity : 0.5 ;
											-moz-opacity : 0.5 ;
											-khtml-opacity : 0.5 ;
											filter : alpha(opacity=50) ; */
											}
											
											
.silhouette									{
											z-index:-1;
											left:0px;
											position: absolute;	
											padding: 10px;
											font-family: Verdana, Arial;
											font-size: 10px;
											background:url(../images/Autres%20icones/SILOUETTE.png);
											width:350px;
											height:688px;
											opacity : 0.15 ;
											-moz-opacity : 0.15 ;
											-khtml-opacity : 0.15 ;
											filter : alpha(opacity=15) ; */
											}

input {font-family:"Verdana, Geneva, sans-serif"; font-size:11px; color:black;}

textarea {font-family:"Verdana, Geneva, sans-serif"; font-size:11px;}


.pagination {
font:11px Verdana, Geneva, sans-serif;
margin:40px 0;
}

.pagination a {
	/*
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
*/
}

.pagination a:hover {
/*
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
*/
}

.pagination span.inactive {
display:none;
/*
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
*/

}

.pagination span.active {
font-weight:bold;
/*
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
*/
}

.searchBox{
  background-repeat:no-repeat;
  padding-left:20px;
} 

td.arrondileft{
background-color: #F5EAD8;

-webkit-border-bottom-left-radius: 10px;

-webkit-border-top-left-radius: 10px;

-moz-border-radius-bottomleft: 10px;

-moz-border-radius-topleft: 10px;

}

td.arrondimilieu{
background-color: #F5EAD8;


}

td.arrondiright{
background-color: #F5EAD8;

-webkit-border-bottom-right-radius: 10px;

-webkit-border-top-right-radius: 10px;

-moz-border-radius-bottomright: 10px;

-moz-border-radius-topright: 10px;

}


