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


/****************************/
/*          Reset           */
/****************************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/****************************/
/*         Fonts            */
/****************************/

@font-face {
	font-family: 'GillSansMTRegular';
	src: url('./types/gillsans/Gill_Sans_MT.eot');
	src: local('Gill Sans MT Regular'), local('GillSansMT'),
			url('./types/gillsans/Gill_Sans_MT.woff') format('woff'),
			url('./types/gillsans/Gill_Sans_MT.ttf') format('truetype'), 
			url('./types/gillsans/Gill_Sans_MT.svg#GillSansMT') format('svg');
}

/****************************/
/*         Layout           */
/****************************/

BODY {
	background: #fbfcfc url('./images/fond_ciel.jpg') no-repeat 50% 0;
	margin: 0;
	padding: 0;
	font-family: GillSansMTRegular, arial, sans-serif;
	color: #7d695a;
	font-size: 13px;
}

#bigwrapper {
	background: url('./images/fond-header.gif') repeat-x 0 0;	
}

#container {
	width: 988px;
	margin: 0 auto;
	padding: 0 0 50px;
}


/* Header */

	#header {
		height: 133px;
		overflow: hidden;
	}
	
	/* Branding & logo */
	
		#header #branding {
			display: block;
			float: left;
			padding: 58px 0 0 14px;
		}
		
		#header #branding A {
			background: url('./images/style/logo.gif') no-repeat center center;
			display: block;
			width: 95px;
			height: 60px;
			text-indent: -9000px;
			font-size: 1px;
			overflow: hidden;
		}
		
	/* Navigation Menu */
	
		#header #mainMenu {
			width: 800px;
			float: right;
			font-size: 17px;
			color: #7d695a;
			line-height: 18px;
			padding-top: 95px;
		}
		
		#header #mainMenu LI {
			display: inline;	
		}
		
		
		#header #mainMenu #mainNav {
			float: right;
			overflow: hidden;
			text-align: right;
			height: 28px;
		}
		
		#header #mainMenu #mainNav LI {
			        float: left;
        			list-style: none;
		}
		

		
		#header #mainMenu #lgSelect {
			width: 68px;
			overflow: hidden;
			float: right;
		}
		
		
	/* headpic */
		
		#headpic {
			width: 950px;
			margin: 0 19px;
			height: 153px;
			text-indent: -9000px;
		}
		
		#headpic h1 {
			display: block;
			text-indent: -9000px;
			height: 153px;
		}
		
	
/* Page */

	#page {
		background: url('./images/page-fond.gif') repeat-y 50% 0;
	}
	
	#page .wrapper {
		background: url('./images/page-fond-haut.gif') no-repeat 50% 0;
		padding: 13px 0 0;
	}
	
	#page .anythingSlider .wrapper {
		background: none;
		
		padding: 0;
	}
	
	#page #content {
		padding: 30px 47px 1em;
		overflow: hidden;
	}




/****************************/
/*         General          */
/****************************/

#page {
	line-height: 17px;	
}

#content P, #content UL, #cotnent UL {
	padding-bottom: 17px;
}

#content STRONG {
	font-weight: bold;	
}

#content EM {
	font-style:italic;	
}

#content .infoBlock {
	clear: both;
	color: #39536c;
	padding: 2em 98px 1em;
	font-size: 14px;
}

	#content .infoBlock P {
		padding: 0;	
	}

	#content .infoBlock .mainInfo {
		text-transform:uppercase;
	}
	
	

/* Titles */

	H1 {
		font-size: 138%;
		text-transform: uppercase;
	}

	H2 {
		font-size: 138%;
		padding-bottom: 17px;	
	}

/* lists */

	#content UL {
		padding-left: 26px;	
	}
	
	#content LI {
		padding: 0 0 0 11px;
		background: url(images/style/puce01.gif) no-repeat 0 5px;
	}

/* form */

	fieldset {
		border: 0;	
	}
	
	label {
		display: block;	
	}
	
	input {
		display: block;	
	}
	
	select {
		margin: 6px 0 31px 0;
	}
	
	input.text, textarea {
		border: 1px solid #b6b6b6;
		background: url(images/style/input-bg.gif) no-repeat top left;
		padding: 4px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;	
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 2px 0 1em;
		display: block;
	}
	
	textarea {
		width: 285px;
	}
	
	input.text {
		width: 179px;
		margin: 3px 0 20px;
	}
	
	input.button {
		display: inline;	
	}

