/*
    ALLIANZ TEMPLATE CSS

    File: core.css - previously layout.css
    Templates: H1, M1, M2, M3, M4, M5, C1a, C1b, C2, C3, C4, C5, L1, U1, U2, U3, F1, F2, F3, F4
    Date: 20 October 2010
	Author: Alex Dovey 2010
			Jerome MOREELS 2013(ORBO M&H) adapted for responsive design

*/


/* CSS Layout */
body {
	background: url(../images/page-bg.png) center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(  linear,  left top, right top,  from(#CFD0D2),  to(#ACACAE)  );
	background: -webkit-linear-gradient(  left,  #CFD0D2,  #ACACAE  );
	background: -moz-linear-gradient(  left,  #CFD0D2,  #ACACAE  );
	background: -o-linear-gradient(  left,  #CFD0D2,  #ACACAE  );
	background: linear-gradient(  left,  #CFD0D2,  #ACACAE  );
}
/* affichage du top-wrapper géré dans la grille */
#top-wrapper {
	/* background-color: #ccc; */
	padding: 0;
	max-width: 986px;
	width:100%;
	margin:auto;
}
/* géré dans la grille
#head-wrapper {
	background: url("head-bg-2.png") repeat-x top;
	background: -webkit-gradient(  linear,  left top, left bottom,  from(rgba(207,208,210,1)),  to(rgba(200,200,200,0)),  color-stop(0.02, rgba(255,255,255,1)),  color-stop(0.32, rgba(255,255,255,1)),  color-stop(0.5, rgba(215,215,215,1)),  color-stop(0.5, rgba(200,200,200,1)),  color-stop(0.56, rgba(200,200,200,0))  );
	background: -webkit-linear-gradient(  top,  rgba(207,208,210,1),  rgba(255,255,255,1) 2%,  rgba(255,255,255,1) 32%,  rgba(215,215,215,1) 50%,  rgba(200,200,200,1) 50%,  rgba(200,200,200,0) 56%,  rgba(200,200,200,0)  );
	background: -moz-linear-gradient(  top,  rgba(207,208,210,1),  rgba(255,255,255,1) 2%,  rgba(255,255,255,1) 32%,  rgba(215,215,215,1) 50%,  rgba(200,200,200,1) 50%,  rgba(200,200,200,0) 56%,  rgba(200,200,200,0)  );
	background: -o-linear-gradient(  top,  rgba(207,208,210,1),  rgba(255,255,255,1) 2%,  rgba(255,255,255,1) 32%,  rgba(215,215,215,1) 50%,  rgba(200,200,200,1) 50%,  rgba(200,200,200,0) 56%,  rgba(200,200,200,0)  );
	background: linear-gradient(  top,  rgba(207,208,210,1),  rgba(255,255,255,1) 2%,  rgba(255,255,255,1) 32%,  rgba(215,215,215,1) 50%,  rgba(200,200,200,1) 50%,  rgba(200,200,200,0) 56%,  rgba(200,200,200,0)  );
}
*/
#wrapper {
	max-width: 986px;
	margin: -36px auto 0px auto;
}
/* HEADER */
#top {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#top a {
	display: none;
}
/* padding du header géré dans la grille */
#header {
	max-width: 992px;
	margin: 0 auto;
	padding: 0 10px 0 0px;
	/* height: 125px; */
	display: block;
	position: relative;
}
/* l'affichage du pays est géré dans la grille */
#header .portal {
	margin: 0;
	padding: 9px 0 0px 0;
	text-align: right;
	color: #003781;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
/* la taille du logo est gérée dans le fichier grid.css */
#logo {
	float: left;
}
/* NAVIGATION GEREE DANS LA GRILLE 
#main-nav {
	margin: 0 0 0 182px;
	padding: 0 0 0 32px;
	position: relative;
	z-index: 1;
}
#main-nav li a {
	display: block;
	padding: 5px 10px 10px 11px;
}
#main-nav li a, x:-moz-any-link { 
 padding: 5px 10px 9px 11px;
}
#main-nav li ul {
	display: none;
}
#main-nav a:hover, #main-nav li.over a {
	text-decoration: none;
	background-color: #fff;
}
#main-nav li:hover ul, #main-nav li.over ul {
	display: block;
	position: absolute;
	width: 778px;
	background-color: #FFF;
	height: 30px;
	top: 26px;
	left: -42px;
	padding: 0 0 0 30px;
	z-index: 1;
	font-size: 0.9em;
}
#main-nav li ul li {
	list-style: none;
}
#main-nav li:hover ul li a {
	padding: 8px 10px 8px 11px;
}
FIN NAVIGATION GEREE DANS LA GRILLE */

/* CONTENT */

#content {
	margin: 0px 0px 0 0;
}
#content-home #home-flash {
	max-width: 982px;
	margin: 0 0 0 0.2036659877800407%;
	background-color: #fff;
	position: relative;
}
#content-home #home-flash img {
	/* margin: 7px; */
	margin: 0.7128309572301426%;
	width: 98.57%;
}
#content-home #home-flash #flash-text {
	display: block;
	/* height: 180px; */
	height: 49.18032786885246%;
	/* width:300px; */
	width: 30.54989816700611%;
	position: absolute;
	/* top: 62px; */
	top: 16.93989071038251%;
	/* left: 106px; */
	left: 10.79429735234216%;
	overflow: hidden;
}
#content-home #home-flash #flash-text span {
	position: absolute;
	top: 0px;
	left: -1999px;
}
/* Social Networks */
#social-networks {
	background: #FFFFFF;
	margin: 2px 0px;
	padding: 7px;
}
#share {
	float: left;
}
#social {
	float: right;/*width: 140px; */
}
/* GERE DANS LA GRILLE
#social p {
	float: left;
	line-height: 2em;
	font-weight: bold;
	margin: 1.4em;
}
#social img {
	margin: 1.4em;
	line-height: 2em;
}
*/
/* FOOTER */
#footer {
	margin-bottom: 40px;
	padding: 0 2px;
}
/* NAVIGATION */
.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	list-style-image: none !important;
	float: left;
}
#top-nav-float {
	max-width: 982px;
	width:auto;
	height: 2.62em /* 21px */;
	padding: 0 2px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	float: right;
}
#top-nav {
	font-size: 110% /* 1.1em */;
	display: block;
}
#top-nav a {
	display: block;
	padding: 4px 6px 3px 10px;
	margin: 0 5px;
	background: url(../images/icons-2.gif) 0 -90px no-repeat;
}
#top-nav a:hover {
	color: #4d4d4d;
}
#top-nav li {
	z-index: 11;/* position: absolute; */
}
/*#top-nav li.toplink-home { left: 553px; width: 63px; z-index: 13; }
#top-nav li.toplink-contact { left: 610px; width: 91px; z-index: 12; }
#top-nav li.toplink-language { left: 696px; width: 129px; z-index: 12; }*/
#top-nav li.toplink-home {
	/* left: 554px; */
	left:auto!important;
}
#top-nav li.toplink-contact {
	/* left: 747px; */
	left:auto!important;
	z-index: 13;
}
#top-nav li.toplink-language {
	/* left: 615px; */
	left:auto!important;
	/* width: 129px; */
	width:auto !important;
	z-index: 12;
}

