.clear {
	clear:both;
}
span.bleu {
	color: #296da1;
}
html {
	/*height:100%;*/
}
body {
	margin:0;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background: url(../images/bg_body.jpg) #fefbf6 bottom center repeat-x;
	color: #858585;
	height:auto;
}

a img {
	border: none;
}

a {
	color: #0067bf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* En-tetes */
h1,h2,h3,h4,h5,h6{font-family:Verdana, Arial; }
h1{font-size: 2.5em; color: #db8b00;}
h2{font-size: 1.9em; color: #db8b00;}
h3{font-size: 1.5em; color: #db8b00;}
h4{font-size: 1.3em; font-weight: bold; color: #db8b00;}
h5{font-size: 1.1em; font-weight: bold; color: #666;}
h6{font-size: 1.0em; font-weight: bold; color: #858585;}

/* Header */

#container{
	width: 950px;
	margin: 0 auto;
	border: 1px solid #dad9d5;
	border-width: 0 1px 0 1px;
}
	
	#header {
		width:950px;
		height: 260px;
		background: url(../images/bg_header.jpg) top center no-repeat;
	}
		#header #title {
			margin: 198px 0 0 30px;
			height: 54px;
			float:left;
		}
			
	#subcontainer {
		width: 950px;
		background: #fff url(../images/bg_content.jpg) top center no-repeat;
	}

		#subcontainer #menu {
			width:230px;
			float:left;
			padding: 30px 0;
		}
	
			#subcontainer #menu  ul {
				margin:0;
				padding:0;
				list-style-type:none;
			}
				#subcontainer #menu  ul li {
					margin:0;
					float:right;
					width: 209px;
					height: 32px;
				}
				#subcontainer #menu  ul li a {
					display:block;
					height: 100%;
					padding: 0 6px;
					color: #0067bf;
					font-weight:bold;
					line-height:30px;
						padding:0 15px;
				}
				#subcontainer #menu ul li a:hover, #subcontainer #menu  ul li.act a {
					background: url(../images/menu_item_bg.png) center center no-repeat;
					color: #fff;
					text-decoration:none;
				}

		#subcontainer #content {
			width: 435px;
			float:left;
			margin: 15px 0 0 10px;
			padding-bottom: 30px;
		}
		
		#subcontainer #postit {
			width: 195px;
			float:right;
			padding: 10px 15px;
			margin: 25px 15px 0 0;
			background: #f2f1f1 url(../images/bg_postit.jpg) top right no-repeat;
		}
		
	#footer {
		width: 950px;
		height: 218px;
		background: url(../images/bg_footer.jpg) top left no-repeat;
		float:left;
	}
		#footer #coordonnes {
			color: #fff;
			text-align:right;
			margin: 60px 20px 0 0;
		}
		#footer #credits {
			text-align:center;
			margin: 80px 0 0 0;
			font-size:.7em;
		}
			#footer #credits a {
				color: #666;
			}

