/* CSS Document */
html {	
	margin: 0px;
	height: 100%;
}

body {
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	/*height: 100%;*/
	margin:0px;
	/*background-image: url(../images/background-general.jpg);*/
	/*background-image: url(../images/tmp/pub-header.jpg);*/
	background-repeat: repeat-x;
	background-position: center top;	
	height: 100%;
}
/* ////// HEADER ////////////////////////////////// */
#site {
	margin: auto;
	padding: 0;	
	text-align:left;
	min-height: 100%;
	position: relative;
	width: 960px;
	height: 100%;
	/*background-color: #CCFF66;*/
/*
L'utilisation de position: relative; sur #site définit les frontières de l'élément #site comme point de repère 
pour le positionnement de ses enfants. La position "top: 0px, left: 0px" est maintenant le coin supérieur gauche de #site, 
au lieu de celui de body.
*/
}
#Header1 {
	background-image: url(../images/header/fond1.jpg);
	background-repeat:repeat;
	height: 30px;
	/*width: 100%;*/
	color: #A3A3A3;
	font-size: 11px;
}
#Header1 a {
	text-decoration: none;
	font-weight: normal;
	color: #A3A3A3;
}
#Header1 a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #A3A3A3;
}

#Header1 #Gauche {
	float: left;
	width: 211px;
}
#Header1 #Centre {
	float: left;
	width: 444px;
	padding-top: 11px;
}
#Header1 #Droite {
	float: left;
	padding-top: 5px;
	color: #000000;
}
#Header1 #Droite form {
	color: #A3A3A3;
}
#Header1 ul {
	margin: 0px;
}
#Header1 li {
	list-style-image: url(../images/header/puce-date.gif);	
}
#Header1 input {
	height: 12px;
	font-size:9px;
	width: 50px;
}
#Header1 .BtOK {
	height: 19px;
	font-size:10px;
	width: 40px;
	background-color: #65b4d3;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0;
	margin: 0;
}
/*
#Header1 {
	background-image: url(../images/header/noir.jpg);
	height: 57px;
	width: 100%;
	margin: 0px;
}*/
#Header2 {
	/*background-image: url(../images/header/fond2.jpg);
	height: 264px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color:#3399FF;
	height: 154px;
	display:block;
}
#Header2 ul {
	margin: 0px;
	padding: 0px;
	/*background-color:#FF3366;*/
}
#Header2 li {
	/*list-style-image: url(../images/header/puce-date.gif);	*/
	list-style-type: none;	
	float:left;	
}

/* ////// ZONE CONTENU ////////////////////////////////// */
a {
	color: #026d97;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #9CB634;
}

