@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size:20px;
}

h2{
	text-decoration:underline;
	font-size:18px;
}

h3{
	text-decoration:none;
	font-size:16px;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#0066FF;
}


#main{
	width:920px;
	margin:auto;
}

#banniere{
	width:930px;
	height:200px;
	float:left;
	color:#FFFFFF;
	
}

#titrepage{
	margin-top: 100px;
	margin-left: 550px;
}

img{
	border:0;
}

#centre{
	width:930px;
	background-image:url(images/fond.png);
	background-repeat:repeat-y;
	float:left;
}

#menu{
	width:150px;
	float:left;
	padding-left: 30px;
	padding-top:50px;
}

#content{
	width:680px;
	min-height:40px;
	float:left;
	padding-top:20px;
	padding-left:30px;
	padding-right:20px;
	text-align:justify;

}

#footer{
	width:930px;
	height:70px;
	background-image:url(images/footer.png);
	float:left;
	
}

.titre {
	font-size:24px;
	text-decoration:none;
}

.menutxt {
	font-size:16px;
	color:#666;
	font-weight:bold;
}

.menutxt a{
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.menutxt a:hover{
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}

#imglink{
	padding: 20px;
	width: 240px;
	float:left;
}

#ruban{
	position: absolute;
	width:200px;
	height: 200px;
	right: 0px;
	top: 0px;
	background-image:url(images/engage.png);
}

#copyright{
	float: left;
	width: 930px;
}