@charset "UTF-8";
/* CSS Document */

/* STRUCTURE */
#conteneur {
    background:url(../img/fonds/fond-conteneur-news.gif) top left no-repeat;
    margin-bottom:10px;
}

#conteneur #contenu #centre {
    background:url(../img/fonds/bordure_bas_news.gif) bottom right no-repeat;
}



/* NEWS */

#news #bando {
    margin-top:3px;
}

#gauche #manchette {
    margin-top:6px;
    padding-bottom:7px;
    background:#FFF;
}

#gauche #titre_actualites {
    height:26px;
    width:257px;
    background:url(../img/titres/actualites.jpg) top left;
    text-align:right;
    margin-top:32px;
}
#gauche #titre_actualites img {
    margin:5px 10px 0 0;
}

ul#liste_news_colonne {
    margin:9px 10px 70px 20px;
    padding:0;
    list-style-type:square;
    color:#645f53;
}
ul#liste_news_colonne li a {
    color:#645f53;
    font-weight:bold;
}
#news #ariane {
    width:655px;
    height:20px;
    background:#91752c;
    color:#e4ca88;
    margin-top:7px;
    padding:4px 0 0 10px;
}
#news #ariane a {
    color:#e4ca88;
}
#news #ariane span {
    font-weight:bold;
    color:#FFF;
}

#news #contenu_news {
    width:626px;
    margin:10px 0 10px 39px;
    border-top:1px solid #d0c3a4;
	line-height:150%;
}

#news #contenu_news h1 {
    font-family:"Times New Roman", Times, serif;
    color:#91752c;
    font-size:24px;
    font-weight:normal;
    padding:0;
    margin:30px 0 16px 0;
	line-height:120%;
}

#news #contenu_news .chapeau {
    font-weight:bold;
    margin-bottom:10px;
}

#news #contenu_news .chapeau,
#news #contenu_news p {
	/* MOD by CC - 081021 */
    /* text-indent:23px; */
    /* margin-left:32px; */
	margin-top:5px;
    font-size:12px;
}


/* Added by CC - 081021 */

#news #contenu_news a {
    color:#f27d24;
    font-weight:bold;
}

#news #contenu_news h3 {
    font-family:"Times New Roman", Times, serif;
    color:#91752c;
    font-size:14px;
    font-weight:normal;
    padding:0;
    margin:10px 0 0 0px;
}

#news #contenu_news h5 {
    color:#91752c;
    font-size:12px;
    font-weight:normal;
    padding:0;
    margin:10px 0 0 0px;
}

#news #contenu_news span {
	color:#91752c;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

#news #contenu_news span.gris {
	color:#666;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}

#news #contenu_news ul {
    list-style-image:url(../img/pictos/puce_institutionnel.jpg);
    margin:0 0 0 64px;
	padding:0;
}

#news #contenu_news ul li {
	margin:0 0 0 64px;
    margin:0;
    padding:0;
}



