body
{
	background-color: white;
	
}

div.center
{
	width: 1022px;
	height:  600px;
	background-color: white;
	padding: 3px 3px 5px 3px ;
	border: 4px groove #000000;
	margin: 20px 20px 20px 20px ;
}

div.left
{
	float: left;
	width: 266px;
	height: 594px;
	background-color: white;
	border: 1px solid #000000;
	margin: 3px 3px 3px 3px ;
}

div.right
{
	float: right;
	width: 740px;
	height:  594px;
	background-color: white;
	border: 1px dashed #000000;
	margin: 3px 3px 3px 3px ;
}

div.leftupper
{
	height: 380px;
	background-color: white;
	border: 1px dashed  #000000;
	margin: 6px 6px 6px 6px ;
}

div.leftbottom
{
	height: 192px;
	background-color: white;
	border: 1px dashed  #000000;
	margin: 6px 6px 6px 6px ;
}

div.copyright
{
	height: 50px;
	width: 1034px;
	margin: 0px 20px 0px 20px ;
	color: gray;
	text-align: center;
	font-family: "Courier";
	font-size: small;
	border: 1px dotted gray;
}

div.menu
{
	text-align: center;
	margin-right: 37px;
	margin-left: 37px;
}

div.menu_item
{
	padding-bottom: 6px;
	padding-top: 6px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url("br24.png") no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 3px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bl24.png') no-repeat;
    display: block;
    line-height: 14px;
    width: 150px;
    padding: 5px 0 5px 12px;
}

a.button:active {
    background-position: bottom right;
    color: #000000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

div.banner {
	height: 90px;
	width: 728px;
	background: url("../img/banner.png") no-repeat;
	margin: 6px 6px 0px 6px ;
}

div.preview
{
	height: 180px;
	width: 240px;
	background: url("../img/preview.png") no-repeat;
	margin: 6px 6px 6px 6px ;
}

div.contenu {
	height: 486px;
	width: 728px;
	margin: 6px 6px 6px 6px ;
	overflow: auto;
}