@charset "utf-8";
/* ===============================[ Général ]================================================================================================== */
html, body {
	font-size: 100%;
}
	
body {
	font-family: serif;
	color: #000;
	font-size: 15pt;
	background: #fff;
	margin:0;
	padding: 2pt;
}
	
div#conteneur {
	width: 90%;
	max-width: none;
	min-width: 0;
	margin: 0;
	position: static;
	overflow: visible;
}
	
a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
	
a:hover,
a:focus,
a:active {
	color: #000;
}
	

	
/* ===============================[ Top (liens d'évitement) ]================================================================================== */
div#top {
	display: none;
}
	
/* ===============================[ Entête ]================================================================================================== */
div#header {
	position: static;
	background: #fff;
}
	
div#header h1 {
	position: static;
}
	
div#header a {
	padding: 0;
	position: static;
	font-size: 24pt;
	line-height: 24pt;
	color: #000;
	font-style: normal;
	font-weight: bold;
	border: none;
}
	
div#header a:hover,
div#header a:focus,
div#header a:active {
	color: #000;
}
	
div#header h6 {
	display: none;
}
	
/* ===============================[ Menu haut ]=============================================================================================== */
div#menu_haut {
	display: none;
}
	
/* ===============================[ Changement Taille Texte ]================================================================================= */
div#taille_texte {
	display: none;
}
	
/* ===============================[ Contenu ]================================================================================================= */

/* -------------------------------[ Général ]------------------------------------------------------------------------------------------------- */
div#contenu {
	background: #fff;
	min-height: 0;
	position: static;
}
	
/* -------------------------------[ Menu gauche ]--------------------------------------------------------------------------------------------- */
#menu_gauche {
	display: none;
}
	
/* -------------------------------[ Texte ]--------------------------------------------------------------------------------------------------- */
div#texte {
	margin: 0 10pt;
	padding: 0;
}
	
#texte h2 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-style: normal;
	letter-spacing: normal;
	background: #fff;
	border-bottom: 1pt solid #000 ;
	color: #000;
}
	
#texte h2:first-letter {
	font-size: 19pt;
	color: #000;
}
	
#texte h3 {
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-style: normal;
	letter-spacing: normal;
	background: #fff;
	color: #000;
	height: auto;
}
	
#texte h3:first-letter {
	font-size: 17pt;
	color: #000;
}
	
#texte h3 a:first-letter{ /* ne pas remettre d'espace après letter pour désactiver dans IE6 */
	font-size: 17pt;
	color: #000;
}
	
#texte h3 a, #texte h3 a {
	padding: 0;
}
	
#texte h3 a:hover:first-letter,
#texte h3 a:focus:first-letter,
#texte h3 a:active:first-letter{ /* ne pas remettre d'espace après letter pour désactiver dans IE6 */
	color: #000;
}
	
#texte .encadre {
	background: #fff;
	border: none;
	padding: 0;
	margin: 0;
	overflow: visible;
}
	
#texte .interne {
	background: #fff;
	color: #000;
	font-style: normal;
	border: none;
	padding: 0;
	margin: 0;
}
	
#texte .interne p {
	margin: 0;
	padding: 0;
	line-height: 15pt;
	text-indent: 15pt;
	text-align: left;
}
	
#texte p {
	text-align: left;
	text-indent: 15pt;
	line-height: 15pt;
	letter-spacing: normal;
	padding: 0;
}
	
#texte a {
	color: #000;
	font-style: normal;
	border-bottom: none;
}
	
#texte a:hover,
#texte a:focus,
#texte a:active {
	background-color: #fff;
	color: #000;
}
	
#texte ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0 0 0 40pt;
	padding:0;
}
	
#texte ul li {
	background: none;
	list-style-type: disc;
	padding: 0;
	margin: 0;
	line-height: 15pt;
}
	
.question_reponse:first-letter {
	font-size: 16pt;
	color: #000;
}
	
.savoirplus {
	font-size: 14pt;
}
	
.sep_item {
	background: none;
	height: 60pt;
}
	
.search, .errorpage {
	background-color: #fff;
	padding: 0;
}
	
/* ===============================[ Pied ]==================================================================================================== */
div#pied {
	display: none;
}
	
