body {
	background-color: #ffffff;
	color : #838383;
	font-size : 14px;
	font-family : arial;
	
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
}

#entete_accueil{
	width : 400px;
	padding-top:20px;
	
	margin-left : auto;
	margin-right : auto;
	
	text-align:center;
}

#entete {
	width : 200px;
	
	padding-top:20px;
	
	margin-left : auto;
	margin-right : auto;
	
}

	#menu_haut {
		float:left;
		width:480px;
		
		padding-top:90px;
		
		color:#3685C7;
		font-size : 80px;
		font-weight : bold;
		
	}

	.menu_entete {
		float : left;
		padding-left : 25px;
		padding-right : 10px;
		background-image : url('images/puce_menu.png');
		background-repeat : no-repeat;
		
		font-size:14px;
		color :#464646;
		padding-bottom:2px;

	}
	
	.menu_entete a{
		color :#464646;
	}
	
	#logo {
		width:200px;
				
		color:#3685C7;
		font-size : 10px;
		font-weight : bold;
		
	}
	
.separateur {
		float:left;
		width:760px;
		height : 11px;
		margin-top:10px;
		background-image:url('images/entete.png');
	}	

#milieu {
	float : left;
	width : 680px;
	
	padding : 0px 40px;
	
	text-align:justify;
}

	#milieu h1{
		text-align : right;
		padding-right: 20px;
	}

#milieu_gauche {
	float : left;
	width : 229px;
	padding : 10px 5px;
	text-align:left;

}

	#milieu_gauche h1{
		text-align : left;
		padding-right: 0px;
		padding-left: 20px;
	}

	#cadre_gauche{
		background-color : #CACACA;
	}
	

#milieu_droit {
	float : left;
	width : 429px;
	padding : 10px 5px;
	
}
	
	#cadre_droite{
		background-color : #3685C7;
		color : white;
	}
	
	#cadre_droite a{	color:white;}	
	#cadre_droite a:hover{border-bottom:1px dashed white;}

#footer {
	float : left;
	width : 680px;
	
	padding : 10px 40px;
	
	color : #3685C7;
	font-size :10px;
}


#copyright {
	float : left;
	width : 750px;
	padding : 5px;
	
	font-size : 9px;
	text-align : center;
	
	color : #838383;
}

#copyright a, #copyright a:hover, #copyright a:visited{
	color:black;
	border:none;
}


/* propriétés communes à l'ensemble des 4 coins */
.cadrehautgauche, .cadrehautdroit, .cadrebasgauche, .cadrebasdroit {
	height: 19px; width: 14px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
.cadrehautgauche {background: url('images/coin_hg.gif');}
.cadrehautdroit {float: right;background: url('images/coin_hd.gif');}
.cadrebasgauche {background: url('images/coin_bg.gif');}
.cadrebasdroit {float: right;background: url('images/coin_bd.gif');}

.cadreg, .cadred {padding:0px 20px;}

.h3_menu_gauche {font-size:14px;color:black;margin-bottom:0px;color:#464646;}
.cadreg {font-size:12px;}
.cadreg  a{color:#464646;}


h1 {margin-top : 0px;margin-bottom : 5px;font-size : 16px;}
h2 {margin-top : 0px;margin-bottom : 5px;font-size : 14px;}

ul{margin:0px;padding:0px;}
li{margin-bottom:10px;margin-left:20px;}

p.menu_titre {
	margin-top : 10px;
	color : #357600;
	font-weight : bold;
	margin-bottom : 0px;	
}

p.menu_texte {
	margin : 0px;
}

a {
	text-decoration : none;
	color : #464646;
}

a:hover{
	border-bottom : 1px dashed black;
}

a img, a:hover  img {
	border : none;
}

a:hover.nohover{border:none;}

table tr:hover {background-color: #ffffff; color: #3685C7;}
tr.l1 {background-color : #171717;}
tr.l2 {background-color : #2C2C2C;}

table.courtiers td {text-align: left;}
