/*Css StratègeConsultant Internet explorer 7___________*/

html,* html body
{
	height:100%;
	font-size:100%;
}

*{
	margin:0;
}

/*CSS GÉNÉRAL___________*/
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#663300;
	background:url(../images/bas.jpg) repeat top left;
}

/*HEADER*/
#header{
	background-image:url(../images/header.jpg);
	height:31px;
	background-repeat:repeat-x;
}

/*Contenu*/
#wrapGauche{
	margin-left:101px;
	background-color:#FFF;
	height:490px;
	padding-top:48px;
}

#logo{
	background-image:url(../images/logo.jpg);
	width:383px;
	height:96px;
}

#presentation{
	width:786px;
	margin-top:27px;
	padding-left:5px;
	font-weight:bold;
}

#service{
	background-image:url(../images/header.jpg);
	height:31px;
	background-repeat:repeat-x;
	margin-top:48px;
}

#serviceTitre{
	background:url(../images/service.png) 0px 3px;
	width:88px;
	height:29px;
}

.contenu{
	width:275px;
	padding-top:15px;
	float:left;
}

.marginGauche{
	margin-left:-105px;
	width:275px;
	padding-top:15px;
	float:left;
}

#marginGaucheP{
	margin-left:-16px;
	width:275px;
	padding-top:15px;
	float:left;
}

#premier{
	margin-left:-14px;
}

.listHidden{
	list-style:none;
}

li{
	margin-top:5px;
}

#serviceShadow{
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	height:10px;
}

.barreEntre{
	background-image:url(../images/barreEntre.png);
	width:9px;
	height:123px;
	float:left;
	margin-top:17px;
	margin-left:-105px;
}

#barreEntreP{
	background-image:url(../images/barreEntre.png);
	width:9px;
	height:123px;
	float:left;
	margin-top:17px;
	margin-left:15px;
	margin-right:5px;
}

#barreEntreF{
	background-image:url(../images/barreEntre.png);
	width:9px;
	height:123px;
	float:left;
	margin-top:17px;
	margin-left:-38px;
}

#marginGaucheF{
	margin-left:600px;
	width:275px;
	padding-top:15px;
	float:center;
}

#boite{
	background:url(../images/fond.png) right 35px;
	background-repeat:no-repeat;
	height:283px;
}

#footer{
	background-image:url(../images/barreBas.png);
	height:7px;
	width:920px;
	margin-top:-50px;
}

#infoFooter{
	margin-left:12px;
	margin-top:5px;
}

.rose{
	color:#F39;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.lien{
	text-decoration:underline;
	color:#663300;
}

.lien:hover{
	color:#300;
}	

#fondBlanc{
	background-color:#FFF;
}