@charset "UTF-8";
#calendrier {
	width: 100%;
	position: relative;
}
#tableau {
	margin: 0px 25px 0px 115px;
	width: 605px;
}
h1#titreCalendrier {display: none}
ul#menuCalendrier {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
	list-style: none;
	border-bottom: 5px solid;
}
ul#menuCalendrier li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 109px;
}
ul#menuCalendrier a {
	display: block;
	height: 100%;
	width: 100%;
}
li#item_top14 a {
	background: url(../images/top_14.png) no-repeat top;
}
li#item_top14 a:hover {
	background: url(../images/top_14.png) no-repeat bottom;
}
li#item_hcup a {
	background: url(../images/h_cup.png) no-repeat top;
}
li#item_hcup a:hover {
	background: url(../images/h_cup.png) no-repeat bottom;
}
li#item_amical a {
	background: url(../images/amical.png) no-repeat top;
}
li#item_amical a:hover {
	background: url(../images/amical.png) no-repeat bottom;
}
#tableau table {
	width: 100%;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#tableau tr {
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#tableau tr.lignepair {
	background: #FCE5E8;
}
#tableau td {
	padding: 5px;
	vertical-align: bottom;
	margin: 0px;
}
#tableau   td.colGauche {
	width: 170px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	letter-spacing: 0em;
	vertical-align: top;
}
#tableau td.colGauche a {
	color: #821015;
	padding-left: 14px;
	background: url(../images/puceRevivre.gif) no-repeat left center;
	text-decoration: none;
}
#tableau td.colGauche a:hover {
	color: #FF0000;
}
#tableau   td.colCentrale {
	width: 300px;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding-bottom: 18px;
}
#tableau td.colDroite {
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
strong.equipe {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#tableau .rouge {
	color: #E1001A;
}
ul#pictosInterractifs {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 40px;
}
ul#pictosInterractifs li {
	display: block;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 33px;
}
li#imprimer {
	height: 23px;
}
li#imprimer a {
	background: url(../images/backgr_btnPrint.png) no-repeat center top;
	display: block;
	height: 100%;
	width: 100%;
}
li#imprimer a:hover {
	background: url(../images/backgr_btnPrint.png) no-repeat center bottom;
	display: block;
	height: 100%;
	width: 100%;
}
li#envoiEmail {
	height: 15px;
}
li#envoiEmail a {
	background: url(../images/backgr_btnEmail.png) no-repeat center top;
	display: block;
	height: 100%;
	width: 100%;
}
li#envoiEmail a:hover {
	background: url(../images/backgr_btnEmail.png) no-repeat center bottom;
	display: block;
	height: 100%;
	width: 100%;
}

