/* Page CSS du site du CH Côte de lumière */
body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: #4A4D4D;
	font-family: Arial, sans-serif;
}
a, img {
	text-decoration: none;
	border: 0;
	color: #4A4D4D;
}
h3{
	font-size: 14px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
a:focus {
	outline: 0;
}
p{
	margin: 0;
}
#conteneur_page {
	width: 1000px;
	height: 100%;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-y;
	margin: auto;
	padding-bottom: 20px;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
.banniere {
	position: relative;
	z-index: 1;
}
.clearer {
	clear: both;
	height: 0;
}
#bottom {
	width: 1000px;
	margin: auto;
}
.bg-bottom {
	display: block;
	width: 1000px;
	height: 8px;
	background-image: url(../img/bg-bottom.jpg)
}
.menu_bottom_left {
	float: left;
	width: 300px;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 3px;
}
.menu_bottom_right {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-right: 5px;
}
#bottom a {
	color: #656556;
}
#bottom a:hover {
	color: black;
}
#contenu {
	font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
#contenu h1 {
	margin: 5px 0 15px 0;
	text-align: left;
}
#contenu p, #contenu ul {
	text-align: justify;
}
/*menu supérieur */
ul#menu_horizontal { 
	width: 980px; 
	height: 50px; 
	background:url(../img/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 13px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin-top:0px;
	z-index: 10; 
	position:relative;
	padding: 0 9px;
}
ul#menu_horizontal  li { 
	display: block; 
	float: left; 
	padding: 0 15px;
}
ul#menu_horizontal  li a { 
	height: 50px; 
	color: #656556;
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 20px; 
	padding: 2px 0 0 0;
}
ul#menu_horizontal  li .uneLigne { 	padding-top: 12px;	}
ul#menu_horizontal  li .drapeau { 	padding-top: 7px;	}
ul#menu_horizontal  li a:hover { 	color: #333; 	}
ul#menu_horizontal  li#menuCurrent a {color: #fff;}
ul#menu_horizontal  li#menuCurrent { 
	background: #FFF url(../img/current-bg.gif) top left repeat-x; 
	background-repeat: repeat-x;
}
/* Menu Latéral */
#menu_navigation {
	float: left;
	font-family:Arial, sans-serif;
	font-size: 14px;
	position: relative;
	z-index: 20;
	width: 190px;
	text-align: left;
	margin-top: -14px;
	margin-left: 1px;
	border-style: solid;
	border-color: #ff8d36;
	border-width: 1px;
	background-color:#f9e199;
}
#menu_navigation, dd {
	background-color:#fffac0;
}
#menu_navigation dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_navigation dt a {
	height: 32px;
	height: 24px;
	text-decoration: none;
} 
#menu_navigation dt a, #menu_navigation dt a:visited {
	color: #656556;
	display: block;
	background: url(../img/menu16.gif);
	padding: 8px 0 0 20px;
}
#menu_navigation dt a:hover {
	color: black;
	background: url(../img/menu16.gif) 0 -32px;
	padding: 8px 0 0 20px;
	text-decoration:none;
}
#menu_navigation dd {
	display: block;
	padding: 0 0 0 15px;
}
#menu_navigation dd a:hover {
	
	color: black;
	text-decoration:none;
}
#menu_navigation dd a {
	text-decoration: none;
	color:#656556;
	font-size: 12px;
}
#menu_navigation dd span img {
	visibility: hidden;
}
#menu_navigation dd span:hover img {
	visibility: visible;
}
#menu_navigation .sous_menu {
	margin-left:40px;
}

/* PARTIE ACCUEIL */
/* page d'accueil */
#accueil {
	margin: auto;
	float: right;
	width: 766px;
	text-align: left;
}
#accueil h2 {
	margin-bottom: 3px;
	font-size: 18px;
	color: #81bed3;
	margin-top: 40px;
}
#accueil .liens {
	margin-left: 82px;
	width: 450px;
}
.lien_accueil {
	width: 450px;
	height: 185px;
}
.lien_medecine {
	background: url('../../images/accueil1-2.jpg') no-repeat ;
}
.lien_accueil_pers_agee {
	background: url('../../images/accueil2-2.jpg') no-repeat ;
}
.lien_accueil_adulte_hand {
	background: url('../../images/accueil3-2.jpg') no-repeat ;
}

#liste_actus {
	width: 170px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
}
#liste_actus h2 {
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
#liste_actus h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	color: #81BED3;
}
.uneActu {
	margin-bottom: 20px;
}
.uneActu div {
	margin-bottom: 5px;
}
.uneActu .lireSuite {
	text-align: right;
	display: block;
	width: 100%;
}
.uneActu .lireSuite:hover {
	text-decoration: underline;
}

