body {
	margin: 10px;
	padding: 0;
	background: url(images/bg01.jpg);
	font:13px verdana; Arial, Helvetica, sans-serif;
	color: #5A554E;
}


/* Wrapper */


.container {
	width: 815px; /*largeur boxe texte */
	margin: 0 auto;
}

#flag {
	/*height: 20px; */
 	margin-left: auto; 
 	margin-right: auto;
}

#flag a {
	text-decoration: none;
}

/* Header */

#header {
	/*height: 135px; pour que barre noire colle image*/
	height: 135px;
	background: url(images/bg04.jpg) ; 
}


/* Menu */

#menu {
	height: 80px;	
	background: url(images/bg03.jpg) 0 201px;
}


/* Page */

#page {
	background: url(images/bg03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 765px;
	padding: 0 25px 0 25px;
	background: url(images/bg03.jpg) no-repeat 0 -335px;
}

#content h1{
	color: #000000
	/*color: #96CA2D;*/
}

#content h2{
	/*color: #FEAE0D;*/
	color:#96CA2D;
}

#content h3{
	/*color: #FEAE0D;*/
	color:#96CA2D;
}

#content a{
	text-decoration:none;
	color: #96CA2D;
}

#content a:hover{
	text-decoration:underline;
	color:#FEAE0D;
	/*color: #85609c;*/
}

#content p {
  text-align:justify;
	}

#content .maj {
	height: 20px;
	background: url(images/bg09.jpg) ;
	padding: 10px 0;
}



/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 55px 0;
}

