/* CSS Document */

/**
 *
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#design_structure {
	margin: auto
}

table {
	font-size: 12px;
}

/**
 * Formulaires
 */

label, input, select {
	font-size: 12px;
}

/**
 * Tableau général
 */
 
.tb_general {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.tb_general th {

}

.tb_general td {

}

/**
 * Paragraphe centré
 */

p.centrer {
	text-align: center;
}

/**
 * Résultats de recherche
 */
.tb_recherche_recap {
	border-bottom: 2px solid #DDD;
	border-top: 1px solid #DDD;
	width: 100%;
	margin: auto;
}

.tb_recherche_recap tr {
}

.tb_recherche_recap th {
}

/**
 * Menu résultats recherche
 */
ul#menuRecherche {
	margin: 10px 0 0 0;
	padding: 0;
	width: 408px;
	display: block;
	height: 30px;
}

*+html ul#menuRecherche, * html ul#menuRecherche {
	margin: 10px 0 0 0;
	padding: 0;
	width: 408px;
	display: inherit;
	height: auto;
}

ul#menuRecherche li {
	list-style-type: none;
	float: left;
	/*width: 254px !important;*/
	width: 204px;
	text-align: center;
	height: 25px;
	background-image: url(../../../images/onglet-inactif.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-indent: 0;
	text-indent: inherit;
	text-indent: none;
}

ul#menuRecherche li a {
	color: #0F4164;
	font-size: 12px;
	padding: 5px 40px 10px 40px;
}

table#lienRecherche {
	width: 95%;
	margin: auto;
}

table#lienRecherche th {
	width: 50%;
}

/**
 * Tableau partenaires
 */
#tab_partenaire {
	width: 100%;
}

#tab_partenaire td {
	width: 33%;
	text-align: center;
}

img {
	border: none;
}

/**
 * Membre formulaire
 */
.tb_membreForm {
	width: 95%;
	margin: auto;
}

.tb_membreForm th {
	text-align: right;
	width: 38%;
	vertical-align: top;
	padding-bottom: 10px;
}

.tb_membreForm td {
	width: 62%;
	vertical-align: top;
}

.tb_membreForm td p {
	margin-top: 1px;
}

/**
 * Calculette écolo
 */
.tb_calculetteEcolo th {
	height: 35px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

.tb_calculetteEcolo td {
	text-align: left;
}

/**
 * Notation
 */
.tb_notation th {
	width: 40%;
}

.tb_notation td {
	width: 60%;
}


/**
 * Message d'avertissement
 */
/*.avertissement {
	color: #FFF;
	background-image: url(../../../images/avertissement.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D47474;
	font-weight: bold;
	border: 1px solid #B60B0B;
	margin: 15px;
	display: block;
	text-align: center;
	padding: 8px 10px 8px 25px;
}

.avertissement a, .avertissement a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}*/

/**
 * Message d'information
 */
/*.information {
	color: #FFF;
	background-image: url(../../../images/information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A9C0DA;
	font-weight: bold;
	border: 1px solid #306AB5;
	margin: 15px;
	display: block;
	text-align: center;
	padding: 8px 10px 8px 25px;
}*/

.messageInformation {
	color: #306AB5;
	background-color: #A9C0DA;
	font-weight: bold;
	border: 1px solid #306AB5;
	display: block;
	text-align: center;
	padding: 10px;
}

/**
 * Messagerie interne
 */
.messageNonLu {
	font-weight: bold;
}

/**
 *
 */
.fmk_lettreVille li {
	float: left;
	margin: 0 5px 0 0;
}

.fmk_lettreVille li a {
	padding: 4px;
	border: 1px solid #CCC;
}

.ville_box {
	margin-top: 10px;
}

.clear_both {
	clear: both;
}

/**
 * Autocomplétion
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	list-style-image: none;
}
.ac_loading {
45./*background: white url('indicator.gif') right center no-repeat;*/
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}

/**
 * Supprime les puces des listes
 */
.fmk_listeNoPuce {
	list-style: none !important;
}
