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


span{
	font-size: inherit;
}

acronym{
	font-size: inherit;
	color: inherit;
	border-width: 0px;
}

sup, sub{
	font-size: 0.74em;
	height: 0;
	line-height: 0.8em;
	font-weight: bold;
	position: relative;
}

.motDocItalic{
	font-style: italic;
}

/*On ajoute un quadrillé d'arriere-plan*/
#quadrille{
	width: 960px;
	height: 426px;
}

#titre{
	width: 252px;
}


h1{
	color: #d34702;
	font-size: 1.8em;
	text-align: left;
	padding: 30px 20px 10px 20px;
}

.sousTitre{
	color: #bd2800;
	font-weight: 100;
	font-size: 0.65em;
	line-height: 1.2em;
}

.blocInvisible{
	display: none;
}

#sousContenu{
	margin-top: 7px;
}


#sousContenu, #titre{
	float: left;
}


/*On définit la forme du contenu de la page (Les étapes). Cela comprend le rectangle de coins arrondis*/
#encadreArrondi{
	clear: both;
	width: 707px;
	margin-left: -6px;
	padding-top: 30px;
	background: url(../medias/photos/structure/contourRond.png) no-repeat;
	text-align: left;
}


#encadreArrondi>ul{
	padding: 30px 80px 0 80px;
	list-style-image : url(../medias/photos/structure/puceOrangeSousMenu.png);
}

#encadreArrondi>ul>li{
	margin-bottom: 40px;
}


#encadreArrondi h2{
	color: #0c5697;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
	/*border-bottom: dashed 1px #0c5697;*/
}

#encadreArrondi p{
	color: #272727;
	margin-top: 20px;
	line-height: 1.4em;
	font-size: 0.74em;
}

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

.noteTexte a{
	text-decoration: none !important;
	color: inherit;
}
/*Fin du CSS du contenu des étapes*/



/*CSS des coins arrondis au bas de page*/
#encadreArrondiBas{
	width: 707px;
	height: 108px;
	margin-top: -35px;
	background: url(../medias/photos/structure/contourRondBas.jpg) no-repeat;
}
/*Fin du CSS des coins arrondis au bas de page*/


/*On définit la mise en page de ÉTAPE SUIVANTE OU PRÉCÉDENTE*/
#retour{
	margin: -10px 0 0 0px;
	position: absolute;
}

#retour p{
	position: absolute;
}

#retour a{
	display: block;
	width: 200px;
	font-size: 0.85em;
	color: #003a88;
}

#retour p:nth-child(1){
	left: 40px;
}

#retour p:nth-child(2){
	left: 470px;
}

#retour img{
	padding: 0 10px;
	vertical-align: middle;
}

#retour a:hover{
	color: #de4a02;
}
/*Fin du CSS de ÉTAPE SUIVANTE OU PRÉCÉDENTE*/

/*Note des pages*/
#note{
	width: 707px;
	margin-top: 50px;
}

#note h2{
	text-align: left;
	font-weight: 100;
	margin: 0 80px;
	font-size: 0.9em;
	border-bottom: solid 1px #ccc;
	color: #333;
}

#note ol{
	margin: 0px 80px;
	list-style-position: inside;
}


#note li{
	margin-top: 15px;
	text-align: left;
	font-size: 0.6em;
	color: #222;
	text-align: left;
	font-weight: bold;
}

.classeNote{
	color: inherit;
	font-size: inherit;
	font-weight: normal;
}

#note a{
	text-decoration: underline;
}

/*CSS pour l'étape Réception - Définition de demandeur et décideur*/
#presentation{
	margin: 0 50px;
	padding: 0px 30px 20px 30px;
	border: solid 1px #aaa;
}
/*Fin css pour l'étape Réception*/


/*CSS pour l'étape 5*/
#ulMesure, #ulProactif{
	list-style-image: none;
	list-style-position:inside;
	margin: 20px 0 0 20px;
}

#ulMesure{
	list-style-type: disc;
}

#ulProactif{
	list-style-type: circle;
}

#ulMesure li, #ulProactif li{
	font-size: 0.74em;
	margin-bottom: 4px;
}

#ulMesure ul{
	list-style-type: circle;
	margin-left: 20px;
}

/*Fin du css de l'étape 5*/


/*Cela permet au texte de rester dans sa division une fois que le texte est agrandi(accessibilité)*/
#titre h1{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

