/* Nom du document */

*{outline:none; margin:0; border:0; padding:0;}

body { margin-left:auto; margin-top:0px; margin-right:auto; margin-bottom:0px;  font-family: Verdana, Arial, sans-serif; font-size:11px; color:#bed9b2; outline:none; background-color:black; }
.clear{clear:both;}

/* Liens*/
a{ color: #bed9b2; text-decoration: none; }
a:hover { text-decoration: underline; color: #bed9b2;}
a img {border: none;}

/* Conteneur */
#conteneur { margin-left:auto; margin-top:0px; margin-right:auto; margin-bottom:0px; position: relative; }

#global{
position:relative;
min-height:500px;
height:auto !important;
width:980px;
margin:auto;
margin-left:auto; 
margin-top:auto;
margin-right:auto; 
margin-bottom:auto;
background-color:#000000;
}

/* Formulaire */
.error {background-color: #e1011b;color:#FFFFFF;}
.form-field {
	padding-top: 1px;
	padding-bottom: 2px;
	height:22px;
}
.form-label {
	float: left;
	display: block;
	width: 200px;
	line-height:19px;
}
.form-input {
	width: 198px;
}
.form-input-small {
	width: 50px;
}
.form-input-medium {
	width: 100px;
}
.form-select {
	width: 202px;
}

/* Footer */
#footer {
	position:absolute;
	width:980px;
	height:42px;
	text-align: center;
}


#footer a { font-weight: normal; text-decoration : none; color:#999999}
#footer a:hover {font-weight: normal;text-decoration : underline; color:#999999}

/* ---- scrolbox ---- */
#somebox { height: 160px; width: 458px; padding:210px 0px 0px 260px}
#plainbox { height: 160px; width: 458px; overflow:auto; margin:auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.scrollbox {position: relative;}
.scrollbox_content {margin-right: 40px;}
.scrollbox_scrollbar {background-color: #c00076;height: 95%;width: 20px;margin-top:0px;cursor:pointer;/*background:url(../img/handle_bg.gif) repeat-y*/}
.scrollbox_up_button {background: transparent url(../img/scroll_up_button.gif) top right no-repeat;height: 10px;}
.scrollbox_down_button {background: transparent url(../img/scroll_down_button.gif) top right no-repeat;height: 10px;}
.scrollbox_handle {background:url(../img/handle.gif) left no-repeat}
