body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51656f;
	line-height: 15px;	
	background-color: #8298a3;
	background-image:url(../picture/interface/bg.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
}


img {
	display: block;
	border-width: 0;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

#adminTop {
	text-align: center;
	line-height: 25px;
	background-color: #DDD;
}

#global {
	position: relative;
	width: 800px;
	height:600px;
	margin: 0 auto;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
}

#global #top {
	position:absolute;
	height:143px;
	width:800px;
	z-index:1;
	background-image:url(../picture/interface/bg_top.png);
	background-repeat:no-repeat;
			z-index:100;
}

#global #top #lang {
	position:absolute;
	top:13px;
	right:15px;
	z-index:1000;
}

#global #top #lang a {
	width:15px;
	height:10px;
	float:left;
	display:block;
	border:0;
}

#global #top #lang #fr {
	background-image:url(../picture/interface/fr.png);
}

#global #top #lang #en {
	background-image:url(../picture/interface/en.png);
	margin-left:10px;
}

#global #top #lien_home,#global #top #lien_home:hover{
	position:absolute;
	left:10px;
	top:10px;
	border:0;
	z-index:1;
}


#global #content {
	height:463px;
	margin-bottom:5px;
	background-image:url(../picture/interface/bg_content.png);
	padding-top:83px;
	position:relative;
}


#global #footer {
	height:49px;
	background-image:url(../picture/interface/footer.png);
}

#global #footer #left {
	float:left;
	color:#008ab5;
	padding:12px 0 0 12px;

}

#global #footer #right {
	float:right;
	color:#008ab5;
	padding:12px  12px 0 0;

}

#global #footer #right a{
	color:#008ab5;
	border:0;

}


