body{
	background:#54095e url(../images/design/bandeaubody.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#global{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;

	
}
#header{
	width:950px;
	height:200px;
	position:relative;
	float:left;
	background-color:#FFF;
	}
	#logo{
	width:210px;
	height:210px;
	background-image:url(../images/design/logo.png);/*logo transparent+ombre*/
	background-repeat:no-repeat;
	position:absolute;
	display:block;
	left:20px;
	top:0px;
	z-index:1;/*pour superposition*/
	}
	#header h1 {
	font-size:30px;
	font-weight:normal;
	margin:55px 0px 0px 220px;
	}
	#header h2 {
	font-size:30px;
	font-style:italic;
	font-weight:normal;
	margin:10px 0px 0px 230px;	
	}
	

	
#menu{
	margin:-15px 0 0 0;/*remonter en négatif pour superposition avec le logo*/
	float:left;
	width:950px;
	height:35px;
	position:relative;
	background-color:#FFF;
	display:block;
	}
					#menu a{
					display:block;
					float:left;
					margin-left:50px;
					width:250px;
					height:30px;/*50-10-10*/
					background-color:#54095e; 
					font-size:20px;
					font-family:Arial, Helvetica, sans-serif;
					color:#FFF;
					text-decoration:none;
					text-align:center;
					padding-bottom:10px;
					padding-top:10px;
					border-radius:10px;/*bord arrondi*/
					}	
					#menu a:hover{
					display:block;
					width:250px;
					height:30px;/*50-10-10*/
					background-color:#603; 
					font-size:20px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:center;
					padding-bottom:10px;
					padding-top:10px;	
					color:#969;
					}
	#visuel{
	
	width:950px;
	height:20px;
	float:left;
	}
					
	#content{
	
	width:950px;
	min-height:600px;
	position:relative;
	float:left;
	background-color:#FFF;
	}
		#content h3 {
	width:850px;/*950-50-50*/
	float:left;
	margin-top:40px;/*remonter en négatif pour remonter communiquons*/
	margin-left:50px;
	margin-right:50px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: lighter;				

			}
		#content h4 {
			float:left;
			min-height:600px;
			width:250px;
			margin-left:50px;
			margin-top:220px;
			position:absolute;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:21px;
			}
		#content h5 {
	float:left;
	min-height:600px;
	width:250px;
	margin-left:350px;
	margin-top:200px;
	position:absolute;
	font-weight:normal;
	font-size:21px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;	
			}
			
		
a:hover, #h5{
	color:#009966;
					}
			
			
			/*bloc footer*/
			#footer {
			clear:both;
			width:950px;
			height:100px;
			background-color: #999;
			margin-top:50px;
			position:relative;
			}
				#contact a{
					display:block;
					position:absolute;
					width:100px;
					height:20px;/*50-15-15*/
					background-color:#060;
					margin:0px 50px 75px 800px; 
					font-size:10px;
					font-family:Arial, Helvetica, sans-serif;
					color:#FFF;
					text-decoration:blink;
					font-weight:bold;
					text-align:center;
					padding-bottom:15px;
					padding-top:15px;
					margin-top:25px;
					}	
					
					#vignette {
					display:block;
					position:absolute;
					height:150px;
					width:150px;
					float:left;
					margin-left:20px;
					margin-top:10px;
					}	
