@CHARSET "UTF-8";
#global{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 942px;
    padding: 0 20px;
    
}
#global #header{
    display: block;
    height: 90px;
    width: 942px;
    padding: 0;
	margin: 0 0 9px;
	clear: both;
}
#global #header .left{
	height: 90px;
	width: 300px;
	float: left;
}
/*
#global #header .middle{
	height: 60px;
	width: 342px;
	float: left;	
}
*/
#global .colored {
	color: #E50027 !important;
	font-weight: bold;
}
#global .gray{
	color: #747579;
	font-size: 1.3em;
}
#global #header .right{
	height: 90px;
	width: 642px;
	float: left;
}
#global #header .right .top{
	float: left;
	height: 50px;
	width: 642px;
}
#global #header .right .bottom{
	float: left;
	height: 40px;
	width: 642px;
}

/**MENU**/
#global #header .right .bottom #menu{
    display: block;
    height: 32px;
    position: relative;
    width: 642px;
    padding: 0;
    margin: 0;
    z-index: 1000;	
}
#global #header .right .bottom #menu ul{
	height: 32px;
	width: 642px;
}
#global #header .right .bottom #menu ul li{
	height: 32px;
	float: right;
	width: auto;
}
#global #header .right .bottom #menu ul li.separator{
	height: 32px;
	width: 1px;
	background-color: #747579;
	float: right;
}

#global #header .right .bottom #menu ul li a{
	height: 32px;
	width: auto;
	float: left;
	padding: 0 10px;
	line-height: 32px;
	font-size: 1.3em;
	color: #747579;
        font-weight: bold;
}
#global #header .right .bottom #menu ul li a.active,
#global #header .right .bottom #menu ul li a:hover{
	color: #E20025;
}
/**CAROUSEL**/
#global #carousel{
    clear: both;
    display: block;
    margin: 4px 0;
    padding: 0;
    position: relative;
    width: 942px;
    height: 300px;
}
#global #carousel .carousel{
	width: 940px;
    height: 300px;
    overflow: hidden;
	border: 1px solid #AAAAAA;
	
}
#global #carousel .carousel ul{
	
}
#global #carousel .carousel ul li{
	width: 940px;
    height: 300px;
    float: left;
    position: relative;
}

#global #carousel .carousel ul li a{
	text-decoration: none;
}

#global #carousel .carousel ul li .about{
	width: 930px;
	height: 40px;
	padding: 0 10px 0 0;
	font-size: 2em;
	line-height: 40px;
	z-index: 10000;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #E50027;
}

#global #carousel .carousel_nav{
	width: 150px;
	height: 160px;
	z-index: 10000;
	position: absolute;
	left: 790px;
	top: 60px;
}
#global #carousel .carousel_nav  .item_1,
#global #carousel .carousel_nav  .item_2,
#global #carousel .carousel_nav  .item_3,
#global #carousel .carousel_nav  .item_4,
#global #carousel .carousel_nav  .item_5{
    cursor: pointer;
    height: 20px;
    width: 140px;
    padding: 0 0 0 10px;
    line-height:20px;
    margin: 10px 0 0;
    float: left;
    font-size: 1.7em;
    color: #FFFFFF;
 

    -webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	-o-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}



#global #carousel .carousel_nav .item_1{
	border-bottom: solid 3px #006699;
}
#global #carousel .carousel_nav .item_2{
	border-bottom: solid 3px #ff9900;
}
#global #carousel .carousel_nav .item_3{
	border-bottom: solid 3px #999900;
}
#global #carousel .carousel_nav .item_4{
        border-bottom: solid 3px #E20026;
    
}
#global #carousel .carousel_nav .item_5{
    border-bottom: solid 3px #003366;
}


#global #carousel .carousel_nav a.item_1:hover{
	border-left: solid 5px #006699;
        width: 135px;
}
#global #carousel .carousel_nav a.item_2:hover{
	border-left: solid 5px #ff9900;
        width: 135px;
}
#global #carousel .carousel_nav a.item_3:hover{
	border-left: solid 5px #999900;
        width: 135px;
}
#global #carousel .carousel_nav a.item_4:hover{
	border-left: solid 5px #E20026;
        width: 135px;
}
#global #carousel .carousel_nav a.item_5:hover{
     border-left: solid 5px #003366;
        width: 135px;
}



