@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-size: 0.55em;
	background-color:#a99a9e;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	text-align:center;
}


table {
	float:left;
	width:920px;
	border-collapse:collapse;
	background-color:#FFF;
		top: 52px;
	left: 5px;
	box-shadow:  1px 25px 34px 3px #333;
	

	

}

td {
	padding-left:5px;
	padding-right:5px;
}

a {
	text-decoration:none;
	color:#666;
	padding-right:5px;
	padding-left:5px;
}

a:hover {
	text-decoration:underline;
	color:#70a0d1;
}

img {
	border:none;
}

/* les classes */

.tb_titre {
	width:920px;
}


.titreG {
	color:#aa1e69;
	text-transform:uppercase;
	font-weight:bold;
}
.fond {
	color:#FFF;
	background-color:#b5056c;
	font-weight:bold;
	text-align : center;
	border-bottom : 1px solid #FFFFFF;
}
.fond_triche{
	color:#FFF;
	background :url(../images/fond_triche.png) repeat-x;
	font-weight:bold;
	text-align : center;
	border-bottom : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}
.fond br{
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}
.fondP {
	color:#FFF;
	background-color:#a79a9e;
	font-weight:bold;
	width:50px;
}
.puce {
	background:url(../images/puce.png) no-repeat left center;
	text-indent:10px;
}
.puce2 {
	background:url(../images/puce2.png) no-repeat left center;
	background-position:17px; 
	text-indent:27px;
}
td.presentateur {
	padding-right:20px;
}
.presentateur {
	text-align : right;
}
.tiret{
	color:#dedb00;
	font-weight:bold;
	margin-left:20px;
}

.date{
	height : 25px;
	background-color : #d6d424;
	color : #b5056c;
	text-align : center;
	font-weight : bold;
}
.cafe{
	background:url(../images/cafe.png) no-repeat left center;
	background-position:8px; 
	text-indent:31px;
	color:#a79a9e;
	font-weight:bold;
}
.repas {
	background:url(../images/repas.png) no-repeat left center; 
	background-position:8px; 
	text-indent:31px;
	color:#a79a9e;
	font-weight:bold;
}
.jaune{
	font-weight : bold;
	color : #d6d424;
}
.center{
	margin-left: auto;
	margin-right: auto;
	width : 913px;
}