/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   ============================================== */
   
#top{
	position:relative;
	display:block;
	float:none;
	margin:0px auto 20px auto;
	width:1200px;
	height:100px;
	background: none repeat scroll 0% 0% rgb(238, 236, 234);
	z-index:999;
}

#logoTitle{
	position:relative;
	display:block;
	float:left;
	top: 6px;
	left: 58px;
	width: 50px;
	height: 100px;
	font-family: 'Neogrey';
	font-size: 42px;
	letter-spacing: -2px;
	color: rgb(236, 99, 66);
	z-index: 1007;
}

#sloganTitle{
	position: relative;
	display: block;
	float: left;
	top: 88px;
	left: 263px;
	width: auto;
	height: 100px;
	font-family: 'Arial';
	font-size: 15px;
	color: rgb(170, 169, 159);
}
