/************ actus accueil ************/

.accueil_corps_actus
{
	position:relative;
	float:left;
	width:180px;
	min-height:150px;
	height:auto !important;
	height:150px;
	border:0px black solid;
	/*background:url("../images/actus.jpg") left top no-repeat;*/
}

.accueil_liste_actus
{
	position:relative;
	float:left;
	border:0px blue solid;
	width:180px;
	min-height:150px;
	height:auto !important;
	height:150px;
	margin:0px;
}

.accueil_actus_ligne
{
	margin:0px;
	margin-bottom:15px;
	background:url("../images/puce2.png") left top no-repeat;
}

.accueil_actus_titre
{
	font-size:12px;
	color:#273348;
	margin:0px;
	font-weight:bold;
}

.accueil_actus_titre a:link{	color:#273348;text-decoration:none;}
.accueil_actus_titre a:visited{	color:#273348;text-decoration:none;}
.accueil_actus_titre a:hover{	color:#273348;text-decoration:underline;}
.accueil_actus_titre a:active{	color:#273348;text-decoration:none;}

.accueil_actus_date
{
	font-size:11px;
	color:#648130;
	margin:0px;
	margin-left:7px;
	font-weight:bold;
}

.accueil_actus_texte
{
	font-size:10px;
	color:#646567;
	margin:0px;
	margin-left:7px;
	margin-bottom:2px;
}


/************ actus liste ************/

.corps_actus
{
	position:relative;
	float:left;
	width:525px;
	min-height:150px;
	height:auto !important;
	height:150px;
	border:0px black solid;
}

.liste_actus
{
	position:relative;
	float:left;
	border:0px blue solid;
	width:525px;
	min-height:150px;
	height:auto !important;
	height:150px;
	margin:0px;
}

.liste_actus_ligne
{
	position:relative;
	float:left;
	width:525px;
	height:auto;
	margin:0px 0px 20px 15px;
	background:url("../images/puce_jaune.jpg") 0px 2px no-repeat;
}

div.liste_actus_ligne a:link{	color:#f2971b;text-decoration:none;}
div.liste_actus_ligne a:visited{color:#f2971b;text-decoration:none;}
div.liste_actus_ligne a:hover{	color:#f2971b;text-decoration:underline;}
div.liste_actus_ligne a:active{	color:#f2971b;text-decoration:none;}

.liste_actus_titre
{
	position:relative;
    float:left;
	font-size:10px;
	color:#f2971b;
	margin:0px;
	margin-left:7px;
	font-weight:bold;
}

.liste_actus_date
{
	position:relative;
    float:left;
	font-size:10px;
	color:#6c6e71;
	margin:0px;
	margin-left:15px;
	font-weight:bold;
}

.liste_actus_texte
{
	font-size:10px;
	color:#646567;
	margin:0px;
	margin-left:7px;
	margin-bottom:2px;
}


/************ actus détail ************/

.corps_detail_actus
{
    position:relative;
    float:left;
    width:100%;
    min-height:100px;
    height:auto !important;
    height:100px;
    border:0px black solid;
}

.liste_detail_actus
{
    position:relative;
    float:left;
    border:0px blue solid;
    width:100%;
    min-height:100px;
    height:auto !important;
    height:100px;
    margin:0px;
}

div.liste_detail_actus a:link{    color:#f6a800;text-decoration:none;}
div.liste_detail_actus a:visited{ color:#f6a800;text-decoration:none;}
div.liste_detail_actus a:hover{   color:#f6a800;text-decoration:underline;}
div.liste_detail_actus a:active{  color:#f6a800;text-decoration:none;}

.liste_detail_actus_titre
{
    float:left;
    font-size:14px;
    color:#f6a800;
    margin:0px;
    margin-left:10px;
    font-weight:bold;
}

.liste_detail_actus_date
{
    font-size:14px;
    color:#6c6e71;
    margin:0px;
    margin-left:10px;
    font-weight:bold;
    float:left;
}

.liste_detail_actus_chapeau
{
    clear:both;
    font-size:12px;
    color:#646567;
    margin:0px;
    margin-top:5px;
    margin-left:10px;
    font-weight:bold;
}

.liste_detail_actus_texte
{
    font-size:10px;
    color:#646567;
    margin:0px;
    margin-top:5px;
    margin-left:10px;
    margin-bottom:2px;
    border:0px red solid;
    overflow:auto;
    width:100%;
    height:250px;
}