.AnnuResultats {
	
}
.AnnuResultats .Liste1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;	
	padding-left: 0px;
}
.AnnuResultats .Liste1 .Titre1{
	border-bottom: dotted 1px #666666;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: #9CB634;
	/*background-color:#FFFFFF;*/
}
.AnnuResultats .Liste2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;	
	padding-left: 22px;
}
.AnnuResultats .Liste2 .Titre2{
	/*border-bottom: dotted 1px #999999;
	margin-bottom: 2px;*/
	/*padding-bottom: 2px;*/
	/*padding-left: 14px;*/
	padding-bottom:5px;
}
.AnnuResultats .Liste3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;	
	padding-left: 0px;
}
.AnnuResultats .Liste3 .Titre3{
	padding-bottom: 1px;
	color: #9CB634;
	/*background-color:#FFFFFF;*/
}
.AnnuResultats .Liste3 .Titre3 a{
	color: #9CB634;
	font-weight: bold;
}
.AnnuResultats .Liste3 ul{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.AnnuResultats .Liste3 li{
	/*padding-top:0px;*/
	padding-left:10px;
}
.AnnuResultats .Liste3 a{
	font-weight: normal;
}
.AnnuResultats .Liste3 .Perso{
	font-weight: normal;
	font-size: 12px;
}
.AnnuResultats .Titre {
	font-size: 12px;
	font-weight: normal;
	padding-left: 24px;
	
}
.AnnuResultats .Desc {
	font-size: 11px;
	font-weight: normal;
	padding-left: 24px;
	/*font-style: italic;*/
	padding-bottom: 7px;
}
.AnnuResultats .Desc3 {
	font-size: 12px;
	font-weight: normal;
	/*padding-left: 24px;*/
	/*font-style: italic;*/
	padding-bottom: 3px;
}

.Article {
	/*margin-bottom: 61px;*/
	margin-left: 15px;
	margin-right: 15px;
	/*background-color:#FF3399;*/
	padding-bottom: 1px;
	font-weight:bold;
	border-bottom: dotted 1px #ACC341;
	margin-bottom: 12px;
	color: #005270;	
	font-size:19px;
}
.ArticleTitre {
	width: 85%;
	float: left;
	font-size:19px;
	/*padding-bottom: 1px;
	font-weight:bold;
	border-bottom: dotted 1px #ACC341;
	margin-bottom: 12px;
	color: #005270;	*/
}
.ArticleRetour {
	width: 13%;
	float: left;
	font-size:13px;
	padding-top: 6px;
	text-align:right;
}
.ArticleRetour2 {
	width: 98%;
	/*float: left;*/
	font-size:13px;
	padding-top: 6px;
	text-align:center;
}
.ArticleAccroche {
	width: 450px;
	/*background-color: #CCCC66;*/
	padding: 4px;
	margin-bottom: 4px;
}
.ArticleAccroche .AAPhoto {
	padding-right: 8px;
	float:left;

}
.ArticleAccroche .AAInter {
	padding-top: 10px;
	margin-bottom: 10px;
	clear:both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;	
}
.ArticleAccroche .AATexte {
	float:left;
	/*background-color:#003333;*/
	/*width: 360px;*/
}
.ArticleAccroche .AATexte .Titre{
	font-size: 13px;
	text-transform: uppercase;	
	margin-bottom: 3px;
}
.ArticleAccroche .AATexte .Titre a {
	color: #9CB634;
	text-decoration: none;
	font-weight: bold;
}
.ArticleAccroche .AATexte .Titre a:hover {
	color: #9CB634;
	text-decoration: none;
	font-weight: bold;
}
.ArticleAccroche .AATexte .Description{
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
}
.ArticleAccroche .AATexte .Lien{
	color: #B57a7d;
	/*text-align: right;*/
	font-weight: bold;
	font-size: 11px;
}

.Blanc {
	color:#FFFFFF;
}

.Champ {
	color:#000000;
	border: 1px solid #e5c9a5;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.ChampGauche {
	color:#000000;
	border: 1px solid #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:4px;
}

#Contenu {
	overflow: auto;
	/* si on laisse iverflow a auto, pb avec border-droit sous ie */
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	/*padding-bottom: 20px;*/
	/* padding pour pied de page */
	/*width:991px;*/
	width:100%;
	/*background-color: #CCFF66;*/
	/*margin: 0 auto;*/
	text-align:left;
	display:block;
	background-color: #ffffff;
	/*height:100%;
	min-height: 100%;*/
	/*height: 70%;*/
	background-image:url(../images/background3.jpg);
	background-repeat: repeat-y;	
}

form {
	padding:0;
	margin:0;
}

h1 {
	font-weight:bold;
	color: #73951C;	
	font-size:19px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}


/* propriétés infobulle personnalisées */
/** {
   font-size: 11px; 
   font-family: Tahoma` Verdana` Arial` serif;
}*/
a.infobulle {
   position: relative;
   color: #61b3d9;
   text-decoration: none;
  /* border-bottom: 1px gray dotted;*/ 
   /* on souligne le texte */
}
a.infobulle span {
   display: none; /* on masque l'infobulle */

}
a.infobulle:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   text-decoration: none;
  /* cursor: help;*/ /* on change le curseur par défaut en curseur d'aide */
}
a.infobulle:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

  /* white-space: nowrap; */
   /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 10px; /* on positionne notre infobulle */
   left: 0px;

   background: #f9f9f9;


  /* color: green;*/
   padding: 3px;

   border: 1px dotted #61b3d9;
   border-left: 4px solid #61b3d9;
   width:270px;

}

