/************************************
****** Annuaire des associations : *******
*************************************/

input, textarea, select {
	border: 1px solid #777;
}

#trouver_asso_form .label {
	display: block;
	font-weight: bold;
	color: #97BE15;
	width: 200px;
	float: left;
	clear: left;
}
#trouver_asso_form input {
	float: right;
}
#trouver_asso_form select {
	width: 278px;
	float: left;
}
.Association, .Annonce {
	width: auto;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px 10px 10px 5px;
}
.Association span.titre_asso ,
.Annonce span.titre_annonce {
	display: block;
	font-size: 13px;
	color: #777;
	font-weight: bold;
	padding-bottom: 5px;
}
.Association span.info_asso {
	display: block;
	font-size: 10px;
	color: #777;
	font-weight: bold;
	padding-bottom: 5px;
}
.Association .logo_asso {
	float: right;
	text-align: right;
	width: 170px;
}
.Association .logo_asso  img {
	border: 1px solid #CCC;
}
.Association span.intitule {
	color: #777;
	display: block;
	float: left;
	clear: left;
	width: 55px;
}
.Association span.data {
	display: block;
	float: left;
	width: 165px;
	padding: 0 5px 5px 0;
} 	
.Association p.contact_asso,
.Annonce p.contact {
	width: 225px;
	float: left;
	padding-right: 5px;
}
#contenu .bloc p {
	padding-bottom: 6px;
}

/************************************
********** Rubrique emploi : ************
*************************************/

#envoyer_cv_form .label,
#consulter_annonces_form .label,
#deposer_annonces_form .label,
#consulter_cv_form .label {
	display: block;
	font-weight: bold;
	color: #49C5CD;
	width: 227px;
	float: left;
	clear: left;
	margin: 6px 0 10px;
	text-align: left;
}
#envoyer_cv_form input,
#consulter_annonces_form input,
#deposer_annonces_form input,
#consulter_cv_form input  {
	float: right;
	clear: right;
	margin: 0 0 10px;
}
#consulter_annonces_form input,
#deposer_annonces_form input {
	margin-top: 7px;
}
#envoyer_cv_form select,
#consulter_annonces_form select,
#deposer_annonces_form select,
#consulter_cv_form select {
	width: 250px;
	float: right;
}
.cv {
	height: 20px;
}
.cv  a, .cv span.n_cv {
	float: left;
}
.cv span.n_cv {
	width: 100px;
}
.cv a.middle {
	text-align: center;
	width: 150px;
}
.cv a.right {
	text-align: right;
	width: 220px;
}
