BODY {
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 }

/* FONT FACES */
@font-face {
font-family: 'dinpro-black';
src: url('../fonts/dinpro-black.eot?');
src: url('../fonts/dinpro-black.eot?#iefix') format('embedded-opentype'),
url('../fonts/dinpro-black.woff') format('woff'),
url('../fonts/dinpro-black.otf') format('truetype'),
url('../fonts/dinpro-black.svg#dinpro-black') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'dinpro-bold';
src: url('../fonts/dinpro-bold.eot?');
src: url('../fonts/dinpro-bold.otf') format('truetype'),
url('../fonts/dinpro-bold.woff') format('woff'),
url('../fonts/dinpro-bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/dinpro-bold.svg#dinpro-bold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'dinpro-medium';
src: url('../fonts/dinpro-medium.eot?');
src: url('../fonts/dinpro-medium.otf') format('truetype'),
url('../fonts/dinpro-medium.woff') format('woff'),
url('../fonts/dinpro-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/dinpro-medium.svg#dinpro-medium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'dinpro-light';
src: url('../fonts/dinpro-light.eot?');
src: url('../fonts/dinpro-light.otf') format('truetype'),
url('../fonts/dinpro-light.woff') format('woff'),
url('../fonts/dinpro-light.eot?#iefix') format('embedded-opentype'),
url('../fonts/dinpro-light.svg#dinpro-light') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'dingbats';
src: url('../fonts/dingbats.eot?');
src: url('../../../site/_style/fonts/dingbats.otf') format('truetype'),
url('../fonts/dingbats.woff') format('woff'),
url('../fonts/dingbats.eot?#iefix') format('embedded-opentype'),
url('../fonts/dingbats.svg#dingbats') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'arrows';
src: url('../fonts/arrows.eot?');
src: url('../../../site/_style/fonts/arrows.otf') format('truetype'),
url('../fonts/arrows.woff') format('woff'),
url('../fonts/arrows.eot?#iefix') format('embedded-opentype'),
url('../fonts/arrows.svg#arrows') format('svg');
font-weight: normal;
font-style: normal;
}

.clear{
clear:both;
}

/* WRAPPERS*/
#section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0px;
	width: 1000px;
	height:auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#section_sanspadding {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0px;
	width: 1000px;
	height:auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:0px;
}

#wrappage1 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
	height:auto;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* OPTION CREATION 3 COLONNES */
	/* -webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-moz-column-count:3; 
	-webkit-column-count:3; 
	column-count:3;
	-moz-column-gap:20px;
	-webkit-column-gap:20px; 
	column-gap:20px; */
}
#wrappage2 {
	margin-left:auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1000px;
	height:auto;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

.margin_left_10px{
padding-left:10px;

}

.borderbottom {
	border-bottom: #CCCCCC 1px solid;
}

.paddingright20{
padding-right: 20px;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}

