﻿body
{
	background-color: #1E383C;
}

a:link, a:visited, a:active, a:hover  
{
   color: #ffffff;
   font-size: 10pt;
   text-decoration: none;
   font-weight: bold;
}
a:hover 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   font-weight: bold;
   color: #cccccc;
}


#divConteneurPage
{
	position:absolute;
	top:0;
	margin-left:-450px;
	left:50%; width:900px;
	height:97%;
	background:#5B6F65 url('../images/logodefault.png') no-repeat;
	background-position:center 20px;
	border: 1px solid #FFFFFF;
	border-bottom:none;
}

#divEncadres
{
	position:absolute;
	margin-top:-200px;
	top:50%;
	height:400px;
	left:0;
	width:100%;	
}

#divEncadreGauche
{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:366px;
	text-align:right;	
}

#divEncadreDroite
{
	position:absolute;
	top:0;
	left:500px;
	width:400px;
	height:366px;
	text-align:left;
}

#divLiens
{
	position:absolute;
	top:400px;
	left:0;
	width:100%;
	height:25px;
	color: #FFFFFF;
	text-align:center;
}

#divlangue
{
	position:absolute;
	top:470px;
	right:100px;
	width:100%;
	height:25px;
	color: #FFFFFF;
	text-align:right;
}

#divPiedDePage
{
	position:absolute;
	bottom:0;
	margin-left:-450px; 
	left:50%;
	width:900px;
	height:25px;
	background:#5B6F65;
	border:solid 1px #FFF;
	border-top:solid 1px #AB916B;
	color: #FFFFFF;
	font-size: medium;
	padding-top:7px;
	text-align:center;
}
