@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(images/template/bg_suicze2010.jpg) no-repeat;
}

a:link, a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #DE111E;
}

.containeur {
	width: 900px;
	margin: auto;
}

.header {
	margin-bottom: 20px;
	color: #FFF;
}

.menu {
	background: #C00;
	color: #FFF;
}

.content {
	background: #FFFFFF url(images/template/bg_content.jpg) no-repeat;
	padding: 10px;
	overflow: hidden;
	border-bottom: 5px solid #DE111E;
}

.footer {
	clear: both;
	margin-top: 20px;
	color: #FFF;
}

.pageMenuLeft {
	float: left;
	width: 200px;
	overflow: hidden;
}

.pageContentRight {
	float: right;
	width: 630px;
	overflow: hidden;
	margin-right: 20px;
}

.newsLeft {
	float: left;
	width: 500px;
	overflow: hidden;
}

.newsRight {
	float: right;
	width: 300px;
	overflow: hidden;
	margin-right: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------ M E N U - */

.mattblacktabs{
width: 100%;
overflow: hidden;
background: #DE111E url(images/template/bg_menu.jpg) repeat-x;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
color: #FFFFFF;
border-left: 1px solid #FF4848;
border-right: 1px solid #B30000;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #FFCC00;
color: #000000;
}

/* ---------------------------------------------------------------------------------------------------------------------- E N D - M E N U - */

.indexNews_title {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	letter-spacing: .1em;
}

.indexNewsList_title {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.indexNews_categorie:link, .indexNews_categorie:visited {
	background: #DBDBDB;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

.indexNews_categorie:hover {
	background: #900;
	color: #FFF;
}

.indexEvents_title {
	font-weight: bold;
}

.pageMenuLeft_title {
	color: #DE111E;
	font-weight: bold;
}

.search_input {
	background: url(images/template/zoom_tr.png) left no-repeat #E8E8E8;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

.search_submit {
	background: #DE111E;
	border: 1px solid #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.actualiteNewsList {
	font-weight: bold;
}

.actualiteCategorie:link, .actualiteCategorie:visited {
	color: #000;
	padding: 2px;
}

.actualiteCategorie:hover {
	background: #999;
	color: #FFF;
	text-decoration: underline;
}

.newsTitle {
	font-size: 24px;
	font-weight: bold;
	color: #DE111E;
}

.newsActualite {
	font-size: 18px;
	color: #949494;
}

.equipesStaffTitle {
	border-bottom: 2px solid #DE111E;
	color: #DE111E;
	font-size: 14px;
	font-weight: bold;
}

.equipesJoueursTitle {
	border-bottom: 2px solid #DE111E;
	color: #DE111E;
	font-size: 14px;
	font-weight: bold;
}

.footerRSS:link, .footerRSS:visited {
	color: #666;
}

.footerRSS:hover {
	color: #CCC;
}