/* le mot du directeur */
#mot_directeur {
	margin: auto;
	float: right;
	width: 766px;
}
#mot_directeur p {
	text-align: justify;
	font-size:16px;
	font-family:Arial, sans-serif;
}
#mot_directeur .bonne_lecture { text-align: center; }
#mot_directeur .signature {
	float: right;
	width: 100px;
	margin: 0;
	margin-right: 20px;
}

/* un peu d'histoire */
#histoire {
	margin: auto;
	float: right;
	width: 766px;
}
#histoire p { text-align: justify; }
#histoire img {
	width: 400px;
	margin-top: 15px;
}

/* quelques chiffres */
#chiffres {
	margin: auto;
	float: right;
	width: 766px;
	text-align: justify;
}
#chiffres table {
	border-collapse: collapse;
	width: 766px;
}
#chiffres table td, #chiffres table th {
	padding: 10px;
	border: 1px solid #ccc;
}
#chiffres table td {
	width: 75px;
}
#chiffres .tdNone {
	border: 0 none;
	background: transparent none;
}
#chiffres .topNone td, #chiffres .topNone th {
	border-top: 0 none;
}
#chiffres table .impair1 {
	background: #E6F5F5;
}
#chiffres table .impair2 {
	background: #DEECEC;
}
#chiffres table .pair1 {
	background: #FFFFE7;
}
#chiffres table .pair2 {
	background: #F7F7E0;
}
#chiffres table .titreTh {
	width: 125px;
}
/* organisation interne */
#organisation_interne {
	margin: auto;
	float: right;
	width: 766px;
}
#organisation_interne p, #organisation_interne ul , #organisation_interne li { text-align: justify;}

/* le pôle santé */
#pole_sante {
	margin: auto;
	float: right;
	width: 766px;
}
#pole_sante p, #pole_sante ul , #pole_sante li { text-align: justify; }

/* plan d'accès */
#acces {
	margin: auto;
	float: right;
	width: 766px;
}
#acces p, #acces h3 { text-align: justify; } 
#acces p {
	margin-top: -10px;
	margin-bottom: 10px;
}
#acces .couleurBleu { color: #81bed3; }

/* PARTIE MEDECINE, CHIRURGIE, PÔLE MERE-ENFANT */
/* présentation */

#accueil_medecine {
	margin: auto;
	float: right;
	width: 766px;
}
#accueil_medecine p {	
	text-align: justify;
	margin-bottom: 20px;
}

/* consultations */
#consultation {
	margin: auto;
	float: right;
	width: 766px;
}
#consultation .intro_consultation {
	text-align: justify;
	margin-bottom: 10px;
}
#consultation h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#consultation table {
	width: 700px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	border-width: 1px;
	border-color:#81bed3;
	border-style: none none none solid;
	border-collapse:collapse;
}
#consultation td {
	text-align: center;
	height: 25px;
}
#consultation .service {
	font-weight: bold;
	font-size: 18px;
	color: #81bed3;
	text-align: left;
}
#consultation .en-tete {
	border-style: none none solid solid;
	border-width: 1px;
	border-color:#81bed3;
	height: 30px;
}
#consultation .en-tete th{
	text-align: left;
	padding-left: 10px;
}
#consultation .color1 {		background-color:#ffffe7;	}
#consultation .color2 {		background-color:#e6f5f5;	}
#consultation .color3 {		background-color: #f7f7e0;	}
#consultation .color4 {		background-color: #deecec;	}
#consultation .texte {
	text-align: justify;
	text-indent: 15px;
	padding-left: 10px;
	margin: 2px;
}

/* admission */
#admission {
	margin: 0;
	float: right;
	width: 766px;
}
#admission h2 {
	text-indent: 20px;
	color:#81bed3;
	margin-bottom: 10px;
}
#admission h2, #admission p, #admission ul {	text-align: justify;	}
#admission p .to-indent {
	text-indent: 10px;
}
#admission ul{
	margin-top: 2px;
}
#admission .list_docs{
	float: left;
	width: 520px;
}
#admission img {
	width: 130px;
	float: right;
	margin-right: 45px;
}

