@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}

body {
	margin: 0;
	padding: 0;
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
	background-image:url(images/bg2.jpg);
}

html {overflow-y: scroll;}

img {
	border: none;
}

.hautgrenat { 
	border-top: solid 3px #FFFFFF;
}

.basgrenat { 
	border-bottom: solid 3px #FFFFFF;
}

.hautrouge { 
	border-top: solid 3px #ef8300;
}

.basrouge { 
	border-bottom: solid 3px #ef8300;
}

.smallfont {
	font-size:7px;
	}
H1 {
	font-size:24px;
	font-weight:bold;
	}

A.link {color: #FFFFFF; text-decoration: underline;}
A.link:hover {color: #FFFFFF; text-decoration: underline;  font-weight:bold}