body
{
	margin-top: 10px;
	background-image: url(images/fond.jpg);
}

#en_tete
{
	margin:auto;
	height: 150px;
	width: 900px;
	background-image:url(images/banniere.png);	
}
#cadre
{
	text-align:center;
	min-height:800px;
	min-width:900px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	padding:15px;
	margin:auto;
	width: 88%;
	height:auto;
	background-image: url(images/fond2.jpg);
	font-size: 14px;
	background-repeat:repeat-x;
	background-color:#cbcbcb;
}
#cadre h1
{
	color:#F00;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
#cadre h2 
{
	font-family: "Comic Sans MS", cursive;
}
#cadre h3 
{
	color:#00F;
	text-decoration:underline;
	font-family: "Comic Sans MS", cursive;
}
#cadre h4 
{
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
#cadre2 
{
	text-align:center;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(images/fond_lecteur.gif);
	height:50px;
	min-width:900px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	padding:15px;
	width: 88%;
	height:auto;
}
.tdover{
background-color: #09F;
border-color: black;
text-align: center;
}
.tdout {
background-color: #006699;;
border-color: black;
text-align: center;}
.tdover a, .tdout a {
color: white;
font-weight: bold;
text-decoration: none;}
