@charset "utf-8";
/* CSS Document

	Vert  = #949b2d
	Gris = #323232

*/

.menu_btn_left_off{
	background:url('../images/menu_btn_left_noselected_down.png') no-repeat top left;
	padding-left:14px;
	float:right;
}

.menu_btn_right_off{
	background:url('../images/menu_btn_right_noselected_down.png') no-repeat top right;
	padding-right:14px;
}

.menu_btn_middle_off{
	background:url('../images/menu_btn_middle_noselected_down.png') repeat-x top;
	line-height:39px;
	font-size:19px;
	overflow:hidden;
}

.menu_btn_left_on{
	background:url('../images/menu_btn_left_selected_down.png') no-repeat top left;
	padding-left:14px;
	float:right;
}

.menu_btn_right_on{
	background:url('../images/menu_btn_right_selected_down.png') no-repeat top right;
	padding-right:14px;
}

.menu_btn_middle_on{
	background:url('../images/menu_btn_middle_selected_down.png') repeat-x top;
	line-height:39px;
	font-size:19px;
	color:#fff;
	overflow:hidden;
}

/************************************************************************************************/
.menu_btn_left_off_up{
	background:url('../images/menu_btn_left_noselected_up.png') no-repeat top left;
	padding-left:13px;
	position:relative;
	float:left;
	top:127px;
	left:280px;
}

.menu_btn_right_off_up{
	background:url('../images/menu_btn_right_noselected_up.png') no-repeat top right;
	padding-right:13px;
}

.menu_btn_middle_off_up{
	background:url('../images/menu_btn_middle_noselected_up.png') repeat-x top;
	line-height:28px;
	font-size:15px;
	overflow:hidden;
	text-align:center;
}

.menu_btn_left_on_up{
	background:url('../images/menu_btn_left_selected_up.png') no-repeat top left;
	padding-left:13px;
	position:relative;
	float:left;
	top:127px;
	left:280px;
}

.menu_btn_right_on_up{
	background:url('../images/menu_btn_right_selected_up.png') no-repeat top right;
	padding-right:13px;
}

.menu_btn_middle_on_up{
	background:url('../images/menu_btn_middle_selected_up.png') repeat-x top;
	line-height:28px;
	font-size:15px;
	color:#fff;
	overflow:hidden;
	text-align:center;
}

/*************************************************************************************************/
.subMenu{
	width:50px;
	height:200px;
	background-color:red;
	position:absolute;
	top:50px;
	z-index:-1;
}

/***********************************************************************************************************/
.BigIconStyle{
	position:relative;
	/*border:1px black solid;*/
	float:left;
}

/******************************************************************************************************/
.newsRows{
	border-bottom:1px dotted #999;
	padding:5px 0px;
	width:260px;
	font-size:11px;
}

.newsRows:hover{
	text-decoration:underline;
}


/***************************************************************************************************************/
.licenceForm{
	margin:20px auto;
	width:800px;
	
}

.licenceFormHeaderTitle{
	background:url('../images/licenceFormBg_01.png') no-repeat top left;
	width:800px;
	height:4px;
}

.licenceFormTitle{
	background:url('../images/licenceFormBg_02.png') repeat-x top left;
	width:783px;
	height:30px;
	line-height:30px;
	border-left:solid 1px #dfdfdf;
	border-right:solid 1px #dfdfdf;
	padding-left:15px;
	font-weight:bold;
	font-size:12px;
}

.licenceFormContentPart{
	width:768px;
	border-left:solid 1px #dfdfdf;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	padding:15px;
	font-size:12px;
}

.licenceFormLine{
	margin:8px 0px;
}

.licenceFormLabel{
	float:left;
	width:380px;
	line-height:17px;
}

.licenceFormObligatoryInput{
	background:url('../images/etoile.png') no-repeat left top;
}

.licenceFormInput{
	float:left;
	width:375px;
	font-weight:bold;
	padding-left:10px;
}

.licenceForm input[type=text]{
	width:375px;
	margin:0px;
	height:17px;
}

.licenceForm select{
	width:378px;
	margin:0px;
}

.licenceForm textarea{
	width:650px;
}

.licenceFormFooter{
	background:url('../images/licenceFormBgFooter.png') repeat-x left top;
	width:773px;
	height:31px;
	line-height:55px;
	border:solid 1px #dfdfdf;
	border-bottom:none;
	padding:12px;
	font-size:12px;
}

/************************************************** Donwload Section ************************************************/
.downloadSectionPanel{
	margin-bottom:50px;
	/*border:red solid 1px;*/
}

.downloadSectionPanel h3{
	margin:0px;
}

.downloadSectionPanelTitle{
	border-bottom:#333 1px solid;
	padding:5px;
	margin-bottom:20px;
}

.downloadSectionPanelContent{
	padding:10px;
}

.downloadSectionPanelContent a h4{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	line-height:50px;
}

.downloadSectionPanelContentParagraph{
	overflow:hidden;
	margin-bottom:20px;
}

.downloadSectionPanelContent #softwares h4{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	line-height:20px;
}

.downloadSectionPanelContent a h4:hover{
	color:#690;
}

.downloadPDFIcon{
	background:url('../images/ico_pdf.png') no-repeat left top;
	min-height:50px;
	margin:0px 10px 10px 0px;
	padding-left:100px;
	line-height:50px;
}

.downloadVideoIcon{
	background:url('../images/ico_video.png') no-repeat left top;
	min-height:50px;
	margin:0px 10px 10px 0px;
	padding-left:100px;
	line-height:50px;
}

.downloadImageIcon{
	background:url('../images/ico_image.png') no-repeat left top;
	min-height:50px;
	margin:0px 10px 10px 0px;
	padding-left:100px;
	line-height:50px;
}

.downloadPDFIconMini{
	background:url('../images/ico_pdf_mini.png') no-repeat left top;
	height:18px;
	width:120px;
	margin:0px 5px 5px 0px;
	padding-left:20px;
	font-size:10px;
	line-height:18px;
}

.downloadDigistellIcon{
	background:url('../images/ico_dl_digistell.png') no-repeat left top;
	padding-left:100px;
	min-height:50px;
	margin:0px 10px 10px 0px;
	line-height:50px;
}


