@charset "utf-8";
/* CSS Document */

body{
	margin				: 0;
	padding				: 0;
	color				: #7b7c7d;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	background			: #fff;
	text-align			: center;
}

#global{
	margin				: auto;
	width				: 995px;
	text-align			: left;
}

#top{
	position			: relative;
	width				: 995px;
	height				: 135px;
	background			: url('../img/bg-top.jpg') no-repeat;
}

.left{
	float				: left;
	width				: 160px;
	height				: 548px;
	background			: url('../img/bg-menu-left.jpg') no-repeat;
	margin				: 0 40px 0 5px;
}

.content{
	float				: left;
	width				: 560px;
	padding				: 0;
	margin				: 0 35px 0 0;
}

.right{
	float				: left;
	width				: 195px;
	height				: 530px;
	background			: url('../img/bg-menu-right.jpg') no-repeat;
}

a{
	text-decoration		: none;
	color				: #7b7c7d;
	outline				: none;
}

a img{
	border				: 0;
}

ul, li{
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

/* UNE *********/

.une{
	background			: url('../img/une.jpg') no-repeat top left;
	padding				: 10px 0 0 40px;
	min-height			: 180px;
	/*height				: 180px;*/
}

.hr{
	background			: url('../img/hr.jpg') no-repeat transparent;
	height				: 4px;
	border				: none;
	clear				: both;
	font-size			: 0;
	color				: #fff;
	margin				: 5px 0 5px 0;
}

/* titre *******/

h1{
	font-size			: 14px;
	margin				: 0 0 0 0 ;
	padding				: 0;
}

.plan, .contact, .agenda{
	display				: block;
	position			: absolute;
	width				: 70px;
	height				: 15px;
	left				: 530px;
}

.plan{
	top					: 30px;	
}

.contact{
	top					: 50px;
}

.agenda{
	top					: 75px;
}

.img{
	position			: relative;
	/*width				: 150px;
	height				: 110px;*/
	float				: left;
	margin-right		: 10px;
}

.cache{
	background			: url('../img/cache.png') no-repeat;
	position			: absolute;
	width				: 150px;
	height				: 110px;
	top					: 0;
	left				: 0;
	z-index:5;
}


.img-une{
	position			: relative;
	/*width				: 235px;
	height				: 185px;*/
	float				: right;
	margin-left			: 10px;
}

.cache-une{
	background			: url('../img/big-cache.png') no-repeat;
	position			: absolute;
	width				: 235px;
	height				: 185px;
	top					: 0;
	left				: 0;
	z-index:5;
}