/* CSS Document Natisens*/

body {
	background-image: url(../images/Deco/papier.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #004747;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #43302e;
}

p {
    margin: 0;
}

/****************************************************/

/* Entête */

#bandeau {
	background-color: #997C73;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: 990px;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#bandeau img {
	margin: 1px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
#menu_entete {
	position: relative;
	width: 990px;
	height: 26px;
	background-color: #997C73;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: auto;
}
#bloc_navigation{
	background-color: #660000;
	margin-left: 1px;
	margin-top: 0px;
	position:absolute;
	top: 50%;
	height: 22px;
	margin-top: -12px;
	width: 986px;
	border: 1px solid #660000;
}


ul#menu_navigation {
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

#menu_navigation li {
    float:left;
}

#menu_navigation a {
    display: block;
	height: 20px;
	width: 120px;
	border: 0px solid #660000;
	color: #FFFFFF;
	background: #660000;
	margin: 0px;
	padding-top: 3px;
	text-decoration:none;
	text-align:center;
}

#menu_navigation a:hover {
	color: #660000;
	background: #FFFFFF;
	background-image:none;
}

#hierarchie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: auto;
	height: 40px;
	width: 990px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	line-height: 3.1em;
	text-indent: 10px;
}

.liens_hierarchie {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.liens_hierarchie:hover {
	text-decoration: none;
	color: #ADD8E6;
	font-weight: bold;
}

/****************************************************/
/****************************************************/

/* bloc principal*/

#bloc_principal {
	margin: auto;
	height: auto;
	width: 990px;
	position: fixe;
}

.separation {
    clear:both;
	visibility:hidden;
}

/****************************************************/
/****************************************************/

/* blocs de gauche */

#bloc_gauche {
	height: auto;
	width: 232px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	float: left;
}

#sommaire {
	height: auto;
	width: 232px;
	border: 1px solid #990000;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	z-index: 10;
}

#sommaire2 {
	height: auto;
	width: 232px;
	border: 1px solid #990000;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	z-index: 5;
}

#titre_navigation {
	background-color: #660000;
	text-align: center;
	height: 25px;
	width: 216px;
	border: 1px solid #660000;
	color: #FFFFFF;
	font-family: "Lucida Sans";
	font-weight: bold;
	font-size:14px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	line-height: 1.5em;
}


#entre_sommaire {
	height: 15px;
	width: 228px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	position: relative;
}

.liens_sommaire {
	font-family:Verdana;
	font-size:13px;
	color: #7CAAD8;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display:block;
	background:#FFFFFF;
	height: 10px;
	width: 200px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: 15px;
	position: relative;
}

.liens_sommaire:hover {
	font-family:Verdana;
	font-size:13px;
	color: #9C8C7B;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display:block;
	background:#FFFFFF;
	height: 10px;
	width: 200px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: 15px;
	position: relative;
}
.liens_img {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}

/****************************************************/

/* menu déroulant vertical */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	top: 1px;
	left: 1px;
	z-index: 100;
}

#menu dt {
	cursor: pointer;
	height: 24px;
	line-height: 16px;
	border: 1px solid #660000;
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 22px;
	text-indent: 6px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 1em;
	width: 180px;
	z-index: 110;
}

#menu dt a {
	color: #990000;
	text-decoration: none;
	display: block;
	height: 20px;
	background-color: #FFFFFF;
	border: 0em solid #660000;
	padding-top: 4px;
}


#menu dt a:hover {
	color: #FFFFFF;
	background-color: #6C0000;
	border: 0px solid #6C0000;
	height: 20px;
}

#menu dd {
	position: absolute;
	z-index: 120;
	left: 13em;
	margin-top: -1.6em;
	width: 300px;
	border: 1px solid #660000;
	background-color: #FFFFFF;
	display:none;
}

#menu ul {
padding: 0px;
}
#menu li {
	text-align: left;
	font-size: 90%;
	height: 18px;
	line-height: 18px;
	margin: 0px;
	text-indent: 5px;
	border: 0px solid #660000;
}
#menu li a {
	color: #990000;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

#menu li a:hover {
	color: #FFFFFF;
	background-color: #6C0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}



/****************************************************/
/****************************************************/

/* bloc contenu principal */

#Bloc_contenu {
	height: auto;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #660000;
	background-color: #FFFFFF;
	background-image: url(../images/Deco/eau.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
}

#titre_bloc_contenu_principal {
	background-color: #a29b7e;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #997C73;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	height: 25px;
	width: 726px;
	margin-top: 7px;
	margin-bottom: 2px;
	color: #ADD8E6;
	font-family: "Lucida Sans";
	font-weight: bold;
	font-size:14px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.7em;
}

#texte_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #004747;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 65px;
	margin-left: 10px;
	padding: 0px;
}

#fin_de_page {
	font-size: 0.75em;
	font-family: "Verdana";
	font-style: normal;
	line-height: 1.4em;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;

}

/****************************************************/
/****************************************************/

/* Liens */

.texte_page_liens {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
}

