/* style relatifs a la mise en page des textes des blocs centraux */
h1
{
	font-size: 18px;
	border-bottom: 1px solid #996D3C;
	line-height: normal;
	margin-bottom:10px;
	margin-left:10px;
}

h2
{
	font-size:13px;
	margin-top:15px;
}

p
{
	/*text-align: justify;*/
}

/*  Gestion des logos avec cadre ombré */
.logo_left, .wrap0, .wrap1, .wrap2, .wrap3 
{
  display:inline-table;
  /* \*/display:block;/**/
}

.wrap0
{
	/*float:right; */
  margin:0px 0px 0px 0px;
  background:url(../images/shadow.gif) -1070px 100% no-repeat;
  background-position: right bottom;
}

.logo_left
{
	float:left;
	margin:0px 0px 0px 0px;
}

.logo_right
{
	float:right; 
	margin:0px 0px 0px 0px;
}
  

.wrap1 
{
	background:url(../images/shadow180.gif) no-repeat;
}

.wrap2 
{
	background:url(../images/corner_bl.gif) -18px 100% no-repeat;
}

.wrap3 
{
	padding:10px 14px 14px 10px; 
	background:url(../images/corner_tr.gif) 100% -18px no-repeat;
}

.wrap4 
{ 
	overflow:hidden;
	border:3px solid #fff; 
}


.ombres {  }

.antiombres 
{ 
	display:block; 
	float:right; 
	border: 1px solid #cccccc; 
	margin:5px;
	padding:5px;
}

.haut_de_la_page 
{ 
	padding:0px 20px 3px 20px; 
	background-image: url(../images/hautdepage.gif); 
	display:block; 
	float:left; 
	background-repeat: no-repeat;
}

.version_imprim 
{
	padding:0px 20px 3px 25px; 
	background-image: url(../images/imprimer.gif); 
	display:block; 
	float:left; 
	background-repeat: no-repeat;
}
