html {
	font-size: 100%;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/* Couleur de l'ascenseur */
	scrollbar-face-color: #DBE2F0;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #567CAD;
	scrollbar-darkshadow-color: gray;
	scrollbar-track-color: #CCCCCC;
}

p {
	line-height: 15px;
	margin: 5px 10px 10px 0;
}

/* Formatage du texte */
#texte {
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	text-align: left;
}

a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}

a:hover{
	font-size: 1em;
	color: #666666;
	text-decoration: underline;
}

img {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

/* Permet de cacher et d'afficher le menu */
#affiche{
	visibility:visible;
}

#cache{
	display:none;
}

/****************************************************   Balise contenant l'ensemble du site */
#conteneur {
	width: 970px;
	margin: 0 auto;
}

/****************************************************   Contient le contenu du site article, rubrique, menu gauche, etc ... */
#contenu {
	float:left;
	margin: 0;
	padding: 0;
	width: 968px;
	background-image: url(images/fond_menu_m.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/****************************************************   Balise contenant l'entête du site */
#block_header {
	width: 970px;
}
/****************************************************   Balise contenant le flash */
#header {
	width: 970px;
}
/****************************************************   Balise contenant le menu raccourcis du haut */
#block_menu_raccourcis {
	float:right;
	width: 968px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/********************************************************* Vous etes */
#vousetes {
	margin-top: 5px;
	margin-left: 90px;
	color: #993300;
	font-weight: bold;
}
/****************************************************   Balise le menu du haut */
#menu_raccourcis {
	position: absolute;
	top:95px;
	z-index:100;
	margin-left:16em;
}

#menu_raccourcis dl {
	float:left;
	width: 188px;
	margin: 0;
	padding:0;
}

#menu_raccourcis dt {
	cursor: pointer;
	color: #BB3311;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
}

.blocsousmenu {
	display:block;
	border: 1px solid #CDDDEF;
	background-color:#000000;
}

#menu_raccourcis li {
	text-align: left;
	background: #fff;
	text-indent: 2px;
	border-bottom: 1px solid #DFDFDF;
	list-style:none;
}

#menu_raccourcis li a {
	color: #FF8C8C;
	text-decoration: none;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	border: 0 none;
}

#menu_raccourcis li a:hover  {
	background: #eee;
}

/****************************************************  Actualite */
#actu {
	float:right;
	width: 245px;
	height : 450px;
	margin:10px 5px 0 0;
	border-left: 1px dashed #CCCCCC;
	padding-left:10px;
	color: #666666;
	font-size: 0.8em;
}

#actu h2 {
	color: #FF8C8C;
	font-weight: bold;
	font-Size: 1.5em;
	border-bottom: 1px solid #FF8C8C;
	padding: 0;
	margin: 0;
}

#actu h3 {
	display:inline;
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin:0;
}

#actu a {
	color: #FF8C8C;
	font-Size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

#actu a:hover {
	text-decoration: none;
}

#actu p {
	font-size: 11px;
	margin:5px 0 12px 0;
	text-align:justify;
}
/*
.actumaj {
	font-weight: normal;
	font-size: 0.9em;
}
*/
#details_actu {
	float: left;
	width: 760px;
	margin:0 0 10px 0;
	padding:0;
}

/****************************************************  Presentation de l'hopital */
#presentation {
	float:left;
	width: 485px;
	margin: 10px 0 0 10px;
}

#presentation h2 {
	color: #FF8C8C;
	font-weight: bold;
	font-Size: 1.2em;
	border-bottom: 1px solid #FF8C8C;
	padding: 0;
	margin: 0;
}
#presentation p {
	text-align:justify;
	color: #666666;
	font-size: 11px;
}
/********************************************************* Menu principal hierarchique */
#block_menu {
	float:left;
	width: 192px;
}

#block_recherche {
	float:left;
	background-color:#FFFFFF;
	height:50px;
	width:192px;
}

#menu_princ {
	float:left;
	background-image: url(images/fond_menu_marron.png);
	background-repeat: no-repeat;
	background-position: top;
	height:400px;
}

#menu {
	height: 100%;
}

dl#menu {
	width: 15em;
}

dl#menu dt {
	display: block;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #D2D2D2;
	text-indent: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
dl#menu dd {
	margin-left: 1px;
}

dl#menu ul {
	list-style-type:square;
	list-style-position:outside;
	padding-left:1.3em;
	background: #FFFFFF;
}

dl#menu li {
	text-align: left;
	color: #FF8C8C;
	background: #FFFFFF;
	font-size: 10px;
}

dl#menu dt a {
	display: block;
	font-size: 1em;
	color: #BB3311;
	text-decoration: none;
}

dl#menu dt a:hover {
	font-size: 14px;
}

dl#menu li a {
	display:inline;
	color: #FF8C8C;
	text-decoration: none;
}

dl#menu li a:hover  {
	font-weight: bold;
}
.lienon{
	font-weight: bold;
}

/********************************************************* Raccourcis du bas */
#bandeau_raccourcis {
	float:right;
	width: 780px;
	text-align: center ;
	background-image: url(images/fond_menubas_marron.png);
	background-repeat: no-repeat;
	background-position: left;
}

#raccourcis li {
	float: left;
	display: inline;
	width: 156px;
}

