/*---

Coventfans.ca // CSS Page d'accueil
Auteur : Eric Chenail - Arteca Design Inc.
Derniere revision : 18 juillet 2007
	
Notes additionelles : 

---*/

#content { padding-bottom: 10px;}

body.home #content h2 { display: none; }

body.home #content div.section { 
	background: url("../img/common/img_home_default.jpg") no-repeat 100% 0; 
	padding-top: 276px;
	padding-bottom: 10px;
	margin-left: 195px;
	margin-right: 0;
}

body.home.fr #content div.section { background-image: url("../img/common/img_home_default_fr.jpg");  }
body.home.es #content div.section { background-image: url("../img/common/img_home_default_es.jpg");  }
body.home.po #content div.section { background-image: url("../img/common/img_home_default_po.jpg");  }


* html body.home #content div.section { position: relative; }

body.home #content ul li { padding-bottom: 3px; }

body.home #content div.intro {
	border-top: 16px solid #FFF;
	border-bottom: 1px solid #FFF;
}

body.home #content div.intro ul { margin-bottom: 0;	}

body.home #content div.intro p { padding-top: 0; }

#sidebar {
	margin-top: 296px;	
	width: 172px;
	position: absolute;	
	left: 15px;
}

#sidebar h4 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
	font-size: 110%;
	line-height: 110%;
}

#sidebar ul,
#sidebar ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: red;
	font-size: 100%;
	line-height: 100%;
}

#sidebar ul { 
	border-top: 1px dotted #CCC; 
	margin-top: 15px;
}

body.home #content #sidebar ul li {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0 8px;
}

#sidebar ul li a { text-decoration: none; }

/* Style pour les 'news' */

#news {
	padding: 7px 8px 2px 102px;
	padding: 9px 8px 0 102px;
	margin-top: 7px;
	color: #FFF;
	font-size: 11px;
	line-height: 10px;
	background: url("../img/common/bg_title_news.gif") no-repeat 10px 50% #DF580B;
}

body.fr #news { 
	background-image: url("../img/common/bg_title_nouvelles.gif");
	padding-left: 167px;
}

body.es #news,
body.po #news { 
	background-image: url("../img/common/bg_title_noticias.gif");
	padding-left: 140px;
}

* html #news { padding-top: 10px; }

#news * {
	padding: 0;
	margin: 0;
}

#news h3 { display: none; }
#news p  { padding-bottom: 8px; }

#news span.date { 
	display: block;
	display: none;
}

#news a {
	text-decoration: none;
	color: #FFF;
	font-size: 120%;
	line-height: 110%;
}

#news a:hover{ color: #FFF; text-decoration: underline; }