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;
					}
	#titre{
	width:950px;
	height:70px;
	position:relative;
	float:left;
	margin-top: 30px;	
	}
		#retour{
	width:30px;
	height:30px;

	position:absolute;
	display:block;
	left:50px;
	top:30px;
	}
		
		#titre h3 {
	font-size:28px;
	font-weight:normal;
	margin:0px 0px 0px 100px;
			}
					
	#content{
	width:950px;
	min-height:400px;
	float:left;
	margin-top: 50px;
	background-color: #FFF;
	}
		
		

		
		#cartouche {
	width:250px;
	float:left;
	height:250px;
	margin-left:50px;
	float:left;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 50px;
			}

			
			/*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;
					}	
