	
header
{
	width: 1000px;
	height: 160px;
	
	border: 1px solid #00ff00;
	background-color: #aaeefc;
   border-radius: 10px;
}

.logo
{
   width: 80px;
   height: 140px;
   
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left:10px;
   margin-right: 10px;
   
   vertical-align: top;
}

.texte
{
   width: 890px;
   height: 160px;
}


header h1
{      
   margin-top: 10px;
   margin-bottom: 0px;
   
   font-family: 'Western';
	color: #0000ff;
	text-align: center;
	font-size: 5em;
}

header h2
{
   margin-top: 10px;
   margin-bottom: 0px;
   
   font-family: 'CommercialScriptTwo';
	color: #000000;
	text-align: center;
	font-size: 2em;
}

.logo, .texte
{
   display: inline-block;
}

header h1, header h2
{
  display: block; 
}





