/* Gabarit */

body{
	/*background:white url("../images/interface/ombre_sup.jpg") no-repeat center top;*/
	background:#40403F url("images/interface/fond_body.jpg") repeat-x left top;

	font:normal 10px "Trebuchet MS", sans-serif;
	margin:0;
	padding:13px;
}

a {color:#000000}
a:hover { text-decoration:none}

.logo_fox{
	display:block;
	position:absolute;
	background:black url("../images/interface/logo_fox.jpg") no-repeat left center;
	top:60px;
	left:0;
	width:317px;
	height:87px;
	z-index:10;
}
div{
	position:relative;
}
#cache{
	width:20px;
	height:40px;
	position:absolute;
	top:30px;
	left:-10px;
	border:1px solid #FF0000;
}


#ombre{
	background:white url("../images/interface/ombre.jpg") repeat-y left top;
	width:760px;
	padding:0 15px;
	margin:auto;
}
	#contenu{
		width:100%;
		background:white url("../images/interface/fond_global.jpg") no-repeat left top;
		overflow:hidden;
	}

		#col_gauche{
			width:215px;
			padding-top:30px;
			float:left;
			/* txt */
			font-family:"Trebuchet MS", sans-serif;
		}
		
			#versions{
				width:185px;
				height:10px;
				padding:10px 15px;
				/* txt */
				color:#616060;
				font-size:10px;
			}
				#versions a{
					color:#616060;
					text-decoration:none;
					text-transform:uppercase;
				}
			
			#menu{
				width:185px;
				height:489px;
				padding:15px;
				margin-top:85px;
				/* txt */
				font-size:12px;
			}
				#menu a{
					background:white url("../images/interface/fond_amenu.gif") no-repeat right center;
					display:block;
					width:155px;
					height:16px;
					padding:5px 10px;
					margin:5px 0;
					opacity : .7;
					filter : alpha(opacity=70);					
					/* txt */
					color:black;
					text-decoration:none;
				}
				#menu a:hover{
					opacity : 1;
					filter : alpha(opacity=100);					
				}
				
		#col_droite{
			float:left;
			width:405px;
			padding:20px 10px 20px 125px;
		}
			#col_droite h1{
				font-size:14px;
			}
			#col_droite h2{
				font-size:12px;
			}
	#pied{
		margin-left:215px;
		width:410px;
		height:20px;
		background:black url("../images/interface/fond_pied.gif") no-repeat right top;
		padding:10px 10px 10px 125px;
		/* txt */
		color:white;
	}
		#pied a{
			color:#f0f0f0;
			text-decoration:none;
		}
		#pied a:hover{
			color:white;		
		}
	#ombre_inf{
		width:750px;
		height:24px;
		padding:5px 20px;
		background:white url("../images/interface/ombre_inf.jpg") no-repeat left top;
		margin:auto;
		text-align:right;
	}
		#ombre_inf a{
			color:black;
			text-decoration:none;
		}	
	

