/* annexe.css */
/* CSS de promethee - specifique aux pages d'annexe */


/**********/
/* TITRES */
/**********/
.h1
{
  font-size:110%;
  color:#03ABEA;
}
.h2
{
  font-size:100%;
  color:#ED9E1F;
}
.titre
{
  padding-top:15px;
  text-align:left;
  margin-left:20px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#03ABEA;
}


/*********/
/* LIENS */
/*********/
a:link, a:active, a:visited
{
	text-decoration:underline;
	color:#ED9E1F;
	font-weight:inherit;
}
a:hover
{
	text-decoration:none;
	color:#5e65ff;
}


/***************/
/* Formulaires */
/***************/
.obligatoire
{
  color:#C14949;
}


/******************/
/* page d'accueil */
/******************/
.rubrique, .rubrique2
{
	margin:0px;
	border-style: solid;
	border-width:1px;
	padding:6px;
  border-style:solid;
  border-width:1px;
  cursor:pointer;
}
.rubrique
{
  border-color:#FFFFFF;
	background-color:#FFFFFF;
}
.rubrique2
{
	background-color:#EDEBFF;
	border-color:#A89EFF;

}
.goutteV
{
  background-image:url('../img/news/goutte.gif');
  background-repeat:repeat;
}
.goutteH
{
  background-image:url('../img/news/goutteH.gif');
  background-repeat:repeat;
}
/********************************/
/* Articles de la partie droite */
/********************************/
div.blocLiens
{
	border-color:#A89EFF;
	background-color:#EDEBFF;
}
p.titreSectionLiens
{
	color:#7869FF;
}


ol.arbo
{
  margin: 0px 0px 0px 25px;
  padding:0px;  
}
li.arboDeploye, li.arboCompacte
{
  margin-top:10px;
  margin-bottom:10px;
  font-size:75%;
  font-style:normal;
  font-weight: normal;
}
li.arboCompacte
{  
  list-style-image: url('../img/common/icone-lienDeploye.gif');
}
li.arboDeploye
{  
  list-style-image: url('../img/common/icone-lienCompact.gif');
}


p.sautSection
{
  margin-left:10px;
  margin-right:10px;
  margin-top:20px;
  margin-bottom:15px;
  border-bottom-style: dotted;
  border-bottom-width:2px;
  border-bottom-color:#7869FF;
  font-size:1px;
}

a.sectionLien:link, a.sectionLien:visited, a.sectionLien:active
{
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
a.sectionLien:hover
{
	text-decoration:underline;
	color:#FE6700;
}
li.listeLiens
{
	list-style-image: url('../img/common/icone-lien2b.gif');
}


/********************************/
/* Articles de la partie gauche */
/********************************/

.titreArticleGauche
{
  color:#03ABEA;
}
.titreArticleGauche, .texteArcticleGauche 
{
  border-bottom-color:#03ABEA;
}
.texteArcticleGauche
{
  background-color:#F0FBFF;
}
tbody, .defaultnews {
font-style: normal;
font-weight: normal;
font-size: inherit;
color: black;
background: none;
margin: 0px;
padding: 0px;
}



