#page{
	width:923px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url("../images/fond.gif");
	background-repeat:no-repeat;
	
	padding-left:34px; 

}


	#haut{

	}


	#menu1{
		position:absolute;
		right:90px;
		top:10px
	}
	
	
		#menu1 ul{

		}	
		
			#menu1 ul li{
				float:left;
			}
			
			#menu1 ul li a{
				color:#4b4b4b;
				text-decoration:none;
				border-right:1px solid #a0a0a0;
				padding:0px 10px;
				display:block
			}
			
			#menu1 ul li a:hover{
				color:#fe5251;
			}
			
			#menu1 ul li a.menuSelected{
				color:#fe5251;
			}

			
	#centre{
		width:853px;
		height:100%;
		overflow:auto;
		
		background-image:url("../images/fond-menu.gif");
		background-repeat:repeat-y;
		
		background-color:#fff;	
		top:-3px;
	}



		#bandeau_gauche{
			float:left;
			width:227px;
			background-repeat:repeat-y;
		}
		
			#bandeau_gauche #menu2{
				background-repeat:no-repeat;
				height:348px;
			}
			
				#bandeau_gauche #menu2 ul{
					margin: 0 0 0 25px;
					width:175px;
					padding-top:26px;
				}
							
					#bandeau_gauche #menu2 ul li{
						border-top:1px solid #4b4b4b;
						border-bottom:1px solid #4b4b4b;
						padding:6px 0 ;
						margin-top:-1px;
					}
	
						#bandeau_gauche #menu2 ul li a{
							color:#4b4b4b;
							text-decoration:none;
						}
						
						#bandeau_gauche #menu2 ul li a:hover{
							margin-left:10px;
						}
	
						#bandeau_gauche #menu2 ul li a.menuSelected{
							color:#fe5251;
						}
	
						#bandeau_gauche #menu2 ul li span{
							color:#fe5251;
							font-weight:bold;
						}
						
	
		#bandeau_droit{
			float:left;
			text-align:left;
			width:625px;
			background-image:url("../images/droite1.jpg");
			background-repeat:no-repeat;
		}
		
		
			#bandeau_droit h1, #bandeau_droit h2, #bandeau_droit p, #bandeau_droit ul{
				margin-left:20px;
				width:400px;
				padding:5px 0px 5px 0px;
			}
		
			#bandeau_droit h1{
				color:#fe5251;
				border-bottom:1px solid #a0a0a0;
				font-size:12px;
			}
			
			#bandeau_droit h2{
				font-size:12px;
				color:#000;
				margin-top:2px
			}
		
			#bandeau_droit  p{
				color:#4b4b4b;
			}
			
			#bandeau_droit  ul{
				color:#4b4b4b;
			}
			
				#bandeau_droit  li{

			}
			
			#bandeau_droit  .imgDroite{
				color:#a0a0a0;
				float:right;
				clear:right;
				margin:30px 30px 10px 0;
				border:1px solid #a0a0a0;
			}




#bas{
	text-align:right;
	padding-right:32px
}

	#bas a{
		font-size:10px
	}


.pagination{
	text-align:center;
	color:#fff;
}

.pagination a{
	text-align:center;
	text-decoration:none;
	border:1px solid #FFF;
	padding:3px;
	margin:0 5px;
}