/* fix language menu */
#top-nav li.toplink-websites { width: 110px; }
#top-nav li.toplink-language { width: 130px!important; }
#top-nav li.toplink-language ul .lists {left:0;}
#top-nav li.toplink-language ul .lists ul li a {width:auto;}

#top-nav li.toplink-websites {
	/* left: 821px; */
	left: auto !important;
	width: 106px;
	/* width:auto !important; */
	z-index: 11;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
#top-nav li.toplink-websites:hover {
	background-color:white;
	-webkit-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	-moz-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	-o-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
}
#top-nav li.toplink-language:hover {
	background-color:white;
}

#top-nav li.toplink-sitemap {
	/* left: 920px; */
	left:auto !important;
	/* width: 76px; */
	width:auto !important;
	z-index: 14;
}
#top-nav li.toplink-websites a, #top-nav li.toplink-language a {  
	/* position: absolute; */
	z-index: 2;
}
#top-nav li ul {
	display: none;
	background-color:transparent;
}
#top-nav li:hover ul {
	display: block;
	top: 0px;
	/* padding-top: 32px; */
	/* left: -172px; */
	left: auto !important;
	/* width: 344px; */
	width: auto !important;
	/* background: url('../images/our-websites-top.png') top no-repeat; */
	/* position: absolute; */
	position: relative;
	z-index: 1;
	margin: 0;
	background-color: white;
}
#top-nav li ul .lists {
	/* background: url('../images/our-websites-bg.png') repeat-y; */
	background-color: #FFF;
	-webkit-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	-moz-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	-o-box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	box-shadow: 0em 0em 1.5em rgba(0,0,0,0.2);
	width: 310px;
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	left:-164px;
}
#top-nav li ul .lists ul {
	display: block;
	background: none;
	left: auto;
	padding: 0;
	position: static;
	margin: 0;
	margin: 7px 0px;
	width: auto;
}
#top-nav li ul .lists ul li, #top-nav li ul .lists ul li a {
	float: none;
	display: block;
	position: static;
	background: none;
	top: 0;
	left: 0;
}
#top-nav li ul .lists ul li a {
	margin: 0;
	padding: 2px 7px 3px 7px;
	font-size: 0.9em;
	display: block;
	width: 134px;
}
#top-nav li ul .lists ul li a:hover {
	background-color: #eee !important;
}
#top-nav li ul .lists ul li.active a, #top-nav li ul .lists ul li.active a:hover {
	background-color: #819ccc !important;
	color: #fff;
	text-decoration: none;
}
#top-nav li ul .lists .column148.left {
	margin: 0 14px 0 0;
}
#top-nav li ul .lists .column148.right {
	margin: 0;
}
#top-nav li ul .lists .title {
	background-color: #003781;
	color: #fff;
	padding: 5px;
}
#top-nav li ul .end {
	/* background: url('../images/our-websites-end.png') bottom no-repeat; */
	height: 66px;
	width: 344px;
	margin-top: -25px;
	position: relative;
	z-index: 0;
	display: none;
}
#top-nav li ul li {
	list-style: none;
}
/*** tweak for languages dropdown ***/


