body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FF9900;
	background-color: #003575;
	background-image:url(Image/fondmpadt.bmp);
	background-position:top;
	background-repeat:repeat-x;
}

#fenetredr {
	float: right;
	margin-top:112px;	/* A ajuster selon la taille de ton image de bordure rouge */
	width: 20%;	/*  g modif */
	position:fixed;
	right: 0px;
	border:outset 2px #FFCC00;	/* g modif */
	height: 77%;				/* g modif */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 5px;		/* g modif */
	font-size:160%;
	font-family:"Edwardian Script ITC";
	text-align:center;	/* g modif */
}

#fenetredr p			/* g modif */
{	
	margin-bottom:0px;	/* g modif */
	margin-top:0px;	
}

#principal {
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	float: left;
	width: 75%;	
	height: 75%;	/* g modif */
	border: 2px outset #FFCC00;	/* g modif */
	overflow: scroll;	
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	position:fixed;	
	margin-top:112px;	/* A ajuster selon la taille de ton image de bordure rouge */
	font-size: 120%;
	padding-left:10px;
	padding-top:30px;	/* g modif */
	
}

#cadre3 {
	width: 100%;
	position:fixed;
	top: 5px;
	z-index: 5;
}

dl, dd, ul, li {
	margin: 0px;
	list-style-type: none;
}

dt {
	padding-top: 9px;
	list-style-type: none;
}

#cadre3 dl {
	float: left;
	width: 144px;
	font-family: "Times New Roman", Times, serif;
}

#cadre3 dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	margin: 1px;
	background-image: url(Image/Menu_bouton_1.jpg);
	background-repeat: no-repeat;
	height: 32px;
	color:black;	/* Je sais pas quelle couleur tu voulais */
	font-size: 16px;
}

#cadre3 dd {
	display: none;
	border: 1px solid gray;
	background-color: #CC9900;
}

#cadre3 p {
	text-align: center;
	margin:0px;
	padding:0px;
	font-size: 80%;
}

#cadre3 p a, #cadre3 dt a {
	color:black;
	text-decoration: none;
	display: block;
}

#cadre3 dt a:hover, #cadre3 dt a:focus {
	font-size:18px;	/* tres bien ca ca fait classe !! */ 
}

#cadre3 p a:hover, #cadre3 p a:focus {
	background-color: #CC0000;
}

#cadre3 p a:active {
	background-color: #CC0000;	
}

td,th{ /*cellules des tableaux*/
	border: 2px solid  #581616;
}

table
{
	border: 4px outset #581616;
	border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
	width: 99%;
	height: 80%;
}

/* couleurs des liens*/
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

/*police d'écriture*/
.Style1 {
	font-family: "Edwardian Script ITC"; 
	font-size: 200%;
}
.Style2 {
	font-size: 150%; 
	font-family: "Edwardian Script ITC";
}
.Style3 {
	font-size: 140%;
	font-family: "Edwardian Script ITC";
}
