@charset "utf-8";

.bloc_publi {
	width: 590px;
	border-bottom: 1px solid #d10019;
	float: left;
	padding-top:5px;
	padding-bottom:5px;
}
.date {
	padding-right: 10px;
	font-size: 0.7em;
	float: left;
}
.titre {
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	width: 395px;
	float: left
}
.sous_titre {
	padding-right: 10px;
	font-size: 0.7em;
	float: left;
}
/*
.dernier a {
	float: right;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	text-decoration: none;
	background-image: url(/fileadmin/templates/Images/IconesPuces/PuceMini_FlecheDroite.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	color: #d10019;
}
*/

.dernierPubli a {
	float: right;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	height: auto;
	text-decoration: none;
	background-image: url(/fileadmin/templates/Images/IconesPuces/PuceMini_FlecheDroite.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	color: #d10019;
}

	/* -------------------------------------------------------------------------------------------------------- */
	/* Gestion de la liste des Publications */
	/* -------------------------------------------------------------------------------------------------------- */
	
	table.publications_filtre_table {
	/*font-size: 1em;*/
	font-size:x-small;
	width:630px;
	}
	
	*+html table.publications_filtre_table {
	width:400px;
	}
	
	*html table.publications_filtre_table {
	width:400px;
	}
			
	td.publications_filtre_case1 {
	font-size:large;
	width:140px;
	}
	
	table.publications_filtre_table td {
	padding: 4px 0 4px 0;
	}		
	
	.publications_filtre_case4 select {
		/*font-size: 0.6em;*/
		font-size:x-small;
		font-weight: bold;		

		color: #FFF;
		background-color: #D10019; /* Couleur rouge SFR */
	}
	
	.publications_filtre_case2 select {
		width:200px;
		font-size:x-small;
		background-color: #D10019;
		color: #FFF;
	}
	
	td.publications_filtre_case2 {
		width:200px;
	}
	
	.publications_filtre_case2 option, .publications_filtre_case4 option {
		padding: 0 10px 0 10px;	
			
		color: #D10019; /* Couleur rouge SFR */
		background-color: #FFF;
	}
	
	table#tabToutesLesPubli {
		width: 800px;
		/*font-size: 1em;*/
		font-size:x-small;
		font-weight:bold;
	}
	
	table#tabToutesLesPubli td{
		padding: 4px 0 4px 0;
		
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #D10019; /* Couleur rouge SFR */
	}
	table#tabToutesLesPubli tr{
	height:32px;
	}
	
	table#tabToutesLesPubli td.date{
	width:60px;
	}
	
	table#tabToutesLesPubli td.titre{
	width:642px;
	}
	
	table#tabToutesLesPubli td.sous_titre{
	
	}
	
	table#tabToutesLesPubli td.dernier{
	width:90px;
	text-align:right;
	}
	
	table#tabToutesLesPubli 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#tabToutesLesPubli a:hover, table#tabToutesLesPubli a:focus {
	color: #D10019; /* Couleur rouge SFR */
	text-decoration: underline;
	}
	
	div#boiteOutils {
	float: right;
	}
	
	table#publications_table {
		width: 590px;
		/*font-size: 1em;*/
		font-size:12px;
		font-weight:bold;
	}
	
	table#publications_table td{
		padding: 4px 0 4px 0;
		
		/*font-size: 0.6em;*/
		font-size:12px;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #D10019; /* Couleur rouge SFR */		
	}
	table#publications_table tr{
	height:32px;
	}
	
	table#publications_table td.date{
	/*font-size: 0.6em;*/
	font-size:10px;
	width:80px;
	}
	
	table#publications_table td.titre{
	/*font-size: 0.6em;*/
	font-size:11px;
	width:150px;
	}
	
	table#publications_table td.sous_titre{
	/*font-size: 0.6em;*/
	font-size:10px;
	width:400px;
        text-align:left;
	}
	
	table#publications_table td.dernier{
	/*font-size: 0.6em;*/
	font-size:10px;
	text-align:right;
	width:110px;
	}
	
	table#publications_table 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#publications_table a:hover, table#publications_table a:focus {
	color: #D10019; /* Couleur rouge SFR */
	text-decoration: underline;
	}