#top-nav li.toplink-language:hover ul {
	left: -12px;
	width: 182px;
	background-image: url('../images/change-language-top.png') !important;
}
#top-nav li.toplink-language ul .lists {
	/* background-image: url('../images/change-language-bg.png') !important; */
	width: 148px;
}
#top-nav li.toplink-language ul .end {
	background-image: url('../images/change-language-end.png') !important;
	width: 182px;
	display: none;
}
#top-nav li.toplink-language ul .lists ul {
	margin: 0;
}
#top-nav li.toplink-language ul .lists {
	padding-bottom: 7px;
}
#top-nav li.toplink-language ul .lists ul li, #top-nav li.toplink-language ul li ul, #top-nav li.toplink-language ul li ul li, #top-nav li.toplink-language ul li ul li:hover, #top-nav li.toplink-language ul li:hover, #top-nav li.toplink-language ul li:hover ul, #top-nav li.toplink-language:hover ul li, #top-nav li.toplink-language:hover ul li ul {
	background: none !important;
}
#foot-nav {
	margin: 10px 5px;
	font-size: 0.95em;
}
#foot-nav a:hover, #foot-nav2 a:hover {
	color: #4d4d4d;
}
#foot-nav2 {
	clear: both;
	padding-top: 7px;
}
#foot-nav2 a {
	color: #7D7D7D;
}
/* Search */
#search-box { /* marge gérée dans la grille */
	position: relative;
	padding: 5px 4px 2px 4px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	max-width:100%;
	width: 316px;
	height: 19px;
	overflow: hidden;
	float: right;
}
#search-box label {
	font-size: 1.1em;
	color: #4d4d4d;
	margin: 0 5px 0 4px;
	float: right;
	line-height: 1.4;
}
#search-box input#search-field {
	font-size: 1.1em;
	width: 248px;
	max-width:76%;
	float: right;
	color: #8b8b8b;
	padding: 1px 2px 1px 0px;
	border: 0px;
}
#search-box input#search-submit {
	float: right;
	border: none;
	display: block;
	height: 17px;
	width: 17px;
	background: url(../images/search-btn.png) no-repeat #fff;
	cursor: pointer;
}
#search-box input#search-submit:hover {
	cursor: pointer;
}
/* ARROWS, PIPES, DOTTED and SOLID*/
.divider, .white-divider {
	clear: both;
	height: 1px;
	margin: 7px 7px 5px 7px;
	background: url(../images/dotted.gif) repeat-x;/* SOLID LINE can be used by adding a class of pipe to the body tag */
}
.white-divider {
	background: url(../images/dotted.gif) repeat-x #fff;
	margin: 7px 7px 0 7px;
}
li.arrow-or-pipe {
	width: 5px;
	height: 10px;
	display: block;
	background: url(../images/icons-2.gif) 0 -95px no-repeat;
	margin: 0px 2px 0 14px;/* PIPE can be used by adding a class of pipe to the body tag */	
}
.tools {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	/* display: none; */
}
.tools li {
	float: left;
	/* margin-right: 3px; */
	/* margin: 1.4em; */ /* GERE DANS LA GRILLE */
}
/* GERE DANS LA GRILLE
.tools li a {
	width: 22px;
	height: 22px;
	background-color: yellow;
	display: block;
	background: url('../images/tools-icons-dark.gif') no-repeat 0px 0px;
	text-decoration: none;
}
*/
.tools li a:hover {
	text-decoration: none;
}
.tools li a.print {
	background-position: 0px 0px;
}
.tools li a.decrease-text {
	background-position: -25px 0px;
}
.tools li a.increase-text {
	background-position: -50px 0px;
}
.tools li a.friend {
	background-position: -75px 0px;
}
.tools li a.feedback {
	background-position: -100px 0px;
}
.tools li a.share {
	background-position: -125px 0px;
}
.tools li a.print:hover {
	background-position: 0px -26px;
}
.tools li a.decrease-text:hover {
	background-position: -25px -26px;
}
.tools li a.increase-text:hover {
	background-position: -50px -26px;
}
.tools li a.friend:hover {
	background-position: -75px -26px;
}
.tools li a.feedback:hover {
	background-position: -100px -26px;
}
.tools li a.share:hover {
	background-position: -125px -26px;
}
.back-to-top a {
	float: right;
	padding: 7px 26px 7px 5px;
	background: url(../images/btt-btn.png) right 0px no-repeat #FFFFFF;
}
.back-to-top a:hover {
	background-position: right -27px;
}
body.pipe li.arrow-or-pipe {
	background: url(../images/icons-2.gif) 0 -402px no-repeat;
	margin: 0px 10px;
}
body.pipe #top-nav a {
	background-position: 0 -397px;
}
body.pipe #foot-nav .arrow-or-pipe {
	background-position: 0 -428px;
}
body.pipe .divider {
	background: url(../images/line.gif) repeat-x;
}

