body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
}

a{
	text-decoration:none;
}
/*===Blocs conteneurs===*/
#frenchbox{
	width:900px;
	min-height:800px;
	background-color:#ffffff;
	background-image:url('images/frenchbackg2.jpg');
	background-position:top;
	background-position-x:left;
	background-repeat:no-repeat;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#french_bloc_haut{
	display:block;
	width:900px;
	background:transparent;
	height:165px;
}

#french_bloc_haut a{
	display:block;
	width:900px;
	line-height:165px;
}

#bloc_catal{
	width:880px;
	padding-left:10px;
	padding-right:10px;
	margin-top:30px;
}

#btn_retour{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:50px;
	background-image:url('images/btn_rouge.jpg');
	background-position:top;
	background-position-x:left;
	background-repeat:no-repeat;
	text-align:center;
}

/*=====textes=====*/
#btn_retour a{
	display:block;/* block for <a> to give it its dimensions */
	width:200px;
	height:50px;
	line-height:50px;/* height of line to avoind paddings */
	margin-left:0;
	margin-right:0;
	margin-top:0;
	overflow:hidden;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

#btn_retour a:hover{
	color:#fdf69e;
	background-image:url('images/btn_rouge.jpg');
	background-position:top;
	background-position-x:left;
	background-repeat:no-repeat;
	background-position:0% -50px;
	width:196px;
	height:46px;
	padding-left:4px;
	padding-top:4px;
}
/*=====footer=====*/
#frenchfoot{
	width:800px;
	margin:5px auto;
	color:#00b0e6;
	font-size:12px;
	text-align:center;
}

#frenchfoot a,a:active{
	text-decoration:none;
	color:#00b0e6;
}

#frenchfoot a:hover{
	text-decoration:none;
	color:#940000;	
}

/*==========menu principal==========*/
ul,li{
	list-style-type:none;
	padding:0;
}

li {
display: inline; /* correction pour IE5 et IE5.5 */
float:left;
}

ul#navig_hrztl{
	position:absolute;
	border:0;
	margin-top:30px;
	margin-left:30px;
	width:800px;
	height:50px;
	background-image:url('images/bloc_btn_4.gif');
	background-position:top;
	background-position-x:left;
	background-repeat:no-repeat;
	text-align:center;
}


ul#navig_hrztl li.hrztla a{
	display:block;/* block for <a> to give it its dimensions */
	width:200px;
	height:50px;
	line-height:50px;/* height of line to avoind paddings */
	margin-left:0;
	margin-right:0;
	margin-top:0;
	overflow:hidden;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

li.hrztla a:hover{
	color:#fdf69e;
	background-image:url('images/bloc_btn_4.gif');
	background-position:top;
	background-position-x:left;
	background-repeat:no-repeat;

}

li.hrztla a#menu_acc:hover{
	background-position:0% -50px;
	width:196px;
	height:46px;
	padding-left:4px;
	padding-top:4px;
}

li.hrztla a#menu_cat:hover{
	background-position:-200px -50px;
		width:196px;
	height:46px;
	padding-left:4px;
	padding-top:4px;
}

li.hrztla a#menu_ret:hover{
	background-position:-400px -50px;
		width:196px;
	height:46px;
	padding-left:4px;
	padding-top:4px;
}

li.hrztla a#menu_con:hover{
		width:196px;
	height:46px;
	padding-left:4px;
	padding-top:4px;
	background-position:-600px -50px;
}