#page strong {
	color:#000;
}

#page h1, 
.presse h1 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	color:#000;
	padding-top:15px;
	padding-bottom:8px;
	background: url(../images/filet-gris.gif) bottom right no-repeat;
	clear: both;
}

.presse {
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	color:rgb(102, 102, 102);
	overflow: visible;
	position:relative;
}
.presse .docs {
	overflow: visible;
	position:relative;
}

#page .admin, 
.presse .admin {
	float:right;
	margin-right: 25px;
}

.presse .pdf-doc {
	overflow: auto;
	margin-top:10px;
}
.presse .pdf-doc .icone {
	float:left;
}
.presse .pdf-doc .nom {
	margin-left:30px;
}
.presse .pdf-doc .nom a {
	color:rgb(102, 102, 102);
	text-decoration: none;
}
.presse .pdf-doc .nom a:hover {
	text-decoration: underline;
}


.presse .img-doc {
	float: left;
	margin-right:15px;
	margin-top:10px;
	height:180px;
	zoom:1;
	position:relative;
	overflow: visible;
}
.presse .img-doc .image {
	height:125px;
	overflow:hidden;
}
.presse .img-doc .titre {
	color:#000;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
	width: expression(document.body.clientWidth > 162? "160px" : "auto"); /** workaround IE6 & 7 **/
	max-width: 160px;
}
.presse .img-doc .infos {
	font-size: 9px;
	line-height: 10px;
	overflow: hidden;
	width: expression(document.body.clientWidth > 162? "160px" : "auto"); /** workaround IE6 & 7 **/
	max-width: 160px;
}
.presse .img-doc .admin {
	float:none;
	margin-right: 0px;
}


/** pour le formulaire **/
.form-item .champ .liste-item .fichier .nom {
	display: block;
	background-color: #333;
	color:#eee;
	position:absolute;
	left:0;
	bottom:0;
	width:110px;
}
