/* CSS Document */
body {
	font-family			: Arial ,Trebuchet MS, arial, helvetica, sans-serif ;
	height				: 100%						   				 ;
	background-color	: efe6e4								     ;
	margin				: 0px										 ;
	}
	
/*
* Conteneur global de la page
*/	
#conteneur_global {
	position		: relative			 ; 
	margin-left		: -480px			 ; 
	left			: 50%				 ; 
	width 			: 950px				 ;
	height			: 100% 				 ;
	border-right	: #6a1c05 solid 10px ;
	border-left		: #6a1c05 solid 10px ;
	z-index			: 4 ;
	}
	
#menu {
	position		 : absolute				;	 
	top				 : 150px				;
	width 			 : 225px				; 
	}
	
#footer {
	position		 : absolute				;	 
	bottom			 : 0px				;
	width 			: 950px				 ;
	}
	
		.link_rubrique{
			display			: block				;
			color 			: #4b4a4a 			; 
			text-decoration : none 				;	 
			font-weight		: bold				;
			font-size 		: 12px				;
			width 			: 220px				; 
			padding-left	: 5px				;
			margin-top		: 10px				;
			}	
		.link_rubrique:hover{ 
			color 			 : #FFFFFF 						; 
			text-decoration  : none 						;
			font-weight		: bold							;
			font-size 		: 12px							;
			background-image : url('src/font-menu.gif')		;
			}	
		.link_rubrique:visited{
			color 			: #4b4a4a 	; 
			text-decoration : none 		;	
			font-weight		: bold		;
			font-size 		: 12px		;	
			}
			
		.link_rubrique:visited:hover { 
			color 			: #FFFFFF 						;	 
			text-decoration : none 							; 
			font-weight		: bold							;
			font-size 		: 12px							;
			background-image : url('src/font-menu.gif')		;
			}
			
		.link_rubrique_selected { 
			color 			: #FFFFFF 			;	 
			display			: block				; 
			text-decoration : none 				;	 
			font-weight		: bold				;
			font-size 		: 12px				;
			width 			: 220px				; 
			padding-left	: 5px				;
			margin-top		: 10px				;
			background-image : url('src/font-menu.gif')		;
			}
			
		.link_sub_rubrique{
			display			: block				;
			color 			: #4b4a4a 			; 
			text-decoration : none 				;	 
			font-weight		: bold				;
			font-size 		: 12px				;
			width 			: 220px				; 
			padding-left	: 15px				;
			margin-top		: 5px				;
			}

		.link_sub_rubrique:hover{
			display			: block				;
			color 			: #4b4a4a 			; 
			text-decoration : none 				;	 
			font-weight		: bold				;
			font-size 		: 12px				;
			width 			: 220px				; 
			padding-left	: 17px				;
			margin-top		: 5px				;
			}
	
#ban {
	position		 : absolute					;
	top				 : 0px 						;
	left			 : 290px 					;
	width 			 : 550px					; 
	height			 : 139px 					;
	background-image : url("src/ban.gif")	;
	}
	
#adresse{
	position		 : absolute					;
	top				 : 0px 						;
	left			 : 20px 					;
	width 			 : 710px					; 
	height			 : 281px 					;
	color			 : #4b4a4a					;
	font-weight		 : bold						;
	font-size		 : 12px						;
	}

#contenu {
	position		 : absolute					;
	top				 : 130px 					;
	left			 : 240px 					;
	width 			 : 710px					; 
	height			 : 490px 					;
	overflow		 : auto						;
	text-align		 : justify 					;
	}

