body { 
	margin:0px;
	background-color: #000000;
	background-image: URL(../images/fond2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow-x:hidden;
}
.content { 
	background-image: URL(../images/contenu.gif);
	background-position: center top;
}
H1{ 
	color: #FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 2px;
	background-image: URL(../images/titre.gif);
	background-repeat: no-repeat;
	padding:5px 5px 20px 5px;
	margin:0px 0px 0px 0px;
}
H3{ 
	color: #990000;
	font-family:Tahoma;
	font-size:14px;
	font-weight: bold;
}
H4{ 
	color: #990000;
	font-family:Tahoma;
	font-size:14px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
}

.txt { 
	font-family:Tahoma;
	font-size:12px;
}
.txt a{ 
	color: #006ebe;
}
.txt a:hover{ 
	color: #cc0000;
}

/* Photo de la nouvelle */
.newsPic{
	border: solid 1px #990000;
	margin-right: 10px;
}


/* Menu de gauche */
.menu{
	cursor:hand;
	cursor:pointer;
}
.submenu{
	width:170px; 
	font-family:Tahoma; 
	font-size:11px; 
	padding-left:25px;
}
.submenu a {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
}
.submenu a:hover {
	color:#ba2a22; 
	text-decoration:none; 
	font-weight:bold;
}
.selected a {
	color:#ba2a22; 
	text-decoration:none; 
	font-weight:bold;
}
.selected a:hover {
	color:#ba2a22; 
	text-decoration:none; 
	font-weight:bold;
}

/* Footer */
.footer {
	font-family:Tahoma;
	font-size:12px;
	color: #ffffff;
	padding:5px;
}
.footer a{ 
	color: #ffffff;
}
.footer a:hover{ 
	color: #cc0000;
}

.txb{ 
	background-color:#e6e8e8;
	border:1px solid #9b0b0a;
	height:18px;
	font-size:16px;
}
.redlink a{ 
	color: #990000;
}
.redbold { 
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