/* vie pratique */
#vie_pratique {
	float: right;
	width: 766px;
}
#vie_pratique p,#vie_pratique ul, #vie_pratique h3 {
	text-align: justify;
	margin: 0;
}
#vie_pratique h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#vie_pratique h3 {
	text-indent: 20px;
	color:#81bed3;
	margin-top:15px;
	margin-bottom: 5px;
}
#vie_pratique .sous_titre_alter {
	margin-top: 0px;
}
#vie_pratique .imgTV {
	width: 100px;
	float: right;
	margin-right: 30px;
	margin-top: -20px;
}
#vie_pratique .txtTV {
	width: 600px;
	float: left;
}
#vie_pratique .txtBoutique {
	width: 600px;
	float: left;
}
#vie_pratique .imgBoutique {
	width: 90px;
	float:right;
	margin-right: 40px;
	margin-top: 15px;
}
#vie_pratique .txtCulte {
	width: 600px;
	float:left;
}
#vie_pratique .imgCulte {
	width: 90px;
	float: right;
	margin-right: 40px;
	margin-top: -15px;
}

/* visites */
#visites {
	float: right;
	width: 766px;
}
#visites p {
	text-align: justify;
}
#visites img {
	width: 200px;
	margin-top: 10px;
}
#visites .visite1 {
	float: left;
	margin-left: 100px;
}
#visites .visite2 {
	float: right;
	margin-right: 100px;
}

/* prestations hôtelières */
#prestations_hotelieres {
	float: right;
	width: 766px;
}
#prestations_hotelieres p, #prestations_hotelieres h2 {
	text-align: justify;
	margin: 0;
}
#prestations_hotelieres h2 {
	text-indent: 20px;
	color: #81bed3;
	margin-top: 15px;
	margin-bottom: 5px;
}
#prestations_hotelieres .txtChambre {
	float: left;
	width: 620px;
}
#prestations_hotelieres .imgChambre {
	float: right;
	height: 90px;
}
#prestations_hotelieres .txtRepas {
	/*float: left;
	width: 620px;*/
}
#prestations_hotelieres .imgRepas {
	float: right;
	height: 90px;
}

/* vos interlocteurs */
#interlocuteurs {
	float: right;
	width: 766px;
}
#interlocuteurs p, #interlocuteurs h3 {
	text-align: justify;
	margin: 0;
}
#interlocuteurs h3 {
	text-indent: 20px;
	color: #81bed3;
	margin-top: 15px;
	margin-bottom: 5px;
}
#interlocuteurs img {
	margin-top: 20px;
	width: 300px;
}

/* la sortie */
#sortie {
	float: right;
	width: 766px;
}
#sortie p, #sortie h2 {
	text-align: justify;
	margin: 0;
}
#sortie h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #81bed3;
	text-indent: 20px;
}
#sortie a {
	color: #4A4D4D;
}
#sortie a:hover {
	color:black;
}
/* en maternité */
#maternite {
	float: right;
	width: 766px;
}
#maternite p, #maternite h3, #maternite ul {
	text-align: justify;
	margin: 0;
}
#maternite h3 {
	text-indent: 20px;
	color: #81bed3;
	margin-top: 15px;
	margin-bottom: 5px;
}
#maternite h4 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
#maternite ul {
	margin-bottom: 5px;
}
#maternite .floatG {
	float: left;
	width: 540px;
}
#maternite .floatG2 {
	float: left;
	width: 580px;
}
#maternite .floatG ul {
	padding-left: 15px
}
#maternite .img1 {
	width: 200px;
	float: right;
	margin-top: -10px;
}
#maternite .img2 {
	width: 200px;
	float: right;
	margin-top: 5px;
}
#maternite .img3 {
	width: 150px;
	float: right;
	margin-top: -10px;
}
#maternite .img4 {
	width: 200px;
	float: right;
	margin-top: 20px;
}

/* médecine vos droits */
#medecine_informations_legales {
	float:right;
	width: 766px;
}
#medecine_informations_legales p, #medecine_informations_legales h3 {
	text-align: justify;
	margin: 0;
}
#medecine_informations_legales h3 {
	text-indent: 20px;
	color: #81bed3;
	margin-top:15px;
	margin-bottom:5px;
}
/* médecine vous let le ch */
#medecine_vous_et_le_ch {
	float:right;
	width: 766px;
}
#medecine_vous_et_le_ch p, #medecine_vous_et_le_ch h3 {
	text-align: justify;
	margin: 0;
}
#medecine_vous_et_le_ch h3 {
	text-indent: 20px;
	color: #81bed3;
	margin-top:20px;
	margin-bottom:5px;
}
#medecine_vous_et_le_ch ul {
	margin-top: 0;
	margin-bottom: 5px;
}
#medecine_vous_et_le_ch .adresse li {
	list-style: none;
}
#medecine_vous_et_le_ch .txtDouleur {
	float: left;
	width:600px;
}
#medecine_vous_et_le_ch .imgDouleur {
	float: right;
	width: 95px;
	margin-top: -15px;
	margin-right: 35px;
}
#medecine_vous_et_le_ch .txtSocial {
	float: left;
	width:600px;
}
#medecine_vous_et_le_ch .imgSocial {
	float: right;
	height: 100px;
	margin-top: -15px;
	margin-right: 55px;
}
#medecine_vous_et_le_ch .txtTabac {
	float: left;
	width:695px;
}
#medecine_vous_et_le_ch .imgTabac {
	float: right;
	height: 60px;
	margin-top: -20px;
}

