/* ---- */

a, a:visited, a:active {
	text-decoration:none;
	color:#015498;
}
a:hover {
	text-decoration:underline;
	color:#015498;
}
html, body {
    height: 100%;
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
    text-align:center;
    background-color: #005495;
}
body, table {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}
form input {
	vertical-align:top;
}
input {
	background-color:#f0f0f0;
	border-bottom:1px solid #215b89;
	border-left:1px solid #215b89;
	border-right:1px solid #215b89;
	border-top:1px solid #445e6f;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
}
input[type="text"] {
	width:300px;
}
input[type="password"] {
	width:300px;
}
select {
	background-color:#f0f0f0;
	border-bottom:1px solid #215b89;
	border-left:1px solid #215b89;
	border-right:1px solid #215b89;
	border-top:1px solid #445e6f;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
}
textarea {
	background-color:#f0f0f0;
	border-bottom:1px solid #215b89;
	border-left:1px solid #215b89;
	border-right:1px solid #215b89;
	border-top:1px solid #445e6f;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
	width:300px;
	height:200px;
}
table {
	border-collapse:collapse;
}
form, table, img {
	padding:0;
	margin:0;
	border:0;
}

/* ---- */

#barre {
	width:836px;
	background-image:url(./bg_horiz.gif);
	height:19px;
	text-indent:5px;
	padding-top:3px;
	color:#FFFFFF;
}
#barre a {
	color:#FFFFFF;
	text-decoration:underline;
}
#contenu {
	width:628px;
	padding-left:26px;
	padding-right:17px;
	vertical-align:top;
	padding-bottom: 50px;
}
#global {
	min-height: 100%;
	width:836px;
	position: relative;
    background-image:url(bg.gif);
    background-repeat:repeat-y;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0 35px;
}
#menu {
	width:164px;
	vertical-align:top;
	color:#FFFFFF;
	padding:0;
}
#menu a {
	color:#FFFFFF;
}
#top {
	background-image:url(./bg_top.gif);
	width:836px;
}

#center {
	padding-bottom: 0;

}
#stats {
	text-align:right;
}
#login {
    color:#FFFFFF;
    width:650px;
    vertical-align:bottom;
	padding:0;
}
#lettre {
    text-align:right;
    vertical-align:bottom;
	padding:0;
	margin:0;
	border:0;
}
#servdispo {
    text-align:right;
    color:#FFFFFF;
    line-height:normal;
    width:180px;
}
#banniere {
	padding:0;
}
#footer {
    position: absolute;
    margin-left: 90px;
    text-align: center;
    font-size: smaller;
    width: 100%;
    bottom: 0;
}
/* ---- */

.head-news {
	border:1px solid #005396;
	clear:both;
	color:#005399;
	font-size:11px;
}
.news {
	background-color:#e2e2e2;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:10px;
}
.news a {
	color:#015498;
}

/* ---- */

.tab {
    width: 100%;
	background-color: #e2e2e2;
	margin-bottom:20px;
	border:0
}
	

.head-tab {
	border:1px solid #005396;
	background-color: #f1f0f0;
	clear:both;
	color:#005399;
	font-size:11px;
}
.content-tab {
	background-color:#e2e2e2;
	padding:5px;
}

.content-tab a {
	color:#015498;
}

.error {
    color: red;
}

