/*
 stule de la table contenant le bloc actualité comple
*/

.actualite
{
  width  : 550px;
  margin : auto;
}

/*
 style css correspondant a la barre haute d'un bloc actualités
*/
.bloc_top
{
    height:22px;
    background: transparent url(/elmt/actu/actu_top.gif) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #73be1e;
	padding-left:30px;
	padding-right:20px;

}

/*
defini les barres sur le coté du bloc  actualités
*/
.bloc_mid
{
background: transparent url(/elmt/actu/actu_mid.gif) repeat-y center center;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #73be1e;

	padding-left:30px;
	padding-right:20px;


}
/*
defini les barres du bas d'un bloc actualités
*/
.bloc_bot
{
background: transparent url(/elmt/actu/actu_bot.gif) no-repeat top center;
}
.bloc_top .link, .bloc_mid .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #568A16;
	text-decoration: underline;
	text-align: left;
	margin-top: 10px;
}
/*
reglage taille de illustration de l'actu
*/
.paragraphe
{
width: 500px;
}
.paragraphe_image
{
width: 110px;
padding-top:5px;
padding-bottom:5px;
vertical-align:top;
text-align:center;
}
.paragraphe_image img
{
width:100px;
}
.paragraphe_corps
{
text-align:justify;
vertical-align:top;
}

.paragraphe_galerie_elmt
{
 width: 110px;
 padding-top:5px;
 padding-bottom:5px;
  text-align:center;
 vertical-align:top;
}
.paragraphe_galerie_elmt img
{
 width:100px;
 border: 2px solid #568A16;

}
/*
style des liens suivant precedent
*/
.pager .link 
{
color : #568A16;
}
