html { 
	overflow: scroll; 
}

BODY, DIV, P, TD {
	font: 12px Arial, sans-serif;
	color: black; 
}

BODY {
	background-color: #D4D4D4; 
}

H1 {
	font: 20px Arial, sans-serif;
	border-bottom: 2px solid #ED1C15;
	margin-left: 230px;
	padding-left: 10px;
}

H2 {
	font: bold 15px Arial, sans-serif;
	text-decoration: underline;
	
}

H3 {
	font: italic bold 16px Arial, sans-serif;
	color: #7E7E7E;
	margin: 6px 0px 4px 0px;
}

H3.vert {
	font: bold 15px Arial, sans-serif;
	color: #349F2C;
	margin: 6px 0px 4px 0px;
}

H4 {
	font: bold 13px Arial, sans-serif;
	padding-left: 10px;
	color: #323232;
	text-decoration: underline;
	margin-bottom: 8px;
}

H1.orange {
	font: 20px Arial, sans-serif;
	border-bottom: 2px solid #FFA801;
	margin-left: 230px;
	padding-left: 10px;
}

H1.bleu {
	font: 20px Arial, sans-serif;
	border-bottom: 2px solid #164AEE;
	margin-left: 230px;
	padding-left: 10px;
}

H1.vert {
	font: 20px Arial, sans-serif;
	border-bottom: 2px solid #017659;
	margin-left: 230px;
	padding-left: 10px;
}

H1.violet {
	font: 20px Arial, sans-serif;
	border-bottom: 2px solid #5313BF;
	margin-left: 230px;
	padding-left: 10px;
}


TD.WhiteBG {
	background-color: #FFFFFF;
}

IMG {
	border: none;
}

A, A:link, A:visited {
	font: 12px Arial, sans-serif;
	color: red;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

FIELDSET {
	padding: 0px 11px 10px 10px;
	background-color: #FAFAFA;
	border: 1px solid #D3D3D3;
	-moz-border-radius: 10px;
	width: 418px;
}

LEGEND {
	font: bold 12px Arial, sans-serif;
	color: #ED1C15;
}

LABEL { 
	float: left; 
	width: 160px;
	font-weight: bold ;
	/* border-bottom: 1px dotted #D3D3D3; */
	padding-top: 4px;
	height: 15px; 
}

INPUT,
SELECT,
TEXTAREA {
	width: 200px;
	font: normal 12px Arial, sans-serif;
	margin-bottom: 2px;
	color: #003366;
	padding: 1px;
}

#ContentTab {
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	border: none;
	background-color: #D4D4D4;
}

#TopMenu {
	padding-right: 7px;
	background-color: white;
}

#TopMenu DIV {
	font: 11px "MS Reference Sans Serif", "Verdana", sans-serif; 
	color: #707070;
	text-align: right;
	border-bottom: 1px solid #707070;
	padding-bottom: 3px;
	margin-left: 100px;
}

#TopMenu A,
#TopMenu A:visited {
	font: 11px "MS Reference Sans Serif", "Verdana", sans-serif; 
	color: #707070;
}

#TopMenu A:active,
#TopMenu A:hover {
	color: black;
	text-decoration: none;
}

#Content {
	background-color: white;
	padding: 10px 5px 5px 5px;
	text-align: justify;
	vertical-align: text-top;
}

a.HomeLinks,
a.HomeLinks:link,
a.HomeLinks:visited {
	color: #000000;
}

li.HomeLinks {
	list-style: none;
	padding-bottom: 3px;
}

DIV.TitleRed {
	border-bottom: 1px solid #ed1c15;
	padding: 0px 10px 5px 10px;
	margin-bottom: 10px;
}

DIV.TitleOrange {
	border-bottom: 1px solid #f5b451;
	padding: 0px 10px 5px 10px;
	margin-bottom: 10px;
}

#HomeContent {
	width: 420px; 
	padding-right: 12px;
	vertical-align: text-top;
}

#NewsBloc {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding-left: 12px;
	padding-right: 12px;
	width: 223px;
	vertical-align: text-top;
	background-color: #FAFAFA;
}

#NavigMenu {
	background-color: #f7f7f7;
	width: 225px;
	margin-left: 0px;
	margin-right: 6px;
	float: left;
}

#NavigMenu ul {
	padding: 5px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

#NavigMenu li {
	list-style: none;
	margin-bottom: 1px;
	/*background-color: #f2f2f2;*/
	padding: 1px;	
}

