/*Ce CSS définit la mise en page de la section DOCUMENTATION*/

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;
}
.noteTexte a{
	text-decoration: none !important;
	color: inherit;
}


/*TOUS LES MOTS EN ITALIQUE*/
.docMotItalic{
	font-style:italic;
	font-size: inherit;
}
/*FIN DE TOUS LES MOTS EN ITALIQUE*/


/*On définit le style du contenu*/
#contenu{
	/*background-color: white;*/
	width: 960px;
	height: 500px;
}

/*On ajoute un quadrillé d'arriere-plan*/
#quadrille{
	/*background: url(../medias/photos/structure/quadrilleDocumentation2.jpg) no-repeat;*/
	width: 960px;
	height: 426px;
}

/*Le titre principal de la page*/
#titre{
	width: 252px;
}


#titre p{
	color: #d34702;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}

#titre ul{
	margin-top: 30px;
	text-align: left;
	padding: 0 12px;
}

#titre li{
	padding: 18px 0;
	border-bottom: 2px dotted #949292;
}

#titre li:first-child{
	border-top: 2px dotted #949292;
}

#titre a{
	display: block;
	padding-left: 16px;
	color: #272727;
	font-size: 0.74em;
	background: url(../medias/photos/structure/puceOrangeSousMenu.png) no-repeat;
}

#titre a:hover{
	color: #be4401;
}

#docSelect a{
	color: #be4401;
}
/*FIN DES TITRES*/

/*On définit la mise en page de ÉTAPE SUIVANTE*/
#sousContenu, #titre{
	float: left;
}

#retour{
	width: 220px;
	margin: 18px 0px 0px 470px;
}

#retour a{
	display: block;
	background-color: red;
	padding: 1px 0 0 25px;
	color: #003a88;
	font-size: 0.8em;
	background: url(../medias/photos/structure/flecheAvant.png) no-repeat;
}

#retour a:hover{
	color: #923636;
}
/*Fin de ÉTAPE SUIVANTE*/

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

#contenuEncadre{
	width: 620px;
	margin-left: 45px;
	text-align: left;
}

#contenuEncadre h1{
	color: #be4401;
	padding: 45px 0 10px 0;
	font-weight: 100;
	font-size: 1.1em;
	border-bottom: 1px solid #be4401;
	line-height: 1.3em;
}

#sousMenuAccordeon{
	margin: 30px 0 30px 0;
}

/*On définit le menu accordéon*/
#sousMenuAccordeon button{
	width: 620px;
	padding: 10px 0 10px 40px;
	font-weight: 600;
	font-size: 0.75em;
	color: #272727;
	font-weight: 100;
	background: url(../medias/photos/structure/encadreBleu2.jpg) no-repeat;
	background-position: right bottom;
	text-align: left;
	border: none;
	cursor: hand; 
	cursor: pointer;
}

.element, .elementOuvert{
	padding: 30px 0 30px 0;
	width: 595px;
	padding-left: 15px;
}

#sousMenuAccordeon p, #sousMenuAccordeon li{
	font-size: 0.72em;
	color: #272727;
	font-weight: 100;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#sousMenuAccordeon ul{
	margin: 30px 0px 30px 30px; 
	width: 525px;
}
 
#sousMenuAccordeon li{
	margin-bottom: 10px;
}
 
#sousMenuAccordeon a{
	font-size: inherit;
	text-decoration: underline;
}
 
 
/*Coins arrondis en bas de page*/
#encadreArrondiBas{
	width: 707px;
	height: 108px;
	margin-left: -6px;
	background: url(../medias/photos/structure/contourRondBas.jpg) no-repeat;
}

/*Note de bas de page*/
#note{
	width: 707px;
	margin-top: 10px;
}

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

#note ol, #note li{
	font-weight: bold;
}

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

#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;
}
/*Fin de note de bas de page*/


/*Cela permet au texte de rester dans sa division (accessibilité)*/
#titre, #tableau1Doc5 li, #tableau2Doc5 li{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
/*FIN DE WORD-WRAP ET HYPHENS*/

 /*Tableau du document 5*/
 #tableau1Doc5, #tableau2Doc5{
	margin-top: 30px;
	border-collapse: collapse;
 }
 
#tableau2Doc5{
	margin-top: 60px;
}
 
 #tableau1Doc5 th, #tableau2Doc5 th{
	border: 1px solid #272727;
	padding: 10px 0px 10px 10px;
	font-size: 0.7em;
 }
 
 #tableau1Doc5 tbody td, #tableau2Doc5 tbody td{
	border: 1px solid #272727;
 }
 
 #tableau1Doc5 tr, #tableau2Doc5 tr{
	padding-bottom: 20px;
 }
 
 #tableau1Doc5 td, #tableau2Doc5 td{
	font-size: 0.7em;
	padding: 10px 10px;
	text-align: left;
	vertical-align: text-top;
 }
 
 #tableau1Doc5 ul, #tableau2Doc5 ul{
	 width: 175px;
	 margin: 0;
	 padding: 3px;
}

#tableau1Doc5 li, #tableau2Doc5 li{
	font-size: 0.65em;
	margin-bottom: 15px;
}
 
.trSouligne td{
	text-decoration: underline;
 }
 
#tableau1Doc5 caption, #tableau2Doc5 caption{
	font-size: 0.78em;
	margin: 15px 0 20px 0;
}

#tableau1Doc5 tfoot{
	border-top: 1px solid #272727;
}
/*FIN DU TABLEAU DU DOCUMENT 5*/
