body
{
 /*background-color: #88AAEE;*/
 background-color: #ffffff;
 font-family: "Tahoma", "Verdana", "Arial";
 font-size: 13px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 text-decoration: none;
 color: #335599;
 text-align: left;
}

a {color: #335599; }
/*Style intertitre spip*/
h3.spip {
	font-size: 130%;
	text-align: left;
	color : #ffffff;
}

/*Positionement menu articles*/
div.menuarticles
{
 position:absolute;
 z-index:0;
 top:2%;
 left:0%;
 width:90%;
 font-family:"Arial Black","Tahoma","Verdana","Arial";
 text-align:right;
 overflow:hidden;
}

/*Style pour titre des rubriques (dans titre article)*/
div.titrerubrique
{
 z-index:3;
 position:absolute;
 top:-12%;
 left:5%;
 width:100%;
 font-size:350%;
 font-family:"Arial Black","Tahoma","Verdana","Arial";
 color:  #9a2a0a
}


/*Positionnement de la cartouche de titre article*/
div.titrearticle
{
 position:absolute;
 z-index:4;
 top:-6%;
 left:5%;
 width:90%;
 overflow:hidden;
 text-align:right;
}

/*Style cartouche du titre*/
div.titrearticle table td.titre
{
 font-family:"Arial Black","Tahoma","Verdana","Arial";
 font-size:250%;
} 
div.titrearticle table
{
 border-collapse:collapse;
 padding: 0%;
}

div.titrearticle table td a
{
 /*color:  #9a2a0a;*/
color: #552a0a;

}
/*Style pour le menu langues*/
div.menulangue
{
 position:absolute;
 top:2%;
 left:65%;
 width:30%
 z-index:100;
}
div.menulangue a
{
  font-size:70%; 
  color: #335599;
}
div.menulangue a.actif
{
  font-weight: bold;
 }

/* Style du calque centrale */
table.sommairecentre
{
 height: 100%;
 width: 100%;
 border-collapse:collapse;
 border:0px;
 border-left: solid 1px;
 font-size:130%;
}

table.sommairecentre a
{
color: #335599;

}

table.sommairecentre td
{
vertical-align : top;
}

table.sommairecentre td.coinhg
{
width:31px;
height: 31px;
}
table.sommairecentre td.coinhd
{
width: 31px;
height: 31px;
}
table.sommairecentre td.coinbg
{
width: 31px;
height: 31px;
}
table.sommairecentre td.coinbd
{
width:31px;
height: 31px;
}

/* Style du calque centrale */
div.centrale
{
 z-index: 2;
 position:absolute;
 top:10%;
 left:25%;
 width:75%;
 height:79%;

}

/* positionement calque terre */
div.terre
{
z-index: 1;
 
}

/* Positionnement terre */
div.terre table , div.centrale table
{
vertical-align: middle;
width: 100%;
height: 100%;
}

/*Style pour titre des rubriques (dans menu rubrique)*/
div.titremenurubique
{
 position:absolute;
 top:95%;
 left:0%;
 width: 100%;
 font-family:"Arial Black","Tahoma","Verdana","Arial";
 font-size:300%;
 color: #9a2a0a;
 
}

/* Positionnement menu navigation rubriques */
div.menurub {
	position: absolute;
 	top : 2%;
 	left : 0%;
 	z-index: 2;
 	width: 20%;
	text-align: center;
 } 
div.menurub ul li {
	font-size: 150%;
	list-style-type: none;
	line-height: 200%;
	text-align: left;
}



/***************************************************************/

