body{
	font-family: Verdana, Trebuchet MS, Arial, serif;
	font-size: small;
	text-align: justify;
	background-color: #4e4e4e;
	color: #004e8a;
	}

#entete	{
	width: 750px;
	height: 173px;
	background-image: url("../images/entete.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	}

#milieu	{
	width: 750px;
	background-image: url("../images/milieu.png");
	background-repeat: repeat-y ;
	background-position: center;
	margin: auto;
	}
	
		.cadre01
		{
		text-align: justify;
		padding: 10px;
		background-color: rgb(240,240,240);
		width: 650px;
		margin: auto;
		}
		
	
#pied	{
	width: 750px;
	height: 149px;
	background-image: url("../images/pied.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	text-align: center;
	font-size: 12px;
	}
		#pied span	{
					font-family: Arial, Verdana, Trebuchet MS, serif;
					font-size: 16px;
					font-weight: bold;
					}
		#pied a	{
				text-decoration: underline;
				color: #004e8a;
				}
		
		#pied a:hover	{
				text-decoration: none;
				color: #004e8a;
				}		

h4{
		padding-left: 40px;
		text-transform: uppercase;
		font-family: Arial, Verdana, Trebuchet MS, serif;
		font-size: 14px;
		font-weight: bold;
}

