/*CSS Document*/
body {
	background-color: #CCCCCC;
	background-image:url(../images/motif.gif);
	background-repeat:repeat;
	margin-top:0;
	text-align:center;
	top:1px;
	right:0px;
}
#cadre {
	position:relative;
	width:980px;
	display:block;
 	margin-left: auto; 
    margin-right: auto; 
	margin-top:0;
	text-align:left;
	border:none;
	font-family: "Times New Roman";
}
#conteneur {
	position:relative;
	width:980px;
	display:block;
 	margin-left: auto; 
    margin-right: auto; 
	margin-top:0px;
	text-align:left;
	border:none;
}
#banniere {
	background-image: url(../images/banniere.jpg);
	background-position:left;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	height:118px;
	width:980px;
	position:relative;
}
#menu {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 5px;
	float:left;
	position:relative;
	display:block;
}
#corps 	{
	border:none;
	margin-top: 5px;
	margin-left:5px;
	margin-right:auto;
	width:740px;
	position:relative;
	float:left;
	display:block;
	text-align:justify;
	font-family: "Times New Roman";
}

#corps tr{
	text-align:center;
}

#corps img{
	border:groove;
}

#corps	h1{
	text-align:center;
	color:#3C1E00;
}

#corps h2{
	color:#660000;
}

#corps a{
	text-decoration:none;
}

#corps a:link, #corps a:visited  {
font-size:large;
color:#512800;
}

#corps a:hover {
color: #000000;
}

#corps a:active{
color: #000000;
}

#photo {
	float:right;
	margin-left:5px;
}
#pieddepage {
	display:block;
	position:relative;
	float:left;
	background-color:#F4F4F4;
	width:100%;
	height:auto;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:2px;
	text-align:center;
	font-family: "Times New Roman";
}

#pieddepage a{
	text-decoration: none;
	color:black;

}

#pieddepage a:hover {
color:#666666;
}

