#Contenu {
	background-color: #FFFFFF;
	/*background-image: url(../images/fond-pages-ateliers.gif);*/
}

#Centre {
	margin-right: 0px;
}

.ListeThema {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
.TDInformation {
	font-size: 14px;
	color: #000000;
	background-color: #ED008B;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.ListeThema li {
	padding:0 0 10px 10px;
	margin:0;
}


.ListeThema a {
	display:block;
	margin:0;
	padding: 0 0 0 20px;
	color:#CC0000;
	text-decoration:none;
	background-image: url(../images/puce-main.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.ListeThema a:hover {
	color:#FFFFFF;
	background:#CC0000;
	background-image: none;
}


/* ------------------------ le calendrier --------------------- */

.Calendrier {
	border:1px solid #000000;
}

.Calendrier td {
	border:1px solid #aaaaaa;
	text-align:center;
	padding:0 4px 0 4px;
}

.Calendrier td.Vide {
	background:#eeeeee;
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
}

.Calendrier a {
	text-decoration:none;
}

.Calendrier .Politique {
	padding:4px;
	font-weight:bold;
	color:#ffffff;
}

.Calendrier .Politique a {
	color:#ffffff;
}

.TroisPlaces {
	background:#31AB28;
}

.Complet {
	background:#AB282A;
}

.TitreAnnee {
	display:block;
	width:50px;
	font-weight:bold;
	font-size:14px;
}
.TitreDate {
	display:block;
	width:115px;
	font-size:10px;
}

#Centre .PetitePhoto {
	display:block;
	position:relative;
	text-align:center;
	font-size:10px;
	float:left;
	width:80px;
	height:80px;
	border:1px solid #999999;
	margin:0 0 0 10px;
	cursor:pointer;
}

.PetitePhotoDelete img {
	border:none;
	background:none;
	display:block;
}

.Passport {
	font-size: 14px;
	border:1px dashed #000000;
}
.Passport td {
	padding: 4px;
}
.Passport .Titre {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE1C25;
}

.NonGrise {
	background-color: #CCFFCC;
}

.Grise {
	background:#DDDDDD;
}

.Grise a, .Grise a.BulleInfo {
	color:#888888;
}
.BigTitre {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #000;	/* #E81C1F; */
	background-color: #ED008C;	/* #FFC611; */
	padding: 8px;
	margin:4px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}

.SurFormulaire {
	float:right;
	display:block;
	width:300px;
	height:100px;
	padding-top: 40px;
	padding-bottom: 0px;
}
