/* hide dotted outlines in Firefox */
a:focus { outline:none; border:none; }
html { overflow-y: scroll;}

body
{
	margin: 0px;
	padding : 0px;
	background: transparent url(../images/bg_stone.jpg) repeat scroll center top;
}
a 
{
	color: #993333;
	font-weight: bold;
	text-decoration: none;
}
img
{
	border: 0px;
	margin: 0px;
}

form, select, input
{
	margin: 0px;
	padding: 0px;
}

.icon
{
	width: 16px;
	text-align: center;
}

.processing
{
	position: relative;
	float: right;
	text-align: right;
	width: 66px;
}

#img_loading
{
	position: absolute; 
	width: 16px;
	top: 5px; 
	right: 5px;
}

.error
{
	font-weight: bold;
	color: #CC0000;
}
.empty
{
	font-style: italic;
}
.loader
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color: #AAAAAA;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;

}
/***
 * HEADER / FOOTER
 */
#header
{
	margin-left: auto;
	margin-right: auto;
	height: 336px;
	background: transparent url(../images/bg_header.jpg) repeat-x scroll center top;
	text-align: center;
	margin-bottom: -170px;
}
#footer
{
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 1020px;
	background: transparent url(../images/bg_footer.jpg) no-repeat left top;
	text-align: center;
}
 /***
  * SITE
  */
#site
{
	position: relative;
	
	width: 976px;
	min-height: 500px;

	margin-left: auto;
	margin-right: auto;

	
	font-family: 'Arial';
	font-size: 12px;
	
	background: transparent url(../images/bg_content.jpg) repeat-y;
		
	z-index: 0;
}

#menu_container
{
	position: relative;
	float: left;
	width: 200px;

	min-height: 500px;
	text-align: center;
	
	margin-left: 20px;
	margin-right: 30px;
}

#content
{
	position: relative;
	float: left;
	width: 700px;
}
/**
 * MENU HEADER
 */
#header_menu
{
	position: absolute;
	height: 110px;
	width: 360px;
	top: -127px;
	left: 606px;
	z-index: 1;
}
*:first-child+html #header_menus 
{
	left: 747px;	
} 

#header_menu a
{
	display: block;
	float: left;
	width: 90px;
	height: 108px;

	text-align: center;
	color: #000000;
	font-weight: bold;
}
#header_menu a:hover
{
	color: #DD3333;
	font-weight: bold;
}

#header_menu div
{
	margin-top: -20px;	
}

.header_menu, .header_menu_over
{
	position: absolute;

	top: 39px;
	width: 82px;

	border: 1px solid red;
	
	height: 18px;
	padding-top: 90px;
	
	font-weight: bold;
	text-align: center;
	
	cursor: pointer;
}
.header_menu_over
{
	color: #DD3333;
}

.header_menu img, .header_menu_over img
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 0;
	
}

#header_login	
{
	left: 747px;
}
#header_rc
{
	left: 837px;
}

.chiffres
{
	text-align: right;
}
