@charset "utf-8";

/* -- GENERAL -- */

* {
	margin:0;
	padding:0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	background-image: url('../images/bckgd.jpg');
	color: #343434;
	font-family: Helvetica, verdana, arial;
	font-size: 12px;
}

a:link {
	color: #0392D5;
}

a:hover {
	color: #0392D5;
}

a:active {
	color: #0392D5;
}

a:visited {
	color: #0392D5;
}

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

h1 { 
	font-size: 27px;
	text-transform: uppercase;
}

h2 { 
	font-size: 16px;
	text-transform: uppercase;
	padding: 1.2em 0 0;
}

h3 { 
	font-size: 14px;
}

h4 { 
	font-size: 13px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}


small {
	display:block;
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

pre {
	display:block;
	font-family: monospace;
}

p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

ul {
	margin: 2em 4em;
}

ul li {
	margin: 0 0 1.2em;
}

ol {	
	margin: 2em 1.5em;
}

ol li {
	margin: 0 0 1.2em;
}

img {
	border:0;
}

/* ---- HEADER ---- */

#preheader {
	background-color: #0392d5;
	height: 7px;
}

#header {
	background-color: #124b67;
	background-image: url('../images/header-bckgd.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 101px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header .logo {
	float: left;
	margin: 29px 0 0 23px;
}

.header-content {
	margin: 0 auto;
	width: 960px;
}

#nav {
	padding: 60px 100px 0 0;
	text-align: center;
}

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

#nav li {
	display: inline;
	padding: 3px 0;
}

#nav li a {
	color:#ffffff;
	font-size: 1.1em;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffc20e;
}

/* ---- WRAPPER ---- */

#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
}

.slogan {
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	padding: 18px 0 22px 0;
}


/* ---- CONTENT ---- */

#content {
	margin: 0 0 0 25px;
}


/* ---- MAIN CONTENT ---- */

#main-content {
	border-right: 1px solid #e1e1e1;
	float: left;
	margin: 0 0 0 0;
	min-height:710px;
	padding: 16px 114px 20px 0;
	width: 534px;
}

#main-content p {
	line-height: 1.4em;
}

#main-content ul{
	margin: 1em 4em 2em 4em;

}

#banner-holder {
	border: 1px solid #e1e1e1;
	margin: 0 0 35px 0;
	padding: 2px;
}

.did-you-know {
	background-image: url('../images/arrow-down-blue.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	font-size: 1.7em;
	margin: 0 0 25px 0;
	padding: 0 0 9px 0;
}

.did-you-know .text {
	background-color: #0392d5;
	padding: 20px 10px 20px 10px;
}

.did-you-know .text h1 {
	font-size: 20px;
	font-weight:normal;
	text-transform:none;
	line-height: normal;
	margin:0;
	padding:0;
}


/* ---- SIDEBAR ---- */

#sidebar {
	margin: 0 0 0 649px;
}

#sidebar .title {
	margin: 0 0 20px 23px;
}

#sidebar h2{
	padding: 0;
}

#sidebar-content {
	margin: 20px 0 0 0;
}

#sidebar-content p {
	width: 200px;
}

#sidebar-content .section {
	margin: 0 0 20px 0;
}

#sidebar-content .border {
	border-top: 1px solid #e1e1e1;
	margin: 0 0 20px 0;
	padding: 20px 0 0 23px;
}

#sidebar-content .section  .logo {
	margin: 10px 0 20px 0;
}

.billboard {
	list-style: none;
	margin: 0 0 20px 0;
}

.billboard li {
	margin: 0 0 0.9em 0;
}

.billboard li a {
	color: #343434;
	padding: 0 0 0 23px;
	text-decoration: none;
}

.billboard li a:hover {
	background-image: url('../images/arrow-right-yellow.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

.see-more {
	color: #0392d5;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 30px 0 0;
	text-decoration: none;
}

.next-arrow {
	background-image: url('../images/arrow-right-blue.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 23px;
}

/* ----- FOOTER ----- */

#footer {
	border-top: 1px solid #e1e1e1;
	padding: 10px 30px 60px 0;
}

.footer-section {
	width: 300px
}

.copyright {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

#footer .copyright .links {
	color: #000000;
	font-style: normal;
	margin: 0 0 0 15px;
}

.copyright .links a {
	color: #000000;
	text-decoration: none;
}

#footer .links {
	margin: 10px 0 10px 0;
	text-align: right;
}

#footer .links a {
	margin: 0 0 0 15px;
}

.creation {
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
}

.creation img {
	padding: 0 0 0 5px;
	vertical-align:middle;
}

/* ---- ALIGN CLASSES ---- */

.float-right {
	float:right;
}

.float-left {
	float:left;
}

img.float-right {
	margin: 0 0 1em 1em;
}

img.float-left {
	margin: 0 1em 1em 0;
}

img.centered {
	margin: 1em auto;
}

.clear {
	clear:both;
	height:0px;
}

.no-margin {
	margin: 0;
}



.button {
	background:#0392D5 url(../images/bg-button-1.gif) repeat-x left top;
	border:1px solid #064767;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	margin:10px 0;
	padding:4px 7px;
	width:auto;
}
.cms_newsletter_form  label {
	float: left;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 5px;
	width: 65px;
}

.cms_newsletter_form div {
	height:40px;
}
.cms_newsletter_form div.message {
height: 125px;
}
.cms_newsletter_form textarea {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	height:100px;	
}
.cms_newsletter_form input, .cms_newsletter_form select, .cms_newsletter_form  textarea, .cms_newsletter_form .wysiwyg {
	padding: 6px;
	background: #f4f4f4 url(../images/bg-form-field.gif) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	font-size: 12px;
	width: 225px;
}

.cms_newsletter_form .button {
	background-color: #0392D5;
	color: #ffffff;
	margin: 10px 80px;
	width: 100px;
}

.cms_newsletter_form  .button:hover {
	text-decoration: underline;
}
.success {
	background: #d5ffce url('../images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
	padding: 5px;
	margin-bottom: 10px;
}

.error {
	font-style:normal;
	padding: 10px 10px 10px 36px;
	position: relative;
	margin: 0 0 15px 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	width: 85%;
	background: #ffcece url('../images/icons/cross_circle.png');
	border: 1px solid #df8f8f;
	color: #665252;
	height: 20px;
	line-height:1.5;
}

form.cms_recherche_form .button {
	margin:10px 0;
	display:block;
}

.facebook_content{
	float: right; 
	font-size: 16px; 
	margin-top: 12px; 
	font-weight: bold; 
	color: 	#343434;
}

.fbimg{
	width: 24px; 
	height: 24px; 
	vertical-align: bottom;
}
.post .header {
  margin-bottom: 20px;
}
.post {
	clear: both;
	margin: 0 0 20px 0;
}

.post a.more {
	color: #057ab1;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.post .fb-like{
	margin-top: 20px;
}

.press .post a, .services .post a {
	display: inline;
}

.post .highlight {
	color: #474747;
	font-style: italic;
	font-weight: bold;
	margin: 7px 0 7px 0;
}

.news .post .title {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

.news .post .date {
	font-size: 1.2em;
	font-style: italic;
}

