body {
	background-image: url(img/fond.gif);
	background-repeat: repeat-x;
	padding: none;
	font-family: 'Arial','Verdana', sans-serif;
}
#Logo {
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: 5px;
	margin-left: -192px;
	left: 50%;
}
#Menu {
	position: absolute;
	top:115px;
	margin-left:-329px;
	left:50%;
	font-family: 'Arial','Verdana', sans-serif;
	font-weight: bold;
}
.menu_item {
		color: #3d3d3d;
}
.menu_item_h {

	color: #330303;
}
/*Contenu*/
#content {
	margin-top: 180px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}
#content h3,h4 {
	color: #ff6633;
}
#Form {
	border: 1px dotted black;
	padding: 20px;
	margin: 40px;
	
}
.formIndic {
	font-weight: bold;
	font-size: 11pt;
	text-align:right;
}
input {
	font-size: 10pt;
	border: 1px solid grey;
	color: grey;
}
#erreur {
	border: 1px solid red;
	background-color: #ff6969;
	padding: 5px;
	font-weight: bold;
	margin: 20px;
	text-align: center;
}
#Con {
	position: fixed;
	right:0px;
	bottom: 0px;
	background-color: #f1d4a1;
	border: 1px solid #e5b563;
	padding: 5px;
}

#MbrBlock, #contentin {
	border: 1px #f6a26a dotted;
	padding: 20px 40px;
	margin-bottom:20px;
}
#contentin h4 {margin-top:0px;}
#contentin li {
	list-style-type: square;
}
#MbrBlock h4 {
	margin-top: 0px;
}	
#chat_mess {
	padding: 4px;
	border: 1px #f6a26a dotted;
	margin-bottom:2px;
}
ul{margin-top:0px;margin-bottom:0px;}
a,a:visited,a:hover {
	color: #6495ed;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}