
 /* @package Xmodule
 *
 * Feuille de style du module xmodule.article
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 03/01/2005
*/

/*div container*/

#module-article {
	width: 450px;
	font-size: 13px;
	margin: 6px 0 0 8px;
	padding:0;
	line-height:14px;
}

#module-article p,
#module-article #article p.chapo{
	margin:0;
	padding:0;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #363636;
	font-size: 13px;
}

#module-article #article p.chapo{
	font-weight:bold;
}

#module-article a{
	font-size: 12px;
}

#module-article br{
	margin-bottom:2px;
}

#module-article #article {
	margin:0;
	padding:0;
	padding-bottom: 30px;
}

#module-article #article h6{
	font-size: 10px;
	font-weight:normal;
	color:#363636;
	margin:0;
	padding: 0;
	width: 408px;
	text-align:right;
}

#module-article #article .block-legende{
	float:left ;
	padding: 0;
	margin:0 0 12px 0;
	background-color: transparent;
}

#module-article #article div.fond-bas{
	background:#cccccc url(images.xmodule.article/pellicule.png) bottom right repeat-x;
}

#module-article #article div.fond-haut{
	background:transparent url(images.xmodule.article/pellicule.png) top right repeat-x;
}

#module-article #article .block-legende .legende{
	width:100px;
	float:left ;
	padding: 0;
	margin: 12px 0 0 2px;
	font-style:italic;
	background-color: transparent;
	overflow:hidden;
}

#module-article #article div.block-legende  .photo{
	margin: 0;
	border:0;
	background-color: transparent;

}

#module-article #article div.block-legende  img.photo{
	float:left ;
	display:block;
	margin:0;
	padding:0;
}

#module-article #article div.block-legende img.puce {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	width:12px;
}

#module-article #article  img.autres{
	margin:14px 6px 14px 6px;
	width:70px;
	height:70px;
}

#module-article #article strong{
	color: #363636;
	font-weight: bold;
	font-size:13px;
}

#module-article div#photos h5,
#module-article div#liens h5,
#module-article div#instances h5,
#module-article div#suppleants h5,
#module-article div#contacter h5{
	color: #363636;
	font-weight: bold;
	font-size: 10px;
	line-height:20px;
	padding : 5px 0 5px 0;
	border-top:1px solid #0080c0;
	border-bottom:1px solid #0080c0;
	vertical-align:middle;
	height: 20px;
	clear:both;
	margin-top:8px;
}

#module-article ul {
	margin: 8px 0 0 0;
	padding: 0;
}

#module-article ul li{
	margin: 0 0 6px 18px;
	list-style: none outside url(../images/puce.png);
}


#module-article ul li a{
	margin-left: 0px!important;
	margin-left: 8px;
}

/* ***************************************************
	  		LE  TABLEAU
***************************************************** */

#module-article table{
	width : 400px;
	overflow: hidden;
	border-collapse:collapse;
	empty-cells:show;
	border: 2px solid #0080c0;
	text-align: center;

}

#module-article table thead{
	background-color: #0080c0;
}

#module-article table th{
	border: 1px solid #ffffff;
}

#module-article table tfoot{
	font-style: italic;
}

#module-article table td{
	border: 1px solid #0080c0;
}

#module-article .block-actu-agenda{
	width:260px;
	float:left;
}
#module-article div#jour_agenda{
	width:140px;
	float:left;
}
#module-article div#jour_agenda h3{
	background-color: transparent;
	color:#0080c0;
}

#article h4 .block-actu-agenda{
	color:yellow;
}

