*
{
	margin: 0px;
	padding: 0px;
}

:focus { outline: 0; }

body
{
	background-color: #ecf0f6;
}

#page
{
	position: relative;

	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position:absolute;

	left: 0px;
	top: 20px;
	height: 60px;
	width: 860px;

	border: solid 1px #91a0ae;
	border-bottom: solid 1px #91a0ae;

	background: url(../images/static/header_bg.gif) repeat-x;
}

#logo_img
{
	position: relative;
	left: 10px;
	top: 6px;
}

#main_menu
{
	position:absolute;

	left: 0px;
	top: 82px;
	height: 32px;
	width: 860px;

	border-left: solid 1px #91a0ae;
	border-right: solid 1px #91a0ae;

	background: url(../images/static/mainmenu_bg.gif) repeat-x;

	z-index: 1;
}

#main_title
{
	position:absolute;

	left: 0px;
	top: 114px;
	/*top: 105px;*/
	width: 860px;

	text-align: center;
	background-color: white;
	border-top: solid 1px #91a0ae;

}

#main_content
{
	position:absolute;

	left: 0px;
	top: 114px;
	/*top: 105px;*/
	width: 860px;
	min-height: 100px;

	background-color: white;
	border: solid 1px #91a0ae;
}

#sub_content
{
	position: relative;

	/*left: 200px;*/
	left: 4px;
	top: 5px;
	width: 848px;
	height: auto;

	margin: 0px;
	padding: 0px;

	background-color: transparent;
}

#SubPageBar
{
	position: relative;

	left: 0px;
	top: 0px;
	width: 850px;
	height: 23px;

	margin: 0;
	padding-top: 4px;

	font:15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #474747;

	border: solid 1px #44586c;/*#d9e2ec;*/
	border-bottom: solid 1px #44586c;
	background: url(../images/static/subpagebar_bg.gif) repeat-x;
}

#SubPageContent
{
	position: relative;

	left: 0px;
	top: 0px;
	width: 842px;

	margin: 0px;
	padding: 4px;
	margin-bottom: 10px;

	background-color: #f2f4f8;
	border: solid 1px #44586c;/*#d9e2ec;*/
	border-top: solid 0px;

	color: #0d45b7;
	font-size: 14px;
	font-family: Verdana;
	text-align: justify;
}

div.DocType1 div.DocTop
{
	display: block;
	background: url(../images/static/doctype/dt1_top.png) no-repeat;
	width: 455px;
	height: 50px;
}

div.DocType1 div.DocContent
{
	display: block;
	background: url(../images/static/doctype/dt1_bg.png) repeat-y;
	width: 435px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 12px;
}

div.DocType1 div.DocBottom
{
	display: block;
	background: url(../images/static/doctype/dt1_bottom.png) no-repeat;
	width: 455px;
	height: 7px;
	font-size: 1px; /* Pour que IE6 accepte le 7px de hauteur car il comprend height comme min-height */
}

div.DocType2 div.DocTop
{
	display: block;
	background: url(../images/static/doctype/dt2_top.png) no-repeat;
	width: 410px;
	height: 50px;
}

div.DocType2 div.DocContent
{
	display: block;
	background: url(../images/static/doctype/dt2_bg.png) repeat-y;
	width: 390px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 12px;

	color: #0d45b7;
	font: normal 12px Verdana;
}

div.DocType2 div.DocBottom
{
	display: block;
	background: url(../images/static/doctype/dt2_bottom.png) no-repeat;
	width: 410px;
	height: 7px;
	font-size: 1px; /* Pour que IE6 accepte le 7px de hauteur car il comprend height comme min-height */
}

div.DocType3 div.DocTop
{
	background: url(../images/static/doctype/dt3_top.png) no-repeat;
	width: 700px;
	height: 22px;
}

div.DocType3 div.DocContent
{
	display: block;
	background: url(../images/static/doctype/dt3_bg.png) repeat-y;
	width: 680px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 16px;
}

div.DocType3 div.DocBottom
{
	background: url(../images/static/doctype/dt3_bottom.png) no-repeat;
	width: 700px;
	height: 7px;
	font-size: 1px; /* Pour que IE6 accepte le 7px de hauteur car il comprend height comme min-height */
}

div.DocType4 div.DocTop
{
	background: url(../images/static/doctype/dt4_top.png) no-repeat;
	width: 340px;
	height: 55px;
}

div.DocType4 div.DocContent
{
	display: block;
	background: url(../images/static/doctype/dt4_bg.png) repeat-y;
	width: 316px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 16px;
}

div.DocType4 div.DocBottom
{
	background: url(../images/static/doctype/dt4_bottom.png) no-repeat;
	width: 340px;
	height: 7px;
	font-size: 1px; /* Pour que IE6 accepte le 7px de hauteur car il comprend height comme min-height */
}

div.DocType5 div.DocTop
{
	background: url(../images/static/doctype/dt5_top.png) no-repeat;
	width: 700px;
	height: 55px;
}