/* ACCUEIL DES PERSONNES AGEES */
/* présentation accueil des pers agées */
#accueil_pers_agee {
	float: right;
	width: 766px;
}
#accueil_pers_agee h3 {
	text-align: left;
	color: #81bed3;
	text-indent: 20px;
	margin-top:20px;
	margin-bottom: 10px;
}
#accueil_pers_agee ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* admission personnes agées */
#admission_pers_agee {
	float: right;
	width: 766px;
}
#admission_pers_agee p {
	margin: 0;
}

#admission_pers_agee h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#admission_pers_agee h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #81bed3;
	text-align: left;
	text-indent: 20px;
}
#admission_pers_agee ul {
	margin-bottom: 3px;
	margin-top: 2px;
}
#admission_pers_agee .titre_alter {
	margin-top: 10px;
}
#admission_pers_agee .adresse_admission {
	text-align: center;
	float: left;
	width: 620px;
	margin-top: 7px;
}
#admission_pers_agee .floatG {
	width: 600px;
	float: left;
}
#admission_pers_agee .renseignements {
	margin-left: 30px;
	margin-top: 5px;
}
#admission_pers_agee .floatD {
	float: right;
	width: 140px;
	margin-top: 5px;
	margin-left: 5px;
}
/* Prestations hôtelières pour les personnes agées*/
#prestation_hoteliere_pers_agee {
	float: right;
	width: 766px;
}
#prestation_hoteliere_pers_agee h3 {
	text-align: left;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #81bed3;
}
#prestation_hoteliere_pers_agee ul {
	margin-top: 5px;
}
#prestation_hoteliere_pers_agee .floatG {
	float: left;
	width: 590px;
}
#prestation_hoteliere_pers_agee .floatD {
	float:right;
	width: 150px;
}
#prestation_hoteliere_pers_agee img {
	margin-right: 5px;
	margin-top: 5px;
}
/*documents administratifs pour l'accueil des personnes agées */
#docs_pers_agee {
	float: right;
	width: 766px;
}
#docs_pers_agee ul {
	list-style-image: url('../img/fleche.gif');
	float: left;
	width: 390px;
}
#docs_pers_agee img{
	width: 150px;
	margin-top: 20px;
	float: right;
	margin-right: 30px;
}
#docs_pers_agee li {
	margin-top: 10px;
}
#docs_pers_agee a {
	color: #4A4D4D;
}
#docs_pers_agee a:hover {
	color:black;
}
#docs_pers_agee p {
	text-align: center;
	margin-top: 10px;
}

/* DROITS ET DEVOIR EHPAD + FOYER */
#infosLegalesEHPAD {
	float: right;
	width: 766px;
}
#infosLegalesEHPAD h3 {
	text-align: left;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #81bed3;
}
#infosLegalesEHPAD ul {
	margin-top: 5px;
}

/* ACCUEIL DES ADULTES HANDICAPES */
/* accueil/présentation accueil des adultes handicapés */
#accueil_adultes_hand {
	float: right;
	width: 766px;
}
#accueil_adultes_hand h3 {
	text-align: left;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #81bed3;
}
#accueil_adultes_hand ul {
	margin-top: 5px;
}


/* admission accueil des adultes handicapés */
#admission_adultes_hand {
	float: right;
	width: 766px;
}
#admission_adultes_hand h3 {
	text-align: left;
	text-indent: 20px;
	color: #81bed3;
	margin-bottom:10px;
}
#admission_adultes_hand .floatG {
	float:left;
	width: 450px ;
}
#admission_adultes_hand .floatD {
	float:right;
	width: 200px;
	margin-right: 40px;
} 
/* le séjour - accueil des adultes handicapés */
#sejour_adultes_hand {
	float: right;
	width: 766px;
}
#sejour_adultes_hand h3 {
	text-align: left;
	text-indent: 20px;
	color: #81bed3;
	margin-bottom:10px;
}
#sejour_adultes_hand p {
	margin-bottom: 5px;
}
#sejour_adultes_hand ul {
	margin-top: 3px;
}
/*documents administratifs - accueil des adultes handicapés */
#docs_adultes_hand{
	float: right;
	width: 766px;
}
#docs_adultes_hand ul {
	list-style-image: url('../img/fleche.gif');
	float: left;
	width: 350px;
}
#docs_adultes_hand li {
	margin-top: 15px;
}
#docs_adultes_hand img {
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
	float: right;
}
#docs_adultes_hand a {
	color: #4A4D4D;
}
#docs_adultes_hand a:hover {
	color:black;
}
#docs_adultes_hand p {
	text-align: center;
	margin-top: 10px;
}

