@charset "utf-8";

	/* -------------------------------------------------------------------------------------------------------- */
	/* Gestion du filtrage des communiqués de presse */
	/* -------------------------------------------------------------------------------------------------------- */
			
	table.communiques_filtre_table {
	width:490px;
	}
	
	table.communiques_filtre_table td {
	padding: 4px 0 4px 0;
	}
	
	.communiques_filtre_case2 select, .communiques_filtre_case4 select {
	/*font-size: 0.6em;*/	
	font-size:x-small;
	font-weight: bold;		
		
	color: #FFF;
	background-color: #D10019; /* Couleur rouge SFR */
	}
	
	.communiques_filtre_case2 option, .communiques_filtre_case4 option {
	padding: 0 2x 0 2px;	
			
	color: #D10019; /* Couleur rouge SFR */
	background-color: #FFF;
	}
	
	/* -------------------------------------------------------------------------------------------------------- */
	/* Gestion de la liste des Communiqués de presse */
	/* -------------------------------------------------------------------------------------------------------- */
	
	table#tabTousLesCommuniques{
	width:590px;
	/*font-size: 0.6em;*/
	font-size:x-small;
	font-weight:bold;
	}
	
	table#tabTousLesCommuniques td{
	padding: 0px 0 0px 0;
	font-size:1.1em;
	}
	
	table#tabTousLesCommuniques td.lire, table#tabTousLesCommuniques td.dernier{
	
	padding-top:0px;		
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D10019; /* Couleur rouge SFR */
	}

		
	table#tabTousLesCommuniques tr{
	height:17px;
	}
	
	table#tabTousLesCommuniques td.date{
	width:70px;
	}
	
	table#tabTousLesCommuniques td.titre{
	width:250px;
	}
	
	table#tabTousLesCommuniques td.titre_communique {
	padding-top:6px;
	}
	
	table#tabTousLesCommuniques td.lire{
	width:128px;
	padding-bottom:6px;
	}
	
	table#tabTousLesCommuniques td.dernier{
	tex-align:right;
	padding-bottom:6px;
	}
	
	table#tabTousLesCommuniques a {
	height: auto;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-decoration: none;
	background-image: url(/fileadmin/templates/Images/IconesPuces/PuceMini_FlecheDroite.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	color: #d10019;/* Couleur rouge SFR */
	}
	
	table#tabTousLesCommuniques a:hover, table#tabTousLesCommuniques a:focus {
	color: #D10019; /* Couleur rouge SFR */
	text-decoration: underline;
	}
	
	div#boiteOutils {
	float: right;
	}

