*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	width: 100%;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.invisible { display: none; }
#global{
	width: 1000px;
	margin: auto;
}
#top{
	width: 1000px;
	height: 161px;
	background-image: url(../img/layout/top.gif);
	background-repeat: no-repeat;
}
img#Logo {
	margin-left: 6px; margin-top: 17px;
}
#connexion, #online{
	float: right;
	margin-right: 30px;
	padding-top: 20px;
}
#connexion label{
	float: left;
	width: 115px;
	font-weight: bold;
	color: #536f89;
	padding-top: 7px;
	font-size: 1em;
	display: inherit;
	margin: 0;
}
#connexion input{
	width: 159px;
	height: 20px;
	background-image: url(../img/layout/fd_input_connexion.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 5px;
}
#connexion input.valid{
	float: right;
	width: 72px;
	height: 46px;
	border: none;
	background-image: url(../img/layout/bt_ok.gif);
	margin-top: 8px;
	cursor: pointer;
}
#online table{
	height: 120px;
}
#online table td.left{
	text-align: right;
	color: #536f89;
	padding-right: 10px;
	border-right: solid 1px #536f89;
	vertical-align: top;
}
#online table td.right{
	text-align: left;
	color: #536f89;
	padding-left: 10px;
	vertical-align: bottom;
}
#online table td p.user{
	font-weight: bold;
	padding-bottom: 15px;
}
#online a {
	text-decoration: none;
	color: #536f89;
}
#online td.right p {
margin-top: 2px;
}
#menu{
	width: 1000px;
	height: 76px;
	background-image: url(../img/layout/fd_menu.gif);
	background-repeat: no-repeat;
}
#menu ul{
	margin-left: 45px;
	font-weight: bold;
}
#menu li{
	float: left;
	margin-right: 40px;
	padding-top: 24px;
	list-style: none;
	color: #fff;
	font-size: 16px;
}
#menu li a{
	color: #fff;
	text-decoration: none;
}
#menu li#aide {
	padding-top: 10px;
}
#menu li#aide a {
	background-repeat: no-repeat;
	background-image: url(../img/layout/aide.png);
	width: 75px;
	height: 54px;
	display: block;
}
#menu li#aide a:hover {
background-position: 0 -54px;
}
#container{
	clear: left;
	width: 1000px;
	background-image: url(../img/layout/fd_general.gif);
	background-repeat: repeat-y;
}
#container h1 {
	padding-left: 50px;
	font-size: 20px;
	color: #536f89;
	padding-bottom: 10px;
}
#container div#ArticleBody {
	padding-left: 50px;
	padding-top: 0; margin: 0;
}

/*---------- Pied de page ----------*/
#piedpage{ width: 1000px; height: 59px; background-image: url(../img/layout/fd_piedpage.gif); background-repeat: no-repeat; }
#piedpage div.icones{ float: right; margin-right: 30px; padding-top: 5px; }
#piedpage p{ font-size: 11px; color: #000; padding-top: 20px; text-align:center;}
#piedpage a { color: #000; text-decoration: none; }
/*---------- Fin Pied de page ----------*/

hr {
	width: 375px;
	margin: auto;
	height: 1px;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #92a6b9;
}


#DepotAnnonceMMS{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
	width: 193px;
}

.message_texte {
	text-align: center;
	font-weight: bold;
	color: #536f89;
	padding: 5px;
}
.alt { display: none; }
div.titre{
	margin-left: 10px;
}
div#ArticleBody { margin-top: 10px; }
div#ArticleBody h2{
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 7px;
	
}
div#ArticleBody h5{
	font-size: 13px;
}
div#ArticleBody p{
	/*padding-left: 20px;*/
	padding-right: 30px;
	margin-bottom: 15px;
}
a{
	color: #536f89;
}
ul{
	margin-left: 30px;
}


a.button {
	width: 160px;
	height: 26px;
	background-image: url(../img/layout/bt_blank.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: auto;
	margin-top: 15px;
	font-weight: bold;
	color: #b51721;
	display:block;
	text-align:center;
	text-decoration: none;
	padding-top: 5px;
}
a.button2 {
	width: 100px;
	height: 30px;
	background-image: url(../img/layout/bt_vide.png);
	background-repeat: no-repeat;
	cursor: pointer;
	/*margin: auto;*/
	margin-top: 15px;
	font-weight: bold;
	color: #b51721;
	/*display:block;*/
	text-align:center;
	text-decoration: none;
	padding-top: 8px;
	font-size: 13px;
}