/* CONTACT */
#contact {
	padding-left: 50px;
	padding-right: 50px;
}
#contact h1 {
	margin-top: 15px;
}
#contact .centreH {	font-size: 14px; }
#contact .centreH .coteLumiere {	color: #81bed3; }
#contact .coordCH {
	margin-top: 5px;
	margin-bottom: 15px;
}
#contact .directeur {	margin-bottom: 20px; }
#contact .floatG {
	float: left;
	width: 365px;
}
#contact .floatD {
	float: right;
	width: 365px;
	marg
}
#contact .floatG img {
	float:left;
	width: 175px;
	margin-top: 20px;
}
#contact .floatD img {
	float:left;
	width: 175px;
}
#contact .sous_titre_part {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #81bed3;
}
#contact .para_contact {
	margin-bottom: 5px;
}
#contact .cadre_sante {
	text-decoration: underline;
}

/* Plan du site */
#plan_site {
	padding-left: 50px;
	padding-right: 50px;
}
#plan_site h1{
	margin-top: 15px;
}
#plan_site .floatG {
	float: left;
	margin-top: 0;
	width: 350px;
}
#plan_site .floatG li {
	margin-bottom: 5px;
}
#plan_site .floatG a {
	text-decoration: none;
	color: #4A4D4D;
}
#plan_site .floatG a:hover {
	color: black;
}
#plan_site .floatG .titre_partie {
	color: #81bed3;
}
#plan_site .floatG .titre_partie:hover {
	color: #81bed3;
}
#plan_site .floatG .ligne_partie {
	margin-top: 10px;
}
#plan_site .floatD {
	float:right;
	width: 300px;
	margin-right: 100px;
}
#plan_site .floatD img {
	width: 200px;
	margin-bottom: 25px;
}
.style_none {
	list-style: none;
}


/* langages */
#langages {
	padding-left: 50px;
	padding-right: 50px;
}
#langages h2 {
	text-align: left;
	color:#81bed3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#langages h3 {
	text-align: left;
	text-indent: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#langages ul {
	margin-top: 3px;
	margin-bottom: 8px;
}

/* actualites */
#actualites {
	padding: 0 50px;
}
.actualite {
	margin-bottom: 30px;
}
.entete_actu {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
.entete_actu h3 {
	text-align: left;
	margin-bottom: 3px;
	margin-top: 0;
	color: #81BED3;
}
.entete_actu h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}
.img_actu {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.actu_mini {
	margin-bottom: 5px;
}

/* espace recrutement */
#recrutement {
	padding: 0 50px;
	text-align: left;
}
#recrutement h2 {
	color: #81BED3;
}
#recrutement .uneOffre {
	font-size: 14px;
	padding: 10px 20px;
}
#recrutement a:hover {
	color: #000;
}
#recrutement small {
	color: #aaa;
	font-size: 10px;
}


#detail_recrutement {
	text-align: left;
	padding: 0 50px;
}
#detail_recrutement h3 {
	color: #81BED3;
}
#detail_recrutement h3 span {
	color: #555;
}
#detail_recrutement .floatG {
	float: left;
	width: 410px;
	padding-right: 40px;
}
#detail_recrutement .floatG ul {
	padding-left: 20px;
}
#detail_recrutement .floatD {
	float: right;
	width: 369px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	padding-bottom: 20px;
}
#detail_recrutement .floatD input[type='text'] {
	width: 220px;
	padding: 3px;
}
#detail_recrutement .floatG tr td{
	padding-bottom: 10px;
}
#detail_recrutement .floatG th  {
	vertical-align:top;
	padding-right: 10px;
}
#detail_recrutement .floatD h4 {
	text-align: center;
}
#detail_recrutement .messageUser {
	color: red;
}
#detail_recrutement .messageUser span {
	color: #bac300;
}



/* mentions légales */

#mentions {
	padding: 0 50px;
	text-align: left;
	font-size: 12px;
}
#mentions div {
	margin-bottom: 10px;
}
