﻿/*-------*/
/*general*/
/*-------*/
body 
{
	font-family : Verdana;
	text-align:center;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
}
div.contour
{
	padding: 0px 3px 0px 3px;
	background: url(pictures/fondcote.jpg) #a37070 fixed repeat-x 50% top;
	border-left: solid 1px #4b0a0a;
	border-right: solid 1px #4b0a0a;
	border-bottom:solid 1px black;
	margin: auto;
	width: 810px;
}

table.general
{
	background-color:white;
	border-left:solid 1px #4b0a0a;
	border-right:solid 1px #4b0a0a;
	margin:auto;
	width:800px;
}

/*-------*/
/*header */
/*-------*/
table.general tr.gheader
{
	height:161px;
}

/*-------*/
/*content*/
/*-------*/
table.general tr.gcontent
{
	height:500px;
	background: #ffffff url('pictures/fond.jpg') no-repeat top;
	vertical-align:top;
	
}
table.general tr.gcontent div.date
{
	float:left;
	vertical-align:bottom ;
	font-weight: bold;
	font-size: 10pt;
	margin-top:30px;
	font-family: Arial;
	
}
table.general tr.gcontent div.logo
{
	float:left;
	margin:8px 10px 0px 10px;
}

/*-------*/
/*footer */
/*-------*/

table.general tr.gfooter
{
	height:50px;
	font-weight: bold;
	font-size: 9pt;
	color:#550e0e ;
}
table.general tr.gfooter a
{
	color:#550e0e ;
	margin:0px 5px 0px 3px;
	text-decoration:underline;
}

table.general tr.gfooter a:hover
{
	color: #ffffff;
	margin: 0px 5px 0px 3px;
	text-decoration: none;
	background-color: #550e0e;
}

/*---------*/
/*copyright*/
/*---------*/
table.general tr.copyright
{
	 
	font-weight: bold;
	font-size: 9pt;
	color:#550e0e ;
}