#header_wrapper_login {
	background:#282828;
	height:55px;
	position: fixed;
	top: 0px;
	width: 215px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 200;
}
#header_login {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	width: auto;
}
#header_wrapper {
	background:#282828;
	height:44px;
	position: fixed;
	top: 0px;
	width: 100%;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 200;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
}
h1 {
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	font-weight: bold;
}
h2 {
	color:#19677e;
	font:italic 15px Georgia,times,sans-serif;
}
h3 {
	font-size:14px;
	color:#fff;
	margin-top:20px;
	padding-left: 50px;
}
h4 {
	color: #27A2C5;
	font: italic 15px Georgia,times,sans-serif;
	float: left;
}

.login_btn {
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin-top:6px;
	background:#3d3d3d;
	float:right;
	height:45px;
}
.login_btn:hover {
	background:#656565;
}
.login_btn span {
	color:#fff;
	float:left;
	padding:0 10px 0 10px;
	text-align:center;
	margin-top: 8px;
}
.triangle {
	float:left;
	width:0px;
	height:0px;
	margin:14px 9px 0 0;
	border-left:5px solid transparent;
	/* left arrow slant */
	border-right:5px solid transparent;
	/* right arrow slant */
	border-top:5px solid #fff;
	/* bottom,add background color here */
	font-size:0px;
	line-height:0px;
}
#content {
	height:733px;
	background:url('img/bg.jpg') center;
}
#login_box {
	display: none;
	position: absolute;
	width: 236px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#tab {
	background:#fff;
	width: 183px;
	float:left;
	height:38px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:55px;
	margin-top: 7px;
}
#tab .login_btn {
	float:left;
	margin:9px 0 0 9px;
}
#login_box_content {
	background:#fff;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
	width:236px;
}
#login_form {
	margin:9px 0 0 9px;
}
#login_form label {
	padding-top:5px;
	display: block;
}
#login_form input[type=text],#login_form input[type=password] {
	border:1px solid #d8d8d8;
	border-radius:3px;
	font:italic 14px Georgia,times,sans-serif;
	height:25px;
	width:205px;
	margin-top:10px;
	padding-left:10px;
}
#login_form input[type=submit] {
	border:none;
	background:#19677e;
	color:#fff;
	float:right;
	width:62px;
	height: 29px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 0;
}
.deconnexion_btn {
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin-top:6px;
	background:#3d3d3d;
	height:32px;
}
.deconnexion_btn:hover {
	background:#656565;
}
.deconnexion_btn span {
	color:#fff;
	float:left;
	padding:0 10px 0 10px;
	text-align:center;
	margin-top: 8px;
}
.message {
	text-align: center;
	color: #FF0000;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	display: block;
	width: 857px;
	margin-left: 185px;
}
.cadregris {
	text-decoration:none;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-image: url(../Images_interface/cadregris.gif);
	background-repeat: no-repeat;
	width: 40px;
}
.cadrevert {
	text-decoration:none;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-image: url(../Images_interface/cadrevert.gif);
	background-repeat: no-repeat;
	width: 40px;
}
.cadrerouge {
	text-decoration:none;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-image: url(../Images_interface/cadrerouge.gif);
	background-repeat: no-repeat;
	width: 40px;
}
.cadreorange {
	text-decoration: none;
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../Images_interface/cadreorange.gif);
	background-repeat: no-repeat;
	width: 40px;
}