/* ########### ACCUEIL : COLONNE CENTRALE. ########### */


/* Titre des rubriques de la page d'accueil (zoom sur, sondage, enquete...). */
.rubriqueTitre {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}


/* Trait des titres des rubriques. */
.rubriqueTrait {
	border-top-width: 1px; border-top-color: #6491B8; border-top-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #6491B8; border-bottom-style: dashed;
}

.rubriqueTraitZoom {
	border-bottom-width: 1px; border-bottom-color: #6491B8; border-bottom-style: dashed;
}


/* Lien du texte des rubriques de la colonne centrale. */
a.rubriqueTexte {
	color: #333333;
	text-decoration: none;
}

a.rubriqueTexte:hover {
	color: #666666;
	text-decoration: none;
}


/* Lien des rubriques de la colonne centrale (Lire la suite, En savoir plus...). */
a.rubriqueLire {
	color: #1F5474;
	text-decoration: none;
}

a.rubriqueLire:hover {
	color: #6B8CA0;
	text-decoration: underline;
}


/* Cartouche. */
.cartouche { 
	padding: 5px;
	padding-top: 13px;
	background-color: #FFFFFF;
	border-left-width: 1px; border-left-color: #6491B8; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #6491B8; border-right-style: solid;
}


/* Bordure photos, images. */
.image { 
	padding: 5px;
	border-left-width: 1px; border-left-color: #6491B8; border-left-style: dashed;  
	border-right-width: 1px; border-right-color: #6491B8; border-right-style: dashed;
	border-top-width: 1px; border-top-color: #6491B8; border-top-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #6491B8; border-bottom-style: dashed;
}



/* ########### ACCUEIL : COLONNE DE DROITE. ########### */


/* Titre du menu réservé aux patients. */
.menuTitreThemePatients {
	font-size: 13px;
	font-weight: bold;
	color: #26B5FB;
	padding-left: 3px;
}

/* Titre du menu réservé aux pros. */
.menuTitreThemePros {
	font-size: 13px;
	font-weight: bold;
	color: #F79D51;
	padding-left: 3px;
}


/* Liens des services (forum, sondages...). */
ul#menuServicesLien {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menuServicesLien li {
	margin: 0;
	padding: 0;
}

/* PATIENTS. */

/* Menu Services 1. */
ul#menuServicesLien li a.m1 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-forum-patient.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m1:hover {
	color: #236F8F;
}

/* Menu Services 2. */
ul#menuServicesLien li a.m2 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-sondages-patient.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m2:hover {
	color: #236F8F;
}


/* PROS DE SANTE. */

/* Menu Services 11. */
ul#menuServicesLien li a.m11 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-forum-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m11:hover {
	color: #A86516;
}

/* Menu Services 12. */
ul#menuServicesLien li a.m12 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-sondages-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m12:hover {
	color: #A86516;
}

/* Menu Services 13. */
ul#menuServicesLien li a.m13 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-enquetes-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m13:hover {
	color: #A86516;
}

/* Menu Services 14. */
ul#menuServicesLien li a.m14 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-escarredumois-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m14:hover {
	color: #A86516;
}

/* Menu Services 15. */
ul#menuServicesLien li a.m15 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-telechargements-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m15:hover {
	color: #A86516;
}

/* Menu Services 16. */
ul#menuServicesLien li a.m16 {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille. */
	width: 100%;
	line-height: 25px;
	text-indent: 40px; /* On décale le texte du bord gauche. */
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/bt-cas-cliniques-pro.jpg);
	text-decoration: none;
}

ul#menuServicesLien li a.m16:hover {
	color: #A86516;
}


/* Liens comité éditorial. */
#comiteEdito {
	text-indent: 70px;
}

#comiteEdito a {
	color: #FFFFFF;
	text-decoration: none;
}

#comiteEdito a:hover {
	color: #E7DDFB;
}



/* ########### ACCUEIL / BAS DE LA PAGE. ########### */


/* Bas Liens accès rapide (raccourcis pour référencement). */
#basAccesRapide {
	font-size: 11px;
	color: #009ADA;
	text-align: justify;
	padding: 10px;
	background-color: #CFE8F3;
}

#basAccesRapide a {
	font-size: 11px;
	color: #009ADA;
	text-decoration: none;
}

#basAccesRapide a:hover {
	color: #009ADA;
	text-decoration: underline;
}


/* Bas liens bas de page (déontologie, copyright...). */
#basPage {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #009ADA;
	border-top: 2px; border-top-color: #FFFFFF; border-top-style: solid;
	border-bottom: 2px; border-bottom-color: #FFFFFF; border-bottom-style: solid;
}

#basPage a {
	color: #FFFFFF;
	text-decoration: none;
}

#basPage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Bas liens Sante-sur-le-net.com. */
#basSantesur {
	font-size: 11px;
	color: #009ADA;
	text-align: center;
	padding: 10px;
	background-color: #CFE8F3;
}

#basSantesur a {
	font-size: 11px;
	color: #009ADA;
	text-decoration: none;
}

#basSantesur a:hover {
	color: #009ADA;
	text-decoration: underline;
}
