* {
	margin:0px;
	padding:0px;
}

a {	
	color: #69509B;	
	text-decoration: none;
}

a:hover {
	text-decoration:underline
	}

h2 {

text-align:center;
}

body { 

	background:url(images/degradBg.jpg) repeat-x;
	background-color: #806ba9;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
		}

#contour {
	background:url(images/contourbg.jpg) repeat-x;
	background-color:#736097;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#page {
	
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #69509B;
	border-right:2px solid #69509B;	
}	

#bandeau {
	
	border:none;
	width: 780px;
	height: 245px;
		}
		
#bandeau H1 {
	DISPLAY: none
}
#bandeau H2 {
	DISPLAY: none
}

#bandeauImg {

	width:780px;
	height:100px;
	border-bottom:2px solid #69509B;
	border-top:2px solid #69509B;
}

#menutop { 
	
	background-color:#FFFFFF;
	float: inherit;
	width:780px;
	height: 80px;
	border-bottom:2px solid #69509B;
	padding-top: 15px;
				
}	

#menutop img {
	
	margin-right:10px;
	}
	
#menutop span {

	margin-left:30px;
	}
	
#content {
	
	background-color:#FFFFFF;
	font-size:14px;
	color: #69509B;
	padding:20px 20px 20px 20px;
	
	}

#content p {

	text-align:justify;
}

#content label {

	margin-right: 15px;
}

#content img {

	margin:10px;
	}

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 780px;
	height: 96px;
	border-top:2px solid #69509B;
	text-align:center;	
	}
	