/* multicolumn */

	.col50 {
		width: 447px;
		float: left;
	}
	
	.col50 P, .col50 BLOCKQUOTE, .col50 UL, .col50 OL, .col50 TABLE {
		margin: 0 25px;	
	}
	
	.col38 {
		width: 310px;
		float: left;
	}
	
	.col24 {
		width: 273px;	
		float: left;
	}
	
	.col66 {
		width: 590px;
		float: left;
	}
	
	.col33 {
		width:	304px;
		float: left;
	}
	
	#content .col33 UL {
		padding-left:1em;	
	}
	
	.separator {
		background:url(images/style/border01.gif) repeat-y right top;
		padding: 0 1px 0 0;
		margin-left: -1px;
	}
	
	.firstcol P, .firstcol BLOCKQUOTE, .firstcol UL, .firstcol OL, .firstcol TABLE, .firstcol H1, .firstcol H2, .firstcol H3, .firstcol H4 {
		margin: 0 25px 0 0;	
	}

	.lastcol P, .lastcol BLOCKQUOTE, .lastcol UL, .lastcol OL, .lastcol TABLE, .lastcol H1, .lastcol H2, .lastcol H3, .lastcol H4, .lastcol DL {
		margin: 0 0 0 25px;	
	}
	
	.banner {
		clear:both;
		margin:0 0 -2ex -28px;
		padding:1em 0 0;
		text-align:center;
		width:100%;
	}
	
	.banner img {
		display: block;
		border: 0;
	}


/* table */

	#content table {
		padding-bottom: 17px;
	}

	#content thead th {
		background-color: #7d695a;
		color: #fff;
		padding: 1px 1ex;
		text-align: center;
	}
	
	#content tbody th {
		text-align: left;	
		padding: 0 1ex;
	}
	
	#content tbody th, #content td {
		border-bottom: 1px solid #EFEAE6;
	}
	
	#content td {
		padding: 2px;	
	}
	
	.tableLegend {
		font-size: 80%; 	
	}
	
	/* feature List */

	#content .featList tbody TD {
		text-align: center;	
	}


/* List */

	/* DL */
	
		dt {
			font-weight: bold;	
			padding: 17px 0 5px;	
		}
		
		dd {
			padding: 1ex 1ex 0;
		}

/****************************/
/*        Specific          */
/****************************/


/* menu */


	/* Main Navigation */


		#header #mainMenu #mainNav LI A {
			position: relative;
			overflow: hidden;
            text-align: center;
            z-index: 10; 
			top: 4px;
            float: right; display: block;
            margin: auto 13px;
		}
		
		/* Lavalamp bg */	
			
			#header #mainMenu #mainNav LI.back {
				background-color:#F4F0ED;
				width: 9px;
				height: 28px;
				z-index: 8;
				position: absolute;
				-webkit-border-radius: 9px;
				-khtml-border-radius: 9px;	
				-moz-border-radius: 9px;
				border-radius: 9px;
			}

			#header #mainMenu #mainNav LI.back .left {
				background-color:#F4F0ED;
                height: 28px;
                margin-right: 9px;
				-webkit-border-top-left-radius: 9px;
				-khtml-border-radius-topleft: 9px;	
				-moz-border-radius-topleft: 9px;
				border-top-left-radius: 9px;
				-webkit-border-bottom-left-radius: 9px;
				-khtml-border-radius-bottomleft: 9px;	
				-moz-border-radius-bottomleft: 9px;
				border-bottom-left-radius: 9px;
			}

	/* Language Selector */
	
	
		#header #mainMenu #lgSelect li a {
			width:29px;
			height:28px;
			display: block;
			float: left;
			text-indent: -9000px;
			background-image: url(images/style/flags.gif);
			background-repeat: no-repeat;
		}

		#header #mainMenu #lgSelect #fr a {
			background-position:left center;
		}

		#header #mainMenu #lgSelect #en a {
			background-position:right center;
		}


