/* CSS Document */
body {
	background:#af1a1e url(../img/global/bg_body.jpg) 0 0 repeat-x;
	background-color:#5d98c4;	
	font-size: 12px;
	color:#FFFFFF;
}
body *{
	margin:0;
	padding:0;
	border:0;		
	font-family: arial, helvetica, sans-serif;	
	text-align:left;
	vertical-align:top;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffd201;
	text-decoration: none;
	font-weight: bold;
}

/* UTILE */
.clearboth {
	clear:both;
	height:1px;
}
.outline {
	background:#af1a1f url(../img/global/bg_content.jpg) 0 0 repeat-y;
}
.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}
