/*		Round container		*/
.roundGreyTitle {
    font-weight: bold;
	color: #767676;
	float: left;
	padding-left: 8px;
	height: 26px;
}

.roundGreyMainContainer {
	/*width: 920px;*/
	float: left;
	padding-left: 10px;
	display: inline;
}

.roundGreyTopLeft {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/martix_03.jpg) no-repeat;
}

.roundGreyTopCenter {
	height: 20px;
	float: left;
	background: url(../images/martix_05.jpg) repeat-x;
}

.roundGreyTopRight {
	width: 17px;
	height: 20px;
	float: left;
	background: url(../images/martix_07.jpg) no-repeat;
}

.roundGreyCenterLeft {
	width: 20px;
	float: left;
	background: url(../images/martix_09.jpg) repeat-y;
}

.roundGreyCenterRight {
	width: 17px;
	float: left;
	background: url(../images/martix_11.jpg) repeat-y;
}

.roundGreyBottomLeft {
	width: 20px;
	height: 17px;
	float: left;
	background: url(../images/martix_14.jpg) no-repeat;
}

.roundGreyBottomCenter {
	height: 17px;
	float: left;
	background: url(../images/martix_15.jpg) repeat-x;
}

.roundGreyBottomRight {
	width: 17px;
	height: 17px;
	float: left;
	background: url(../images/martix_16.jpg) no-repeat;
}

/*		Title blue		*/
.mainTitle {
	float: left;
	width: 890px;
	color: #006699;
	padding: 10px 0px 0px 20px;
	font-size: 18px;
	font-family: Arial;
}

img {
	border: 0px;
}

body {
	background-color: #cfdeed;
	border: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana,Arial;
	font-size: 11px;
}

.floatL {
	float: left;
}
.center {
	position: absolute;   
	left: 50%;
	width: 972px;
	min-height: 800px;
	margin-left: -486px;
	background: url(../images/main_10.jpg) repeat-y;
}

/*		TopShadow		*/
.topShadowContainer {
	width: 973px;
	float: left;
	height: 16px;
	background: url(../images/main_02.jpg) no-repeat;
}

/*		ContentContainer		*/
.mainContainer {
	width: 940px;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 18px;
}

.contentContainer {
	background-color: #FFFFFF;
	float: left;
	width: 940px;
	min-height: 600px;
}

/*		TopContainer		*/
.topContainer {
	width: 920px;
	min-height: 70px;
	float: left;
	background-color: #f6f6f6;
	margin: 10px;
}

.topLogo {
	float: left;
	width: 85px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}

.topLanguageSelectorContainer {
	float: left;
	width: 95px;
	height: 42px;
	padding: 0px 0px 0px 23px;
	margin-top: 20px;
}

.languageSelector {
	float: left;
	width: 81px;
	height: 42px;
	background: url(../images/langueSelector.jpg) no-repeat;
	padding: 13px 0px 0px 20px;
}

a.selector {
	color: #f0b331;
	text-decoration: none;
}

/*		TopContainer		*/
.menuContainer {
	width: 940px;
	height: 22px;
	float: left;
	background: url(../images/bgMenu.jpg) repeat-x;
	padding-top: 2px;
}

.menuItem {
	float: left;
	/*	padding-left: 37px;*/
    padding-left: 18px;
}

.menuItemOverContainer {
	float: left;
	height: 21px;
	margin-top: -2px;
	padding-left: 18px;
}

.menuItemOverLeft {
	float: left;
	width: 6px;
	height: 21px;
	background: url(../images/bgMenuItem_01.jpg) no-repeat top;
}

.menuItemOverCenter {
	height: 21px;
	color: #FFFFFF;
	float: left;
	background: url(../images/bgMenuItem_02.jpg) repeat-x;
	padding: 2px 8px 0px 8px;
}

.menuItemOverRight {
	float: left;
	width: 6px;
	height: 21px;
	background: url(../images/bgMenuItem_04.jpg) no-repeat top;
}

a.menuItem {
	color: #FFFFFF;
	text-decoration: none;
}

/*		Bottom		*/
.bottomContainer 
{
    border: 0px solid red;
	float: left;
	width: 940px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 40px;
	background: #ffffff;
}

.bottomListContainer {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding-right: 20px;
}

.bottomTitle {
	width: 200px;
	font-size: 16px;
}

.bottomList {
	width: 200px;
	padding-top: 14px;
	font-size: 10px;
}

li.bottom {
	list-style: none;
	cursor: pointer;
	margin-left: 0px;
}

li.bottom a {
    text-decoration: none;
    color: #666666;
}

.bottomContainerShadow {
    float: left;
	background: white url(../images/main_22.jpg) repeat-x top;
	width: 940px;
	height: 24px;
}

/***/

form {
    margin:0px;
}



