/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	background: url(/images/theme/bg-background.jpg) repeat-x 0 0;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(/images/theme/bg-content.jpg) no-repeat center 235px;
	height: 100%;
	color: #4b4f4f;
}


/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}
.spacer{
	clear: both;
}


/*** PAGES ***/
#page {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	background: url(/images/theme/bg-footer.jpg) no-repeat center bottom;
	
}


/*** HEADER ***/
#header {
	position: relative;
	background: url(/images/theme/bg-header.jpg) no-repeat 307px 0;
	height: 235px;
}
#header #logo a{
	position: absolute;
	top: 10px;
	left: 95px;
	width: 203px;
	height: 179px;	
	background: url(/images/theme/logo.png) no-repeat 0 0;
}
#header #logo a span{
	position: absolute;
	left: -5000px;
}

ul#nav-0 {
	position: absolute;
	top: 199px;
	right: 95px;
	height: 36px;
	width: 744px;
}

ul#nav-0 li {
	list-style-type: none;
	display: block;
	float: left;
}

ul#nav-0 li a{
	display: block;
	float: left;
	height: 35px;
	background: url(/images/theme/menu-fr.png) no-repeat 0 0;
}

/*** NAV ***/
	
	ul#nav-0 li a#home, #nav li a#home:visited {
		width: 76px;		
		background-position: 0px 0;
	}
	
	ul#nav-0 li a#home:hover, ul#nav-0 li.active a#home {
		background-position: 0px -37px;
	}
	
	ul#nav-0 li a#neurosciences-marketing, #nav li a#neurosciences-marketing:visited {
		width: 200px;		
		background-position: -76px 0;
	}
	
	ul#nav-0 li a#neurosciences-marketing:hover, ul#nav-0 li.active a#neurosciences-marketing {
		background-position: -76px -37px;
	}
	
	ul#nav-0 li a#solutions, #nav li a#solutions:visited {
		width: 114px;		
		background-position: -276px 0;
	}
	
	ul#nav-0 li a#solutions:hover, ul#nav-0 li.active a#solutions {
		background-position: -276px -37px;
	}
	
	ul#nav-0 li a#formation, #nav li a#formation:visited {
		width: 174px;		
		background-position: -390px 0;
	}
	
	ul#nav-0 li a#formation:hover, ul#nav-0 li.active a#formation {
		background-position: -390px -37px;
	}
	
	ul#nav-0 li a#pmg-ong, #nav li a#pmg-ong:visited {
		width: 103px;		
		background-position: -564px 0;
	}
	
	ul#nav-0 li a#pmg-ong:hover, ul#nav-0 li.active a#pmg-ong {
		background-position: -564px -37px;
	}
	
	ul#nav-0 li a#contact, #nav li a#contact:visited {
		width: 77px;		
		background-position: -667px 0;
	}
	
	ul#nav-0 li a#contact:hover, ul#nav-0 li.active a#contact {
		background-position: -667px -37px;
	}

ul#nav-0  li a span {
	position: absolute;
	left: -5000px;
}
/*** LANG ***/
ul#lang-nav{
	position: absolute;
	top: 8px;
	right: 90px;
}
ul#lang-nav li{
	list-style-type: none;
	display: inline;
	color: #17629D;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 8px 0 5px;
}
ul#lang-nav li.first{
	border-right: 1px solid #5FAAE4;
}
ul#lang-nav li a, ul#lang-nav li a:visited{
	color: #5FAAE4;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
ul#lang-nav li a:hover{
	color: #17629D;
}

/*** CONTENT ***/
#content {
	width: 814px;
	margin: 0 auto;
	min-height: 429px;
	padding-top: 16px;
}
#content h1 {
	color: #2c8edc;
	font-size: 2.2em;
	border-bottom: 1px solid #2c8edc;
	padding: 16px 10px 5px;
	margin-bottom: 8px;
	position: relative;
}
#content h2{
	color: #015496;
	font-size: 1.6em;
	padding: 5px 10px 22px;
}
#content h2.second{
	padding: 15px 10px 8px;
}
#content h3{
	color: #00447a;
	font-size: 1.3em;
	padding: 4px 10px;
}
#content p{
	font-size: 1.2em;
	padding: 0 10px 12px;
	text-align: justify;
	line-height: 140%;
}
#content p strong{
	color: #1d2124;
}
#content blockquote {
	background: #F5F5F5;
	border-top: 1px solid #99C8EE;
	border-bottom: 1px solid #99C8EE;
	margin: 15px 10px 20px;
	padding:  15px 22px;
}
#content blockquote  p{
	padding: 0 0 10px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 1.2em;
}
#content a, #content a:visited {
	color: #2c8edc;
	text-decoration: underline;
}
#content a:hover {
	color: #15609C;
	text-decoration: none;
}
#content img{
	background: #fff;
	padding: 2px;
	border: 1px solid #0F5D9C;
}
#content img.image-droite{
	float: right;
	margin: 0 0 14px 16px;
}
#content img.image-gauche{
	float: left;
	margin: 0 16px 14px 0;
}
#content blockquote  p span.auteur{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #2c8edc;
	font-size: 1.1em;
	background: url('/images/theme/puce-auteur.png') no-repeat 0 8px;
	padding-left: 17px;	
	margin: 5px 0 10px;	
}
#content ul{
	margin: 4px 20px 16px 20px;
}
#content ul li{
	list-style-type: none;
	list-style-position: inside;
	font-size: 1.2em;
	padding: 1px 0 1px 10px;	
	background: url(/images/theme/puce.png) no-repeat 0 7px;
}

