/*<!--------------------------------------------------------------------------
    Projet : OMNIS
    Ecrit par : BB
    Desc : Styles
    Date de creation : 14/05/2002
	Modifié le :
		2002 05 28 : BB - ajout des valeurs necessaire au site
		2002 08 26 : BB - revue site interface v2, ajout rolls gauche + modif .txt par defaut
---------------------------------------------------------------------------->*/
.txt {
	/* font-family:Times, Helvetica, sans-serif ; */
	font-family:Arial,Helvetica,sans-serif ;
	font-size:12px ;  
	color: #000000 ;
}

h1,.hpactu {
	/* font-family:Times, Helvetica, sans-serif ; */
	font-family:Arial,Helvetica,sans-serif ;
	font-size:10px ;  
	color: #000000 ;
}

.titre1 {
	font-weight : bold ;
}

.titre2 {
	font-style : italic;
}

.titre3 {
	font-weight : bold;
	font-style : italic;
}

.titre4 {
	font-weight : bold;
	text-decoration : underline
}

/* class par defaut des liens du site */
a.defaut {
	text-decoration : underline;
}

a.defaut:hover { 
	text-decoration : none ;
	color: #007AD5 ;
}

h2,a.homepage{
	font-family:Arial,Helvetica,sans-serif ;
	font-size:11px ;
	color: #000000 ;
	text-decoration : none ;
}
 
a.homepage:hover{
	text-decoration : none;
}

/* Liens du niveau 3 dans le contenu de la page */
a.niv3 { 
	text-decoration : none;
	font-size:10px ;
}

a.niv3:hover { 
	text-decoration : none ;
	color: #0000FF ;
}


td.menugauche {
	font-family:Arial,Helvetica,sans-serif ; 
	font-size:10px ;
	color: #000000 ;
}

td.filet {
	background-color : #007AD5 ;
}

td.ps_level2 {
	background-color : #007AD5 ;
}

td.ps_level3 {
	background-color : #7FBCEA ;
}

td.ps_level4 {
	background-color : #B1CBE5 ;
}

a.menugauche {
	font-family:Arial,Helvetica,sans-serif ; 
	font-size:10px ;
	text-decoration : none ;
	color: #000000 ;
}

a.menugauche:hover {
	color: #E08926 ;
	text-decoration : underline ;
}
/* FF9A00 */
a.menugauche_click {
	color: #E08926 ;
	text-decoration : underline ;
}
/*overline */


/* en attendant le document devant venir ici */
.waitingdoc {
	background-color : #FF0000 ;
}

/* Liste des articles de presse */

table.presse {
	border:none;
}

table.presse img {
	margin-left:5px;

	border:none;
}

table.presse td {
	border:none;
	vertical-align:top;
	padding:2px;
}

.reportage {
	float:left;
	width:150px;
	height: 130px;
	font-weight:bold;
	margin:0px 5px 20px 5px;
}

.reportage img {
	border-width:1px;
	border-style:solid;
	width:150px;
	height:100px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}
