body {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	font-family: Verdana, Arial, serif;
	font-size: 11pt;
	background-color: rgb(58,110,165);
	color: black;
}
#div_header {
	width: 760px;
	height: 150px;
	background-image: url("../images/rick_banniere.gif");
	background-color: rgb(58,110,165);
	color: black;
}
#div_menu {
	float: left;
	width: 155px;
	background-color: rgb(58,110,165);
	color: black;
}
.div_element_menu {
	margin-bottom: 13px;
	padding: 5px;
	background-color: white;
	color: black;
}
#div_corps{
	margin-left: 168px;
	margin-bottom: 13px;
	padding: 5px;
	background-color: white;
	color: black;
}
input, textarea, select {
	font-family: Verdana, Arial, serif;
	font-size: 11pt;
}
.input_pseudo {
	width: 120px;
}
.input_pass {
	width: 120px;
}
.input_mail {
	width: 300px;
}
.select_pseudo {
	width: 170px;
}
legend {
	padding-left: 5px;
	padding-right: 5px;
}
fieldset {
	border: 1px solid rgb(100,100,100);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
th, td {
	padding: 5px;
}
h1, h2, h3, h4, ul, p, .fieldset_session {
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: rgb(150,255,255);
	color: black;
	text-align: center;
	font-size: 1.20em;
	margin-bottom: 5px;
}
h2 {
	background-color: rgb(150,255,255);
	color: black;
	text-align: center;
	font-size: 1.10em;
	margin-bottom: 5px;
}
h3 {
	background-color: rgb(200,255,255);
	color: black;
	text-align: center;
	font-size: 1.05em;
	margin-bottom: 5px;
}
h4 {
	background-color: rgb(200,255,255);
	color: black;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
}
ul {
	list-style-type: none;
}
input, textarea, select {
	margin-bottom: 5px;
}
label {
}
em {
	font-size: 0.9em;
}
a {
	text-decoration: none;
}
a img {
	border: 0px;
}
a:link {
}
a:visited {
	color: rgb(0,200,255);
	background-color: white;
}
a:hover {
	color: rgb(255,40,40);
	background-color: white;
}
#div_selection_utilisateurs {
	border: 1px solid rgb(100,100,100);
	margin: 10px;
	padding: 10px;
}
#div_modif_utilisateurs {
	border: 1px solid rgb(100,100,100);
	margin: 10px;
	padding: 10px;
}
#table_admin_niveaux {
	border-collapse: collapse;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#table_admin_niveaux th, #table_admin_niveaux td {
	border: 1px solid rgb(100,100,100);
}
#table_admin_news {
	border-collapse: collapse;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#table_admin_news th, #table_admin_news td {
	border: 1px solid rgb(100,100,100);
}
#input_titre_news {
	width: 400px;
}
#textarea_news {
	width: 550px;
	height: 400px;
}
.textarea_message {
	width: 300px;
	height: 100px;
}
.p_correction {
	background-color: white;
	color: red;
	font-style: italic;
}
.fieldset_session {
	border-style: none;
}
.p_navigation_pages {
	text-align: center;
	margin-bottom: 5px;
}
.p_centre {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#form_chat {
	width: 230px;
	float: left;
}
#ul_liste_chat {
	margin-left: 250px;
    min-height: 200px;
}
#ul_liste_chat li:hover {
	background-color: rgb(200,255,255);
	color: black;
}
#ul_liste_chat li {
	padding-bottom: 5px;
}
#form_livreor {
	text-align: center;
}
#ul_messages_livreor {
	text-align: left;
}
#ul_messages_livreor li {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(210,255,255);
	color: black;
	margin-bottom: 10px;
}
#form_news {
	text-align: center;
}
.li_element_news {
	margin-bottom: 30px;
}
.li_element_news h4{
	text-align: left;
}
.ul_liste_liens {
	list-style-image: url("../images/liens.gif");
	padding-left: 28px;
}
.liste_liens li{
	padding-bottom: 5px;
}
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 168px;
	line-height: 25px;
	text-align: center;
	clear: left;
}
#footer a, #footer img {
	background-color: rgb(58,110,165);
	color: black;
}
