
/*-------------------------------------------
Cercle des femmes de l'immobilier
-------------------------------------------*/

/* 
 * ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------
 */
html, body {
	width: 					100%;
	height: 				100%;
	margin: 				0px;
	padding: 				0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color: 					#000000;
	text-align: 			center;
	background-color: 		#FFFFFF;
}

a 			{color: #000000; text-decoration: none;}
a:hover	 	{color: #e2020a; text-decoration:none;}

h1			{margin:0px; padding:0px; font-size:16px;}
h3,h4,h5	{margin:0px; padding:0px; font-size:10px;}
h2 			{margin:0px; padding:0px; font-size:14px;}

table 		{border: 0px; padding:0px; font-size: 12px;}
td 			{border: 0px; vertical-align: top;}
tr 			{border: 0px; vertical-align: top;}

img 		{border: 0px; margin: 0px; padding: 0px;}

/*Listes*/
ul {
	margin:				0px;
	padding:			0px;
	margin-top: 		5px;

}

li {
	margin-bottom: 		0px;
	list-style-image:	url(http://www.femmes-immobilier.com/themes/defaut//img/picto/puce_liste.gif);
	background-repeat:	no-repeat;
	background-position:left;
	list-style-type:none;
	padding-bottom:5px;
}

dl, dt, dd {margin: 0px; padding: 0px; list-style-type: none;}





/* 
 * -----------------------------------------
 * Mise en page du site
 * -----------------------------------------
 */
 
 
#xhtml_conteneur {
	width:770px;
	height:550px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#xhtml_header{
	width:770px;
	height:148px;

}

#xhtml_header_logo{
	float:right;
}

#xhtml_header_bandeau{
	vertical-align:bottom;
}

#xhtml_contenu {
	width:770px;
	height:402px;
	padding-left:24px;
	padding-right:24px;
}

#titre {
	font-size:14px;
	color:#e2020a;
	border-bottom: 1px solid #e2020a;
	font-weight:bold;
}

#conteneur_contenu {
	padding-left:20px;
	font-weight:normal;
	width:561px;
}

.liste_contenu {
	margin-left:20px;
}

.liste_contenu1 {
	margin-left:20px;
}

.liste_contenu1 li{
	margin-bottom:13px;
}


#bandeau_bas {
	height:19px;
	line-height:19px;
	padding-top:20px;
	font-weight:normal;

}



/* 
 * -----------------------------------------
 * INDEX
 * -----------------------------------------
 */

#table_contenu {
	margin-top:40px;
	font-weight:bold;
}

#table_contenu_g {
	width:140px;
}

#table_contenu_d {
	width:240px;
}

#index_smenu {
text-align:right;
}

/* 
 * -----------------------------------------
 * MENU
 * -----------------------------------------
 */
 
#menu {
	width:140px;
	padding-right:20px;
}

#sous_menu {
	margin-left:20px;
	font-size:11px;
}

/* 
 * -----------------------------------------
 * STATISTIQUES
 * -----------------------------------------
 */
 
#table_stat td{
	height:21px;
	border-bottom:1px solid black;
	vertical-align:middle;
}

/* 
 * -----------------------------------------
 * Acces membres
 * -----------------------------------------
 */
 
#table_pdf td{
	height:33px;
}

#table_pdf a{
	text-decoration:underline;
}

/* 
 * -----------------------------------------
 * Coordonnées des membres
 * -----------------------------------------
 */
 
#table_coord{
	border-collapse:collapse;
}

#table_coord td{
	border: 1px solid #000000;
}

.table_coord_intitule{
	background-color:#e2020a;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	
}

.table_coord_intitule img{
	padding-top:5px;
	
}


/* 
 * -----------------------------------------
 * Membres Fiche
 * -----------------------------------------
 */

#table_fiche{
}

#table_fiche_photo{
	width:150px;
}

#table_fiche_titre{
	color:#e2020a;
	font-weight: bold;
	height:30px;
}

.table_fiche_gauche{
	font-weight: bold;
}
 

/* 
 * -----------------------------------------
 * Classes
 * -----------------------------------------
 */


.retour_liste{
	color: #e2020a;
	font-weight:bold;
}

.retour_liste a{
	text-decoration:underline;
	color: #e2020a;
}

.slogan{
	font-size:13px;
	color: #e2020a;
	font-weight:bold;
	margin-left:10px;
}

.ligne_rouge{
	border-bottom:1px solid #e2020a;
}

.ligne_rouge_menu{
	border-right:1px dashed  #CCCCCC;
}

.selected{
	color:#e2020a;
}

.bold{
	font-weight:bold;
}

.bas_page_float_left{
	float: left;
}

.bas_page_float_left a{
	text-decoration:underline;
}

.bas_page_float_right{
	float: right;
}

.bas_page_float_right a{
	text-decoration:underline;
}

.mail{
	text-decoration:underline;
}
.mail a{
	text-decoration:underline;
}

.erreur_mdp_identifiant{
	color:#E60002;
	font-weight:bold;
	text-transform:uppercase;
}