/*** VIDEOS ***/
.video-box{
	clear: both;
	padding: 14px 10px 28px;
}
.video-player{
	float: left;
	width: 420px;
}
.video-infos{
	float: left;
	width: 370px;	
}
#content .video-infos h2{
	padding-bottom: 4px;
	padding: 0 0 2px;
}
#content .video-infos p{
	padding: 0 0 12px 0;
}
#content .video-infos p.video-date{
	color: #2c8edc;
	font-weight: bold;
}
#content .video-infos .video-desc{
	border-top: 1px dotted #2c8edc;
	border-bottom: 1px dotted #2c8edc;
	padding: 16px 0;
	margin-bottom: 14px;
}
#content a.more-video{
	position: absolute;
	top: 22px;
	color: #015496;
	right: 10px;
	background: #F5F5F5;
	padding: 3px 8px;
	text-decoration: none;
	font-size: 0.55em;
	text-transform: uppercase;
}
#content a.more-video:hover{
	background: #e5e5e5;
}

/*** FORMATIONS ***/
.formation-box{
	clear: both;
	padding: 14px 10px 28px;
	/*font-size: 1.2em;*/
}
#content .formation-box h2{
	padding-bottom: 4px;
	padding: 0 0 2px;
}
#content .formation-box p{
	padding: 0 0 12px 0;
}
#content .formation-box p.formation-date{
	color: #2c8edc;
	font-weight: bold;
}

/*** CONTACT ***/
#contact-infos{
	float: left;
	width: 390px;
}

form#formulaire{
	float: left;
	margin: 0 0 30px;
}

form#formulaire label{
	float: left;
	width: 130px;
	font-weight: bold;
}
form#formulaire p.optin{
	padding-left: 136px;
	width: 260px;
}
form#formulaire p.optin label{
	font-weight: normal;
	float: none;
	font-size: 0.9em;
}
form#formulaire input.field, form#formulaire textarea{
	width: 260px;
	border: 1px solid #c5c5c5;
	background-color: #F6F6F6;
}
form#formulaire textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
form#formulaire input.button{
	float: right;
	border: 1px solid #c5c5c5;
	background-color: #DADEE9;
	margin-left: 5px;
	padding: 3px 5px;
}
#googleMap{
	margin: 0 0 10px 10px;
}
#googleMap iframe{
	padding: 0;
	border: 1px solid #C5C5C5;
}

/*** SITEMAP ***/
ul#sitemap-0, ul#sitemap-0 ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap-0 {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap-0 li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/theme/sitemap-puce.png) no-repeat 0 7px;
}


/*** FOOTER **/
#spacer-footer	{
	height: 70px;
	clear: both;
}

#footer {
	height: 30px;
	margin-top: -30px;
	background: url(/images/theme/bg-footer.png) repeat-x 0 bottom;
}
#footer  p{
	position:relative;
	width: 814px;
	margin: 0 auto;
	font-family: Helvetica, Arial, Serif;
	font-size: 1.1em;
}
#footer p a{
	color:#2c8edc;
	text-decoration:none;
}
#footer p span.by a{
	color:#54abf0;
	position:absolute;
	right:0;
}/* Encodé en UTF-8 */

/*** MESSAGE TOP ***/
#message-top {
	font-size: 1.4em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

div.ok #message-top-inner {
	background: #ebf1ec url('/images/theme/ok-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ok #message-top-inner-inner {
	background: url('/images/theme/ok-bg-icon.png') no-repeat 24px 24px;
	min-height: 100px;
}

div.ok #message-top-inner p {	
	color: #376a02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 40px 0 0 120px;
}

div.ko #message-top-inner {
	background: #ebf1ec url('/images/theme/ko-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ko #message-top-inner-inner {
	background: url('/images/theme/ko-bg-icon.png') no-repeat 24px 19px;
	min-height: 100px;
}

div.ko #message-top-inner p {	
	color: #910000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 20px 0 0 120px;
}

div.ko #message-top-inner ul {	
	padding: 10px 0 10px 120px;
}

div.ko #message-top-inner ul li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 5px 0 5px 12px;
	color: #000;
	list-style: none;
	background: url('/images/theme/ko-puce.png') no-repeat 0 10px;
}

#message-top #close {
	width: 100%;
	height: 41px;
	display: block;
	z-index: 99999;
	padding: 0;
}

div.ok #close {
	background: url('/images/theme/ok-close-bg.png') repeat-x 0 0;
}

div.ko #close {
	background: url('/images/theme/ko-close-bg.png') repeat-x 0 0;
}

#message-top #close a {
	width: 100%;
	height: 41px;
	display: block;
	outline: none;
}

div.ok #close a {
	background: url('/images/theme/ok-close-a-bg-fr.png') no-repeat 98% 0;
}

div.ko #close a {
	background: url('/images/theme/ko-close-a-bg-fr.png') no-repeat 98% 0;
	
}#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
	z-index: 10;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #acacac;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}

#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #e3e3e3;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #ffd;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}

#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #383848;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #ffd;
	color: #383848;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #c7c7c7;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(/images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(/images/theme/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(/images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(/images/theme/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}