#global #home_data,
#global #data{
    clear: both;
    display: block;
    height: auto;
    margin: 10px auto 80px;
    padding: 0;
    width: 942px;	
}
#global #home_data .color_line{
    background-color: #E50027;
    height: 9px;
    width: 942px;
}
#global #home_data .home_blocs{
	width: 942px;
	height: 180px;
        margin: 0 0 20px 0;
}
#global #data .banner{
	width: 942px;
	height: 70px;
	float: left;
}
#global #data .leftColumn{
	float: left;
	width: 220px;
	overflow: hidden;
	padding: 0 30px 0 0;
}
#global #data .rightColumn{
	float: right;
	width: 692px;
	min-height: 500px;
}
#global #data .rightColumn ul.page-list{
	padding-left: 30px;
}
#global #data .rightColumn ul.page-list li{
	margin: 0;
	padding: 0;
	list-style: square;
	font-size: 1.4em;
	line-height: 1.4em;
}
#global #data .leftColumn .submenu{
	width: 220px;
	height: auto;
	margin: 10px 0 0 0;
}
#global #data .leftColumn .submenu ul{
	width: 220px;
	height: auto;
}
#global #data .leftColumn .submenu ul li{
	width: 220px;
	height: 28px;
	margin: 0 0 8px 0;
	float: left;
}
#global #data .leftColumn .submenu ul li a{
	width: 206px;
	height: 28px;
	line-height: 28px;
	font-size: 1.6em;
	padding: 0 7px;
	float: left;
	text-decoration:none;
	background: url(/img/front/common/item.png) no-repeat 0 0 transparent;
}
#global #data .leftColumn .submenu ul li a.active,
#global #data .leftColumn .submenu ul li a:hover{
	color: #E20025;
}
#global #data .rightColumn h1{
	width: 680px;
	padding: 0 6px;
	height: 38px;
	line-height: 38px;
	font-size: 2em;
	float: left;
	color: #FFFFFF;
	margin: 7px 0 17px;
	background: url(/img/front/common/picto.png) no-repeat 0 33px #E20025;
}
#global #data .rightColumn p{
	text-align: justify;
	font-size: 1.4em;
	margin: 0 0 11px 0;
	line-height: 1.8em;
}





#global #data .rightColumn  form{
	margin: 10px auto 30px;
	width: 591px;
	padding: 30px 50px;
	float: left;
	border: 1px solid #AAAAAA;

    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);

    	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.form_introduce{
	width: 100%;
	font-size: 0.85em;
	margin: 0 0 10px 0;
}
#global #data .rightColumn .row{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
#global #data .rightColumn .row label{
	width: 160px;
	height: 27px;
	font-size: 1.3em;
	line-height: 27px;
	float: left;
}
.bloc{
	float: left;
	width: 213px;
	height: 168px;
        padding: 5px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
        border: solid 1px #DE0020;
}
.activity_bloc a.action{
  background-color: #E50027;
    color: #FFFFFF;
    float: left;
    font-size: 1.4em;
    height: 31px;
    line-height: 31px;
    margin: 7px 0;
    padding: 0 0 0 30px;
    width: 182px;
    font-weight: bold;
        -webkit-border-radius: 9px 0 9px 0;
	-moz-border-radius: 9px 0 9px 0;
	-o-border-radius: 9px 0 9px 0;
	border-radius: 9px 0 9px 0;    
}
/*
.blue_border{
    border: solid 1px #006699;
    //background-color: #E9E9E9;
}
.yellow_border{
    border: solid 1px #ff9900;
}
       
.green_border{
    border: solid 1px #999900;
}
       
.red_border{
    border: solid 1px #E20026;
}
 */   
 .activity_bloc .title{
	float: left;
	width: 208px;
	height: 40px;
	line-height: 40px;
	color: #E20025;
        font-weight: bold;
} 
.activity_bloc .partners_carousel{
	float: left;
	width: 208px;
	height: 128px; 
}
.activity_bloc .partners_carousel ul{
	width: 208px;
	height: 168px; 
}
.activity_bloc .partners_carousel ul li{
	width: 208px;
	height: 128px;
	float: left;
	padding: 0 10px 0;
}
.activity_bloc .partners_carousel ul li a{
	text-decoration: none;
}

.go{
	width: 190px;
	height: 56px;
	padding: 2px 15px;
	float: left;
	background: url(/img/front/common/go.png) no-repeat 0 0 transparent;
}

.activity_bloc .text{
	float: left;
	width: 195px;
	height: 120px;
	color: #AAAAAA;
	font-size: 1.3em;
        text-align: justify;
        line-height: 20px;
}
.activity_bloc .content{
	float: left;
	width: 195px;
	height: 120px;
	color: #AAAAAA;
	font-size: 1.3em;
}
.activity_bloc .content ul{
	float: left;
	width: 195px;
	height: 130px;	
}
.activity_bloc .content ul li{
	width: 195px;
	float: left;
}
.activity_bloc .content ul li a{
	height: 30px;
	width: 165px;
	padding: 0 0 0 30px;
	line-height: 30px;	
	color: #E50027;
	font-size: 1em;
	float:left;
	background: url(/img/front/common/action.png) no-repeat 1px 7px  transparent;
}
/*
.activity_bloc{
	float: left;
	width: 195px;
	height: 170px;
	padding: 5px 7px 5px 18px;
	margin-right: 18px;
	background: url(/img/front/common/bloc_bg.png) no-repeat 0 0 transparent;
}
.action_bloc{
 	float: left;
    height: 173px;
    margin-right: 18px;
    padding: 2px 7px 5px 0;
    width: 220px;
}



.go{
	width: 190px;
	height: 56px;
	padding: 2px 15px;
	float: left;
	background: url(/img/front/common/go.png) no-repeat 0 0 transparent;
}
*/
/*
.phone{
	width: 115px;
	height: 26px;
	padding: 2px 5px;
	color: #E20025;
	float: right;
	background: url(/img/front/common/phone.png) no-repeat 0 0 transparent;
}
.phone a{
	text-decoration: none;
	color: #E20025;
	font-size: 1.2em;
}*/
.go .description{
	width: 190px;
	height: 30px;
	float: left;
	line-height: 30px;
	color: #E20025;
	font-size: 1.9em;
	
}
.go .action{
	width: 190px;
	height: 46px;
	float: left;
	line-height: 46px;
	color: #E20025;
	font-size: 1.9em;
	
}
.go .title{
	width: 190px;
	height: 16px;
	float: left;
	line-height: 16px;
	color: #AAAAAA;
	font-size: 0.9em;
}

.search{
    background: url(/img/front/common/search.png) no-repeat scroll 1px 1px #FFFFFF;
    border: 1px solid #CACACA;
    color: #585B5B;
    display: block;
    float: left;
    font-size: 10px;
    height: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 2px;
    text-indent: 23px;
    width: 139px;
}
.submit{
    background: url(/img/front/common/submit.png) no-repeat scroll 1px 0px #FFFFFF;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 18px;
}
.search_form {
    float: right;
    margin: 10px 0 0;
}
/*
#global #footer{
	width: 942px;
	height: 70px;
	display: block;
	margin: 0 auto;
	
}*/

#global #footer{
	width: 942px;
	height: 70px;
	display: block;
	margin: 0 auto;
	background: url(/img/front/common/footer_bg.png) no-repeat 0 0 transparent;
}
#global #footer .copyright{
	width: 942px;
	height: 50px;
	float: left;
	color: #AAA;
	text-align:center;
	font-size: 1.0em;
	padding: 20px 0 0 0;
}






/*#decorator{
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 550px;
}
#decorator_shadow{
    display: block;
    height: 72px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 563px;
    width: 942px;
    background-color: #FFFFFF;
}

#decorator_shadow .copyright{
	width: 942px;
        margin: 0 auto;
	height: 52px;
	color: #AAA;
        display: block;
	text-align:center;
	font-size: 1.0em;
	padding: 20px 0 0 0;
        background: url(/img/front/common/footer_bg.png) no-repeat 0 0 transparent;
}


#decorator li{
    display: block;
    width: 100%;
    height: 3px;
    margin: 14px 0 0 0;
}
#decorator li.line_1{
 background-color: #E20026;   
}
#decorator li.line_2{
 background-color:#E20026;    
}
#decorator li.line_3{
 background-color: #E20026;   
}
#decorator li.line_4{
 background-color:#E20026;    
}

#decorator li.line_5{
 background-color: #E20026;    
}*/
