/*
---------------------------------------------------------------------
Auteur: Jocelyn Berger
Date de création : 25.07.06
Fichier: boutique.css
Description: Mise en page de la structure pour les articles de presse
---------------------------------------------------------------------
*/

/* STRUCTURE POUR LES ARTICLES DE PRESSE */

.tableau_presse {
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
	
	margin-top: 5px;
}

.tableau_presse td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.tableau_presse a:link {
	text-decoration: none;
}

.tableau_presse a:visited {
	text-decoration: none;
}

.tableau_presse a:hover {
	text-decoration: underline;
}

.titres_tableau_presse {
	font-style: italic;
  
	background-color: #D2D2D2;
}


#presse_cadre_filtre {
	margin-top: 25px;
	margin-left: 10px;
	
	padding: 10px 10px 10px 10px;
	
	width: 666px;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableau_presse_articles_colonne1 {
	width: 70px;
}

.tableau_presse_articles_colonne2 {
	width: 526px;
}

.tableaux_presse_articles_new {
	width: 30px;
	
	text-align: right;
}
