/*pour ajouter un scrollbar permanant dans FireFox*/
html
{
    min-height: 100%;
    margin-bottom: 1px;
}

* html .left
{
	float:left;
}

* html .right
{
	float:right;
}

body
{
	background-image:url('Images/bg3.jpg');
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.table
{
	width:766px;
	display:table;
}

.table_row
{
	height:100%;
	display:table-row;
}

.left
{
	width:534px;
	height:100%;
	vertical-align:top;
	display:table-cell;
	background-image:url('Images/bg1.jpg');
	background-color:#FFFFFF;
}

.right
{
	width:232px;
	height:100%;
	vertical-align:top;
	display:table-cell;
}


.header
{
	width:534px;
	height:136px;
	background-image:url('Images/header.jpg');
	text-align:center;
}

.nom
{
	font-family:Georgia, Tahoma, Arial;
	font-size:26px;
	font-weight:bold;
}

.nom2
{
	font-family:Georgia, Tahoma, Arial;
	font-size:14px;
	color:#000000;
	letter-spacing:1px;
}

.left_content
{
	padding:20px 50px 10px 30px;
	font-family: Georgia, Tahoma, Arial;
	font-size:11px;
	color:#000000;
	line-height:18px;
}

.left_header
{
	font-size:11px;
	text-transform:uppercase;
	line-height:14px;
	font-family: Georgia, Tahoma, Arial;
	text-transform:uppercase;
}

.titre
{
	text-transform:uppercase;
	font-family:Georgia, Tahoma, Arial;
	font-size:18px;
	font-weight:bold;
}

.left_header p
{
	text-transform:uppercase;
	font-family:Georgia, Tahoma, Arial;
	font-weight:bold;
}

.left_header a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-image:url('Images/bul1.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-weight:bold;	
}


.left_header small
{
	color:#000000;
	font-size:11px;
}

.hr
{
	border-top-width:0px; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-bottom:1px #2B273D solid;
	height:1px;
}

.footer
{
	text-align:center;
	clear:both;
	color:#000000;
}

.footer a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.right strong
{
	color:#C3BDE8;
	font-family: Georgia, Tahoma, Arial;
	font-size:12px;
}

.menu
{
	padding-left:33px;
	padding-right:10px;
}

.ul
{
	color:#ffffff; 
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma, Arial;
	line-height:14px;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

.ul li
{
	list-style-type:square;
	padding:0px 0px 0px 0px;
}

.ul li a
{
	color:#ffffff; 
	text-decoration:none;
}

a
{
	color:#000000;
}

.sitedescription
{
	position:relative;
	left:5px;
	text-align:justify;
}



.vignette
{
	align:left;
	border:none;
}
