#page{
	width:955px;
	
	height:auto;
	min-height:100%;
	
	text-align:left;

	margin-left:auto;
	margin-right:auto;
	
}


#haut{
	height:165px;
	width:955px;
	
	background-image:url("../images/banniere.jpg");
	background-repeat:no-repeat;
}

#centre{
	width:955px;
	overflow:auto;
	padding-left:46px;
	background-image:url("../images/fondpage.jpg");
	background-repeat:repeat-y;
}


#bandeau_gauche{
	float:left;
	width:238px;
}

#contenu{
	width:625px;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	text-align:left;
	float:left;
	background-image:url('../images/courbe.jpg');
	background-repeat:no-repeat;
}

#contenu .bloc{
	background-image:url('../images/fond.gif');
	background-repeat:no-repeat;
}


#contenu .bloc p{
	padding:15px;
	text-indent:28px;
}


#contenu h1{
	padding:48px 0px 20px 43px;
}

#bas{
	width:955px;

	background-image:url("../images/baspage.jpg");
	background-repeat:no-repeat;
	
	padding-top:180px;
	padding-bottom:10px;
	
	text-align:center;
	background-color:#FFF;
}

#navigation{
	position:absolute;
	z-index:10;
	left:440px;
	top:24px;
	font-weight:bold;
	font-size:14px;
	color:#FFDA64;
}

#menu{
	position:absolute;
	bottom:13px;
	left:58px;
}

#menu ul{
	padding:0px;
}

#menu ul li{
	display:block;
	float:left;
	background: url('../images/menu.jpg') top left no-repeat;
}

#menu ul li a{
	display:block;
	padding:0 15px 0 15px;
	font-size:14px;
	text-decoration:none;
	color:#50c8cf;
}

#menu ul li:hover{
	
}

#menu ul li a:hover{
	color:#0285b1;
}

#menu ul li:hover a:hover{
	color:#0285b1;
}

#menu ul li a.rubrique{
	color:#0285b1;
}


#connexion{
	position:absolute;
	left:800px;
	top:100px;
}


