
/* 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_carnet */

#liste_carnet table tr .nb_contacts {
	text-align: right;
}

#liste_carnet table tr .action {
	text-align: center;
}

/* 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;
}