#MenuCentre {
	float: left;
	/*background-color:#33CCCC;*/
	width: 564px;
	/*height: 100%;*/
	/*background-image: url(../images/fond_contenu_complet.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0px;
	margin: 0px;
	/*background-color:#000000;*/
}
#MenuCentre .CentreTxt {
	padding-left: 50px;
	padding-right: 22px;
	padding-top: 22px;
	padding-bottom: 20px;
	/*background-color:#33CC00;*/
}
#MenuCentre .CentreTxt .TitrePage1 {
	font-size: 15px;
	background-color: #7a494b;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:3px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#MenuCentre .CentreTxt .NumPage {
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 15px;
	text-align:center;
}
#MenuCentre .CentreTxt .NumPage a {
	color: #FFFFFF;
	font-weight: normal;
}

#MenuDroite {
	width: 178px;
	float:left;
	/*border-left:dotted 1px #888888;*/
	/*height: 100%;*/
	/*background-color:#330099;*/
}
#MenuDroite span img {
	display: block; /* pour espaces indésirables sous img ie */	
}
#MenuDroite ul{
	padding: 0px;
	margin: 0px;	
}
#MenuDroite li{
	list-style-type: none;	
	/*float:left;
	margin-right: 4px;*/
}
#MenuDroite .TitreActu{
	background-color:#CCCCCC;
	padding: 5px;
	margin-top: 9px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	text-align: right;
	border-bottom: solid 1px #818181; 
}
#MenuDroite .TexteActu{
	background-color:#E1E1E1;
	padding: 10px;
	color: #000000;
	font-size: 11px;
}
#MenuDroite .TexteActu a {
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
}
#MenuDroite .TexteActu a:hover {
	color: #000000;
	text-decoration: underline;		
	font-weight: normal;	
}

#MenuGauche {
	width: 218px;
	float:left;
	/*height: 100%;*/
	background-image: url(../images/menu-gauche/fond.jpg);
	/*padding-left:20px;*/
}

#MenuGauche a {
	/*color: #905757;
	text-decoration:underline;
	font-size:12px;
	font-weight: normal;*/
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	/*border-bottom: dotted 1px #FFFFFF;*/
	/*padding-bottom: 6px;*/
	/*margin-bottom: 6px;*/
	padding-left: 25px;	
	background-image:url(../images/menu-gauche/fond-li.jpg);
	background-repeat: repeat-y;
	background-position: top;
	text-decoration: none;
	border-top: dotted 1px #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}
#MenuGauche a:hover, #MenuGauche .CategorieOn {
	/*color: #905757;
	text-decoration:underline;
	font-size:12px;
	font-weight: normal;*/
	background-image:url(../images/menu-gauche/fond-li-on.jpg);
	background-repeat: repeat;
	background-position: top;	
	text-decoration: none;
	border: 0;
	padding-top: 9px;
}

#MenuGauche .SousCat {
	font-size: 13px;
	border: 0;
	background-image: none;	
	padding: 0;
	margin: 0;
	font-weight: normal;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 3px;
	display: block;
}
#MenuGauche .SousCatOn {
	font-size: 13px;
	border: 0;
	background-image: none;	
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #F2BB39;
}
#MenuGauche .SousCat a:hover {
	font-size: 13px;
	border: 0;
	background-image: none;	
	padding: 0;
	margin: 0;
	/*font-weight: normal;*/
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #F2BB39;
}
/*
#MenuGauche .SousMenu {
	margin-left: 14px;
	padding-top: 4px;
	display: none;
}
#MenuGauche .SousMenu p {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#MenuGauche .SousMenu p a {
	font-size:11px;
	text-decoration: none;
	color: #a97070;
}
*/

.NewSearch {
	border: 1px solid #016D96;
	background-color:#0287B9;
	padding: 3px;
	color: #FFFFFF;
}

.Noir {
	color:#000000;
}

