html, body {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	height: 100%;
}
body {
	background-color: #7b8291;
	background: url(./back.gif);
	margin: 0;
	font-size: 13px;
	font-family: verdana, arial, "sans serif";
	color: #b0bfdd;
	color: #7b8291;
	line-height: 130%;
}
h1, h2, h3, h4, form, ul, li, p {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	color: #a4afc6;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #a4afc6;
}

/*****************************************************/
/*****************************************************/
#back {
	background: url(./line-back.gif) top repeat-x;
	width: 100%;
	position: relative;
}

#header {
	background: url(bg-head.gif) repeat-x;
	height: 80px;
}
#login {
	position: absolute;
	top: 0;
	right: 0;
	background: url(./login-back.gif) repeat-x;
	height: 24px;
}
#login form {
	background: url(./sep-login.gif) left no-repeat;
}
#login label {
	background: url(./lock.gif) left no-repeat;
	padding-left: 20px;
	margin: 3px;
	display: block;
	float: left;
	font-weight: bold;
	cursor: pointer;
}
#login input {
	height: 15px;
	font-size: 10px;
	border: 1px solid #e0e9fb;
	background-color: #f6f9ff;
}
#login .login_submit {
	height: 18px;
}
#login_hide {
	display: none;
}
/*****************************************************/
#menu_principal {
	position: absolute;
	top: 60px;
	right: 0;
	border-bottom: 1px solid #e0e9fb;
	height: 20px
}
#menu_principal li {
	display: inline;
}
#menu_principal a img{
	position: absolute;
	top: -15px;
	float: left;
	margin-left: -20px !important;
	margin-left: -35px;
	-moz-opacity: 0.5;
}
#menu_principal a:hover img,
#menu_principal .menu_actif a img {
	-moz-opacity: 1.0;
}
#menu_principal a{
	display: block;
	float: left;
	height: 15px;
	border-top: 1px solid #e0e9fb;
	border-left: 1px solid #e0e9fb;
	border-right: 1px solid #e0e9fb;
	background-color: #f6f9ff;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #b0bfdd;
	text-decoration: none;
	padding: 2px 10px 2px 20px;
	text-align: center;
	text-indent: 17px;
	text-transform: uppercase;
	font-size: 11px;
}
#menu_principal a:hover {
	background-color: #e0e9fb;
}
#menu_principal .menu_actif a{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}


/*****************************************************/
/*****************************************************/
#content {
	position: relative;
	background-color: #fff;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	margin-top: 20px;
	border: 1px solid #fff;
}
/*****************************************************/
.news {
	position: relative;
	background-color: #f6f9ff;
	border: 1px solid #e0e9fb;
	margin: 20px;
}
.news h2 {
	padding-left: 5px;
	font-size: 12px;
}
.news_msg, .news_nfo {
	background-color: #fff;
	border: 1px solid #e0e9fb;
	margin: 2px;
	padding: 5px;
}
.news_nfo {
	background-color: #fbfdff;
	padding: 1px;
}
.news_nfo em{
	position: absolute;
	right: 10px !important;
	right: 30px;
}
.news_arrow {
	position: absolute;
	top: 5px;
	right: 5px;
	display:block;
	height: 10px;
	width: 10px;
	background: url(./arrow.gif);
}
/*****************************************************/
/*****************************************************/
#links {
	text-align: center;
	margin: 10px;
}
#links a{
	margin: 100px;
}
#footer {
	background: url(bg-head.gif) center repeat-x;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #7b8291;
}