/***
 * Styles communs a toutes les pages
***/
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	width:100%;
}
p {
	margin:5px 0 5px 0;
	text-align:left;
}
.title, h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#286ba1;
}
ul {
	margin:3px 0 3px 0;
}
li {
	margin:0 5px 0 18px;
	text-align:left;
}
div, td, input, select, kbd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
#footer a, #footer a:hover {
	color:#6d0359;
	font-weight:normal;
	text-decoration:underline;
}
a img {
	border:none;
}
#main_container {
	margin-top:20px;
	width:900px;
	text-align:left;
	background-color:#fff;
	display:table;
}

#log_form {
	height:35px;
	background:url('../img/interface/fd_log.gif') repeat-x;
	background-color:#f18ad2;
	border-bottom:1px solid #fff;
}
#log_form form {
	display:block;
	padding:6px 0 0 0;
	margin:0;
	font-size:9px;
}

#footer {
	text-align:center;
	clear:both;
	line-height:30px;
	height:30px;
	background-color:#f5f5f5;
}
.form_button {
	border:1px solid #000;
	background-image:url('../img/interface/bg_button.gif');
	background-repeat:repeat-x;
}
.bottom_shad {
	height:7px;
	clear:both;
	font-size:0;
	background: url('../img/interface/bottom_shadow.gif') repeat-x;
}
.errorLog {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}
