html, body {
	width: 99%;
	text-align: center;
}
div#conteneur_site{
	margin-left: auto; /* Pour centrer avec Firefox & co */
	margin-right: auto;
	width: 1024px;
	text-align: left;
}
.usrtitrelist{
	text-decoration:underline;
	font: bold 12px verdana,arial;
	border: 1px solid #656308;
	padding: 3px;
}
.usrlist{
	text-decoration:none;
	font: normal 12px verdana,arial;
	border: 1px solid #656308;
	padding: 3px;
}
.admusr{
	width:300px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	border-collapse:collapse;
}

.error{
	text-align: center;
	background-color: #F1F5FA;
	border: 1px dotted #FF9900;
	color: red;
	font: bold 12px verdana,arial;
}
.valid{
	text-align: center;
	background-color: #F1F5FA;
	border: 1px dotted #FF9900;
	color: #009966;
	font: bold 12px verdana,arial;
}
img{
    border: 0;
	margin: 0;
}
div#modules {
	position: absolute;
	width: 200px;
	height: 100%;
}
div#login{
	border: 1px solid #A1A1A1;
	height: 60px;
	background: #EFEFEF;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	margin-left: 4px;
	padding : 4px;
	font: normal 10pt Arial;
}
div#module1 {
	border: 1px solid #A1A1A1;
	height: 312px;
	background: #EFEFEF;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	margin-left: 4px;
}
div#module2 {
	border: 1px solid #A1A1A1;
	height: 470px;
	background: #DFDFDF;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
}
div#corps {
	margin-top: 10px;
	border: 1px solid #A1A1A1;
	margin-left: 2px;
	float: left;
	width: 798px;
	height: 100%;
}
div#ban{
	border: 2px solid #A1A1A1;
	height: 150px;	
}
div#stylemenu{
	border-left: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	background-image: url(/Images/menu_bgnd.jpg);
}
div#menu{
	width: 100%;
	text-align: center;
}
div#conteneur_menu{
	width: 840px;
	height: 20px;
	margin: 0 auto;
}
div.bt_menu{
	margin: 0 auto;
	float: left;
}
div#work{
	text-align: left;
	border-left: 2px solid #A1A1A1;
	border-bottom: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	margin: 0px;
	padding-top: 2px;
	padding-left: 200px;
	height: 634px;
	background-color: #EFEFEF;
}
html>body #work{
	height: auto;
	min-height: 796px;
}

div#work_cons{
	text-align: center;
	color: #061040;
	font: bold 16px verdana,arial;
}
/*BBcode style*/
.quote{
	background-color: #F1F5FA;
	border: 1px dotted #FF9900;
	margin-left: 80px;
	padding: 0px;
	margin-bottom: 10px;
}
h5{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 60px;
}
#shoutbox {
	border:1px solid #000
}
#shoutbox_content {
	background-color:#fff;
	height:50px;
	overflow:auto
}
#shout_nick {
	width:100px
}
.shout_nick {
	font-weight:bold
}
.shout_msg {
	color:#999
}
.linktitle{
	font: bold 13px verdana,arial;
	text-decoration:underline;
}
.linkdesc{
	font: normal 12px verdana,arial;
}
a:link {color: blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none;}
a:hover {color:blue; text-decoration:underline;}
