/*
 stule de la table contenant le bloc actualité comple
*/

.actualite
{
  width  : 100%;
  margin : auto;
}

.bloc_top
{
    height:8px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4B96CD;
	padding-left:30px;
	padding-right:20px;

}

.bloc_bot
{
    height:8px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4B96CD;
	padding-left:30px;
	padding-right:20px;

}

.bloc_mid
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E1EDF8;
	padding-left:30px;
	padding-right:20px;


}

.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: #4B96CD;
	text-decoration: underline;
	text-align: left;
}
/*
reglage taille de illustration de l'actu
*/
.paragraphe
{
width: 500px;
}
.paragraphe_image
{
width: 110px;
text-align:left;
}
.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;
}

#nav_actu
{
font-size:0px; 
height:60px;
border:0px none ;

}

#nav_actu div
{

margin-bottom:0px;
}

#nav_actu a
{
color:#4B96CD;
font-weight:bold;
margin:0px 13px;
text-decoration :none;
}

#nav_actu a:hover
{
text-decoration :underline;
}

#nav_actu .center
{
margin-left:145px;
margin-right:145px;
text-align:center;
}

#nav_actu .actuprece
{
margin-left:145px;
margin-right:145px;
text-align:center;
padding:3px 5px;
margin:0px 1px;
}

#nav_actu .center a
{
text-decoration:underline;
padding:3px 5px;
margin:0px 1px;
color:#CBE1F3;
background-color:#4B96CD;
}

#nav_actu .center a:hover
{
color:#4B96CD;
background-color:#CBE1F3;
}
#nav_actu .current
{
padding:3px 5px;
color:#4B96CD;
background-color:#CBE1F3;
}
