
/* Page d'accueil */

div#index p.presentation {
	margin: 20px 0 0 0;
	text-align: center;
	font-weight:bold;
}

/* Page contact */

div#contact img#image_captcha {
	float: left;
	margin-right: 10px;
}

div#contact p.loi {
	/*font-style: italic;*/
	font-size: 11px;
}

/* Page faq */

div#faq p.question {
	margin: 10px 0 5px 0;
}

div#faq p.question a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

div#faq p.reponse {
	width: 500px;
	margin-left: 90px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #bbbbbb;
}


/* Page liste des contacts du carnet */

#liste_contact_carnet div.sous_menu_gestion_contact {
	float: left;
	width: 30%;
	text-align: left;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}

#liste_contact_carnet div.sous_menu_gestion_contact p {
	font-weight: bold;
	color: #888;
}


/* Page voir service */

#voir_service table.liste_param tr td.label_param {
	width: 45%;
}

/* Page document_list */

#document_list p.lien_close {
	text-align: right;
}

#document_list div.cadre_afficheur_pdf {
	border: 1px solid #666;
}

#document_list #afficheur_pdf {
	width: 100%;
	height: 640px;
}

/* ========== PLANNING ========== */

#global div.page div#calendar h2 {
	color: #444;
	border-bottom: none;

}

/* ========== SMS ========== */

/* Liste des campagnes */

#sms_liste_campagne table {
	width: 100%;
}

#sms_liste_campagne table tr .nom {
	width: 25%;
}

#sms_liste_campagne table tr .date_heure {
	width: 12%;
	text-align: center;
}

#sms_liste_campagne table tr .nb_num {
	width: 8%;
	/*text-align: right;*/
}

#sms_liste_campagne table tr .texte {
	padding: 0 15px;
}

#sms_liste_campagne table tr td.texte {
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
}

#sms_liste_campagne table tr .cout {
	width: 8%;
	text-align: right;
}

#sms_liste_campagne table tr .detail {
	width: 9%;
	text-align: center;
}

#sms_liste_campagne table tr .detail img {
	margin: 0 2px;
}