.retourligne{
	display: inline-block; width: 100%;
    -webkit-column-break-after: always;
    break-inside: avoid-column;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.translinearbis {
	background: #666;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.translinear {
	background: #FFFFFF;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.titresection {
	font-family: 'dinpro-light';
	font-size: 45px;
	color: #000000;
}
.titresection2lines {
	font-family: 'dinpro-light';
	line-height: 38px;
	font-size: 45px;
	color: #000000;
}

.titreintersection {
	font-family: 'dinpro-light';
	font-size: 45px;
	color: #FFFFFF;
}
.titre {
	font-size: 20px;

	color: #000000;
}
.parag {
	font-size: 12px;
	color: #000000;
	hyphens: none;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		-o-hyphens: none;
}
.parag12 {
	font-size: 12px;
	color: #000000;
	hyphens: none;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		-o-hyphens: none;
}

.paragcontent{
margin-top: 10px; 
margin-bottom:15px; 
height:70px;
overflow: hidden;
Text-Wrap:none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

.readmore {
	position:relative;
	float:left;
	color:#FFFFFF;
	bottom: 0px;
	font-family:'dinpro-medium';
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform:uppercase;
}
.readmore2 {
	position:absolute;
	float:left;
	color:#FFFFFF;
	bottom: 10px;
	font-family:'dinpro-medium';
	font-size: 10px;
	text-transform: uppercase; 
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.symbols {
font-family:dingbats;
}
.tampondate{
		font-family: "dinpro-medium";
		font-size: 12px;
		color: #999999;
		line-height: 25px;
		/*background-color: #cccccc;
		padding: 1px 3px;
		*/
	}


/* FONT CORPS DE TEXTE */
.textjustify {
text-align: justify;
}
.textjustifynone {
			text-justify: none;
			display: inline-block;
			text-align: left!important;
}
.dinprolight13 {
	FONT-FAMILY: dinpro-light, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif;
	FONT-SIZE: 15px;
	COLOR: #000000;
	line-height:22px;
	text-align: justify;
}
.dinpromedium13 {FONT-FAMILY: dinpro-medium, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif; FONT-SIZE: 13px;text-transform: uppercase; COLOR: #000000;}
.dinprolight15 {
	FONT-FAMILY: dinpro-light, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif;
	FONT-SIZE: 15px;
	COLOR: #000000;
	line-height:25px;
text-align: justify;
}
.dinpromedium15 {FONT-FAMILY: dinpro-medium, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif; FONT-SIZE: 15px; line-height:25px; text-align: justify;}
.dinprolight21 {FONT-FAMILY: dinpro-light, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif; FONT-SIZE: 21px; COLOR: #000000; line-height:25px;}
.dinpromedium21 {FONT-FAMILY: dinpro-medium, Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif; FONT-SIZE: 21px; COLOR: #000000; }
.dinprolight30cap {
font-family: 'dinpro-light', Trebuchet MS, Georgia, Verdana, Times New Roman, Times, serif; 
font-size: 30px; 
color: #000000; 
text-transform: uppercase;
}

.white_text {
color: #FFFFFF;
}

/* BLOCK PAGES UPPER MENU */

#blockupper1 {
	position:relative;
	float:left;
	height: auto;
	width: 690px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px;
	text-decoration: none;
}
#blockupper1A {
	position:relative;
	float:left;
	height: auto;
	width: 330px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;
	text-decoration: none;
}
#blockupper1B {
	position:relative;
	float:left;
	height: auto;
	width: 340px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	border: 0px;
	text-decoration: none;
}

#blockupper2 {
	position:relative;
	float:left;
	height: auto;
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px solid;
	text-decoration: none;
}

/* SUB MENU VERTICAL DROITE 2 ONGLETS*/
	.menu_2 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_2 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_2 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_2 #menuvertival {
	height: 85px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}
	
/* SUB MENU VERTICAL DROITE 3 ONGLETS*/
	.menu_3 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_3 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_3 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_3 #menuvertival {
	height: 115px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}

/* SUB MENU VERTICAL DROITE 4 ONGLETS*/
	.menu_4 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_4 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_4 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_4 #menuvertival {
	height: 145px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}

/* SUB MENU VERTICAL DROITE 5 ONGLETS*/
	.menu_5 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_5 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_5 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_5 #menuvertival {
	height: 175px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}

/* SUB MENU VERTICAL DROITE 6 ONGLETS*/
	.menu_6 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_6 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_6 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_6 #menuvertival {
	height: 205px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}

/* SUB MENU VERTICAL DROITE 9 ONGLETS*/
	.menu_9 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
	}
	.fixed_9 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
	}
	.menu_9 #menuvertival {
	display:block;
	height: 0px;
	opacity:0;
	margin-bottom:20px;
	/* effet fermeture */
	-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
	-moz-transition: opacity 0.2s linear, height 1.0s ease;
	-ms-transition: opacity 0.2s linear, height 1.0s ease;
	-o-transition: opacity 0.2s linear, height 1.0s ease;
	transition: opacity 0.2s linear, height 1.0s ease;		
	}
	/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
	.fixed_9 #menuvertival {
	height: 295px;
	opacity:1;
	/* effet ouverture*/
	-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
	transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
	}
	
/* SUB MENU VERTICAL DROITE INITIAL */
.menu3 {
	Z-INDEX: 10;
	position:absolute;
	padding-left: 20px;
	top:-20px
}
.fixed3 {
	position:fixed;
	top:50px; /*version scroll */
	/*top:180px; */ /*version TimeOut */
}

.menu3 #menuvertival {
display:block;
height: 0px;
opacity:0;
margin-bottom:20px;
/* effet fermeture */
-webkit-transition: opacity 0.2s linear, height 1.0s ease; /* For Safari 3.1 to 6.0 */
-moz-transition: opacity 0.2s linear, height 1.0s ease;
-ms-transition: opacity 0.2s linear, height 1.0s ease;
-o-transition: opacity 0.2s linear, height 1.0s ease;
transition: opacity 0.2s linear, height 1.0s ease;		
}

