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

/* @group General */
html {
height:100%;

}
body {
	margin:0;
	padding:0;
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size:76%;
	color: #012d55;
	background: #3F1060 url(/skins/ametys/resources/img/bg-img-body.jpg) repeat-x top center;
}

h1, h2, h3, h4, h5 {
	margin : 0;
}

h2 {
	font-size : 2.4em;
}

h3 {
	font-size : 1.4em;
}

h4 {
	font-size : 1.2em;
}

p {
	margin : 0;
}

a {
	text-decoration: none;
}
	
a.chevron {
	color: #002d56 !important;
}

a:hover {
	text-decoration: underline;
}

/* @group Access - liens d'évitements */
#easy-access{
	position:absolute;
	top: -30px;
}
/* @end */

/* @group Contenu */

div.bigcontainer {
	/*width: 1480px;*/
	/*height: 890px;
	margin-left: auto;
	margin-right: auto;
	/*background: url(/skins/ametys/resources/img/bg-img-body.jpg) repeat-x 0 0;	
	background: url(/skins/ametys/resources/img/bg-body.jpg) repeat-x 0 0;*/
	/*background: #441365 url(/skins/ametys/resources/img/bg-body.jpg) repeat-x 0 0;*/	
}	

div.maincontainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Bdx Top */
div.bdx-top{
	width : 960px;
	margin-left : auto;
	margin-right : auto;
	height : 142px;
/* 	overflow: hidden; AWTWEB-581 */
	background: url(/skins/ametys/resources/img/logo_SmartPower.png) no-repeat 170px 55px;
}

div.navigation_top {
	height: 28px;
	width: 780px;
/* 	background: transparent url(/skins/ametys/resources/img/bg-menu.png) no-repeat; AWTWEB-581 */
/* 	margin-top: 87px;  AWTWEB-581 */
	margin-left: 170px;
	position:relative;
}

div.navigation_top > ul {
	list-style-type: none;
	height: 28px;
	float: left;
	background:url("/skins/ametys/resources/img/bg-menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-top:35px;
	width:100%;
}

div.navigation_top > ul > li{
	float : left;
	height: 28px;
	/*display : block;*/
	/*margin-left : 23px;*/
	padding-left : 12px;
	padding-right: 14px;
	padding-top: 5px;
	background: transparent url(/skins/ametys/resources/img/pipe-menu.png) no-repeat center right;
	position:relative;	
}

div.navigation_top > ul > li:hover,
div.navigation_top > ul > li.actif,
div.navigation_top > ul > li.last:hover,
div.navigation_top > ul > li.last.actif {
	background: transparent url(/skins/ametys/resources/img/bg-navtop.png) repeat-x top left;
}

div.navigation_top > ul > li.first {
	background-image: url(/skins/ametys/resources/img/pipe-menu-1.png);
	padding-left: 35px;	
}

div.navigation_top > ul > li.first:hover,
div.navigation_top > ul > li.first.actif {
	background: transparent url(/skins/ametys/resources/img/bg-navtop-first.png) repeat-x top left;
}

div.navigation_top > ul > li.last:hover,
div.navigation_top > ul > li.last.actif {
	background: transparent url(/skins/ametys/resources/img/bg-navtop-last.png) repeat-x top right;
}

div.navigation_top > ul > li.last {
	background: none;
}

div.navigation_top > ul > li a,
div.navigation_top > ul > li span{ 
	text-decoration : none;
	color : #ffffff;	
}

div.navigation_top > ul > li a:hover, div.navigation_top > ul > li.actif a { 
	font-weight: normal;
}

div.navigation_top > ul > li.hover > .submenu{
    display:block;
}

div.navigation_top .submenu:before{
	display:block;
	content: "";
	clear:both;
	position:absolute;
	top:-6px;
	left: 0;
	height:7px;
	width:100%;
	background:transparent url('/skins/ametys/resources/img/submenu-arrow.png') no-repeat left top;
}

div.navigation_top .otherside .submenu:before,
div.navigation_top .last .submenu:before{
	right:0;
	height:7px;
	width:98%;
	background:transparent url('/skins/ametys/resources/img/submenu-arrow.png') no-repeat right top;
}

div.navigation_top .submenu {
	display:none;
    z-index:4;
    background: url('/skins/ametys/resources/img/bg-submenu1.png') repeat-x left top #012346;
    left: 0;
    padding: 20px 10px;
    position: absolute;
    top: 35px;
    width: 400px;
    z-index: 100;
    border-radius:10px 10px;
}

div.navigation_top .otherside .submenu,
div.navigation_top .last .submenu{
	right:0;
	left:auto;
}

div.navigation_top .submenu .submenu-header{
	display:block;
	float:left;
	margin-right:40px;
	max-width:150px;
}

div.navigation_top .submenu .submenu-header .title,
div.navigation_top .submenu .submenu-header .know-more{
	display:block;
	font-size:1.5em;
}

div.navigation_top .submenu .submenu-header .know-more{
	font-size:.9em;
	font-weight:normal;
}

div.navigation_top .submenu .submenu-header .know-more:hover{
	text-decoration:underline;
}

div.navigation_top .submenu ul{
	float:left;
	width:220px;
	list-style-type:none;
}

div.navigation_top .submenu ul li{
	padding:5px;
	border-bottom:1px solid #003157;
}

div.navigation_top .submenu ul li:hover{
	background-color:rgba(0, 71, 111, 0.2);
}

div.navigation_top .submenu ul li a{
	display:block;
}

div.navigation_top form.search-top {
	float: right;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 5px;
	position:absolute;
	top: 50px;
	right:0;
}

div.navigation_top form.search-top .text_field {
	border: 1px #D3E4F4 solid!important;
	width: 140px;
	color: #257BA4;
	font-size: 0.9em;
	line-height: 1em;
	height: 17px;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 2px;
	float: left;
	border-radius:3px;
	opacity:0.8;
}

div.navigation_top form.search-top .btn-search {
	margin-left: 5px;
}

div.logo {
	float : left;
}

div.logo img {
	margin-top: 12px;
}

.page div.logo a {
	margin-top: 12px;
	display: block;
	height: 124px;
	width: 150px;
	background: transparent url(/skins/ametys/resources/img/logo_Ametys.png) no-repeat top left;
}

div.tools {
	float : right;
	width : 208px;
	margin-top: 16px;
}

div.page .content div#cse-search-results iframe {
/* 	width: 520px; */
}