.liens_bleus {
      text-decoration: none;
      color: #7CAAD8;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_bleus:hover {
      text-decoration: none;
      color: #9C8C7B;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_rouges_orange{
      text-decoration: none;
      color: #CC3300;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_rouges_orange:hover {
      text-decoration: none;
      color: #997C73;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_bleus_gris {
      text-decoration: none;
      color: #669999;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_bleus_gris:hover {
      text-decoration: none;
      color: #9C8C7B;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_framboise {
      text-decoration: none;
      color: #770033;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_framboise:hover {
      text-decoration: none;
      color: #9C8C7B;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_x {
      text-decoration: none;
      color: #a03d2a;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_x:hover {
      text-decoration: none;
      color: #9C8C7B;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_y {
      text-decoration: none;
      color: #99c000;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}

.liens_y:hover {
      text-decoration: none;
      color: #9C8C7B;
      border-bottom-style: none;
      border-bottom-color: #FFFFFF;
      border-bottom-width: 0px;
}


/****************************************************/
/****************************************************/

/* Articles */

#bloc_articles {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #660000;
	position: relative;
	background-image: url(../images/cadre_principal.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

#bloc_articles_fleur {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #660000;
	position: relative;
	background-image: url(../images/Deco/cadre_principal_fleur.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

#bloc_articles_interne {
	background-color: #FFFFFF;
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
#bloc_articles_contenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px solid #660000;
	position: relative;
	width: 780px;
}

#bloc_articles_titre_sous_rubrique {
	height: 60px;
	width: 870px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: "Lucida Sans";
	font-size: 22px;
	font-weight: bold;
	color: #817c71;
	display: block;
}

.titre_sous-rubrique {
	font-size: 22px;
	font-weight: bold;
	color: #a29b7e;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}
#bloc_articles_titre_rubrique {
	background-color: #FFFFFF;
	height: auto;
	width: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	text-decoration: none;
}

#fin_de_page_articles {
	font-size: 0.75em;
	font-family: "Verdana";
	font-style: normal;
	line-height: 1.4em;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	height: 10px;
	width: 800px;

}
#bloc_article_titre {
	height: 25px;
	width: 764px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #878165;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-family: Verdana;
}

.sous_titre_aticles {
	font-size: 1.1em;
	text-decoration: underline;
	color: #878165;
	height: 15px;
	font-family: Verdana;
	display: block;
	width: auto;
	padding: 0px;
	line-height: 1.2em;
	border: 0px solid #9C8C7B;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}

#Articles_associes {
	border: 1px solid #a03d2a;
	height: auto;
	width: auto;
	font-family: Verdana;
	color: #a03d2a;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#Rubriques_associes {
	border: 1px solid #004747;
	height: auto;
	width: auto;
	font-family: Verdana;
	color: #004747;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#articles_contenu {
	height: auto;
	width: 764px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana;
	color: #004747;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	line-height: 1.4em;
}

.sources_articles {
	font-size: 0.75em;
	line-height: 1.4em;
}

/****************************************************/
/****************************************************/

/* Page Plan */

#rubriques {
	cursor: pointer;
	height: 24px;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 2px;
	text-indent: 5px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 1.1em;
	border: 1px solid #660000;
}

#rubriques a {
	color: #990000;
	text-decoration: none;
	display: block;
	height: 20px;
	background-color: #FFFFFF;
	border: 0em solid #660000;
	padding-top: 4px;
	background-image: none;
	background-repeat: no-repeat;
}


#rubriques a:hover {
	color: #FFFFFF;
	border: 0px solid #6C0000;
	height: 20px;
	background-color: #6C0000;
}
#plan {
	font-family: Verdana;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#plan li a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	color: #7CAAD8;
	padding-left: 20px;
	margin-bottom: 0px;
	border: 0px solid #660000;
	margin-top: 3px;
	display: block;
	line-height: 1.1em;
	margin-right: auto;
	height: 20px;
}

#plan li a:hover {
	color: #2B5C8E;
}

#plan li li a {
	font-weight: normal;
	margin-left: 20px;
	color: #9C8C7B;
	margin-top: 0px;
	margin-bottom: 0px;
	display: list-item;
	margin-right: 0px;
	line-height: 1.2em;
}

#plan li li a:hover {
	color: #685C4F;
}

#plan li li li a {
	font-weight: normal;
	margin-left: 40px;
	color: #685C4F;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	font-style: normal;
}

#plan li li li a:hover {
	color: #685C4F;
}

#en_savoir_plus {
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #004747;
	height: auto;
	width: 800px;
	border: 1px solid #660000;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 1.4em;
	text-decoration: none;
	text-align: justify;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

/****************************************************/
/****************************************************/

/* Index alphabétique*/

#texte_index {
	font-size: 0.8em;
	line-height: 1.2em;
}
#titre_en_savoir_plus {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana;
	color: #878165;
	border: 1px solid #878165;
	width: 740px;
	text-align: center;
	height: 25px;
	line-height: 1.5em;
	margin: auto;
}