div.DocType5 div.DocContent
{
	display: block;
	background: url(../images/static/doctype/dt5_bg.png) repeat-y;
	width: 680px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.DocType5 div.DocBottom
{
	background: url(../images/static/doctype/dt5_bottom.png) no-repeat;
	width: 700px;
	height: 7px;
	font-size: 1px; /* Pour que IE6 accepte le 7px de hauteur car il comprend height comme min-height */
}

/*******************************************************************************
************************************* Fonts ************************************
*******************************************************************************/
@font-face {
    font-family: "Calibri"; src: url("../images/fonts/calibri.eot");
} /* EOT file for IE */

@font-face {
    font-family: "Calibri"; src: url("../images/fonts/calibri.ttf") format("TrueType");
}

.Calibri
{
	font-family: Calibri;
	font-style: normal;
	font-size: 18px;
}

@font-face {
    font-family: "CalibriI"; src: url("../images/fonts/calibrii.eot");
} /* EOT file for IE */

@font-face {
    font-family: "CalibriI"; src: url("../images/fonts/calibrii.ttf") format("TrueType");
}

.CalibriItalic
{
	font-family: CalibriI;
	font-style: italic;
	font-size: 18px;
}

@font-face {
    font-family: "CalibriB"; src: url("../images/fonts/calibrib.eot");
} /* EOT file for IE */

@font-face {
    font-family: "CalibriB"; src: url("../images/fonts/calibrib.ttf") format("TrueType");
}

.CalibriBold
{
	font-family: CalibriB;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

@font-face {
    font-family: "CalibriBI"; src: url("../images/fonts/calibribi.eot");
} /* EOT file for IE */

@font-face {
    font-family: "CalibriBI"; src: url("../images/fonts/calibribi.ttf") format("TrueType");
}

.CalibriBoldItalic
{
	font-family: CalibriBI;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

@font-face {
    font-family: "MSRefSans"; src: url("../images/fonts/refsan.eot");
}

@font-face {
    font-family: "MSRefSans"; src: url("../images/fonts/refsan.ttf") format("TrueType");
}

.MSRefSansSerif
{
	font-family: MSRefSans;
	font-style: normal;
	font-weight: normal;
}

/*******************************************************************************
*********************************** Welcome ************************************
*******************************************************************************/
.WelcomeArticle
{
	display: block;
	position: absolute;
	width: 410px;
	overflow: auto;
}

.WelcomeArticle #TestMe
{
	font: bold 16px Verdana;
	line-height: 23px;
	color: #0d45b7;
}

a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

.WelcomeArticle .Title
{
	position: relative;

	left: 0px;
	top: 0px;
	width: 385px;
	height: 25px;

	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	padding-left: 4px;

	color: #4863c6;
	font: bold 15px Verdana;
	text-align: left;

	line-height: 23px;
	background: url(../images/static/dxstyle/tab_title1.gif) repeat-x;

	border: solid 1px #7f9db9;
	border-bottom: solid 0px;
}

.WelcomeArticle .Content
{
	position: relative;

	left: 0px;
	top: 0px;
	width: 381px;
	height: auto;

	margin: 0px;
	padding: 4px;
	margin-bottom: 0px;

	font: normal 12px Verdana;
	text-align: left;
	line-height: 16px;
	text-align: justify;

	border: solid 1px #7f9db9;
	border-top: solid 0px;
	background-color: white;
}

a:hover
{
	color: #4863c6;
	text-decoration: underline;
}

/*******************************************************************************
************************************ Offers ************************************
*******************************************************************************/
.PackTitleMain
{
	/*font: italic bold 26px Trebuchet MS1, Trebuchet MS, sans-serif;*/
	font: normal normal 36px Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #547bad;
}
.PackTitle
{
	/*font: italic bold 26px Trebuchet MS1, Trebuchet MS, sans-serif;*/
	font: italic bold 24px MSRefSans;
	text-align: left;
	color: #3750ad;
}

ul.Functionality
{
	margin-left: 40px;
	/*color: #0d45b7;*/
	color: black;
}

ul.Functionality li
{
	display : list-item;
	list-style-image : url("../images/static/offers/check_black.gif");
	line-height: 18px;
}

.OfferModuleName
{
	font: italic normal 15px Verdana;
	text-decoration: underline;
	color: black;
}

.OfferIncluded
{
	font: italic bold 15px Verdana;
	text-decoration: none;
	color: black;
}

ul.OfferMenu
{
	margin-left: 40px;
	/*color: #0d45b7;*/
	/*color: black;*/
}

ul.OfferMenu li
{
	display : list-item;
	/*list-style: none;*/
	list-style-image : url("../images/static/offers/check_blue.gif");
	line-height: 18px;
	font-weight: normal;
}

a.OfferMenu
{
	color: #547bad;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}

a.OfferMenu:hover
{
	text-decoration: underline;
}

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

div#main_menu a
{
	display: block;
	position: absolute;

	background: url(../images/static/pmenu/tmenu.png) no-repeat;
	color:#4863c6;
	font: bold 12px Verdana;
	text-align: center;

	top: 2px;
	left: 0px;
	width: 136px;
	height: 22px;
	line-height: 22px;

	padding:1px;
}

div#main_menu a:hover
{
	color: white;
	text-decoration: none;
	background: url(../images/static/pmenu/tmenu_hot.png) no-repeat;
}