.h1 .teaser.text {
	height: 150px;
	overflow: hidden;
	float: left;
	padding: 0.7099391480730223%;
	margin: 0.2028397565922921% 0 0 0.2028397565922921%;
	background-color: #fff;
	
}
.teaser.span-1.text {width: 48.17444219066937%;}

@media only screen and (min-width: 481px) {
	.h1 .teaser.text {
		height: auto;
		min-height: 150px;
		overflow: hidden;
		float: left;
		padding: 0.7099391480730223%;
		margin: 0.2028397565922921% 0 0 0.2028397565922921%;
		background-color: #fff;
		
	}
	.teaser.span-1.text {width: 31.7077755240027%;}
}
@media only screen and (min-width: 769px) {
	.h1 .teaser.text {
		height: 164px;
		padding: 0;
		width: 16.48%;
	}
	.teaser.span-1.text {width: 16.48%;}
}
/* fix bug on 2 columns */
.h1 .span-2.text {
	height: auto;
}
/* Share icon popup */
.social-network {
	margin: 0;
	padding: 0;
}
.social-network li {
	list-style: none;
	width: 50%;
	float: left;
	line-height: 32px;
	display: block;
}
.social-network img {
	display: block;
	float: left;
	padding: 2px 10px 2px 0px;
}
.share-box {
	width: 56px;
	height: 60px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}
.share-box.short {
	height: 20px;
}
.share-box .fb_iframe_widget {
	margin-top: 2px;
}
.share-box a.icon:first-child {
	padding: 0px 7px 0px 0px;
}
.share-box .IN-widget {
	width: 56px;
	height: 18px;
}
.captcha {
	height: 120px;
}
/* apply now form */
.applyNow {
	padding: 5px;
}
.applyNow h4 {
	margin-top: 15px;
	font-size: 14px;
}
.applyNow p, .applyNow strong, .applyNow label, .applyNow span {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.applyNow table {
	width: 770px;
}
.applyNow .tauto {
	width: 500px;
}
.applyNow .ttauto {
	width: 600px;
}
.applyNow table table {
	width: 150px;
}
.applyNow td {
	padding: 3px;
	padding-right: 7px;
}
.nopadding td {
	padding-left: 0;
	padding-right: 11px;
}
.applyNow input, .applyNow textarea {
	/*background: none repeat scroll 0 0 transparent;*/
	border: 1px solid #ccc;
	/*display: block;*/
	font-size: 0.9em;
	/*height: 18px;*/
	padding: 2px 5px;
}
.applyNow input[type=text] {
	height: 18px;
}
.checkboxes input {
	width: auto;
	height: 18px;
	display: block;
	float: left;
	margin-right: 25px;
	margin-left: 10px;
	border: 0;
}
.ie7 .checkboxes input {
	margin-right: 20px;
}
.checkboxes_single input {
	width: auto;
	display: block;
	border: 0;
	margin-left: 20px;
}
.checkboxes_single_2 input {
	width: auto;
	display: block;
	border: 0;
	margin-left: 50px;
}
.applyNow label {
	display: block;
	float: left;
	width: auto;
}
/* radio button */
.inputRadio {
/*border: 1px solid red;*/
}
.inputRadio input {
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.inputRadio label {
	padding: 0;
	margin: 0;
}
