/* Start of CMSMS style sheet 'Sherpa' */
body {
	background-color: #cacaca;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: none;
}

a {
	outline:none
}

hr.dotted {
  border: none;
  border-bottom: dotted 1px;
  margin-bottom: 10px;
}

#page {
	background-color: #ffffff;
	width: 966px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

#header #header-part-1 {
	background-color: #060C18;
	height: 101px;
	font-size: 11px;
}

#header #header-part-1 #logo {
	position: relative;
	left: 38px;
	top: 24px;
}

#header #header-part-1 #menu {
	color: #ffffff;
	position: relative;
	left: 380px;
	top: -10px;
	font: Arial 11px;
	font-weight: bold;
	width: 600px;
}
#header #header-part-1 #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #header-part-1 #menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header #header-part-1 #menu li a {
	border-bottom:1px dotted;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
	z-index: 100000;
}
#header #header-part-1 #menu ul li ul {
	background-color: #040B16;
}
#header #header-part-1 #menu ul li ul li a {
	z-index: 0;
}

#header #header-part-1 #menu ul li li a {
	border-bottom:none;
}
#header #header-part-1 #menu a:hover {
	color: #618bcf;
	text-decoration: none;
}
#header #header-part-1 #menu a.menuactive {
	color: #618bcf;
}

#header #header-part-2 {
	background-color: #fff;
	height: 150px;
	background: url('images/cms/header-picture.jpg');
}

#header #header-part-2 span#baseline {
	display: block;
	width: 693px;
	height: 41px;
	background: url('images/cms/baseline-default.jpg') no-repeat;
	position: absolute;
	margin-top: 23px;
	margin-left: -9px;
}

#header #header-part-2-homepage {
	background-color: #fff;
	height: 261px;
	background: url('images/cms/header-picture-full.jpg') no-repeat;
}

#header #header-part-2-homepage span#baseline-homepage {
	display: block;
	width: 693px;
	height: 41px;
	background: url('images/cms/baseline-homepage.jpg') no-repeat;
	position: absolute;
	margin-top: 23px;
	margin-left: -9px;
}

#header #header-part-2-homepage #carousel {
	position: relative;
	top: 88px;
	left: 38px;
}

#header #header-part-2-homepage .jcarousel-control {
	position: relative;
	left: 200px;
	top: 15px;
}

#header #header-part-2-homepage .jcarousel-control a {
	display: block;
	width: 8px;
	height: 8px;
	background: url('images/cms/carousel-control-blue.png') no-repeat;
	font-size: 0px;
	float: left;
	margin-right: 5px;
}
#header #header-part-2-homepage .jcarousel-control a.active {
	display: block;
	width: 8px;
	height: 8px;
	background: url('images/cms/carousel-control-white.png') no-repeat;
	font-size: 0px;
	float: left;
	margin-right: 5px;
}

#header #header-part-2-homepage #header-page-button {
	position: relative;
	top: 90px;
	left: -35px;
}

#header #header-part-2-homepage #carousel ul li {
	color: #ffffff;
}
#header #header-part-2-homepage #carousel ul li span.title {
	font-size: 23px;
}
#header #header-part-2-homepage #carousel ul li span.text {
	font-size: 17px;
}

#header #header-part-2-homepage #testimonial {
	position: relative;
	left: 700px;
	top: 50px;
	background: url('images/cms/temoignage-bg.png') no-repeat;
	width: 333px;
	height: 111px;
}

#header #header-part-2-homepage #testimonial #testimonial-content  {
	position: relative;
	left: 32px;
	top: 20px;
	width: 250px;
        height: 50px;
}

#header #header-part-2-homepage #testimonial #testimonial-content a {
	font-size: 11px;
	color: #87a5c7;
	font-style:italic;	
}
#header #header-part-2-homepage #testimonial #testimonial-content a:hover {
	text-decoration: none;
}

#header #header-part-2-homepage #testimonial span.text {
	font-size: 11px;
	color: #ffffff;
	font-style:italic;
	display: block;
	margin-bottom: 5px;
}

#header #header-part-2-homepage #testimonial span.author-1 {
	font-size: 11px;
	color: #87a5c7;
	font-weight: bold;
}

