html,
body {

}

body {
	margin: 0;
	background-color: #2f0000;

}

body,
input,
select,
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;

}

p,textarea{
		text-align:justify;
}

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

li{
 list-style:none;
}
ul{
	padding:0;
}

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

form {
	margin: 0;
}

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

.clearer {
	clear: both;
}
#devBarAlert{
	background-color: #ff0000;
	padding:4px;
	color:#fff;
	text-align:center;
	font-size:18px;
}

#adminTop {
	text-align: center;
	line-height: 25px;
	background-color: #299a0b;
	min-width:1060px;
	font-size: 14px;
	padding: 5px 0;
}
#content-admin-top {
	text-align: center;
	line-height: 25px;
	min-width:1060px;
	font-size: 14px;
	width: 960px;
	margin: 0 auto;
}
#content-admin-top .admin-top-btn{
	padding: 4px 8px;
	background-color: #104d00;
	color:#FFF;
	margin: 4px 4px 4px 4px;
	display: inline-block;
}
#content-admin-top .admin-top-btn:hover{
	background-color: #072400;
}
#content-admin-top .admin-top-btn.logout{
	background-color: #c40202;
}
#content-admin-top .admin-top-btn.logout:hover{
	background-color: #780000;
}
#global {
	position: relative;
	background-color:#afb1b3;
	background-image:url("../picture/interface/bg.jpg");
	background-repeat:repeat-x;
	min-width:1060px;
}
#global.static #content img{
	float:left;
	margin-right:5px;
}

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

#global #top {
	position:absolute;
	top:5px;
	left:80px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

#global #banner{
	width:960px;
	padding-left:50px;
	height:94px;
	position:relative;
}

#global.index #banner{
	height:340px;
}

#global #ligne{
	width:1060px;
	background-image:url("../picture/interface/ligne.jpg");
	background-repeat:no-repeat;
	background-position:50px 0;
	height:15px;
}

#global #content{
	width:900px;
	background-image:url("../picture/interface/content.jpg");
	background-repeat:repeat-y;
	min-height:225px;
	padding: 10px 80px 0 80px;
}

#footer {
/*	padding: 1px 0;  prevent margin collapsing */
	line-height: 20px;
	background-image:url("../picture/interface/bg_footer.jpg");
	background-repeat:repeat-x;
	height:114px;
	min-width:1060px;
}

.btn{
	-moz-user-select: none;
    background-color: #a21616;
    background-image: none;
    border: 1px solid #a21616;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
}
.btn:hover{
	color:#fff!important;
	background-color: #721212;
    background-image: none;
    border: 1px solid #721212;
}
.margin-bottom{
	margin-bottom:15px!important;
}
.margin-top{
	margin-top:15px!important;
}
.no-margin{
	margin:0px!important;
}
