/** Liens **/
a:visited {color: #FFFFFF}
a:link {color: #FFFFFF}
a:active {color: #FFFFFF}
a:hover {color: #F36D21;}

/** div **/
div.center {
	text-align: center;
}

div.left {
	text-align: left;
}

div.right {
	text-align: right;
}

div.titre {
	color:#FF0000;
}

/** BODY **/
body {
	background-color:#ffffff;
	/**ed1f24 background-image:url(../images/bg.jpg);**/
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	font-family: arial;
	margin: 0;
	padding: 0;
	overflow: auto;
}

/** BAR **/
#bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: #ed1f24;
	overflow:hidden;
}