#header #header-part-2-homepage #testimonial span.author-2 {
	font-size: 11px;
	color: #87a5c7;
	font-style:italic;	
}

#content {
	margin-top: 0px;
	margin-left: 37px;
	margin-right: 22px;
	margin-bottom: 28px;
}

#content h2 {
	display: inline;
	float: left;
	position: relative;
	left: -47px;
	top: 0px;
	background: url('images/cms/h2-left.jpg') no-repeat #e5e5e5;
	padding-left: 38px;
	height: 33px;
	padding-top: 10px;
	margin-bottom: 19px;
	padding-right: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #030303;
}

#content #content-left {
	float: left;
	width: 620px;
}

#content #content-right {
	float: right;
	width: 258px;
	margin-top: -40px;
}

#content #content-right a {
	color: #4e86b9;
	text-decoration: none;
	border-bottom: 1px dotted #4e86b9;
}

#content #content-right a:hover {
	border-bottom: none;
}

#footer {
	height: 56px;
	background: #272727;
	color: #525252;
	font-size: 11px;
}

#footer .addthis_button_compact span {
	display: none;
}

#footer #menu {
	float: left;
	margin-top: 13px;
	margin-left: -9px;
	width: 390px;
	height: 31px;
	background: url('images/cms/footer-menu-bg.jpg') no-repeat;
}
#footer #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #eaeaea;
	margin-top: 8px;
	margin-left: 30px;
}
#footer #menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 18px;
}
#footer #menu ul li a {
	color: #eaeaea;
	text-decoration: none;
}
#footer #menu ul li a:hover {
	color: #618bcf;
	text-decoration: none;
}

#footer #wokine {
	float: right;
	margin-top: 15px;
	margin-right: -9px;
}

#copyright {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	color: #525252;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 20px;
	padding-left: 45px;
}


/* Generics */
.clear {
	clear: both;
}

.content-text {
	font-size: 12px;
}

h3.title {
	background: #eaeaea;
	font-size: 18px;
	padding: 10px;
	color: #656565;
}

span.blue-text {
	color: #385c90;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

span.blue-text-medium {
	color: #385c90;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

span.blue-text-small {
	color: #385c90;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

span.grey-text {
	color: #9d9d9d;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.blue-list {	
	list-style: url('images/cms/li-blue.jpg');
}
ul.blue-list li {	
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
}

ul.blue-list-arrow {
	list-style:none;
	margin-left: -20px;
}
ul.blue-list-arrow li {	
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 20px;
	background: url('images/cms/li-blue-arrow.jpg') no-repeat;
}

ul.blue-list-play {	
	list-style: url('images/cms/li-blue-play.jpg');
	margin-left: 80px;
}
ul.blue-list-play li {	
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
}

/* L'equipe */
img.equipe {
	border: solid 6px #e9e9e9;	
}


/* Contact page */
#contact-form #map {
	border: solid 5px #eaeaea;
	padding: 0px;
	width: 420px;
	height: 254px;
	background: #eaeaea;
}

.contactform label {
	font: Arial 12px;
	font-weight: bold;
	float: left;
	width: 100px;
	margin-top: 4px;
	color: #525252;
}

.contactform input {
	background: url('images/cms/text-field-bg.jpg') no-repeat;
	width: 280px;
	height: 30px;
	border: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
}

.contactform input.invalidInput {
	background: url('images/cms/text-field-bg-red.jpg') no-repeat;
}

.contactform select {
	width: 285px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.contactform textarea {
	font: Arial 12px;
	background: url('images/cms/textarea-field-bg.jpg') no-repeat;
	width: 280px;
	height: 144px;
	border: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-top: 10px;
}
.contactform textarea.invalidInput {
	background: url('images/cms/textarea-field-bg-red.jpg') no-repeat;
}

.contactform .fbsubmit {
	background: url('images/cms/submit.jpg') no-repeat;
	width: 66px;
	height: 31px;
	cursor: pointer;
	margin-left: 320px;
	margin-top: 20px;
}

.error_message {
	font-weight: bold;
	font-size: 11px;
	color: red;
}

#contact-form p.error {
     color: red;
}


/* End of 'Sherpa' */

