/* mise en page globale  */
body  {
	width: 1074px;
	height: 635px;
	margin: 0;
	padding: 0;
	font-size: 60%;
	background-color:#ffffff;
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif, Times New Roman;
}
/* suppression du soulignement */
a 
{
    text-decoration:none
}
a:link
{
    color:#00457c
}a:active
{
    color:#00457c
}
a:visited
{
    color:#00457c
}
/* banniere */
#header_haut 
{ 
    width: 560px;
	height: 89px;
}
	
#header_haut img {
	width: 297px;
	height: 89px;
	float: left;
	margin: 0px 0px 0 0;
}

/*       */
#header_bas { 
	left:0px;
	width: 560px;
	height: 61px;
	position: relative;
}

#blocdroit 
{
    position: absolute ;
	top: 0px;
	left: 610px; 
	width: 464px;  
	height: 635px;
}
#blocdroit img
{ 
	width: 464px;  
	height: 635px;
}
   
#contenu {
	position: absolute ;
	top: 161px;
	left: 80px; 
	width: 480px;  
	height: 183px;

	
}
#contenu img {
	margin: 0 0 0 0;
	width: 320px; 
	height: 183px;
}




#blocgauche2 { 
	position: absolute;
	top:370px;
	left: 80px;
	width: 480px;
	height: 80px;
	border: 2 pixels;
	border-color: #00457c;
	color: #00457c;	
}
#blocgauche3 { 
	position: absolute;
	top: 450px;
	left: 80px;
	width:480px;
	height: 40px;
}
#blocgauche4 { 
	position: absolute;
	top: 490px;
	left: 80px;
	width: 480px;
	height: 55px;
	border: 2 pixels;
	border-color: #00457c;
	color: #00457c;	
}

#text { 
	position: absolute;
	top: 560px;
	width: 450px;
	height: 75px;
	color: #FFFFff;
	left:80px;	
}
