*{
	outline:none;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 15px;	
	background-color: #58575a;
	background-image:url(../picture/interface/bg.png);
	background-repeat:repeat-x;
}

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

a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
a:hover {
	color:#1fda00;
}
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;
	display:block;
	height:1px;
}

#adminTop select{
	display:inline;
}

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


#global {
	position: relative;
	width:962px;
	margin:0 auto 0 auto;
	height:100%;
}

#pub {
	width:120px;
	position:absolute;
	right:-130px;
	top:0;
	padding:0;
	margin:0;
}
#pub_left {
	width:120px;
	position:absolute;
	left:-130px;
	top:0;
	padding:0;
	margin:0;
}
#sky .block a,#sky .block,#sky, #sky img{
	padding:0;
	margin:0;
	display:block;
}

#sky_left .block a,#sky_left .block,#sky_left, #sky_left img{
	padding:0;
	margin:0;
	display:block;
}
#sky_left img{
	float:right;
}
#global #top {
	height:251px;
	background-image:url(../picture/interface/top.png);

	background-repeat:no-repeat;
	position:relative;
}

#global #top #lien_home{
	height:145px;
	width:320px;
	position:absolute;
	display:block;
	top:38px;
	left:50px;
	border:0;
}

#global #top #links{
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	color:#000;

}
#global #top #link_home{

	display:block;
	position:absolute;
	top:-13px;
	left:-15px;
	border:0;

}

#global #content {
	width:852px;
	min-height:666px;
	float:left;
	background-color:#3a3a37;
	background-image:url(../picture/interface/bg_content.png);
	background-repeat:no-repeat;
	position:relative;
	padding:65px 55px 50px 55px;
}

#global #pub_right {
	width:120px;
	min-height:182px;
	background-color:#333;
	background-image:url(../picture/interface/pub.jpg);
	background-repeat:no-repeat;
}

#global #footer {
	background-color:#171619;
	border-top:12px solid #f89420;
	position:relative;
	padding:40px 0;
}

#global #texte {
	width:795px;	
	padding:0 20px 0 20px;
	position:relative;
	color:#ddd;
}

#texte a{
	color:#fff!important;
	border:0;
}

#texte a:hover{
	font-weight:bold;
}
