/* Import des styles séparés */
@import url(style-textes.css);
@import url(style-liens.css);




/* Mise en forme générale */
body {
	margin:0;
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background:#470302 url(images/fond.gif) top repeat-x;
}

#top {
	margin:0;
	padding:0;
	width:960px;
	height:362px;
	text-align:left;
}

	#top-nav {
	margin:0;
	padding:0;
	width:662px;
	height:90px;
	text-align:left;
	background:url(images/fond-top-nav.gif) top no-repeat;
	float:left;
	}
	
	#top-nav-txt {
	margin:0;
	padding:70px 0 0 0;
	}
	
	#logo {
	margin:0;
	padding:0;
	width:298px;
	height:90px;
	text-align:left;
	float:right;
	}
	
	
	#top-image {
	margin:0;
	padding:0;
	width:662px;
	height:272px;
	text-align:left;
	float:left;
	z-index:1;
	}
	
	#top-contact {
	margin:0;
	padding:0;
	width:298px;
	height:272px;
	text-align:left;
	float:right;
	background:url(images/img-contact-top.gif) top no-repeat;
	}
	
	#actualites {
	margin:122px 0 0 0;
	padding:0;
	width:298px;
	height:150px;
	text-align:left;
	background:url(images/fond-actus.gif) top no-repeat;
	}



/* Fonds des numéros des pages */
a.numrouge:link,a.numrouge:visited,a.numrouge:hover {
	margin:0;
	line-height:13px;
	padding:5px;
	width:18px;
	text-decoration:none;
	font-weight:bold;
	background-color:#780105;
	color: #ffffff;
	font-size : 13px;
	font-family : verdana;


}


a.numgris:link,a.numgris:visited,a.numgris:hover {
	margin:0;
	line-height:13px;
	padding:5px;
	width:18px;
	text-decoration:none;
	font-weight:bold;
	background-color:#3B3B3B;
	color: #ffffff;
	font-size : 10px;
	font-family : verdana;


}