div.bdx-top .flags {
	float : left;
	margin-top : 4px;
	margin-left : 16px; 
}

div.bdx-top .flags .flag{
	display:  block;
	float: left;
	width: 24px;
	height: 12px;
	margin-left: 8px;
}
.bdx-top .flags .french {background : transparent url(/skins/ametys/resources/img/flag-fr.png) no-repeat 0 0;}
.bdx-top .flags .english {background : transparent url(/skins/ametys/resources/img/flag-en.png) no-repeat 0 0;}


div.bdx-top .network-links{
	float : left;
	margin-left : 20px;
}

div.bdx-top .network-links .link,
div.bdx-footer .link.rss{
	display:  block;
	float: left;
	width: 19px;
	height: 20px;
	margin-left: 7px;
}

.bdx-top .network-links a.facebook {background : transparent url(/skins/ametys/resources/img/link-facebook.png) no-repeat 0 0;}
.bdx-top .network-links a.viadeo {background : transparent url(/skins/ametys/resources/img/link-viadeo.png) no-repeat 0 0;}
.bdx-top .network-links a.linked {background : transparent url(/skins/ametys/resources/img/link-linked.png) no-repeat 0 0;}
.bdx-footer a.link.rss {
	background : transparent url(/skins/ametys/resources/img/rss.png) no-repeat 0 0;
	margin-top:-6px;
	display: inline-block;
	float: none;
	position: relative;
	top: 5px;
}
.bdx-top .network-links a.twitter {background : transparent url(/skins/ametys/resources/img/twitter.png) no-repeat 0 0; width:20px;}

.bdx-top .top-links {
	float: right;
	margin-top: 21px;
	text-align: right;
	width: 555px;
	margin-right: 25px;
}

.bdx-top .top-links a {
	color: #012d55;
	text-decoration: underline;
	padding: 5px 0px 5px 32px;
	height: 25px;
}

.bdx-top .top-links a:hover {
	color: #812281;
	font-weight: normal;
}

.bdx-top .top-links a.forum {background : transparent url(/skins/ametys/resources/img/icon-forum.png) no-repeat 0 0; padding-right : 15px; text-decoration: none;}
.bdx-top .top-links a.forum:hover { text-decoration: underline; }
.bdx-top .top-links a.wiki {background : transparent url(/skins/ametys/resources/img/icon-wiki.png) no-repeat 0 0; padding-right : 15px; text-decoration: none;}
.bdx-top .top-links a.wiki:hover { text-decoration: underline; }
.bdx-top .top-links a.dev {background : transparent url(/skins/ametys/resources/img/icon-dev.png) no-repeat 0 0; padding-right : 15px; text-decoration: none;}
.bdx-top .top-links a.dev:hover { text-decoration: underline; }
.bdx-top .top-links a.webmaster {background : transparent url(/skins/ametys/resources/img/icon-webmaster.png) no-repeat 0 0; text-decoration: none;}
.bdx-top .top-links a.webmaster:hover { text-decoration: underline; }
.bdx-top .top-links a.odf {background : transparent url(/skins/ametys/resources/img/icon-odf.png) no-repeat 0 0; padding-right : 15px; text-decoration: none;}
.bdx-top .top-links a.odf:hover { text-decoration: underline; }
.bdx-top .top-links a.partners {background : transparent url(/skins/ametys/resources/img/icon-partner.png) no-repeat 0 0; text-decoration: none;}
.bdx-top .top-links a.partners:hover { text-decoration: underline; }
.bdx-top .top-links a.contact {background : transparent url(/skins/ametys/resources/img/icon-contact.png) no-repeat 0 0; margin-left: 15px; text-decoration: none;}
.bdx-top .top-links a.contact:hover { text-decoration: underline; }


