
/******************************************************************************/
/* STYLE POUR LES ARTICLES DE LA PARTIE CENTRALE
/******************************************************************************/

#article {
	position:relative;
	padding-left:20px;
	top:5px;
	font-size:120%;
}

#article a {
	color:black;
}

#article a#plus {
	color:black;
	float:right;
	padding-right:5px;
}

#article img {
	float:left;
	border:2px black solid;
	margin-right:5px;
}

/* ARTICLE */
#article250, #article400, #article325, #article660, #article660Bis {
	position:relative;
	float:left;
	font-family:arial,tahoma,verdana,helvetica;
	font-size:80%;
	margin-right:10px;
	margin-bottom:10px;
}
#article400 {
	width:396px;
	background-image: url("../images/article400M.png");
}
#article325 {
	width:325px;
	background-image: url("../images/article325M.png");
}
#article250 {
	width:250px;
	background-image: url("../images/article250M.png");
}
#article660, #article660Bis {
	float:none;
	width:660px;
	background-image: url("../images/article660M.png");
}

/* HAUT */
#article400 #haut, #article250 #haut, #article325 #haut, #article660 #haut, #article660Bis #haut {
	position:absolute;
	color:white;
	height:18px;
	background-repeat: no-repeat; 
	padding-top:14px;
	font-weight:bold;
	padding-left:40px;
	z-index: 8;
	top:0px; 
}
#article250 #haut {
	width:250px;
	background-image: url("../images/article250H.png");
}
#article325 #haut {
	width:325px;
	background-image: url("../images/article325H.png");
}
#article400 #haut {
	width:396px;
	background-image: url("../images/article400H.png");
}
#article660 #haut, #article660Bis #haut  {
	width:660px;
	background-image: url("../images/article660H.png");
}

/* FOND */
#article400 #fond, #article250 #fond, #article325 #fond, #article660 #fond, #article660Bis #fond {
	z-index: 3; 
	position: relative; 
	padding: 10px; 
	padding-top:40px;
	padding-bottom:17px;
	padding-left:10px;
	color:black;
	font-size:70%;
	height:125px;
	background-repeat: no-repeat; 
}
#article660 #fond {
	padding:20px;
	padding-top:40px;
	padding-bottom:19px;
	height:auto;
	min-height:341px;
}

#article660Bis #fond {
	padding:20px;
	padding-top:40px;
	padding-bottom:19px;
	height:341px;
}

/* BAS */
#article250 #bas, #article325 #bas, #article400 #bas, #article660 #bas, #article660Bis #bas {
	background-repeat: no-repeat; 
	position:absolute;
	bottom: -1px; 
	left: 0px; 
	height:100px; 
}
#article250 #bas {
	width:250px;
	background-image: url("../images/article250B.png");
}

#article325 #bas {
	width:325px;
	background-image: url("../images/article325B.png");
}

#article400 #bas {
	width:396px;
	background-image: url("../images/article400B.png");
}

#article660 #bas, #article660Bis #bas {
	width:660px;	
	background-image: url("../images/article660B.png");
}

