/*
   membre.css
--------------------    ecrit par: jarod01 le 25/08/2008
pour le site : www.sciencesettechniques.com 

description : feuille de stype du tableau de la liste des membres.   

*/


#div_identification a{
	color:#555555;
	text-decoration:none;
}

#div_identification a:hover{
	text-decoration:underline;
}
	

#liste_inscrits {
	width:100%;
	text-align:center;
	border-collapse:collapse;	
	
}

#liste_inscrits th {

	background-image:url("header.png");
	height:30px;
	color:white;
}

#liste_inscrits td {
	font-size:15px;
	height:20px;

}

.td_nom_membres {
	width:24%;
	border-bottom:dashed 1px black;
}

.td_groupe_membres {
	width:24%;
	border-bottom:dashed 1px black;
}

.td_date_inscription_membres {
	width:24%;
	border-bottom:dashed 1px black;
}

.td_numero_membres {
	width:15%;
	border-bottom:dashed 1px black;
}


/* css des profil des utilisateurs */

.titre_informations {
	float:left;
	font-size:19px;
	text-align:left;
	text-decoration:underline;
}

#informations_generales {
	width:90%;
	padding:10px;
	padding-bottom:30px;
	margin-left:4%;
	margin-bottom:30px;
}


.sous_informations {
	margin-left:200px;
	margin-top:30px;
}


#informations_personels {
	width:90%;
	padding:10px;
	padding-bottom:30px;
	margin-left:4%;
	margin-bottom:30px;
}

#Signature {
	width:90%;
	padding:10px;
	padding-bottom:30px;
	margin-left:4%;
	margin-bottom:30px;
}

#Biographie {
	width:90%;
	padding:10px;
	padding-bottom:30px;
	margin-left:4%;
	margin-bottom:30px;
}
