/*====================GENERAL==================*/
html{
	background: url(../img/back.jpg) repeat-x;
	
}

body{
	font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif;
	text-align:center;
	width: 900px;
	margin: auto;
	background-color: #FFF;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img{
	border:0;
}

h1, h2, h3{
	color:#9A0000;
}

a{
	color:#9A0000;
}

.search{
	background-color:#FF0;
	font-weight:bold;
}

.recherche{
	background-color:#FF0;
	font-weight:bold;
}

.gras{
	font-weight:bold;
}

.fond_rouge{
	background-color:#9A0000;
}

.center{
	text-align:center;
}

.blanc{
	color:#FFF;
}

#fond_red{
	background-color:#9A0000;
	height:26px;
}

.li_soulignee{
	color:#910000;
	font-weight:bold;
}

.date_crea{
	font-size:9px;
	color:#999;
}

.fakeh2{
	color:#9A0000;
	font-size:18px;
	font-weight:bold;
}

.precherche{
	margin-top:-15px;
	padding-left:10px;
}
	
/*====================HEADER==================*/
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 900px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
margin-left: 10px;
margin-right:10px;
padding-top: 5px;
width: 880px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 900px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #9A0000;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 


/*====================CONTENT==================*/
#content{
	padding:10px;
	text-align:left;
	clear:both;
}

#carea5{
	float:left;
	width:430px;
	margin-top:-20px;
}

#yutokintumi{
	float:right;
	width:430px;
	margin-top:-20px;
}

#news{
	width:100%;
}

#down_content{
	clear:both;
}

#centre_down{
	margin-left:12px;
}

#sport_title{
	float:left;
	width:275px;
	margin:5px;
	padding-left:10px;
}

#mecenat_title{
	float:left;
	width:275px;
	margin:5px;
}

#equipe_title{
	float:left;
	width:275px;
	margin:5px;
}

#sport{
	float:left;
	width:275px;
	margin:5px;
}

#mecenat{
	float:left;
	width:275px;
	margin:5px;
}

#equipe{
	float:left;
	width:275px;
	margin:5px;
}

/*====================FOOTER==================*/
#footer{
	padding: 5px 5px 5px 5px;
}

#haut_page{
	color:#9A0000;
	text-align:right;
	padding-bottom:5px;
}

#down{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	width: auto;
	background-color: #9A0000;
	color:#FFF;
}

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