/* @group Bdx content */
div.bdx-content {
	/*width : 960px;*/
	margin-left : auto;
	margin-right : auto;	
}

div.bdx-content .box {
	height : 180px;
}

div.right-column {
	float: right;
	width: 205px;
	padding-left: 15px;
}

div.right-column .content-published-date {
	display : none;
}

div.right-column .news {
	margin-top: 20px;
}

div.right-column .news h2 {
	font-size: 27px;
}

h2.title,
div.right-column .news h2.title,
div.right-column .product-news h2.title {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	line-height: 27px;
	background-image: url(/skins/ametys/resources/img/puce-violet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 8px;
}

div.right-column .news .link a,
div.right-column .product-news .link a{
	letter-spacing: 0px;
	color: #1DA5D3;
	background-image: url(/skins/ametys/resources/img/puce-blue.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;	
}

div.right-column .content-list-wrapper.link .rss {
	margin-right: 15px;	
}

div.right-column h3.title {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	line-height: 27px;
	background-image: url(/skins/ametys/resources/img/puce-violet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 8px;
}

div.right-column .news .link .rss a,
div.right-column .product-news .link .rss a{
	padding: 0px;
	background: none;
}	

div.right-column .product-news {
	margin-top: 20px;
}

div.right-column .product-news h2{
	font-size: 27px;
}

div.right-column .product-news .innertube,
div.right-column .news .innertube{
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
/*	margin-top: 35px;*/
	padding-left: 10px;
	padding-right: 15px;
	background:url("/skins/ametys/resources/img/bkg-news-product-innertube.png") repeat scroll center bottom transparent
}
div.right-column .product-news .news-ametys h2,
div.right-column .news .news-ametys h2,
div.right-column .news .socialnetworking-tweets h2,
div.right-column .product-news .socialnetworking-tweetsh h2,
div.right-column .news .syndication h2,
div.right-column .product-news .syndication h2,
div.right-column .news .article.view-main h2,
div.right-column .product-news .article.view-main h2,
div.right-column .news .calendar-div h2,
div.right-column .product-news .calendar-div h2 {
	background:transparent url(/skins/ametys/resources/img/bkg-title-news.png) no-repeat left top;
	overflow:hidden;
}
div.right-column .product-news .news-ametys img,
div.right-column .news .news-ametys img{
	position:absolute;
}
div.right-column .product-news .news-ametys .link,
div.right-column .news .news-ametys .link{
	padding-top:5px;
	border-top:1px solid #ffffff;
}
div.right-column .product-news .bkg-product-news,
div.right-column .news .bkg-product-news {
	background: transparent url(/skins/ametys/resources/img/bkg-news-product.png) no-repeat bottom center;
	height: 10px;
}
div.right-column .content-list-wrapper.abstract{ padding:0; }
div.right-column .content-list-wrapper.abstract .innertube img{ position:relative; }

div.right-column .product-news table.invisible a.simple {
  font-size: 0.8em;
  letter-spacing: 0px;
  color: #812281;
  font-weight: bold;
  background-image: url(/skins/ametys/resources/img/puce.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;  
}

div.right-column .product-news div.link a {
  font-size: 0.8em;
  letter-spacing: 0px;
  color: #812281;
  font-weight: bold;
  background-image: url(/skins/ametys/resources/img/puce.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;  
}

div.right-column .newsletter {
	height: 79px;
	margin-top: 35px;
}

div.right-column .newsletter .text_field {
	border: 1px #92d0e5 solid;
	width: 145px;
	margin-top: 45px;
	margin-left: 15px;
	float: left;
}

div.right-column .newsletter .btn-ok {
	padding-top: 42px;
	margin-left: 5px;
	float: left;
}
/**/

a.box-download, a.box-download33, a.box-download34, a.box-knowmore {
	height: 103px;
	width: 206px;
	display: block;
	margin-bottom: 20px;
	text-indent:-2000px;
}

/* @group Bdx footer */
div.bdx-footer {
	padding-top: 40px;
	height: 50px;
	clear: both;
	color: #ffffff;
	font-size: 0.9em;
}

div.bdx-footer ul {
	text-align: center;
}

div.bdx-footer ul li {
	display: inline;
	padding-left: 8px;
	color: #a43aa6;
}

div.bdx-footer ul li a {
	padding-right: 8px;
}

div.bdx-footer ul li.last {
	border: none;
}

div.bdx-footer ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div.bdx-footer ul li a {
	color: #ffffff;
}
/**/
