/*** Page d'accueil ***/

/* découpage de la page */
div#global{
	width: 1024px;
	height: 656px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../images/fond_accueil.jpg) no-repeat 0 0;
}
div#header{
	height: 142px;
	padding-top: 0px;
	font-size: 10px;
	color: #69A8BA;
}
div#header p.baseline{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 8px;
	letter-spacing: 8px;
}
* html div#header p.baseline{
	padding-top: 4px;
}
* + html div#header p.baseline{
	padding-top: 3px;
}
div#header h1{
	display: block;
	width: 260px;
	height: 145px;
	text-indent: -5000em;
	float: left;
	margin: 50px 0px 0px 0px;
	background: transparent url(../images/logo.gif) no-repeat 50% 69%;	
	position: relative;
}
/*div#header h2{
	font-size: 10px;
	border: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}*/
div#header div#infos{
	float: right;
	width: 300px;
	margin-top: 30px;
	text-align: justify;
}
div#header div#infos p{ 
	font-size: 11px;
	text-align: justify;
}
div#header div#infos p.firstline{ 
	letter-spacing: 0.24em;
}
div#header div#infos p.secondline{ 
	letter-spacing: 0.06em;
}
div#header div#infos p.thirdline{ 
	letter-spacing: 0.138em;
}
div#body{
	height: 340px;
}
div#body img{
	margin-top: 55px;
	margin-left: -50px;
}
* html div#global div#body{
	margin-right: -50px;
}