/* CSS Document */


body {
	background-color: #56C2E3;
		text-align:center;
}
.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D10730;
	text-decoration: blink;
	background-color: #FFFFFF;
}

	/*---------------|||||||||||Footer-----------------------------------------------*/

	#footer {
	clear: both;
	width: 800px;
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	align: left;
	color: #000000;
	background:#D41076;
	font-weight: bold;
	  
	  }
		
			
	#footer  a {
	  color: #fff;
	   font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }
		
	#footer  a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px dotted #fff;
	  }
	
