#bandeau{ 
/* Dans cette methode inutile d'ajouter display: block un div est block par defaut mais vous le pouvez */ 
background : url("../images/logo.jpg") no-repeat; 
height : 108px; 
width : 328px; 
margin : 0 auto; 
margin-top: 50px;
} 

@font-face {
    font-family: 'MinionProRegular';
    src: url('../font/minionpro-regular-webfont.eot');
    src: url('../font/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/minionpro-regular-webfont.woff') format('woff'),
         url('../font/minionpro-regular-webfont.ttf') format('truetype'),
         url('../font/minionpro-regular-webfont.svg#MinionProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p{
font-family: 'Questrial', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1em;
line-height:18px;
color:#666;
}

label{
font-family: 'Questrial', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1em;
line-height:18px;
color:#666;
}

#mc_embed_signup{
background:#fff; 
font:14px Helvetica,Arial,sans-serif;  

}

a:link {
		color: #666;
		text-decoration:underline;
	}

	a:visited {
		color: #666;
		text-decoration:underline;
	}

	a:active {
		background-color: #666;
		text-decoration:underline;
	}

	a:hover {
		color:#666;
		text-decoration:underline;
	}

