body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
}

a:link {
	color: #FF3300;
	text-decoration: none;
}

a:visited {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #FF3300;
	background: #FFFF99;
	text-decoration: none;
}

a {
	color: #FF3300;
	text-decoration:none;
}

#cadre {
	border: 1px solid #FF9900;
	background-color:#FFFFFF; 
	width:850px;
}

#header {
	background-image:url("img/bandeauh.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	height: 175px;
}

.lien_accueil:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight:bold;
}

.lien_accueil {
	color: #990000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight:bold;
}

#menu {
	background-color:#FBFFDC;
}

.lien_menu:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 1.5em;
	font-weight:bold;
}

.lien_menu {
	color: #990000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight:bold;
}

#separation {
	background-image:url("img/barre.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#FFFFFF;
	height: 20px;
}

#contenu {
	font-size: 1em;
	padding: 10px;
	background-color:#FFFFFF;
	height: 350px;
}

.lien_sous_menu:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 1em;
	font-weight:bold;
}

.lien_sous_menu {
	color: #990000;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
}

#footer {
	font-size: 0.75em;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px;
}