*html #contenu {
	position		 : absolute					;
	top				 : 130px 					;
	left			 : 225px 					;
	width 			 : 705px					; 
	height			 : 490px 					;
	overflow		 : auto						;
	text-align		 : justify 					;
	}

	
			.title {
				width 			: 660px				;
				color			: #6a1c05 			;
				font-size		: 22px 				;
				font-weight		: bold				;
				border-bottom	: 1px solid #6a1c05 ;
				}
				
			.sub_title {
				width 			: 660px				;
				color			: #6a1c05 			;
				font-size		: 18px 				;
				font-weight		: bold				;
				text-align		: right				;
				text-decoration : /*souligné*/					;
				}
	
			.chapeau {
				width		    : 660px   ;
				text-decoration : none    ;
				font-size       : 12px    ;	
				font-weight     : bold    ;
				}
				
			.corps {
				width		    : 660px   ;
				text-decoration : none    ;
				font-size       : 16px    ;								
				}

			.corps2 {
				width		    : 660px   ;
				text-decoration : none    ;
				font-size       : 12px    ;								
				}
				
			.text {
				text-decoration : none    ;
				font-size       : 14px    ;								
				}

			.footer {
				position		: absolute			;
				bottom			: 0px				;
				width 			: 550px				;
				text-align		: center			;
				color			: #FFFFFF 			;
				font-size		: 12px 				;
				font-weight		: bold				;
				}
			.list{
				display			: block				;
				margin-left		: 25px				;
			}
			
			.image{
				display				: block	   ;
				text-align			: center   ;
				color				: #6a1c05  ;
				font-weight			: bold 	   ;
				width				: 400px    ;				
				float               : left	   ;
				margin-top			: 50px 	   ;
				margin-left			: 130px	   ;
				margin-right		: 130px	   ;
				}
				
			.image_mini{
				display				: block	   ;
				width				: 200px    ;
				text-align			: center   ;
				color				: #6a1c05  ;
				float               : left	   ;
				margin-top			: 50px 	   ;
				margin-left			: 230px	   ;
				margin-right		: 230px	   ;
				border 				: 2px solid #6a1c05 ;	
				}
				
			
			img{
				border 				: 0px solid #6a1c05 ;		
				}
		
		.link_page{
			text-align	: center ;
		}
		
		.next{
			float            : right					; 
			width			 : 100px 					;
			height			 : 70px 					;
			background-image : url('src/next.gif')		;
			}
			
		.prec{
			float            : right					; 
			width			 : 100px 					;
			height			 : 70px 					;		
			background-image : url('src/prec.gif')		;
			}
			
	     .page_link{ 
			color 			: #6a1c05 ;
			text-decoration : none    ;
			}
		  
		  .page_link:hover{ 
			color 			: #4b4a4a ;
			text-decoration : none    ;
			}

		  .page_link:visited{ 
			color 			: #6a1c05 ;
			text-decoration : none    ;
			}
			
		  .page_link:visited:hover{ 
			color 			: #4b4a4a ;
			text-decoration : none    ;
			}
			
#img_prec{
	position 			: absolute ;
	top		 			: 150px	;
width			 : 100px 					;
			height			 : 70px 					;		
			background-image : url('src/prec.gif')		;
}
#img_next{
	position : absolute ;
	top		 : 150px	;
	right	 : 0px 		;
	float    : right	;
	width			 : 100px 					;
	height			 : 70px 					;
	background-image : url('src/next.gif')		;
}

#title_image{
	position 		 : absolute  ;
	top 			 : 150px ;
	left       		 : 120px ;
	width			 : 700px ;
	height			 : 50px ;
	text-align		 : center ;
	font-weight      : bold   ;
	font-size 		 : 14px	;
	}

#image{
	position        : absolute  ;
	top		 		: 220px		;
	right	 		: -10px 		;
	width	 		: 950px 	;
	text-align		: center ;
	border-right	: #6a1c05 solid 10px ;
	border-left		: #6a1c05 solid 10px ;	
	font-weight		: bold ;
	}

			.image_index{
				display				: block	   ;
				text-align			: center   ;
				color				: #6a1c05  ;
				border 				: 2px solid #6a1c05 ;	
				width				: 400px;
				
				float               : left	   ;
				margin-top			: 50px 	   ;
				margin-left			: 130px	   ;
				margin-right		: 130px	   ;
				font-weight			: bold ;
				}

.big{
	font-size  : 18px;
}

.big2{
	font-size  : 20px;
}


