/*************************************
** Feuille de style
**************************************
** noux.css
**************************************
** noux.fr
*************************************/
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(bg.png);
}


.contact {
	text-align:right;
	background-image: url(bar.png);
	height: 43px;
	margin-top: 25%;
	margin-right: 0px;
	margin-bottom: 25%;
	margin-left: 0px;
	padding-top: 15px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-right: 30px;

}

