/*Feuille de styles, Site du CGHP, Karine Belleguic 12/2003 */

/* Arriere-plan */
/*==============*/
BODY	{
	color:black;
	/*background:rgb(255,255,180);*/
	background:url("../../images/style/fond.jpg");
	bacground-repeat:repeat;
	font-family : sans-serif ;
	text-align : justify;
	/*font-weight : bold*/
}
BODY.men { background : rgb(250,192,154)/*(150,255,220)*/ }
BODY.inv { background : rgb(0,120,120) }
BODY.tit { background : rgb(132,81,174)}
/* Titres */
/*========*/
H1, H2, H3, H4, H5, H6	{
	color : rgb(100,60,165)/*(0,120,120)*/ ;
	text-align : center ;
	font-weight : bold ;
	font-family : sans-serif
}

H1	{ font-size : 16pt }
H2	{ font-size : 15pt }
H3	{ font-size : 14pt }
H4	{ font-size : 13pt }
H5	{ font-size : 12pt }
H6	{ font-size : 11pt }

H1.inv, H2.inv, H3.inv, H4.inv, H5.inv, H6.inv	{ color : rgb(254,253,199)/*rgb(255,255,180)*/}
H1.l,H2.l,H3.l,H4.l,H5.l,H6.l	{ text-align : left }
/* Texte */
/*=======*/
P, UL, OL, TABLE	{font-size : 10pt }
P.intro { text-align : center }

/* Bordures */
/*==========*/
/*HR	{ border-width : 50% ; border-align : center }*/

/* Tableaux */
/*==========*/
TABLE.men { 
	color :rgb(150,0,0) ;
	font-weight : bold
}
/* Releves */
TABLE.rel {
  border-collapse : collapse;
  border : 2pix solid rgb(150,0,0);
}
THEAD.rel {
  font-weight : bold;
}
TD.headrel {
  border : 2pix solid rgb{150,0,0};
  padding-top : 0.4em;
  padding-bottom : 0.4em;
  padding-right : 1.5em;
  padding-left : 1.5em
}
TD.rel {
  border : 2pix solid rgb{150,0,0};
  border-top : none;
  border-bottom : none;
  padding-top : 0.4em;
  padding-bottom : 0.4em;
  padding-right : 1.5em;
  padding-left : 1.5em
}


/*LIENS*/
/*=====*/
A:link {color : rgb(0,128,128)}
A:visited {color : rgb(0,128,128)}
A:hover {color : rgb(0,128,128)}
A:active {color : rgb(0,128,128)}


A.men:link {
	color : rgb(150,0,0);
	text-decoration : none
}
A.men:visited {
	color : rgb(150,0,0);
	text-decoration : none
}
A.men:hover {
	color : rgb(250,192,154)/*(150,255,220)*/;
	text-decoration : none;
	background : rgb(150,0,0)
}
A.men:active {
	color : rgb(255,255,255);
	text-decoration : none;
	background : rgb(150,0,0)
}

A.men2:link {
	color : rgb(100,60,165);
	text-decoration : none
}
A.men2:visited {
	color : rgb(100,60,165);
	text-decoration : none
}
A.men2:hover {
	color : rgb(250,192,154);
	text-decoration : none;
	background : rgb(100,60,165)
}
A.men2:active {
	color : white ;
	text-decoration : none;
	background : rgb(100,60,165)
}
/* LISTES */
UL {list-style : url(../../images/style/puce-rouge.png) }
LI UL {list-style : url(../../images/style/puce-violet.png) }
LI LI UL {list-style : url(../../images/style/puce-vert.png) }

/* LIGNES HORIZONTALES */
HR {color= rgb(150,0,0) }



