@charset "UTF-8";

/* Gestion du header */
header{
	width:100%;
	min-height:115px;
}
#entete {
	width: 375px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 1;
	visibility: visible;
}
#logo {
	width: 95px;
	display: block;
	float: left;
	position: relative;
	padding: 10px 5px 10px 0px;
}
#title {
	width: 275px;
	display: block;
	float: left;
	position: relative;
	padding: 25px 0 0 0;
}
.company0 {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding: 3px 0;
	font-size: 13pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.slogan01 {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding: 3px 0;
	font-size: 6.5pt;
	font-family: Arial, sans-serif;
 	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.slogan02 {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding: 3px 0;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}

