html,* html body
{
	margin:0;
}

*{
	margin:0;
}

body{
	background:url(../images/fondFooter.gif) repeat-y;
	background-color:#155c7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#FFF;
}

#contenu{
	width:100%;
	height:487px;
	background:url(../images/fondContenu.gif) repeat-x;
}

#wrapper{
	background:url(../images/contenuPhotos.jpg) no-repeat;
	width:869px;
	height:385px;
	margin:auto;
	position:relative;
}

#boitePackage{
	width:329px;
	position:relative;
	top:245px;
	left:53px;
	height:104px;
	background-image:url(../images/boitePackage.png);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:10px;
	overflow:hidden;
}

.titre{
	font-weight:bold;
	font-size:15px;
	margin-bottom:4px;
}

#footer{
	width:814px;
	margin:auto;
	position:relative;
	right:85px;
}

.emphase{
	font-weight:bold;
	font-size:13px;
}

a{
	text-decoration:none;
	color:#FFF;
}

a:hover{
	color:#FC0;
}

.espaceTexte{
	margin-right:5px;
}

#texteBas{
	position:relative;
	top:290px;
	left:-62px;
	text-align:center;
}

#texteFooter{
	float:left;
	position:relative;
	top:160px;
	left:44px;
	text-align:right;
}

.texteFormel{
	font-size:11px;
}

.texteFormelMargin{
	font-size:11px;
	margin-top:7px;
}

#logo{
	background-image:url(../images/logo.png);
	width:110px;
	height:108px;
	position:relative;
	float:right;
	top:248px;
}

#barreEntre{
	width:880px;
	height:1px;
	background-image:url(../images/barreEntre.png);
	margin-top:15px;
	overflow:hidden;
}