/* Contact Form */

	#contactform {
		padding: 25px 0 0;
		background: url(images/style/contactform-bg.gif) no-repeat 435px 55px;
		overflow: hidden;
	}
	
	#contactform #address {
		padding: 161px 0 0 25px;	
	}
	
	#address .vcard, #address .org, #address .vat, #address .RCS {
		padding-bottom: 0.5ex;	
	}
	
	#address .org {
		text-transform: uppercase;
		font-weight: bold;
	}


#footer {
	background: url('./images/page-fond-bas.gif') no-repeat 50% 0 ;
	padding: 15px 19px 0;
}


#footer #credits {
	width: 45%;
	float: right;
	text-align: right;
	color: #39536C;
	font-size: 80%;
	line-height: 17px;
	padding: 1ex 0 0;
}

#footer #logos {
	margin: 0;
	padding: 1ex 0 0;
	overflow: hidden;
	width: 45%;
	float: left;
}

#footer #logos LI {
	list-style: none;
	display: block;
	height: 34px;
	float: left;
	margin-right: 10px;
}

#footer #logos LI A {
	display: block;
	height: 34px;	
	text-indent: -9000px;
}


/* LogoBar */

	#footer #logos LI#logo-IS-BAO { width: 35px;}
	#footer #logos LI#logo-IS-BAO A { background: url(images/style/all-logo.gif) 0 0 no-repeat;}
	#footer #logos LI#logo-IS-BAO A:hover {	background-position: 0 -34px }

	#footer #logos  LI#logo-EBAA { width: 71px;}
	#footer #logos LI#logo-EBAA A { background: url(images/style/all-logo.gif) -44px 0 no-repeat; }
	#footer #logos LI#logo-EBAA A:hover { background-position:  -44px -34px }

	#footer #logos  LI#logo-MLQ { width: 53px;}
	#footer #logos LI#logo-MLQ A { background: url(images/style/all-logo.gif) -207px 0 no-repeat; }
	#footer #logos LI#logo-MLQ A:hover { background-position:  -207px -34px }
	
	#footer #logos  LI#logo-FSF { width: 76px;}
	#footer #logos LI#logo-FSF A { background: url(images/style/all-logo.gif) -124px 0 no-repeat; }
	#footer #logos LI#logo-FSF A:hover { background-position:  -124px -34px }	

	#footer #logos LI#logo-SG { width: 35px;}
	#footer #logos LI#logo-SG A { background: url(images/style/all-logo.gif) -268px 0 no-repeat; }
	#footer #logos LI#logo-SG A:hover { background-position:  -268px -34px }	

#header IMG {
	padding-top: 44px;	
}

.anythingSlider .wrapper {
	overflow:hidden;	
}

/* Accordion */

	#accordion UL {
		padding-bottom: 1ex;
		padding-left: 1em;
	}
	
	#accordion h3 {
		padding-bottom: 1ex;
		font-weight: bold;
	}
	
	#accordion .ui-state-default {
		background:transparent url(images/style/puce02.gif) no-repeat scroll 0 2px;
		padding:0 0 0 17px;	
		cursor: pointer;
	}

	#accordion dt.ui-state-default {
		padding: 15px 0 0 17px;
		background-position: 0 19px;
	}

	#accordion .ui-state-active {
		background:transparent url(images/style/puce02.gif) no-repeat scroll 0 -46px;
		padding: 0 0 0 17px;
		cursor: pointer;
	}
	
	#accordion dt.ui-state-active {
		padding: 15px 0 0 17px;
		background-position: 0 -31px;
	}
	
	#accordion UL LI SPAN {
		font-size: 80%;
		display: block;
	}
	
	DL#accordion {
		margin-top: -17px;	
	}
	
	#accordion DD {
		
	}
	
/* Tabs */

#content .ui-tabs {
	margin: 0 25px 17px 0;
	zoom: 1;
}
#content .ui-tabs UL {padding: 0; overflow: hidden; margin: 0;}
#content .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; margin: 0; background: #ffffff;}
#content .ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	padding: 0;
	border-top: 1px solid #EFEAE6;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #EFEAE6;
	border-left: 1px solid #EFEAE6;
	-webkit-border-top-left-radius: 9px;
	-khtml-border-radius-topleft: 9px;	
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-khtml-border-radius-topright: 9px;	
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
	height: 28px;
	background: transparent url(./images/style/tab-bg.gif) repeat-x scroll 0 10px;
	}
	
