/* CSS Document */


/* ======================================== PAGE equipe_cvl.php ============================= */

/* ++++++++++++++++++++ CARTES DE VISITES +++++ */
.contener{/*
	float:left;*/
	position:relative;
	width: 500px;
	height:200px;
}
.carte_visite {
	position:absolute;
	width:475px;
	height:250;
	top:-44px;
	left:24px;
	visibility:hidden;
}
.nom {
	font-size:.7em;
	font-weight:bold;
	text-align:center;
}
.fonction {
	font-weight:normal;
	font-style:oblique;
}
/* ++++++++++++++++++++ CARTES DE VISITES +++++ */

/* ======================================== PAGE chiffres_cvl.php ============================= */

/* ++++++++++++++++++++ FORMATAGE TABLEAU +++++ */
#tableau_chiffres {
	font-size:.7em;
	text-align:center;
}
#tableau_chiffres p {
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
}
#titre_colonne {
	font-weight:bold;
}
/* ++++++++++++++++++++ FORMATAGE TABLEAU +++++ */

/* ======================================== PAGE contact_cvl.php ============================= */
#adresse {
	margin-left:-24px;
}
.gras {
	font-size:1.1em;
	font-weight:bold;
}
#message {
	text-align:right;
	margin-right:50px;
}

/* =================================== PAGE message.php ===== */
.etiquette {
	display:inline;
	color:#000;
	font-size:.8em;
	/*border:1px solid #C00;*/
}
#message_identite {
	float:left;
	margin-top:20px;
	width:240px;
	border:1px solid #C00;
}
#message_objet {
	float:left;
	margin-top:20px;
	width:250px;
	border:1px solid #C00;
}
#message_bt_valid {
	float:right;
	margin-right:6px;
	margin-top:18px;
}
#message_identite input, #message_objet input, #message_identite textarea, #message_objet textarea {
	border:1px solid #E02591;
}