*{
	outline:none!important;
}


body {
	margin: 0;
	font-family:Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 13px;	
	background-color: #6e4119;
}

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

a {
	color: #333;
	text-decoration: none;
	border:0;
}
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: 1119px;
	height: 877px;
	margin: 0 auto;
	background-image:url(../picture/interface/bg.png);
}

#global_content {
	position: relative;
	width: 955px;
	height: 800px;	
	margin:0 auto;
}

#global #top {
	height:167px;
	background-image:url(../picture/interface/top.jpg);
}

#global #top #fr,#global #top #en {
	height:11px;
	width:16px;
	position:absolute;
	top:140px;
	display:block;
	border:0;

}
#global #top #fr:hover,#global #top #en:hover {
	border:1px solid #333;

}
#global #top #fr{
	right:37px;
}

#global #top #en{
	right:13px;
}

#global #top #home{
	height:145px;
	width:130px;
	position:absolute;
	top:15px;
	display:block;
	left:34px;
	border:0;
}

#global #content {
	height:640px;
	position:relative;
}
#global #content.nogalerie {
	height:600px;
	padding-top:40px;
	position:relative;
}
#global #footer {
	position: absolute;
	bottom: -1px;
	width:920px;
	font-size:10px;
	padding-left:35px;
	line-height: 12px;
	height:35px;
	background-color:#e29c00;
	color:#fff;
	border-top:10px solid #6E4119;
	z-index:20;
}
