#conteneur-presse {
    position:absolute;
	width:100%;
}

#presse-entete {
    width:608px;
    height:335px;
	background-image: url(../images/presse/presse-deco-haut.gif);
	background-repeat:no-repeat;
	margin-top:8px;
}

#presse-titres{
    width:608px;
    height:83px;
	background-image: url(../images/presse/presse-fond-titre.gif);
}

#contenu-presse {
	float:left; /* IMPORTANT pour éviter le dépassement */
	background-image: url(../images/presse/presse-fond.jpg);
	background-color:e3d99f;
	width: 598px; /* -10 de bordure */
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#presse-conteneur-colonne {
	float:left;
	width:298px;
}

#presse-conteneur-article {
	float:left;
	width:264px;
	margin-bottom:1.5em;
	margin-left:25px;
}

#presse-conteneur-article img{
	margin:0px;
}

#presse-infos-article {
	width:222px;
	background-image:url(../images/presse/presse-article-fond.gif);
	background-repeat:repeat-y;
	padding-left:25px;	
	padding-right:8px;
	font-size:0.8em;
	line-height:1.3em;
	margin-top:0px;
}

#presse-infos-article a{
	text-decoration:none;	
}

.presse-pointilles {
	border-top:1px #a19c85 dotted;
	display:block;
	margin-top:14px;
}

#presse-image-article {
	margin-left:57px;
	background-color:#f2eed3;
	width:150px;
}

#presse-image-article img{
	margin-left:5px;
}

#presse-internet-article {
	margin-left:57px;
	background-color:#f2eed3;
	text-align:center;
	width:150px;
}

#presse-internet-article a:hover {
	background-color:#ffffff;
}

/* #presse-lien-article a:hover {
	background-image:url(../images/presse/presse-article-2-on.gif);
} */

#presse-lien{
	padding-left:25px;
	padding-top:10px;
	width:150px;
}

/* nom du journal */
#presse-infos-article h1 {
	font-size:1em;
	font-weight:100;
	line-height: 0.9em;
	margin-top:0em;
	margin-bottom:0.5em;
	color:#8f571b;
}

/* livre sur lequel porte l'article */
#presse-infos-article h2 {
	font-size:0.8em;
	font-weight:100;
}

/* nom du rédacteur */
#presse-infos-article h3 {
	font-size:0.8em;
	font-weight:100;
}

/* date de parution */
#presse-conteneur-article h4 {
	font-size:0.8em;
	font-weight:100;
}