/* news.css - styles appliqués sur les news et les matchs de la page d'accueil */

/* ---------- Matchs ----------*/

/* Ajout 21 juin 2008 */
#match_pub {
	border: 1px solid #000;
	height: 150px;
	margin-bottom: 20px;
}

#match_pub h4{
	background-color: #b5c4d3;
	text-align: center;
}

#div_center {
	width: 700px;
	margin: auto;
}

#matchs {
	width: 200px;
	float: right;
	text-align: center;
}

.classement{
        text-align: left;
       
}


#matchs h4 {
	background-color: #b5c4d3;
}

.cadre {
	margin-bottom: 25px;
	border:1px solid black;
	background-color: #FFFFFF;
	border-radius:5px;
}

.texte {
	padding: 5px;
}


/*--------------------------------------------------------------------------------*/

.news {
	margin-right: 210px;
	margin-bottom: 25px;
	border:1px solid black;
	background-color: #FFFFFF;
    border-radius:5px;
}

.news h4 {
	padding-left: 50px;
	background-color: #b5c4d3;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.news p {
	padding:  5px;
	
}

.date {
	text-align: right;
	font-size: 11px;
}

.news img{
	border:1px solid #b5c4d3;
	border-radius:10px;	
}

/* ===== Cadre infos ===== */
#cadreInfos {
	margin-right: 210px;
	margin-bottom: 25px;
	border:2px solid red;
	background-color: #FFFFFF;
}

#cadreInfos h1 {
	text-align: center;
	background-color: #b5c4d3;
	font-size: 1.3em;
	
}

#cadreInfos p {
	padding:  5px;
	text-align: center;
}

/*Pour les images des news*/
#centerImg {
    text-align:center;
}

.commentaire{
    background:#b5c4d3;

}
.commentaire a{
    color:black;
    margin:20px;
}

/*-------------------------------Résultats------------------------------------*/
/*--------------------------------------------------------------------------------*/

#titre h4 {
	
	background-color: #b5c4d3;
        border-left:1px solid black;
        border-right:1px solid black;
        border-top:1px solid black;
        text-align: center;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
}


#div {
	margin-bottom: 15px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color: #FFFFFF;
        padding:  5px;
        text-align: center;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
#div p {
	padding:  5px;
        
}


