/*///////////////////////////////////////////////////////////////////////////////////
// STYLE : gere les CSS de la structure générale
// Contient les CSS des éléments contenant du texte en image.
/////////////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////////////
// Structure accueil
// - Recherche accueil
// - Accès direct
// - Texte, actu, agenda
///////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////
// Structure accueil
///////////////////////////////////////////////////////////////////////////////////*/
:focus{
	outline:0;
}
table#tableConteneurSite{
	width:100%;
}
table#tableConteneurSite td#tdExtendGauche{
	background:url(../images/background/back-extend-gauche-accueil.jpg) no-repeat top right;
}
table#tableConteneurSite td#tdExtendDroite{
	background:url(../images/background/back-extend-droite-accueil.jpg) no-repeat top left;
}
table#tableConteneurSite td#tdConteneurFlashAccueil{
	background:url(../images/background/back-centre-flash-accueil.jpg) no-repeat;
}
table#tableConteneurSite td#tdConteneurRecherche{
	background:url(../images/background/back-recherche.jpg) no-repeat;
}
table#tableConteneurSite td#tdConteneurChambres{
	background:url(../images/background/back-chambres-departementales-accueil.jpg) no-repeat;
}
table#tableConteneurSite td#tdAccesDirects{
	background:url(../images/background/back-acces-directs.gif) repeat-x;
}
table#tableConteneurSite td#tdDegradeGris{
	background:url(../images/background/back-extend-degrade-actus-agenda.gif) repeat-x;
}
/* Recherche accueil */
table#tableConteneurSite td#tdConteneurRecherche input{
	margin:36px 0 0 19px;
	width:106px;
	font:normal 12px Arial, Helvetica, sans-serif;
	background:none; border:0;
}
div#lienOkRecherche a{
	margin-top:10px; margin-left:49px;
	display:block;
	width:46px; height:13px;
	background:url(../images/menu/ok-recherche.gif) 0 0 no-repeat;
}
div#lienOkRecherche a:hover{	
	background-position: -46px 0;
}
/* Accès direct */
table#tableConteneurSite td#tdAccesDirects ul{
	margin:0 0 0 15px; padding:0;
	list-style:none;
}
table#tableConteneurSite td#tdAccesDirects ul li{
	margin:0; padding:0 10px 0 18px;
	height:18px;
	background:url(../images/picto/fleche-noire.gif) no-repeat 0 6px;
	line-height:20px;
}
table#tableConteneurSite td#tdAccesDirects ul li a:link, table#tableConteneurSite td#tdAccesDirects ul li a:visited{
	font:normal 11px Arial, Helvetica, sans-serif; color:#525252;
}
table#tableConteneurSite td#tdAccesDirects ul li a:hover, table#tableConteneurSite td#tdAccesDirects ul li a:active{
	text-decoration:none;
}
/* Texte, actu, agenda */
td#tdDegradeGris p.texte{
	margin:8px 0 0 0; padding:0;
	font:normal 12px Arial, Helvetica, sans-serif; color:#525252; text-align:justify;
}
td#tdDegradeGris hr{
  color:#4e4e4e;
  background-color:#4e4e4e;
  height:1px;
  border:0;
}
