*{
	outline:none;
}

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

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

a {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}
a:hover {
	color:#990000;
}
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 select{
	display:inline;
}

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


#global {
	position: relative;
	width:955px;
	margin:8px auto 0 auto;
}

#global_left {
	position: relative;
	width:795px;
	float:left;
	background-image:url(../picture/interface/bg_global.png);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}

#pub {
	width:120px;
	position:absolute;
	right:0;
	top:0;
}

#global #top {
	height:257px;
	background-image:url(../picture/interface/top.jpg);
	margin-bottom:25px;
	background-repeat:no-repeat;
	position:relative;
}
#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:771px;
	padding:0 0 15px 24px;
	min-height:100px;
	float:left;
	position:relative;
}

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

#global #footer {
	height:276px;
	background-image:url(../picture/interface/footer.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#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;
}

#anneau{
	width:60px;
	display:block;
	position:absolute;
	left:-23px;
	z-index:10;
	background-image:url(../picture/interface/anneaux.png);
	background-repeat:repeat-y;
}
