body{
	width: 950px;
	height: auto;
	margin: auto;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: black;
	background: #CFAE8D no-repeat top left;
}
h1{
	margin: auto;
	text-align: center;
	background-image: url("img/fond_h1.png");
	background-repeat: repeat-x;
	padding-left: 20px;
	color: white;
	font-size: 20px;
	height: 30px;
	min-width: 100px;
	max-width: 500px;
}
h4{
	background-image: url("img/h4fonds.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	font-size: 14px;
	padding-left: 30px;
	color: white;
}
#header{
	width: 950px;
	height: 140px;
	background: white url("img/header.png") no-repeat center center;
}
#menu{
	float: left;
	width: 120px;
	height: auto;
	color: black;
}
.menu_elmnt{
	padding-bottom: 5px;
	background: transparent url("img/fond_menu.png") repeat-y top left;
}
.fin_element{
	height:3px;
	width:120px;
	color: white;
	background: url("img/bottom_menu.png") no-repeat bottom center ;
}
#menu a{
	color: #CFAE8D;
}
#menu li{
	list-style-type: none;
}
#menu h4{
	margin: 0;
}
#info_zza{
	float: left;
	padding-top: 45px;
	width: 180px;
	height: 155px;
	overflow: auto;
	background: white url("img/zza_fond.png") no-repeat top center;
}
#info_zza a {
	padding-top: 60px;
	color: #CFAE8D;
}
#info_membre{
	margin-left: 300px;
	width: 650px;
	height: 40px;
	text-align: right;
	background: url("img/fond_membre.png") no-repeat center center;
}
.info_membre{
	padding-left: 42px;
	padding-bottom: 2px;
}
#info_membre a{
	color: white;
}
#info_membre p{
	margin: 0;
}
#info_sorties{
	width: 650px;
	height: 160px;
	color: black;
	background-color: white;
	overflow: auto;
}
#conteneur{
	margin-left: 120px;
	padding-top: 50px;
	width: 830px;
	min-height: 300px;
	background: white url("img/haut_conteneur.png") no-repeat top center;
}
#conteneur p{
	padding-left: 50px;
}
#membre{
	float: right;
	width: 220px;
	height: 300px;
	background: transparent url("img/fond_mbe.png") no-repeat top center;
	margin-top: 40px;
}
#membre p, form{
	padding-top: 5px;
	padding-left: 20px;
}
.news{
	margin: auto;
	width: 800px;
	background: transparent url("img/fond_news.png") no-repeat bottom center;
	border-bottom: 1px solid #CFAE8D;
}
.news_ri{
	color: black;
	padding-right: 5px;
}
.news_ri{
	padding-top: 7px;
}
a{
	color: #CFAE8D;
}
.right{
	text-align: right;
}
img{
	border: none;
}
#pdp{
	width : 950px;
	height : auto;
	background : white;
	clear : both;
	padding-top : 10px;
	text-align : center;
}
table.calendrier {
	margin: auto;
	margin-top: 70px;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}

table.calendrier th {
	border-bottom: 1px solid black;
}

table.calendrier td {
	
	width: 20px;
	height: 20px;
}

table.calendrier td div {
	padding: 0px;
}

.jourEvenement {
	background-color: #CFAE8D;
}

.lienCalendrierJour {
	border : 1px solid #997148;
}

.calendrier caption {
	margin: auto;
	margin-bottom: 5px;
}


/* Administration */
#tabAjoutEvent {
	margin: auto;
}
#tabAjoutEvent td {
	width: 50%;
	text-align:center;
}


/* Infobulles */
a.info {
	position: relative;
	color: black;
	text-decoration: none;
	display: block;
}
a.info span {
	display: none; /* on masque l'infobulle */
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;

	white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

	top: 30px; /* on positionne notre infobulle */
	left: 20px;
	
	text-align: left;
	background: white;
	padding: 3px;
	border: 1px solid black;
}

/* Liste des événements à supprimer */
table.listeEvent {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table.listeEvent td {
	padding: 5px;
}
rgb
