/* CSS Document */
body {
	background-color: #F8E9D3;
	background-image:url(imagesbis/motif.jpg);
	background-repeat:repeat;
	text-align:center;
}
.Style1 {
	color: #724162;
	margin-left: 20px;
}
.Style2 {color: #4F2D21}
.Style4 {
	color: #4F2D21;
	margin-left: 20px;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: circle;
}
.Style5 {color: #F8E9D3;
	     font-family: "Comic Sans MS", Verdana, Arial,sans-serif;
}
.Style7 {
	font-family: "Comic Sans MS", Verdana, Arial,sans-serif;
	color: #613276;
}
.Style8 {
	color: #4D4169;
	font-weight: bold;
}
.Style8:hover {
	color: #000000;
}
.Style9 {
	color: #4D4169;
}
.Style9:hover {
	color: #000000;
}
a:link {
	color: #4D4169;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4D4169;
}
a:hover {
	text-decoration: none;
	color: #F8E9D3;
}
.Style10 {
	color: #FFFFFF;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: small;
}
#cadre
{
	width:900px;
	margin:auto;
	text-align:left;
	display:block;
	background-color:#F8E9D3;
}
#titre
{
	background-image: url("imagesbis/bandeauhaut.jpg");
	background-position:top;
	height:200px;
}
#menu
{
	background-image: url("imagesbis/bas.jpg");
	background-repeat:repeat-y;
	height:22px;
	vertical-align:middle;
	padding-top:5px;
	font-size:16px;
}
#page
{
	position:relative;
	height:600;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	overflow-y:scroll;
	
}
#colGaucheCentre{
	position:relative;
	float:left;
	padding:15px;
	width:70%;
}
#colDroiteCentre{
	position:relative;
	float:right;
	padding:15px;
	width:20%;
	display:inline;
}
#colDroite{
	position:relative;
	float:right;
	width:370px;
}
#colDroiteWide{
	position:relative;
	float:right;
	width:420px;
}
#colGauche{
	position:relative;
	float:left;
	padding:5px;
    width:500px;
}
#colGaucheShort{
	position:relative;
	float:left;
	padding:5px;
    width:450px;
}
table {
 border-width:1px; 
 border-style:groove; 
 border-color:D3A448;
 }
td { 
 border-width:1px;
 border-style:solid; 
 border-color:#F8E9D3;
 }
#colTab1{
	position:relative;
	float:left;
}
#colTab2{
	position:relative;
	float:left;
}
#footer
{
	position:relative;
	background-image: url("imagesbis/bas.jpg");
	heigt:10px;
	padding-top:2px;
	padding-bottom:2px;
}
h2{
	margin:0px;
	padding:40px 10px 10px 20px;
	color: #4D4169; 
	font-weight: bold; 
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;

}
ul{
	line-height:30px;
}
#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid #4F2D21;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