#content .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; color: #7D695A !important; }
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	background: transparent url(./images/style/tab-bg.gif) repeat-x scroll 0 0;
}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #39536c !important;
}
#content .ui-tabs .ui-tabs-nav li.ui-state-hover a {
	color: #3755AC !important;
}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#content .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#content .ui-tabs .ui-tabs-panel {
	padding: 1em;
	display: block;
	border-width: 0;
	background: transparent url(./images/style/tab-bg.gif) repeat-x scroll 0 -30px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #EFEAE6;
	-webkit-border-bottom-left-radius: 9px;
	-khtml-border-radius-bottomleft: 9px;	
	-moz-border-radius-bottomleft: 9px;
	border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-khtml-border-radius-bottomright: 9px;	
	-moz-border-radius-bottomright: 9px;
	border-bottom-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-khtml-border-radius-topright: 9px;	
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}

#content .ui-tabs .ui-tabs-panel P {
	padding: 0;
	margin: 0;
}

#content .ui-tabs .ui-tabs-panel TABLE {
	padding: 0;
	margin: 0 auto 17px;
}

#content .ui-tabs .ui-tabs-hide { display: none !important; }

#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected




/****************************/
/*      Single Page         */
/****************************/

#home #content {
	background: url(images/style/content-bg-arrow.gif) no-repeat 68px 120px;	
}

#home #content .firstcol {
	padding-bottom: 20px;	
}

#contact #headpic {
	background: url(images/style/header-contact.jpg) no-repeat center center;	
}

#aviation #headpic {
	background: url(images/style/header-aviation.jpg) no-repeat center center;	
}

#healthcare #headpic {
	background: url(images/style/header-healthcare.jpg) no-repeat center center;	
}

#faq #headpic {
	background: url(images/style/header-faq.jpg) no-repeat center center;	
}

#sms #headpic {
	background: url(images/style/header-sms.jpg) no-repeat center center;	
}

#faq .col33 {
	height: 550px;	
}


/****************************/
/*         Links            */
/****************************/


/* menu */

	.menu A:link, .menu A:hover, .menu A:active, .menu A:visited {
		text-decoration: none;	
	}
	
	#mainMenu A:link, #mainMenu A:hover, #mainMenu A:active, #mainMenu A:visited {
		color: #7d695a;
	}

#content A:link, #content A:active, #content A:visited {
	color: #39536c;
}

#content A:hover {
	color: #3755AC;
}

#footer A:link, #footer A:visited, #footer A:active {
	color: #39536C;
	text-decoration: none;
}

#footer A:hover {
	color: 	#3755AC;
	text-decoration:underline;
}


/****************************/
/*     Contact Results      */
/****************************/

#contact #note {
	color:#1B2D56;
	font-size:13px;
	width:100%;
	text-align: left;
	font-size: 100%;
}

#contact #note UL {
	padding: 0 0 0 1ex;	
}

#contact .error_msg {
	border: 2px solid #DE6765;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #300;
	margin: 0 1ex;
	background: #FFEBEE;
   background: rgb(255, 235, 238); /* The Fallback */
   background: rgba(255, 235, 238, 0.9);
	padding: 1ex;
		width: 580px;	
}

#contact .error_msg LI {
	font-size: 90%;
	text-align: left;
	background: url('images/style/erreur.png') no-repeat 0 3px;
	padding: 4px 0 4px 20px;
}

#contact .error_msg small {
	font-size: 90%;
	display: block;
	padding-top: 1ex;
}

#contact #msg P, #inscription #msg DIV  {
	width: 580px;	
}

#contact #msg p.msg_ok {
	border: 2px solid #8ed360;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 1ex 1ex 1ex 30px;
	padding-bottom: 1ex;
	background: #f4ffeb url('images/style/ok.png') no-repeat 1ex 1ex;
	color:  #283C1B;
	margin-bottom: 12px;
	width: 330px;
}


