@charset "UTF-8";
/* 
	Background-Styles 
*/
html { 
	overflow: scroll; 
} 
body {
	margin:0px; padding:0px;
	background-color:#94CC4C;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	line-height:19px;
}
a:focus, a:active {
	outline:none;
}
/* 
	Header-Styles 
*/

#header {
	position:relative;
	height:115px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;	
}
#header h1 {
	display:none;
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#header #menu  {
	position:absolute;
	right:16px;
	bottom:0px;
}
#header #menu  a {
	display:block;
	float:left;
	color:#ddd;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding:0px 30px 0px 30px;
	text-decoration:none;
	background-image:url(../images/aide_bg.jpg);
	background-repeat:repeat-x;	

}
#header #menu a:hover {
	color:#eee;
	background-image:url(../images/aide_bg_over.jpg);
	background-repeat:repeat-x;	
}
/* 
	Block-Styles 
*/

#body {
	background-color:#94CC4C;
}
#content {
	padding:20px 20px 30px 20px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;	
	
	
}
#container {
	width:972px;
	margin:0 auto;
	position:relative;
	background-color:#94CC4C;
	margin-top:10px;
}


/* 
	Other-Styles   
*/
select {
	border:1px solid #999;
	margin-bottom:10px;
}
select:focus, select:active {
	outline:none;
}

/* 
	Array-Styles   
*/
table {
	border-spacing:2px;	
}
th {
	background-color:#D1D1D1;
	color:#333;
	padding:2px 5px 2px 5px;
}
td {
	padding:0px 5px 0px 5px;
}
td .td_adresse {
	background-color:#F0F0F0;
	border:1px solid #bbb;
	padding:5px 0px 5px 10px;
}
/*
	Footer-Styles
*/

#footer {
	height:11px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;	
	margin-bottom:10px;
	
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}


