
table 
{
	width: 60%;
	border: 1px solid;
	table-layout: fixed;
	background-color: #333;
	border-color:#EEEEEE;
}

td 
{
	border: 1px solid;
	background-color: #666;
	border-color:#EEEEEE;
}

.T 
{
	background-color: #DDDDDD;
	font-size:20px; 
	width: 20%;
	text-align: left;
}
.I 
{
	background-color: #DDDDDD;
	font-size:20px; 
	width: 80%;
	text-align: center;
}
.C 
{
	background-color: #DDDDDD;
	top: -80px;
}
p
{
	left:20px;
	right:20px;
	width: 100%;
	height: 360px;
	overflow-x: hidden; 
	overflow-y: scroll;
	font-size:30px; 
	font-family: Brush Script MT;
	line-height:30px;
	text-align: left;
	margin-left:20px;
}
a
{
	color:#000088;
	font-size:14px; 
	top:50px;
}
h1
{
	font-size:50px; 
	color:#000000;
}

.images
{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	position:relative;
	border:#FFFFFF 1px solid;
	border-radius:12px;
}
.texte
{
	width:100%;
	position:relative;
	border:#FFFFFF 1px solid;
	background-color: #999;
	border-radius:12px;
}
.retour
{
	position:relative;
	border:#FFFFFF 1px solid;
	border-radius:12px;	
	background-color: #999;
	height:20px;
}
.diapo
{
	border-radius:12px;
	width:100%;
}

.animation
{
	position:relative;
	animation:animer 2s;
}

@keyframes animer
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}

body 
{

}