/**
 * @version 0.9 $Id: mod_eventlist_wide.css,v 1.11 2010/07/23 15:59:23 fabien Exp $
 * @package Joomla
 * @subpackage EventList
 * @copyright (C) 2005 - 2007 Christoph Lukes
 * @license GNU/GPL, see LICENCE.php
 * EventList is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * EventList is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with EventList; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/
 
div#elmodulewide {
	width: 100%;
	margin: 5px 10px;
}
#divContenu #divRight div#elmodulewide {
	width: 250px;
}

div#elmodulewide .eventset {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dotted silver;
}

div#elmodulewide span.event-title {
	padding-left: 17px;
	background: url(img/flag_red.png) no-repeat;
	font-size: smaller;
}

div#elmodulewide span.time {
	padding-left: 20px;
	background: url(img/time.png) no-repeat;
	padding-top: 2px;
}

div#elmodulewide span.date {
	padding-left: 20px;
	background: url(img/date.png) no-repeat;
	padding-top: 2px;
}

div#elmodulewide span.category {
	position: relative;
	padding-left: 18px;
	background: url(img/category.png) no-repeat;
	font-size: smaller;
}

div#elmodulewide span.venue-title {
	position: relative;
	padding-left: 17px;
	background: url(img/building.png) no-repeat;
	font-size: smaller;
}

div#elmodulewide .event-image-cell {
}

div#elmodulewide .venue-image-cell {
}

div#elmodulewide .image-preview {
	height: 68px;
	border:3px solid #FFFFFF;
	height:68px;
	/*padding: 3px;
	margin:3px 3px 3px 11px;*/
}

.rot5 {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	rotation: 5deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

div#elmodulewide p.first
{
	width:265px;
	margin-left:10px;	
}

div#elmodulewide li
{
	position:relative;
	width: 280px;
	height: 94px;
	padding: 10px 20px 7px 0;
	background: url('../../../templates/CDTT/images/actualiteEncart-tourisme-touraine.png') no-repeat top;
	_background: url('../../../templates/CDTT/images/actualiteEncart-tourisme-touraine.gif') no-repeat top center;
}
#divContenu #divRight div#elmodulewide li
{
	position:relative;
	width: 271px;
	height: 75px;
	padding: 7px 0;
	background:url(../../../templates/CDTT/images/actus-interieurs-bg.png) no-repeat top center;
	_background: url('../../../templates/CDTT/images/actualiteEncart-tourisme-touraine.gif') no-repeat top center;
}

div#elmodulewide h3
{
	color: #85B8E3;
	margin:2px 0;
}

div#elmodulewide div.blocImg
{
	margin:5px;
	height: 70px;
	float:left;
}
div#elmodulewide div.blocImg .rot5{
	border:2px solid #EAEAEA;
	margin:0 5px 0 12px;
}

div#elmodulewide div.dateActu
{
	background: url('../../../templates/CDTT/images/actualiteEncartDate-tourisme-touraine.png') no-repeat top center;
	_background: url('../../../templates/CDTT/images/actualiteEncartDate-tourisme-touraine.gif') no-repeat top center;
	width: 72px;
	height: 39px;
	/*float:left;*/
	color: #FFF;
	font-weight:bold;
	z-index:100;
	position:absolute;
	/*padding: 5px 0 0 8px;*/
	#left:0;
}

div#elmodulewide div.dateActu span
{
	display:block;
	width:60px;
	height: 30px;
	position:relative;
	top:5px;
	left:5px;
}

div#elmodulewide div#blocRss
{
	float:left;
}

div#elmodulewide div#blocRss img
{
	vertical-align: bottom;
}

div#elmodulewide div#blocRss a
{
	color: #FDAF38;
	font-weight:bold;
}

div#lnkAllActu
{
	float:right;
	margin-right:15px;
}
#divContenu #divRight div#lnkAllActu
{
	margin-right:40px;
}

div#lnkAllActu a 
{
	background:url("../../../templates/CDTT/images/ombreLien-tourisme-touraine.png") no-repeat scroll center bottom transparent;
	border:medium none;
	height:35px;
	padding:0 0 20px;
	width:150px;
}

#FooterActu
{
	width: 265px;
	margin-left:20px;
	overflow:hidden;
	margin-bottom:10px;
	/*border:1px solid #F00;*/
}