/*Ce CSS définit la mise en page de la section ACCUEIL ou PRÉSENTATION*/


#contenu{
	background-color: white;
}
#titre{
	background: url(../medias/photos/structure/quadrilleTitre.png) no-repeat scroll 0 0 #fff;
	text-align: left;
	width: 960px;
}

h1{
	color: #d34702;
	font-size: 2em;
	text-align: left;
	padding: 40px 0 10px 30px;
}

h1, #infoGuide{
	float: left;
}

#infoGuide ul, #tousContenus ul{
	list-style-image : url(../medias/photos/structure/puceOrange.png);
}

#ombreTitre{
	clear: both;
	background: url(../medias/photos/structure/ombreHautContenu.png) no-repeat;
	height: 45px;
	width: 962px;
}

#infoGuide{
	margin: 0px 0 0 70px;
	padding: 50px 0px 0px 0;
	width: 540px;
}

#titre li{
	font-size: 0.82em;
	color: #2d2b20;
	margin-bottom: 15px;
}

#titre a{
	font-size: inherit;
	text-decoration: underline;
	color: #0C5697;
}

/*Ce sont les trois sections Un guide pour qui, pourquoi et comment*/
.sousContenu, #contenuTrois{
	float: left;
	width: 320px;
	text-align: left;
	padding-bottom: 10px;
}

.sousContenu{
	background: url(../medias/photos/structure/ombreSepareContenu.png) no-repeat 50%;
}

/*Les titres secondaires de la page*/
.sousTitre, #titreTrois{
	width: 290px;
	text-align: left;
	padding: 20px 0 18px 30px;
}

.sousTitre{
	background: url(../medias/photos/structure/rondOmbre.png) no-repeat scroll 0 0 #fff;
}

#titreTrois{
	background: url(../medias/photos/structure/rond.png) no-repeat scroll 0 0 #fff;
}

h2{
	color: #a44111;
	font-size: 1.1em;
	font-weight: normal;
}

/*Les barres bleues qui séparent les titres secondaires des listes*/
.barreBleue{
	width: 320px;
	height: 3px;
	background-color: #f0eeee;
	margin-bottom: 30px;
	
}

.sousContenu>p {
	margin: 0px 0px 30px 30px;
	font-size: 0.8em;
	color: #2d2b20;
	line-height: 1.5em;
	width: 260px;
}

#tousContenus ul{
	margin-left: 45px;
	width: 240px;
}

#tousContenus li{
	margin-bottom: 17px;
	font-size: 0.74em;
	line-height: 1.5em;
	color: #2d2b20;
}


#ombreBasContenu{
	clear: both;
	background: url(../medias/photos/structure/ombreBasContenu.png) no-repeat;
	width: 960px;
	height: 45px;
}

#tousContenus{
	margin-bottom: 0px;
	background-color: #f4f9fd;
	width: 960px;
	overflow: hidden;
    position: relative;
    width: 100%;

}


/*Cela permet au texte de rester dans sa division (accessibilité)*/
#titreTrois, #tousContenus p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
