body{
	background: no-repeat center top;
	margin: auto;
	width: 975px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

#top-menu{
	height: 60px;
	margin: 0 auto 30px auto;
	width: 955px;
	padding: 0 10px;
}

#top-signin {
	float: right;
}

#top-signin a{
	color: black;
	text-decoration: none;
}
#top-signin a:hover{
	text-decoration: underline;
}

/* Directives pour afficher les messages flash */
#flashbox {
	width: 88%;
	border: 1px solid;
	padding: 10px 2% 10px 8%;
	margin: 1%;
}

#flashbox.disappear{
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

#flashbox.ok {
	background: #E8FFE3 url(/images/default/general/flashbox/ok.png) no-repeat
		scroll 4% center;
	border: 1px solid #6DB757;
}

#flashbox.error {
	background: #ffe9e0 url(/images/default/general/flashbox/exclamation.png) 4%
	center no-repeat;
	border: 1px solid #ec705b;
	color: red;
}

.flashbox_ok{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #E8FFE3 url(/images/fugue/tick-circle.png) no-repeat
		scroll 4% center;
	border: 1px solid #6DB757;
}

.flashbox_error{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #ffe9e0 url(/images/fugue/minus-circle.png) 4%
	center no-repeat;
	border: 1px solid #ec705b;
}

.flashbox_information{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #E5F5FF url(/images/fugue/information.png) 4%
	center no-repeat;
	border: 1px solid #7FCCFF;
}

.flashbox_warning{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #FFEBC1 url(/images/fugue/exclamation.png) 4%
	center no-repeat;
	border: 1px solid #FDBF3B;
}

/* Messages d'erreurs */

ul.error_list li{
	color: #DD0000;
	background: url("/images/fugue/cross-small-circle.png") no-repeat 0 center;
	list-style: none;
	padding: 1px 0 1px 15px;
}