#raccourcis li a {
	display: block;
	color: #FFDAB9;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#raccourcis a:hover {
	 color: #ED6E07;
}

/********************************************************* Bandeau contenat plan du site, credits, a propos */
#bandeau_footer{
	float:left;
	height:20px;
	background-color:#993300;
}
#bandeau {
	float:left;
	height:20px;
	margin-left:20px;
}
#bandeau ul{
	list-style-type: none;
	text-align: center ;
	margin: 0 0 0 0;
}
#bandeau li {
	display: inline;
	margin: 0 10px 0 0;
}
#bandeau a {
	color: #B6B6B6;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#bandeau a:hover {
	color: #F9F9F9;
}

/********************************************************* Bandeau de recherche*/
#recherche {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:20px;
}

#imagerecherche {
	cursor: hand;
	border:0;
	vertical-align: middle;
}

#result_recherche {
	float:left;
	width: 740px;
	margin: 10px 0 0 10px;
}
#result_recherche h1 {
	color: #993300;
	font-Size: 1em;
	font-weight: bold;
	line-height: 15px;
	width:97%;
	text-decoration: none;
	border-bottom: 1px solid #993300;
}
#result_recherche a  {
	color: #FF8c8c;
	font-Size: 0.9em;
	font-weight: normal;
	line-height: 15px;
	text-decoration:none;
}
#result_recherche a:hover {
	text-decoration:underline;
}

.txtrecherche {
	color: #888888;
	font-Size: 0.8em;
}
.arborecherche {
	color: Black;
	font-Size: 0.7em;
}
/********************************************************* Article*/
#article, #artpop {
	float:left;
	width: 760px;
	margin:15px 0 0 10px;
}

#artpop {
	width: 330px;
}
#article h1, #artpop h1 {
	color: #FF8C8C;
	font-weight: bold;
	font-Size: 1.1em;
	text-indent: 14px;
	background-image: url(images/buttonroseg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	border-bottom: 1px solid #FF8C8C;
	line-height: 15px;
	width: 97%;
}
#artpop h1 {
	font-size : 1.8em;
	margin-bottom : 32px;
	line-height: 35px;
}
#article h2 {
	color: #FF8C8C;
	font-weight: bold;
	font-size: 1em;
	line-height: 15px;
	text-decoration:underline;
	text-indent: 14px;
}
/* pour la page nous contacter */
#article label {
	font-Size: 0.8em;
}
.previsu {
	background-color: #EDEDED;
}

/********************************************************* Rubrique Actu */
#rubrique_actu {
	float:left;
	width: 760px;
	margin: 20px 0 0 10px;
	padding-bottom:10px;
}

#rubrique_actu h1 {
	color: #993300;
	font-Size: 1em;
	font-weight: bold;
	line-height: 15px;
	width:97%;
	text-decoration: none;
	background-image: url(images/buttonmarron.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	text-indent: 10px;
	border-bottom: 1px solid #993300;
}

#rubrique_actu a {
	font-Size: 1em;
}
/*
.rubrique_actu_date {
	color: #818181;
	font-Size: 0.7em;
	font-weight: normal;
}
*/
/********************************************************* Article Rubrique */
#article_rubrique {
	float:left;
	width: 760px;
	margin:15px 0 0 10px;
}

#article_rubrique h1 {
	color: #FF8C8C;
	font-Size: 1em;
	font-weight: bold;
	line-height: 15px;
	width:97%;
	text-decoration: none;
	border-bottom: 1px solid #FF8C8C;
}

#article_rubrique img {
	border: 0;
	margin:0;
	padding:0;
}
/********************************************************* Rubrique */
#rubrique {
	float:left;
	width: 760px;
	margin: 40px 0 0 10px;
}

#rubrique h1 {
	background-image: url(images/buttonmarron.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-Size: 1em;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	margin:15px 0 15px 0;
}

#rubrique a {
	color: #993300;
}

#rubrique a:hover {
	text-decoration: underline;
}

/************************************************* hierarchie rappel de l'arborescence */
#hierarchie {
	float:left;
	margin: 10px 0 0 10px;
	font-size: 0.7em;
}

#hierarchie a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#hierarchie a:hover {
	text-decoration: underline;
}
/************************************************* Plan du site */
#plan {
	float:left;
	width: 760px;
	margin: 20px 0 0 10px;
}

#plan a{
	text-decoration: none;
	line-height: 1px;
}

#plan a:hover{
	text-decoration: underline;
}

#plan h1 {
	color: #993300;
	font-Size: 1.3em;
	font-weight: bold;
}

#plan h2  {
	color: #993300;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	line-height: 5px;
	text-indent: 10px;
	margin: 0;
	padding: 7px 0 5px 0px;;
}

#plan h3 {
	color: #7B7B7B;
	font-size: 0.8em;
	text-decoration: none;
	padding: 10px 0 7px 15px;
	margin: 0;
}

#plan ul{
	list-style: none;
}

#plan li a {
	color: #FF8c8c;
	font-Size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	padding:0 0 0 30px;
	margin:0;
}
#plan li a:hover {
	text-decoration: underline;
}

#impression {
	float:left;
	width:960px;
	font-Size: 0.8em;
	text-align:right;
	padding-bottom:5px;
}






