@import url('/glob_css/common.css');

DIV.segment {
	display:block;
	width:94%;
	background-color:#ccc;
	align:center;margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 4px;
}

DIV.subsegment {
	display:block;
	background-color:#ccc;
	margin:0.5%;
	padding: 4px;
}


DIV.fleft {
	float:left;
}
DIV.fright {
	float:right;
}

DIV.fclear {
	float:none;
	clear:both;
	height: 1px;
	width:99%;
	margin:0px;
	padding:0px
}


UL,LI {
	margin: 0px;
	padding: 0px;
	margin-left:4px;
	font-size:90%;
}

LI {
	margin: 4px 0px;
	padding: 0px;
	margin-left: 2%;
	margin-right: 2%;
  }
  

DIV.FOOTER {
    font-family: times, helvetica;
    font-size: 10pt;
  }


BODY {
    font-size: 90%;
    font-family: replacefont, arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #660000;
    background-color: #F3F5F4;
    line-height:130%;
  }


P {
    margin-bottom : 10px;
    margin-left : 2%;
    margin-right : 2%;
    margin-top : 5px;
  }


P.legende,
DIV.legende {
    text-align: center;
    font-size: 70%;
  }


P.error,
DIV.error {
    color: #FF2222;
  }

DIV.legende {
    text-align: left;
    font-size: 9px;
    display: inline;
  }



FORM {
    color: #191970;
  }


FORM.embed {
    color: #191970;
  }


A:active {
    color: aquamarine;
  }


A:link {
    color: royalblue;
  }


A:visited {
    color: royalblue;
  }


H1 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
  }


H2 {
    font-size:170%;
    font-weight: bold;
    margin-left: 0%;
  }


H3 {
    font-size:150%;
    font-weight: bold;
    margin-left: 2%;
  }


H4 {
    font-size:120%;
    font-weight: normal;
    margin-left: 2%;
  }


HR {
    size: 4;
    color: #191970;
  }


TABLE {
    margin-left: 2%;
    margin-right: 2%;
  }


TD {
    font-size: 90%;
    font-family: replacefont, arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #660000;
  }


DL {
    margin-left: 5%;
    margin-right: 5%;
  }

IMG{
	border: 0px;
	height: 55px;
}




