.page {
	background: url(images/fond.jpg) repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	padding: 0;
	}
	
#main { 
	height:100%;
	background: url(images/fondu.jpg) no-repeat fixed center bottom; 
	}
	
	
#nav_une td {
	width:130px;}
	
#nav_une a {
	display:block;
	width:130px;
	height:50px;
	text-decoration:none;
	text-align:center;
	background: url(images/bouton.gif) no-repeat 0 top;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	line-height:14px;
	}
	
#nav_une a:hover {
	text-decoration:none;
	background: url(images/bouton.gif) no-repeat 0 -110px;
	color: #FF9;
	}	
	
	
#nav_une span {
	display:block;
	padding-top:8px;
	}	
	
#menu ul, #menu li {
	list-style-type: none;
	margin:0;
	padding:0;	
	}

#menu {
	position:absolute;
        width:130px;
        top:10px;
        left:10px;
		font-size: 14px;
	}
	
	
#menu ul a {
	display:block;
	width:150px;
	height:40px;
	padding-top: 5px;
	margin:3px;
	text-decoration:none;
	text-align:center;
	background: url(images/bouton.gif) no-repeat center top;
	font-family: "Times New Roman", Times, serif;
	color: white;
	
	font-weight: bold;
	line-height:14px;

	}
	
#menu ul a:hover {
	display:block;
	width:150px;
	height:40px;
	text-decoration:none;
	background: url(images/bouton.gif) no-repeat center -108px;
	color: #FF9;
	}
	
	
#menu span {
	display:block;
	padding-top:7px;
	}
	
span.cligno {
	background: url(images/cligno.gif) no-repeat center center;
	width:130px;
	padding-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}	

.titre_page {
	display:block;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF; 	
	background: url(images/rouge.jpg);
	padding: 10px;
	padding-top:30px;
	margin-bottom:30px
	}
	
#content {
	position:relative;
	margin-top:0;
	margin-left:180px;
	margin-right:50px;

	/*border:solid 1px #ff0000;*/
	/*float:right;*/
	color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	}
#content a {
	color: #800000;
	}
#content a:hover {
	color: #FF0000;
	text-decoration:none;
	}	
.titre {
	color: #990000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.soustitre {
	color: #990000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.texte {
	color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	text-align: justify;
}
.texte a { color: #800000;}
.legende {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.titrecru {
	font-size: 17px;
	font-weight: bold;
	display: block;
	border-bottom: solid #900 1px;
	padding-top:4px;
	padding-bottom:4px;
	color: #800000;
}
