/*
----------------------------------------------------------- 
Auteur: Jocelyn Berger
Date de création : 25.07.06
Fichier: contacts.css
Description: Mise en page de la structure pour les contacts
-----------------------------------------------------------
*/

/* TABLEAUX DES CONTACTS */

#contacts_explications {
	margin-top: 50px;
}

.tableaux_contacts {
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableaux_contacts td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.tableaux_contacts a:link {
	text-decoration: none;
}

.tableaux_contacts a:visited {
	text-decoration: none;
}

.tableaux_contacts a:hover {
	text-decoration: underline;
}

.tableaux_contacts_colonne1 {
	width: 330px;
}

.tableaux_contacts_colonne2 {
	width: 135px;
}

.tableaux_contacts_details_colonne1 {
	width: 150px;
}

.tableaux_contacts_details_colonne2 {
	width: 140px;
	
	text-align: right;
}

.tableaux_contacts_details_colonne3 {
	width: 350px;
}

.photo_contact {
	height: 100px;
}
