/* Propriété en commun pour les listes latérales */
div.link-list {
	position:absolute;
	top:0;
	margin-left:0;
	margin-right:0;
	margin-top: 10px;
	text-align: center;
}
/* En utilisant les propriété de marge, nous laissons la place sur les côtés */
#main {
	margin-left:230px;
	margin-right:100px;
	text-align:center;
	font-family: "Comic Sans MS", cursive;
}
/* Puis nous placons chaque list &agrave; sa place */
#list1 {
	left:0;
	margin-left: 40px;
	width: 90px;
	text-align: center;
}
#list2 {
	right:20px;
	width: 90px;
}
#list3 {
	width: 100px;
	left: 130px;
}


#main h1 {
	font-size: xx-large;
	color: #F00;
	display: inline;
}
h1 {
	font-size: xx-large;
	color: #F00;
	font-weight: bold;
}

#main h2 {
	font-size: x-large;
	color: #00F;
	display: inline;
}
p {
	text-indent: 40px;
	font-weight: normal;
}
td {
	text-align: center;
}
/*h1 {  font: 24pt "Comic Sans MS"; color: #00F; margin-top: 0px; padding-top: 0px; border-top-width: 0px}
em {  color: #F00; font-style: normal}*/
td.times {  font: bold 12pt "Times New Roman", Times, serif; vertical-align: top}
body {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 10px;
	width: 93%;
	background-image: url(cliparts/carreaux.gif);
	font-size: large;
	font-family: 'Comic Sans MS', cursive;
}
.invisible {  visibility: hidden}
h2 {
	font-size: x-large;
	color: #00F;
	text-align: center;
}
.programme {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
#calque {
	background-color: #CFF;
	position: absolute;
	width: 100%;
	left: 40px;
	border: none;
	z-index: -1;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#scotch {
	position: absolute;
	z-index: 2;
	background-image: url(cliparts/scotch.gif);
	width: 353px;
	height: 96px;
}
/* Propriétes des photos */
.img-wrapper {
	margin: 30px 5px 0px 0;
	line-height:1px;
	background: url(cliparts/shadow.gif) no-repeat bottom right;
}
.img-wrapper img {
	float:none;
	margin:0;
	background:#fff;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
	left:-5px;
	top:-5px;
}
