#actualite {
	background-color:#fddee7;
	/*float:right;*/
	height: 520px;
	margin : 0px 0px 10px 0px;
	border-top : solid 1px #DDDDDD;
	overflow:auto;
}

#actualite img{
	border:none;
}

#actualite h4{
	border:none;
	font-size : 13px;
	color:#4E7DAD;
	margin :0px;
	margin-left:0px;
}

#actualite h2{
	border:none;
	font-size : 13px;
	color : #4E7DAD;
	margin : 0px;
	margin-left : 80px;
}

#actualite h3{
	font-size : 10px;
	color : #CCCCCC;
	margin : 0px;
}

#actualite h5{
	border:none;
	font-size : 13px;
	text-align : center;
	color : #4E7DAD;
	margin : 0px;
	margin-left : 0px;
}

#actualite a {
	color:#FA722D;
	text-decoration: none;
	font-size : 12px;}

#actualite a:hover {
	/*text-decoration : underline;
	text-shadow:#CCCCCC;
	text-decoration : none;*/
	color:#FF0000;
	text-decoration: underline;
}

#actualite .suite {
	text-align:left;
	/*font-weight:bold;*/
	color:#DD0000;
}

#actualite .actuResume {
	font-weight:normal;
	margin-left:0px;
	margin-bottom:5px;
}

#actualite .suite a{
	color:#FA722D;
	text-decoration: none;
	font-size : 11px;
}

#actualite .suite a:hover{
	color:#FF0000;
	text-decoration: underline;
}

.resume {
	border-bottom : solid 1px #DDDDDD;
	padding: 10px 10px;
	text-align : justify;
	overflow : auto;
	/*background-image: url(../images/actu/fond_actu.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

.resume img{
	float : left;
	margin-right : 10px;
}

/* ---------------- */
/* ---- Breves ---- */
/* ---------------- */

#breve  {
	background-color:#fddee7;
	margin : 10px 20px 30px 20px;
	padding: 0px 0px;
}



#breve a {
	text-decoration:none;
	color:#495C75;
}

#breve a:hover {
	text-decoration:none;
	color:#FA722D;
}

#breve h3{
	font-size : 10px;
	color:#CCCCCC;
	margin :0px;
	margin-bottom :10px;
}

/* ----------------- */
/* ---- Article ---- */
/* ----------------- */
#article {
	margin:0px;
	font-size:11px;
	height:430px;
}

html>body #article {
	height: auto;
	min-height: 430px;
}

#article h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#4E7DAD;
	border:none;
}

#article h2{
	font-size : 10px;
	color:#BBBBBB;
	margin :0px;
	margin-bottom :10px;
}

#article img {
	float:left;
	margin-right:10px;
}

#article h6{
	padding:0px;
	margin: 25px 0px;
}

#article a {
	/*color:#CC0000;
	text-decoration:none;
	font-size : 11px;
	font-weight:bold;*/
	color:#FA722D;
	text-decoration: none;
	font-size : 11px;
}

#article a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#article h5 {
	/*background-color : #EEEEEE;
	border:dotted #BBBBBB 1px;*/
	height:22px;
	font-size : 12px;
	padding-left:47px;
	padding-top:5px;
	margin:0px 0px 8px 0px;
	overflow:auto;
}

#article .pdf {
	background-image:url(../images/actu/picto_pdf.gif);
	background-repeat: no-repeat;
	background-position : 3px 2px;
}

#article .www {
	background-image:url(../images/actu/picto_www.gif);
	background-repeat: no-repeat;
	background-position : 3px 3px;
}

