body
{	
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #58585a;
	background-color: white;
}

a, .lien
{
	color: #2956a6;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a img, img, map, area
{
	border: none;
}

*
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 1.9em;   
}

h2
{
	font-size: 1.6em;   
}

h3
{
	font-size: 1.3em;

    line-height: 1.3em;
}

h4
{
	font-size: 1.2em;     
}

h5
{
	font-size: 1.1em;

     line-height: 1.1em;      
}

h6
{
	font-size: 1.05em;
}

#conteneur
{
	width: 950px;
	padding-left: 30px;
	padding-right: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#banniere
{
	width: 797px;
	height: 184px;
    position: absolute;
    left: 187px;
	background-image: url('images/bg_banniere.jpg');
	background-repeat: no-repeat;
}

#menuhaut
{
	font-size: 1.1em;
    
}

.sousmenu
{
	font-size: 1.05em;
	float: left;
	background-image: url('images/bg_menuhaut_smhover.jpg'); 
	background-repeat: repeat-x; 
	background-position: top left; 
	height: 24px;
	width: 798px;
	display: none;
	position: relative;
	top: 0px;
}

#sousmenuvide
{
	font-size: 1.05em;
	float: left;
	background-image: url('images/bg_menuhaut_sm.jpg'); 
	background-repeat: repeat-x; 
	background-position: top left; 
	height: 24px;
	width: 798px;
}

#centre
{
	width: 661px;
	padding-right: 20px;
	float: left;
    position: absolute;
    top : 260px;
    left : 30px;
}

#droite
{
    position: absolute;
    top : 270px;
    left : 750px;
}

#horizontale_agenda
{
	width: 250px;
	background-image: url('images/bg_hr.jpg');
	background-repeat: repeat-x;
	margin-top:20px;
	float:left;
}

#bloc_droit
{
	width:289px;

	padding-left:10px;
	position:absolute;    
    top : 270px;
    left : 700px;
}

#barre_droite
{
	width: 5px;
	background-image: url('images/centre_separation.jpg');
	background-repeat: repeat-y;
	float: left;
	padding-right:20px;
	height: 1550px; /* valeur temporaire pour d?mo affichage */
}

#pointille{
width:661px;
background-image: url('images/pointille.jpg');  
height: 23px;    
}

.textebleu
{
	color: #2956a6;
}

.textenoir
{
	color: #151518;
	margin-bottom:5px;

}

.textegris
{
	color: #788588;
}

.lienmenuhaut
{
	padding: 0px 5px 0px 5px;
}

.tdmenuhaut:hover
{
	background-image: url('images/bg_menuhaut_hover.jpg');
	background-repeat: repeat-x;
}

.tdmenuhaut:hover a
{
	color: white;
	text-decoration: none;
}