.Paragraphe {
	/*margin-bottom: 61px;*/
	margin-left: 15px;
	margin-right: 15px;
	/*background-color:#FF3399;*/
}
.Paragraphe img {
	padding: 4px;
	border: dotted 1px #CCCCCC;
	background-color:#FFFFFF;
}
.ParagrapheTitre {
	font-size:14px;
	padding-bottom: 1px;
	font-weight:bold;
	/*border-bottom: dotted 1px #ACC341;*/
	margin-bottom: 0px;
	padding-top: 8px;
	color: #005270;
}
.ParagrapheTexte {
	font-size:12px;
}
.ParagrapheTexte p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ParagrapheTexte .Imageleft {
	margin-right: 6px;	
}
.ParagrapheTexte .Imageright {
	margin-left: 6px;	
}
.ParagrapheTexte ul {
	padding:0;
	margin:0;
	padding-top:6px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.ParagrapheTexte li {
	padding:0;
	margin:0;
	padding-left:17px;
}
.ParagrapheTexte img {
	/*display: block;*/
	 /* pour espaces indésirables sous img ie */
}
.ParagraphePhotos {	
	padding: 0px;
	margin: 0px;	
}
.ParagraphePhotos ul{
	padding: 0px;
	margin: 0px;	
}
.ParagraphePhotos li{
	list-style-type: none;	
	float:left;
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

.ServiceTitreG {
	/*margin-bottom: 61px;*/
	margin-left: 15px;
	margin-right: 15px;
	/*background-color:#FF3399;*/
	padding-bottom: 1px;
	font-weight:bold;
	border-bottom: solid 1px #ACC341;
	margin-bottom: 12px;
	color: #005270;	
	font-size:19px;
}
.Service {
	margin-left: 17px;
}
.Service .EquipeMedicale, .Service .EquipeNonMedicale, .Service .Communication, .Service .Consultations, .Service .Activites, .Service .Hospitalisations, .Service .Formations {
	margin-left: 17px;
}
.Service .Item {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	border-bottom: dotted 1px #333333;
	border-top: dotted 1px #333333;
	padding-bottom: 1px;
	margin-bottom: 6px;
	margin-top: 27px;
	padding-top: 1px;
	padding-left: 2px;
	color: #005270;
	background-color: #F5F5F5;
}
.Service .Item4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	margin-left: 21px;
	/*border-bottom: dotted 1px #333333;
	padding-bottom: 1px;
	margin-bottom: 6px;
	padding-top: 16px;*/
	padding-bottom: 14px;
}
.Service .Item4 .Item6 {
	color: #889e2e;
	border-bottom: dotted 1px #878787;
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
	width: 195px;
}
.Service .Item4 .Item6Secu {
	color: #CC0000;
	font-weight: bold;
	margin-top: 3px;
	display: block;
	text-decoration: underline;
}
.Service .Item4 .Item7Secu {
	color: #CC0000;
	font-weight: normal;
	/*margin-top: 3px;*/
	display: block;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC0000;	
	padding-left: 3px;
	margin-top: 2px;
}
.Service .Item4 p {
	padding: 0;
	margin: 0;
}
.Service .Lieu {
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 12px;
	color: #005270;	
}
.Service .Pole {
	font-weight: bold;
	background-color:#E4E4E4;
	font-size: 16px;
	padding: 6px;
	margin-bottom: 12px;
	color: #005270;	
}
.Service .Pole .Equipe {
	margin-left: 17px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.Espacement1 {
	clear:both;
	height:20px;
	line-height:1px;
	/*background-color:#33FF99;*/
}
.Espacement1 img {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}
.Espacement2 {
	clear:both;
	height:10px;
	line-height:1px;
	/*background-color:#33FF99;*/
}
.Espacement2 img {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

.Texte11 {
	font-size: 11px;
}
.ErreurConnexion {
	color: #CC0000;
}
/* ///// FOOTER //////////////////////////////////////// */
#Footer {
	padding-top: 4px;
	padding-bottom: 4px;
	/*padding-top:10px;*/
	/*margin-top: 15px;*/
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	background-position: top;
	width:100%;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
}
#Footer a {
	color: #ffffff;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;	
}

