			*{margin:0;padding:0;font-family:arial;}
			a{text-decoration:none;}
			body{
				background-image:url(img/fd.jpg);
				background-repeat:repeat-x;
				background-color:#18b6ec;
				text-align:center;
			}
			#header{
				width:100%;
				height:246px;
				background-image:url(img/head_fd.jpg);	
				text-align:left;
			}
			#header_img{
				position:relative;
				width:1122px;
				height:219px;
				margin:auto;
				background-image:url(img/header.png);	
			}
			#header_img a.logo{
				display:block;
				position:absolute;
				width:860px;
				height:62px;
				top:154px;
				left:133px;
				text-decoration:none;
			}
			#header_img #haut{
				position:absolute;
				top:0;
				left:110px;
				height:24px;
				font-weight:bold;
				font-size:10pt;
				color:#cff;
				line-height:24px;
			}
			#header_img #haut b{ color:#fff;}
			#header_img #haut a{color:#fff;}
			#header_img #haut a:hover{color:#ffd601;}
			
			#middle{
				background-image:url(img/middle.png);	
				width:904px;
				margin:auto;
				text-align:left;
			}
			#footer{
				background-image:url(img/footer_fd.jpg);	
				height:205px;
				text-align:center;
			}
			#footer2{
				position:relative;
				background-image:url(img/footer.png);	
				width:904px;
				height:205px;
				margin:auto;
			}
			#footer2 a.axplay{
				position:absolute;
				width:186px;
				height:69px;
				left:362px;
				top:37px;
			}
			#footer2 p{
				text-align:center;
				padding-top:110px;
				font-size:10pt;
				color:#1e7792;
				line-height:10px;
			}
			#footer2 p a{
				font-weight:bold;
				color:#1190e5;
			}
			#footer2 p a:hover{
				color:#fff;
			}
			#middle #left{
				width:722px;
				float:left;
				margin-left:14px;
			}
			#middle #right{
				float:left;
			}
			
			.cadre1{
					background-color:#c6f2ff;
					width:155px;
			}
			.cadre1 .top{
				height:15px;
				background-image:url(img/c1_hm.png);
			}
			.cadre1 .top .hg{
				width:13px;
				height:15px;
				background-image:url(img/c1_hg.png);
			}
			.cadre1 .top .hd{
				width:13px;
				height:15px;
				background-image:url(img/c1_hd.png);
				float:right;
			}
			
			.cadre1 .middle{
				clear:both;
				background-image:url(img/c1_mg.png);
				background-repeat:repeat-y;
			}
			.cadre1 .middle .mm{
				background-image:url(img/c1_md.png);
				background-repeat:repeat-y;
				background-position:right;
			}
			.cadre1 .middle .mm p{
				padding:0 13px;
			}
			.cadre1 .bottom{
				height:15px;
				background-image:url(img/c1_bm.png);
				clear:both;
			}
			.cadre1 .bottom .bg{
				width:13px;
				height:15px;
				background-image:url(img/c1_bg.png);
			}
			.cadre1 .bottom .bd{
				width:13px;
				height:15px;
				background-image:url(img/c1_bd.png);
				float:right;
			}
			.boutons a.b1{
				display:block;
				background-image:url(img/b1.png);
				width:185px;
				height:30px;
				float:left;
			}
			.boutons{
				width:555px;
				margin:auto;
				padding-top:8px;
			}
			.boutons a.b2{
				display:block;
				margin-left:17px;
				background-image:url(img/b2.png);
				width:162px;
				height:30px;
				float:left;
			}
			.boutons a.b3{
				display:block;
				margin-left:17px;
				background-image:url(img/b3.png);
				width:174px;
				height:30px;
				float:left;
			}
			.boutons a.b1:hover,.boutons a.b2:hover,.boutons a.b3:hover{background-position:0 -30px;}
			.ariane{
				background-image:url(img/arian.jpg);
				background-repeat:no-repeat;
				height:16px;
				line-height:16px;
				padding-left:21px;
				color:#9ff;
				font-weight:bold;
				font-size:10pt;
				margin-top:10px;
				margin-left:16px;
			}
			.ariane strong{
				color:#fff;
			}
			.cadre1 a.img{
				display:block;
				width:100px;
				height:70px;
				float:left;
				margin-right:10px;
				border:2px solid #5ebcde;
			}
			.cadre1 .desc{
				height:74px;
				font-size:10pt;
				color:#1e778b;
			}
			.cadre1 .desc a{
				color:#2abb28;
				font-size:12pt;
				text-decoration:none;
			}
			form{
	width:420px;;
	margin:auto;
	background-color:#dfdfdf;
	border:1px solid #bbb;
	padding:10px;
}
form label{
	display:block;
	padding:10px;
	background-color:#fff;
	margin-bottom:10px;
}
form input, form textarea{
	width:100%;
}
form textarea{
	height:200px;
}
form input.submit{
	background-color:#aaa;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border:1px solid #888;
}

