
a:hover                         { color: #89827c; text-decoration: underline }
a                 { text-decoration: none }
td { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.mini  { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.rubrique { color: #89827c; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.notes		{ background:#f0f0f0; border:1px solid #b8b8b8;	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
 }
.success	{ background:#ccfcd1; border:1px solid #60a400;	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
 }
.error		{ background:#f9e3e3; border:1px solid #e79e9e;	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
 }
.notice		{ background:#fcf0cc; border:1px solid #ecc735;	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
 }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }
