/* [General styles] */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00539b;
	line-height: 1.5;
}

h1, h2, h3 {
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 1.3;
}

h1 {
	font-size:28px;
	color:#38a52f;
	text-transform:uppercase;
	font-weight:700;
}

h2 {
	font-size: 20px;
	color:#38a52f;
}

h3 {
	font-size:17px;
	color:#38a52f;
	text-transform:uppercase;
	font-weight:700;
}

p {
	padding-top: 2px;
	padding-bottom: 6px;
}

a {
	color: #38a52f;
	text-decoration: none;
}

a:hover {
	color: #38a52f;
	text-decoration: underline;
}

textarea {
	overflow: auto;
}

hr {
	height: 1px;
	width: 100%;
	border: none;
	background-color: #302C2D;
	color: #302C2D;
}

ul {
	list-style-image:url('/images/bullet.gif');
}

ul li {
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.cb {
	clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 13px;
}

/* [Error messages] */
.msg_info, .msg_success, .msg_warning, .msg_erreur {
    border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
    width: auto !important;
	margin: 0px 0px 10px 0px !important;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
	text-align:left;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
	/*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
	padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
	border: 1px solid #000000;
	color: #3e3e3e;
}

.autodatatable th {
	font-size: 11px;
	border-bottom: 1px solid #000000;
	background-color: #e3e3e3;
	padding: 5px;
	padding-right: 15px;
	text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
	background-color: #dbe8ec;
}

.autodatatable td {
	padding: 5px;
	padding-right: 15px;
	font-size: 11px;
	text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
	background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
	background-color: #fff;
}

table input[type=text] {
	margin-top: 4px;
	margin-bottom: 4px;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    background: url(/images/icon-active.png) 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    background: url(/images/icon-inactive.png) 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"] {
    vertical-align: middle;
}

.permissionField label {
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin-bottom: 10px;
    margin-top: 5px;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
	font-size: 18px !important;
}

.blockIcon {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.blockContent {
	float: left;
	width:220px;
}

/* Admin blocks */
.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
	min-height:100px;
	height:auto !important;
	height:100px;
}

#adminNavBar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
}

#adminNavBar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
	display: block;
	border: 1px solid #003;
	background: #03C;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

.specialButton:hover {
	color: #FFF;
	text-decoration: none;
	background: #03F;
}

.specialButtonSubmit {
	position: absolute;
	left: -9999px;
}

#photoList li{
	float: left;
}


.cover{
	padding-bottom: 2px;
	display: block;
	position: relative;
	margin-top: -14px;
	margin-left: 23px;	
}

#photoList2 li{
	padding: 10px;
	margin:0px;
}


/* [Photo album] */
#photoList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#photoList li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin: 5px;
	position: relative;
	width: 178px;
}
#photoList li .options {
	background: url(/images/white75percent.png) left top repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	display: none;
}
#photoList li:hover .options {
	display: block;
}
#photoList li .options a {
	float: left;
}
#photoList li .cover {
	background: url(/images/white75percent.png) left top repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 168px;
	position: absolute;
	bottom: 5px;
	left: -18px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
}
#photoList li a {
	display: block;
	background: url(/images/blank.gif) left top repeat;
	text-decoration: none;
}
#photoList li a:hover {
	text-decoration: none;
}
#photoList li .thumbnail {
	width: 178px;
}

#global {
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
}


/* Pagination */
.pagination {
    padding: 0;
    list-style: none;
    float: right;
    margin: 20px 0;
}

.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    float: left;
}

.pagination li a {
    display: block;
    padding: 6px 8px 3px 8px;
    color: #bc210a;
    text-decoration: none;
}

.pagination li a:hover {
    text-decoration: none;
    color: #302C2D;
}

.pagination li.current {
    background: #bc210a;
    color: #fff;
    padding: 6px 8px 3px 8px;
}

.pagination li.break {
    padding: 3px 8px 3px 8px;
}

.pagination li.deactivated {
    padding: 6px 8px 3px 8px;
    color: #ccc;
}

.fieldError {
    color: #CC0000;
    font-size: 11px;
    font-style: italic;
}

.content_container_accueil{
	width:960px;
	margin:10px auto 1px;
	/*margin:auto;
	margin-top:15px;*/
}

.content_container{
	width:960px;
	margin:auto;
	margin-top:15px;
	min-height: 320px;
}

html{ background-color:#FFF; margin:auto;}

body{ 
	margin:0;
	color:#7d8a96;
	font-family: "Lato", arial, sans-serif;
	font-size:13px;
}

a.menu { color: #FFF; text-decoration:none;}
a.menu:hover span, a.menu:hover div { text-decoration: underline; }
a.menu:hover div.highlight { text-decoration: none; }

a.bottom { color: #7d8a96; text-decoration:none;}
a.bottom:visited { color: #7d8a96; text-decoration:none; }
a.bottom:hover { color: #7d8a96; text-decoration:underline; }

a.footer_vert { color: #00853f; text-decoration:none;}
a.footer_vert:visited { color: #00853f; text-decoration:none; }
a.footer_vert:hover { color: #00853f; text-decoration:underline; }

a.nouvelles { color: #00539b; text-decoration:none;}
a.nouvelles:visited { color: #00539b; text-decoration:none; }
a.nouvelles:hover { color: #00539b; text-decoration:underline; }

a.distantia { color: #FFF; text-decoration:none;}
a.distantia:hover { color: #FFF; text-decoration:underline; }

table, img {
	border: none;
}

p.header{
	font-family:"Lato", arial, sans-serif;
}

p{
	font-family:"Lato", arial, sans-serif;
}

.cb {
	clear: both;
}

#wrapper {
	position:relative;
	margin:auto;
    overflow: hidden;
}

.container {
	width:960px;
	margin:auto;
}

#header {
	height:103px;
	margin-top:17px;
	position:relative;
	background-image:url(/images/pattern_top.png);
	background-repeat:repeat-x;
}

.header_content {
	width:960px;
	height:103px;
	margin:auto;
	padding-top:17px;
	position:relative;
}

.header_slogan {
	position:absolute;
	top:38px;
	left:396px;
	font-weight:700;
	font-size:18px;
}

.menu {
	position:relative;
	margin:auto;
	margin-top:17px;
	width:960px;
	height:50px;
	background-image:url(/images/pattern_menu_gris.jpg);
	background-repeat:repeat-x;
    z-index: 99999;
}

ul.submenu, ul.submenu2 {
    list-style-type: none;
    list-style-image: none;
}

ul.submenu li a, ul.submenu2 li a {
    color:#ffffff;
}

.menu ul.submenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background: url(/images/pattern_menu_vert.jpg) repeat;
    text-align: left;
    padding-top: 10px;
}
.menu ul.submenu.submedia {
    width: 130px;
}
.menu ul.submenu2 {
    display: none;
    position: absolute;
    top: 55px;
    left: 130px;
    width: 200px;
    background: url(/images/pattern_menu_vert.jpg) repeat;
    padding-top: 10px;

}

ul.submenu li, ul.submenu2 li{
    margin-bottom: 15px;
}

div.menu_produits:hover > ul.submenu {
    display:block;
}
div.menu_medias:hover > ul.submenu {
    display:block;
}
div.menu_medias ul.submenu li.menuvideo:hover > ul.submenu2 {
    display:block;
}

.menu_shadow {
	position:relative;
	margin:auto;
	width:960px;
	height:29px;
	background-image:url(/images/menu_shadow.png);

}

.banner {
	width:1606px;
	height:310px;
	background-repeat:no-repeat;
	background-position:center;
}

.banner1{
	background-image:url(/images/banner/banner1.jpg);
}

.banner2{
	background-image:url(/images/banner/banner2.jpg);
}

.banner3{
	background-image:url(/images/banner/banner3.jpg);
}

.banner4{
	background-image:url(/images/banner/banner4.jpg);
}

.banner5{
	background-image:url(/images/banner/banner5.jpg);
}

.banner6{
	background-image:url(/images/banner/banner6.jpg);
}

.banner7{
	background-image:url(/images/banner/banner7.jpg);
}

.banner8{
	background-image:url(/images/banner/banner8.jpg);
}

.banner9{
	background-image:url(/images/banner/banner9.jpg);
}

.banner10{
	background-image:url(/images/banner/banner10.jpg);
}

.banner11{
	background-image:url(/images/banner/banner11.jpg);
}

.banner12{
	background-image:url(/images/banner/banner12.jpg);
}

.banner_int {
	position:relative;
	margin: 0 auto;
	width:1606px;
	height:171px;
	background-repeat:no-repeat;
	background-position:center;
}

.banner_int_img1 {
	background-image:url(/images/banner/banner1_int.jpg);
}

.banner_int_img2 {
	background-image:url(/images/banner/banner2_int.jpg);
}

.banner_int_img3 {
	background-image:url(/images/banner/banner3_int.jpg);
}

.banner_int_img4 {
	background-image:url(/images/banner/banner4_int.jpg);
}

.banner_int_img5 {
	background-image:url(/images/banner/banner5_int.jpg);
}

.banner_int_img6 {
	background-image:url(/images/banner/banner6_int.jpg);
}

.banner_int_img7 {
	background-image:url(/images/banner/banner7_int.jpg);
}

.banner_arrows {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.banner_info {
	width:260px;
	height:122px;
	position:relative;
	float:right;
	background-color:#003f75;
	opacity:0.8;
}

.banner_content {
	margin-right:-262px;
	text-transform:uppercase;
	width:220px;
	position:relative;
	float:right;
	padding:20px;
	color:#FFF;
	font-size:20px;
	font-weight:700;
	line-height:20px;
}

.menu_accueil {
	width:121px;
	height:39px;
	position:relative;
	float:left;
	color:#FFF;
		
	font-size:15px;
	font-weight:600;
	margin-left:0px;
	padding-top:11px;
	padding-left:47px;
}

.menu_apropos {
	position: relative;
	float: left;
	color: #FFF;
	font-size:15px;
	font-weight:600;
	padding-top: 11px;
	width: 190px;
	height: 39px;
	text-align:center;
}
.menu_produits {
    position: relative;
    float: left;
    color: #FFF;
    font-size:15px;
    font-weight:600;
    padding-top: 11px;
    width: 140px;
    height: 39px;
    text-align:center;
}

.menu_geothermie{
	position: relative;
	float: left;
	color: #FFF;
	font-size:15px;
	font-weight:600;
	padding-top: 11px;
	width: 140px;
	height: 39px;
	text-align:center;
}

.menu_medias {
	position: relative;
	float: left;
	color: #FFF;
	font-size:15px;
	font-weight:600;
	padding-top: 11px;
	width: 100px;
	height: 39px;
	text-align:center;
}

.menu_contact {
	position: relative;
	float: left;
	color: #FFF;
	font-size:15px;
	font-weight:600;
	padding-top: 11px;
	height: 39px;
	width: 120px;
	text-align:center;
}

.menu_english {
	position: relative;
	float: left;
	color: #FFF;
	font-size:15px;
	font-weight:600;
	padding-top: 11px;
	height: 39px;
	width: 90px;
	text-align:center;
}

#listProduits{
    width: 60%;
    background: gray;
    color: #ffffff;
}

.highlight{
	background-image:url(/images/pattern_menu_vert.jpg);
	background-repeat:repeat;
}


.content-list{
	list-style:none;
    visibility: hidden;
}

.carousel-grid .content-list{

}

.newsGlobalContainer{
	margin:auto;
	width:960px;
	height:41px;
	position:relative;
	/*overflow:hidden;*/
	border-bottom:1px solid #b8b8b8;
}

.news {
	/*margin:auto;*/
	width:960px;
	height:40px;
		
}

.news_date {
	position:relative;
	float:left;
	width:120px;
	height:30px;
	padding-top:8px;
	color:#00539b;
	font-size:16px;
}

.news_titre {
	position:relative;
	float:left;
	width:170px;
	height:30px;
	padding-top:8px;
	color:#00539b;
	font-size:16px;
	font-weight:700;
	overflow:hidden;
}

.news_text {
	position: relative;
	float: left;
	max-width: 627px;
	height: 27px;
	padding-top: 10px;
	color: #464646;
	font-size: 14px;
	overflow: hidden;
}

.news_arrows {
	position:absolute;
	top:6px;
	right:0px;
	width:44px;
	height:30px;
	padding-top:10px;
	cursor: pointer;
}

.produit_vedette {
	background-image:url(/images/pattern_produit.jpg);
	background-repeat:repeat-x;		
	width:960px;
	height:137px;
	margin:auto;
	margin-top:0px;
}

.produit_vedette_text {
	font-size:32px;
	font-weight:300;
	width:160px;
	color:#38a52f;
	height:112px;
	position:relative;
	float:left;
	padding-top:25px;
	padding-left:20px;	
	line-height:30px;
	letter-spacing: -2px;
}

.produit_vedette_pdf {
	background-image: url(/images/btn_pdf.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 700;
	width: 140px;
	padding-top: 2px;
	color: #FFF;
	height: 29px;
	position: relative;
	float: left;
	text-align: center;
	letter-spacing: 0;
}

.produit_img {
	width:179px;
	height:137px;
	position:relative;
	float:left;
}

.pdf_links {
	width: 588px;
	position: relative;
	float: right;
	margin-top: -4px;
}

.prod-res{
    width: 860px !important;
    margin-top: 0px !important;
    margin-right: 45px;
}

.pdf_left_arrow {
	position: absolute;
	width: 30px;
	left: -8px;
	top: 64px;
	z-index: 5000;
	cursor: pointer;
}

.pdf_right_arrow {
	position: absolute;
	width: 20px;
	top: 64px;
	right: 8px;
	z-index: 5000;
	cursor: pointer;
}

.pdf_files {
	text-align:center;
	position:relative;
	float:left;
	width:118px;
	padding-top:30px;
}

.pdf_files_date {
	font-size:14px;
	font-weight:300;
}

.pdf_files_produit {
	font-size: 13px;
	color: #00539b;
	font-weight: 700;
	margin-top: 5px;
	height: 38px;
	overflow: hidden;
}

.pdf_files_bouton {
	font-size: 13px;
	font-weight: 700;
	margin-top: 5px;
}

.produits_com {
	position:relative;
	float:left;
	background-image:url(/images/produits_com.jpg);
	background-repeat:no-repeat;	
	margin-top:18px;
	width:456px;
	min-height:149px;
	font-size:25px;
	font-weight:300;
	color:#00539b;
	padding-top:21px;	
	padding-left:15px;
}

.produits_res {
	position:relative;
	float:right;
	background-image:url(/images/produits_res.jpg);
	background-repeat:no-repeat;	
	margin-top:18px;
	width:456px;
	min-height:149px;
	font-size:25px;
	font-weight:300;
	color:#00539b;
	padding-top:21px;	
	padding-left:15px;	
}

.logos_com {
	background-image:url(/images/ligne.jpg);
	background-repeat:no-repeat;	
	position:relative;
	float:left;
	width:471px;
	margin-top:20px;
}

.logos_res {
	background-image:url(/images/ligne.jpg);
	background-repeat:no-repeat;	
	position:relative;
	float:right;
	width:471px;
	margin-top:20px;
}

.logos_com_titre {
	font-size:22px;
	text-align:center;
	color:#00539b;
	font-weight:300;
	margin-bottom:5px;
}

.logos {
	position:relative;
	float:left;
	width:91px;
	height:51px;
	margin-right:3px;
	margin-bottom:3px;
	text-align:center;
	line-height:73px;
}

.logos_link:hover .icondesc {
	background: #FFF;
}

.produits_bouton {
	background-color:#00853f;
	width:172px;
	height:20px;
	position:relative;
	float:right;
	font-size:12px;
	font-weight:700;
	color:#FFF;
	margin-top:72px;
	margin-right:18px;
	padding-top:4px;
	padding-left:7px;
	cursor: pointer;
}

.footer {
	background-image:url(/images/footer_pattern.jpg);
	background-repeat:repeat-x;	
	height:157px;
    /*height: auto;*/
	margin-top:31px;
}

.footer_logo {
	position:relative;
	float:left;
	width:240px;
	margin-top:25px;
}

.footer_info {
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:28px;	
	width:409px;
	height:50px;
	border-right:1px solid #a4aeba;
}

.footer_adresse {
	position:relative;
	float:left;	
	font-size:13px;
	font-weight:400;
}

.footer_telephone1 {
	position:relative;
	float:left;
	margin-top:12px;
	font-size:15px;
	font-weight:700;
	color:#00853f;
}

.footer_telephone2 {
	position:relative;
	float:left;
	margin-left:12px;
	margin-top:12px;	
	font-size:15px;
	font-weight:700;
	color:#00853f;
}

.footer_fax {
	position:relative;
	float:left;
	margin-left:12px;	
	margin-top:12px;	
	font-size:15px;
	font-weight:700;
	color:#00853f;
}

.footer_menu {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    float: left;
    margin-top: 12px;
    margin-left: 18px;
    width: 269px;
    height: 50px;
    line-height: 1.4;
}
.foot_menu_left{
    position: relative;
    float: left;
    width: 125px;
}
.foot_menu_right{
    position: relative;
    float: right;
    width: 143px;
}
.foot_menu_left a, .foot_menu_right a{
    display: block;

}

.footer_apropos {
	position:relative;
	float:left;
	margin-left:19px;
}

.footer_equipe {
	position:relative;
	float:left;
	margin-left:21px;
}

.lang-en .footer_equipe {
	position:relative;
	float:left;
	margin-left: 43px;
}

.footer_english {
	position:relative;
	float:right;
	color:#00853f;
	margin-top:8px;	
}

.footer_copyright {
	position:relative;
	float:left;
	margin-top:35px;
	color:#FFF;
	font-size:12px;	
}

.footer_distantia {
	position:relative;
	float:right;
	margin-top:35px;
	color:#FFF;
	font-size:12px;
}

.productSlider{
	list-style:none;	
}

#productSliderWrap{
	/*
	width: 543px;
	overflow: hidden;
	left: 15px;
	position: absolute;
	*/
}

.productSlider li{
	float:left;
}

#bannerPosition{
	width:960px;
	margin:0px auto;	
	position:relative;
}

#bannerSliderContainer{
	position: relative;
	width: 1642px;
	left:-345px;
}

.ie7 #bannerSlider {
	height: 310px!important;
	overflow: hidden!important;
}



.produitstop{
	width: 453px;
	height: 151px;
	position: relative;
	float: left;
	left: -15px;
	padding-left: 18px;
	padding-top: 20px;
	top: -20px;
	cursor: pointer;
}

#int-wrap p{
	color: #464646;
	font-size: 14px;
}

#int-wrap li{
	color: #464646;
	font-size: 14px;
}

.photo{
	position: relative;
	z-index:1;
}

.icondesc{
	position: relative;
	display: none;
	width: 200px;
	background: #FFFFFF;
	top: -107px;
	left: -22px;
	padding-top: 80px;
	z-index: 999;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	border: 5px solid #00539B;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#homephone{
    visibility: hidden;
    display:none;
}

#newsrotator {
    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #B8B8B8;
}

#newsrotator ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#newsrotator ul li {
    margin: 0;
    padding: 0;
}

.news-item {
    clear: both;
    font-size: 16px;
    /*max-height: 50px;*/
    overflow: hidden;
}

.news-date, .news-title, .news-content {
    float: left;
}

.news-date, .news-title {
    color:#00539b;
}

.news-date {
    padding: 0 20px 0 0;
    width: 140px;
}

.news-title {
    font-weight: 700;
    padding: 0 20px 0 0;
    width: 280px;
}

.news-content {
    padding: 0 20px 0 0;
    width: 430px;
}

.news-navigation {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

#banner-int-wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.banner_int {
    width: 1642px;
    left: -345px;
}