@charset "utf-8";
/* CSS Document */

body
{
   width: 1024px;
   height: 640px;
   margin: auto;
   margin-top: 2px;
   margin-bottom: 2px;
   background-color: rgb(255,254,208)
}

img
{
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#en_tete
{
   width: 1024px;
   height: 138px;
   background-image: url("images/titre1024.jpg");
   background-repeat: no-repeat;
}

#menu
{
	float: right;
	width: 363px;
	height: 502px;
	background-image: url("images/menu1024.jpg");
	background-repeat: no repeat;
}

#corps
{
	float: left;
	width: 661px;
	height: 502px;
	background-image: url("images/fenetre1024.jpg");
	background-repeat: no-repeat;
}


iframe
{
	position: relative;
	left: 110px;
	top: 10px;
	width: 518px;
	height: 403px;
	border: none;
	background-image: url(images/fond_fenetre.jpg);
}

a
{
	text-decoration: none; 
    color: rgb(56,23,9)
}

a:active
{
	text-decoration: none; 
    color: rgb(56,23,9);
	border:none;
}

a:focus
{
	text-decoration: none; 
    color: rgb(56,23,9);
	border:none;
}