/* CSS Site Jacqueline */

1html, body {
width: 100%;
height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
background-color: #FFBC36; 
	color: #266DB2;
}
.conteneur { 
position: relative;
width: 900px;
height: 450px;
margin: 10px auto; 
background-color: #FFBC36;
}
.header {
height: 100px;
background-color: #FFBC36;
}
.footer {
height: 20px;
background-color: #FFBC36;
}
.menu {
	position: absolute;
	left:0px;
	width: 150px;
	height: auto;
	background-image: url(Images/Petit/Menu.jpg);
	font-size: large;
	top: 100px;
}
#menu {
	position: absolute;
	width: 150px;
	background-image: url(Images/Petit/Menu.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #266db2;
	font-size: 14px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #4D4D4D;
	font-family: "Times New Roman", Times, serif;
	color: #266db2;
	font-size: 14px;
}
#menu dd {
	border: 1px solid #4D4D4D;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #266db2;
}
#menu li {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #b39b25;
	font-size: 14px;
	margin-left: -30px;
}
#menu li a, #menu dt a {
	color: #266db2;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#menu li a:hover, #menu dt a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b39b25;
}
.frame {
margin-left: 160px;
width: auto;
height: 500px;
overflow: auto;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #266DB2;
}
.Corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #266db2;
	font-weight: bold;
}

.occupe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: line-through;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #266DB2;
}
img.right{
	float: right;
	margin-left: 20px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top: 20px;
}
img.left{
	float: left;
	margin-left: 20px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top: 20px;
}
th {
width: 200px;
text-align: right;
vertical-align: top;
border-top: 1px solid black;
font-family:"Times New Roman", Times, serif;
font-size: 14px;
padding-right: 14px;
padding-top: 14px;
padding-bottom: 14px;
}
td {
vertical-align:middle;
border-bottom: 1px solid white;
color:#266db2;
padding: 4px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
