
#header { height: 40px; background-image:url(../images/bg_header.png);  border-bottom: 1px solid #69C;}
#header h1{ font-size: 1.2em;	color: #008BFF;; margin:0 0 0 0; padding:0 0 0 0; letter-spacing:0.1em; font-weight:bold; background:none;}

/*
#haut {
height: 40px;

background-image:url(../images/bg_header.png) repeat-x;
padding: 0 0 0 25px;
}
*/
#conteneur {
width:800px;
margin:3px auto;
margin-bottom:0px;
background-color:#FFF;
border: 1px solid #69C;
}

#droite {
left:0;
float:left;
width: 200px;
margin-right:1px;
}

.menu ul{
	list-style: none;
	margin: 0 0 0 0;
 	padding: 0 0 0 0;
	font-size:1.2em;
	}


.menu li a{
	display: block;
	padding: 10px 0 0 10px;
	height:25px;
	width:167px;
	border-top:  1px solid #FCF;
	color : #FE81F7; text-decoration: none; font-weight: bold; font-size:85%;

}

.menu li a:hover{
		padding: 10px 0 0 10px;
	background: #FDEAFD url(../images/curseur.gif) repeat-y left;
}





/* menu droite*/
	.cadre {
	width: 195px;
	padding-top:6px;
	margin: 11px 0 0 0;
	background: url(../images/right_top.gif)top left no-repeat;
	}
	.bloccadre {
	background: url(../images/right_btm.gif) bottom left no-repeat;
	padding-bottom:6px;
	padding: 0px 3px 10px 11px;
	/*padding-top: 6px;*/

	}


#centre {
background-color:#FFF;
margin: 3px 3px 3px 3px;
margin-left:200px;
}


#centre  ul{
	padding:0 0 0 0;
	margin: 0 0 0 0;
	display:inline;
}

#centre li{

	background: url(../images/arrow-green1.gif) left center no-repeat;
	list-style:none;
	font-size:1.2em;
	font-weight:bolder;
	padding:2px 0px 0 10px;
	margin: 0 0 0 0;
	margin-left:6px;
	padding-left:9px;
}


#pied {
clear:both;
background-color:#333; 
background:url(../images/bg-footer.jpg);
background-repeat:no-repeat;
background-position: top left;
color:#999999;
/*position: relative;*/
padding: 0;
margin:0;
border-top: 1px solid #959595;
}



#siteMap,
#copyright {
	margin-top: 0;
	}
#siteMap {
	float: left;
	width: 500px;
	}
#siteMap .column {
	float: left;
	width: 230px;}
	
	#siteMap .column1 {
	float: left;
	width: 250px;
	}
#siteMap li {
	list-style: none;
	font: normal 1em 'lucida grande',tahoma,sans-serif;
	}
#siteMap li a {
	display: block;
	padding: 3px 3px;
	font-weight: bold;
	color: #0CO;
	text-decoration:none;
	}
	#siteMap li li a {
	padding: 0 0 0 0;
		padding-left: 10px;
		font-size: 0.8em;
		line-height: 1.1em;
		font-weight: normal;
		color: #234B73;
		background: url(../images/arrow-green.gif) left center no-repeat;
		}
#siteMap li a:hover {
	text-decoration: underline;
	color: #234B73;
	}
	#siteMap li li a:hover {
		text-decoration: underline;
		}



	#copyright {
			float: right;
			width: 256px;
			background: #434040;
			border: 1px solid #797066;
			margin: 5px 7px;
					}
		#copyright p {
			margin: 10px 10px;
			font: normal 0.8em 'lucida grande',tahoma,sans-serif;
			color: #eae7d2;
			}
		#copyright strong {
			font-size: 1.2em;
			font-weight: normal;
			color: white;
			}
		#copyright a {
			font-weight: bold;
			color: #09F;
			}
		#copyright a:hover {
			text-decoration: underline;
			color: white;
			}


.blocPapillon {
display:block;
width: 300px;
height:200px;
float: left;
padding-left:295px;
padding-top:35px;
background-image:url(../images/papillon.jpg) ;
background-position:left;
background-repeat:no-repeat;

}		





.cadrecentre {/* conteneur global et arrière-plan du titre du cadre */
width: 580px;
background:url(../images/bg_center_top.png)top left no-repeat;
padding-top: 11px;
margin:11px 0 0 0;

}
.bloccadrecentre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(../images/bg_center_btm.png) bottom left no-repeat;
margin-bottom: 5px;
padding: 0px 3px 10px 15px;
}


	
.floatleft{
float:left;
}
