/* CSS Document */
body {
	background-color: #013F0D;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
}

#bandeau {
	width: 851px;
}

#bandeau2 {
	background-image:url(../images/bandeau_h2.jpg);
	background-repeat:repeat-y;
	width:851px;
	height:30px;
/*	position: fixe;
	top: 0px;
*/	z-index: 1;
}

#menu {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1em;
	color: #000000;
	z-index: 2;
	padding-top: 6px;
	margin-left: 6px;
}

#bandeau3 {
	background-image:url(../images/bandeau_h3.jpg);
	width:851px;
	height:3px;
}

#page {
	background-image:url(../images/bandeau_h4.jpg);
	background-repeat: repeat-y;
	width:851px;
	height:100%;
	z-index: 3;
}

#texte {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	z-index: 4;
	top: -40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}

a.lien_menu:link {
 	color: #013F0D;
	text-decoration:none; 
}
	
a.lien_menu:visited {
	color: #013F0D;
	text-decoration:none;  
}
	
a.lien_menu:hover {
	color:#FF0000;
	text-decoration:none; 
}
	
a.lien_menu:active {
	color: #013F0D;
	text-decoration:none;
}

a.lien_menu_marron:link {
 	color: #b4690d;
	text-decoration:none; 
}
	
a.lien_menu_marron:visited {
	color: #b4690d;
	text-decoration:none;  
}
	
a.lien_menu_marron:hover {
	color:#FF0000;
	text-decoration:none; 
}
	
a.lien_menu_marron:active {
	color: #b4690d;
	text-decoration:none;
}

a.lien_logout:link {
	color: #013F0D;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}
	
a.lien_logout:visited {
	color: #013F0D;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}
	
a.lien_logout:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}
	
a.lien_logout:active {
	color: #013F0D;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}

a.lien_prive:link {
 	color: #000000;
	text-decoration:none;
	font-style:italic;
}
	
a.lien_prive:visited {
	color: #000000;
	text-decoration:none; 
	font-style:italic;
}
	
a.lien_prive:hover {
	color:#b4690d;
	text-decoration:none; 
	font-style:italic;
}
	
a.lien_prive:active {
	color: #000000;
	text-decoration:none;
	font-style:italic;
}

.Titre {
	color: #013f0d;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.Fin_Page {
	color: #013f0d;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.texte_marron {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	color: #b4690d;
}

.texte_vert {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	color: #013f0d;
}