LI.MenuSubCats {
	background-color: #ffffff;
}

LI.MenuSubCats a {
	text-indent: 10px;
}

LI.SpacerBottom {
	border-bottom: 1px solid #BABABA;
}
LI.SpacerTop {
	border-top: 1px solid #BABABA;
}

#NavigMenu a,
#NavigMenu a:link,
#NavigMenu a:visited {
	font: 12px Arial, sans-serif;
	color: #333333;
	display: block;
	line-height: 15px;
	padding: 2px 10px 2px 8px;
	border: 1px solid #f2f2f2;
}

#NavigMenu a:hover {
	text-decoration: none;
	border: 1px solid #dadada;
	background-color: #ffffff;
	color: #ED1C15;
}

#DemoLink table,
#BrochureLink table {
	padding-left: 20px;
} 

#DemoLink td {
	width: 200px;
	border: 1px solid #349F2C;
	background-color: #e7fae6;
	text-align:center;
	padding: 10px;
}

#BrochureLink td {
	width: 200px;
	border: 1px solid #a32600;
	background-color: #f4ded7;
	text-align:center;
	padding: 10px;	
}

#DemoLink a,
#DemoLink a:visited {
	font: 12px Arial, sans-serif;
	color: #349F2C;
}

#BrochureLink a,
#BrochureLink a:visited {
	font: 12px Arial, sans-serif;
	color: #a32600;
}

#WebLink {
	padding: 10px 0px 5px 0px;
	text-align: right;
	font: bold 12px Arial, Sans-serif;	
}

#WebLink A,
#WebLink A:link, 
#WebLink A:visited {
	color: #ED1C15;
	font: bold 12px Arial, Sans-serif;	
	text-decoration: underline;
}

#WebLink A:hover {
	color: #372473;
}

A.BackLink {
	margin-left: 100px;	
	font-weight: bold;
}

TD.AvanteamTablesHeader {
	background-color: #123DC8;
	color: white;
	font: bold 13px Arial, sans-serif;
	text-align: center;
	width: 50%;
}

TR.AvanteamTablesCells {
	background-color: #f0f3fa;
	vertical-align: text-top;
}

TD.SageTablesHeader {
	background-color: #349F2C;
	color: white;
	font: bold 13px Arial, sans-serif;
	text-align: center;
	width: 50%;
}

TR.SageTablesCells {
	background-color: #E7FAE6;
	vertical-align: text-top;
}

#Sitemap {
	margin-left: 130px;
	padding-top: 0px;
}

#Sitemap ul li {
	padding-top: 4px;	
	padding-bottom: 4px;
}

#Sitemap A,
#Sitemap A:link,
#Sitemap A:visited {
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	padding: 3px;
	color: #000000;	
}

#Sitemap A:hover {
	border: 1px solid #D0D0D0;
	background-color: #F0F0F0;
}

LI.PuceDescr {
	list-style-image: url(../images/interface/PuceOrange.gif);
	text-align: left;
	list-style-position: inside;
	margin-left: 2px;
}

LI.PuceAccess {
	list-style-image: url(../images/interface/PuceBleue.gif);
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}

DIV.NewsDate {
	text-decoration: underline;
	font: bold 10px Tahoma, sans-serif;
}

DIV.NewsText {
	text-align: justify;
	font: normal 10px Tahoma, sans-serif;
}

DIV.NewsSource {
	text-align: left;
	color: #448CC7;
	font: normal 10px Tahoma, sans-serif;
}

DIV.NewsMoreInfo {
	margin-bottom: 8px;
	text-align: right;
}

DIV.NewsMoreInfo A,
DIV.NewsMoreInfo A:link,
DIV.NewsMoreInfo A:visited {
	color: #007b5b;
	font: italic 10px Tahoma, sans-serif;
	text-decoration: underline;
}

DIV.NewsMoreInfo A:hover {
	color: #ed1c15;
}

.RedText {
	color: #ED1C15;
}

#HotlineInquiero {
	float: left;
	text-align: center;
	font: 18px Arial, sans-serif;
	padding-top: 30px;
	width: 225px;
}

#footer {
	color: #6685A3;
	background-color: #FFFFFF;
}

#footer DIV,
#footer A {
	font: 10px "MS Reference Sans Serif", "Verdana", sans-serif;
	color: #707070; 	
}

#footer A:hover {
	text-decoration: none;
	color: black; 	
}

#footer HR {
	width: 397px;
	height: 1px;
	color: #707070;
	background-color: #707070;
	border: 0;
}
