@charset "utf-8";

/*Feuille de style de presse.php*/

#journal {
	min-height: 360px;
	padding: 10px 5px 5px 25px;
	background: /*url("../img/journal.gif")*/ #F3F3F3 no-repeat;
	overflow: auto;
}

.entete_j {
	margin-bottom: 8px;
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
	color: #777777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
}
.entete_j div {
	float: left;
	height: 100%;
	width: 33%;
	vertical-align: bottom;
}
.entete_j #entete2 {
	text-align: center;
}
.entete_j #entete3 {
	font-weight: bold;
	text-align: right;
}

.left_j { 
	float: left; 
	width: 70%;
}
.right_j { 
	float: left; 
	width: 30%;
}

.article1 {
	float: left;
	width: 44%;
}
.article2 {
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	width: 53%;
	border-left: 2px solid #DDDDDD;
}
.article3 {
	margin-top: 15px;
}
.article4 {
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 2px solid #DDDDDD;
}

.titre_j {
	margin-bottom: 8px;
	width: 100%;
	border-bottom: 3px solid #888888;
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
}
.infos_j {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 50%;
	text-align: center;
}
.infos_j img { max-height: 200px; }
.article1 .infos_j img { max-width: 110px; }
.article2 .infos_j img { max-width: 130px; }
.article3 .infos_j img { max-width: 120px; }
.article4 .infos_j img { max-width: 200px; }
.article2 .infos_j { 
	float: right;
	margin: 0px 0px 5px 5px;
}
.article3 .infos_j { width: 25%; }
.article4 .infos_j {
	margin: 0px 0px 5px 0px; 
	float: none; 
	width: 95%;
}
.nom_j, .date_j, .action_j {
	color: #818181;
	font-family: lower-roman, arial;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
.action_j { 
	text-decoration: underline;
	text-align: left; 
}
.article2 .action_j { text-align: right;  }
.article4 .action_j { text-align: center;  }
.colonne { 
	padding: 5px 5px 5px 0px;
	font-size: 11px;
}
.colonne:first-letter
{
   float: left;
   font-size: 30px;
   font-family: Arial, Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   margin-right: 2px;
}
#journal a {
	font-size: 12px;
	padding-bottom: 4px;
	background: transparent url("../img/lien.gif") repeat-x 100% 100%;
	color: black;
	cursor: pointer;
	text-decoration: none;
}