/* ELASTIQUE CSS à dupliquer et adapter dans les pages où le height doit être différent */
.fixed3 #menuvertival {
height: 145px;
opacity:1;
/* effet ouverture*/
-webkit-transition: height 0.5s ease, opacity 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
-moz-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
-ms-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
-o-transition: height 0.5s ease, opacity 0.5s linear 0.2s;
transition: height 0.5s ease, opacity 0.5s linear 0.2s;	
}


/*.menu3 #menuvertival {
display:block;
max-height: 0px;
opacity:0;
margin-bottom:20px;

-webkit-transition: opacity 0.2s linear, max-height 1s ease; 
-moz-transition: opacity 0.2s linear, max-height 1s ease;
-ms-transition: opacity 0.2s linear, max-height 1s ease;
-o-transition: opacity 0.2s linear, max-height 1s ease;
transition: opacity 0.2s linear, max-height 1s ease;		
}


.fixed3 #menuvertival {
margin-bottom:20px;
max-height: 300px;
opacity:1;

-webkit-transition: max-height 0.5s ease, opacity 0.5s linear 0.2s; 
-moz-transition: max-height 0.5s ease, opacity 0.5s linear 0.2s;
-ms-transition: max-height 0.5s ease, opacity 0.5s linear 0.2s;
-o-transition: max-height 0.5s ease, opacity 0.5s linear 0.2s;
transition: max-height 0.5s ease, opacity 0.5s linear 0.2s;	
}*/


#menuvertival { Z-INDEX: 10;float:right; width: 280px; FONT-SIZE: 15px; FONT-FAMILY: dinpro-light, Verdana, Helvetica, Arial, sans-serif;  }
#menuvertival ul { Z-INDEX: 10;padding: 0; margin: 0; width: 280px; border: 0px solid #E6E6E6; border-bottom: none; background: #E6E6E6 }
#menuvertival ul li { Z-INDEX: 10;position: relative; list-style: none; border-bottom: 1px solid #FFFFFF; height: auto; line-height: 20px; 
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease; }
#menuvertival ul li:hover{
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease; }
#menuvertival li a { color: #666;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease; }
#menuvertival li a:hover, div#menu ul.rang1 li.smenu:hover a { color: #FFFFFF }
#menuvertival li a { Z-INDEX: 10;text-decoration: none; padding-left: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; margin-left:0px; display: block; width: auto; height: 100%; line-height: 20px }
#menuvertival ul li2 { padding-left: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; margin-left:0px; display: block; width: auto; height: 100%; line-height: 20px; FONT-SIZE: 21px; FONT-FAMILY: dinpro-light; COLOR: #3399FF;background: #FFFFFF;}

#menuvertival2 { Z-INDEX: 10;float:right; width: 280px; FONT-SIZE: 15px; FONT-FAMILY: dinpro-light, Verdana, Helvetica, Arial, sans-serif; line-height:22px; }
#menuvertival2 ul { Z-INDEX: 10;padding: 0; margin: 0; width: 280px; border: 0px; border-bottom: none; background: rgba(255, 255, 255, 0); }
#menuvertival2 ul li { Z-INDEX: 10;position: relative; list-style: none; border-bottom: 1px solid #FFFFFF; height: auto; line-height: 22px; }
#menuvertival2 li:hover { background: #FFFFFF }
#menuvertival2 li a { color: #666;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease; }
#menuvertival2 li a .symbols { FONT-SIZE: 10px; color: #3399FF;
position:relative;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;}
#menuvertival2 li a:hover .symbols { FONT-SIZE: 10px; color: #999999;}
#menuvertival2 li a:hover, div#menu ul.rang1 li.smenu:hover a { color: #666 }
#menuvertival2 li a { Z-INDEX: 10;text-decoration: none; padding-left: 10px; padding-top: 5px; padding-right: 20px; padding-bottom: 5px; margin-left:0px; display: block; width: auto; height: 100%; line-height: 22px }
#menuvertival2 li a .dinprolight21 {COLOR: #666;
margin-left:0px;!important 
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease; }
#menuvertival2 li a:hover .dinprolight21 { COLOR: #666;}
.readmore4 {
	position:relative;
	float:left;
	bottom: 0px;
	line-height: 25px;
}

#menuvertival2 li a .readmore4 {color: #3399FF;
position:relative;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;}
#menuvertival2 li a:hover .readmore4 { color: #000000;}
