/*
Theme Name: Quiétude et Compagnie - ancien thème sans parent
Description: Thème développé pour le site http://www.quietudeetcompagnie.com.
Author: Boris Colombier
Version: 1.1
*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body {
	font-weight:normal;
	/*,'Calibri'*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	margin:0;
	padding:0;
	/*background:#0000ff url(images/bg.png) 50% 0 no-repeat;*/
	background: #218b99;
	
	line-height:130%;
	
}

ul {
	list-style:none;
}

a {
	color:#218b99;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:0.8em 0;
}

h2 {
	color:#218b99;
	text-transform:uppercase;
	font-size:12px;
	padding-bottom:10px;
}

#colLeft h2, #colLeft h3 {
	text-transform:none;
	padding:5px 0;
}

#colRight h2 {
	font-size:12px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	padding-top:0;
	margin-bottom:5px;
}

h2.home {
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:6px;
}

h3 {
	font-size:16px;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#333;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
}
h1, h2, h3 {
	line-height:100%;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:35px auto 0;
	margin-top: 0;
	width:960px;
	/*background:#fff url(images/bk_wrapper.jpg) 0 0 no-repeat;*/
	padding-bottom:1px;
	border: solid 1px #eee;
	border-bottom: 0;
	background: #fff;
}


#header {
	height:125px;
	position:relative;
	/*border-bottom:1px solid #E2E2E2;*/
	/*background:url(images/bk_header.jpg) 0 100% repeat-x;*/
}

#content {
	padding:5px;
	/*border-bottom:12px solid #B7DCF1;*/
	min-height:500px;
	padding-top: 15px;
	background-image: url(images/bg_dots.gif);
	background-repeat: repeat-x;
	background-position: 5px 10px;
}

.columns {
	background:url(images/bk_rightcol.jpg) 625px 0 repeat-y;
}

#footer {
	clear:both;
	padding-top: 0px;
	width:960px;
	margin:auto;
	color:#7C8A91;
	position:relative;
	background: url("images/bg_dots.gif") repeat-x scroll 5px top white;
	border: solid 1px #eee;
	border-top: 0;
	padding-bottom: 10px;
}
#footer ul{
	text-align: center;
	padding-top: 25px;
}
#footer li{
	display: inline;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	margin: 20px;
	margin-left: 30px;
}

#logo {
	padding:0;
	background:none;
	border:none;
}

#logo a, #logo a:hover{
	background:url(images/logo.png) 0 0 no-repeat;
	width:315px;
	height:59px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}


#topMenu {
	position: absolute;
	left: 10px;
	top: 110px;
	border-left:1px solid #ccc;
}

#topMenu li {
	float:left;
	padding:0 23px;
	border-right:1px solid #ccc;
}

#topMenu li a {
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#topMenu li a:hover, #topMenu li.selected a {
	color:#218b99;
}

/* CONTENT
---------------------------------------------*/
#latestPostsHome {
	display:block;
}

#latestPostsHome li {
	display:block;
	float:left;
	background:#FBFBFB url(images/bk_latest_box.jpg) 0 100% repeat-x;
	border:1px solid #DDD;
	padding:10px;
	margin-right:12px;
	width:275px;
	height:190px;
	position:relative;
	margin-bottom:20px;
}

#latestPostsHome li h3 {
	padding-bottom:6px;
	font-weight:normal;
}

#latestPostsHome li p img {
	float:left;
	margin-right:10px;
}

#latestPostsHome li span {
	display:block;
	position:absolute;
	bottom:10px;
	left:7px;
	color:#828282;
	font-size:11px;
}

#latestPostsHome li span img {
	vertical-align:middle;
	margin-right:3px;
}

#content ul#latestPostsHome li a.readmore {
	display:block;
	position:absolute;
	bottom:8px;
	right:10px;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;
}

#homeColumns {
	display:block;
}

#homeColumns li {
	float:left;
	border-right:1px dashed #E0E0DA;
	padding:10px;
	padding-left:0;
	margin-right:11px;
	width:288px;
	position:relative;
}

#homeColumns li img {
	border:none;
}

#homeColumns li.last {
	margin-right:0;
	border:none;
}


#colLeft {
	float:left;
	width:590px;
	padding-top:25px;
	font-size: 120%;
}

#colRight {
	float:left;
	width:290px;
	padding-top:30px;
	margin-left:15px;
	padding-left:20px;
}

#colRight ul {
	margin-bottom:15px;
}

#colLeft ul li {
	display:block;
	background:url(images/bullet.jpg) 0 5px no-repeat;
	padding:2px 0 3px 15px;
}


#colRight ul#latestPosts li, #colRight ul#subCategs li, #colRight ul li  {
	border-bottom:1px solid #efefef;
	line-height:170%;
	padding:5px;
	background:#f9f9f9;
}

#colRight ul#latestPosts li a, #colRight ul#subCategs li a, #colRight ul li a{
	text-decoration:none;
}

#colRight ul#latestPosts li a:hover, #colRight ul#subCategs li a:hover, #colRight ul#latestPosts li:hover a, #colRight ul#subCategs li:hover a{
	color:#333;
}

#colRight ul#latestPosts li:hover, #colRight ul#subCategs li:hover, #colRight ul li:hover  {
	background:#fff;
}

#colRight ul#latestPosts li span {
	font-size:11px;
	color:#828282;
}

#colRight ul#latestPosts li span img {
	vertical-align:middle;
}

.rss {
	margin:0 0 10px;
	padding:5px 0 10px;
	border-bottom:1px solid #efefef;
}

.rss img {
	float:left;
	margin-right:15px;
	border:none;
}

.serviceColLeft, .serviceColRight {
	float:left;
	width:275px; 
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding-right:15px;
	margin-top:22px;
	height:250px; /* here you can adjust the service box height to fit the content*/
	padding-bottom:25px;
	
}

.serviceColRight {
	float:left;
	width:255px; 
	padding-left:20px;
	padding-right:15px;
	border-right:none;
	
}

.serviceColLeft img , .serviceColRight img {
	float:left;
	margin-right:15px;
	margin-bottom:2px;
}


.blogItem img {
	padding:6px;
	border:1px solid #efefef;
	margin-bottom:5px;
}

.blogItem span img {
	padding:0;
	border:none;
	vertical-align:middle;
	margin:0 5px;
}

.blogItem span.action {
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
}

.blogItem, .blogItemSearch {
	margin: 15px;
	margin-bottom:20px;
}

.blogItem p img {
	padding:5px;
	border:1px solid #efefef;
} 

.blogItemSearch {
	margin-bottom:10px;
}

.more-link {
	display:block;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;	
}

span.metadata {
	display:block;
	padding:5px 0;
	font-size:11px;
	color:#828282;
	border-bottom:1px solid #efefef;
}

span.metadata img {
	vertical-align:middle;
}

.search-terms {
	color:#218b99;
	font-style:italic;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:18px;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

*html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
	border-bottom:1px solid efefef;
}

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

.footerMark {
	position:absolute;
	top:10px;
	right:0;
}

/* HOME SLIDER
-----------------------------------------------*/

#slider {
	margin-bottom:20px;
	padding-top:20px;
}

* html #slider {
	padding-bottom:0;
}

#sliderFold {
	width:305px;
	padding:0;
	float:left;
}

#sliderFold .sliderItem, #sliderFold .sliderItemOn, #sliderFold .sliderItemOnFirst{
	padding: 8px 20px 2.4px 84px;
	border-right:1px solid #ACD7EE;
	border-bottom:1px solid #ACD7EE;
	border-top:1px solid #fff;
	height:66px;
	position:relative;
	cursor:pointer;
}



 #sliderFold .sliderItemOnFirst {
 	border-top:1px solid #ACD7EE;
 }

#sliderFold .sliderItemOn, #sliderFold .sliderItem:hover {
	border-right:none;
	background:url(images/bk_serv_active.jpg) 100% 0 repeat-y;
	
	
}

#sliderFold .sliderItem h2, #sliderFold .sliderItemOn h2, #sliderFold .sliderItemOnFirst h2 {
	font-size:16px;
	letter-spacing:-1px;
	padding-bottom:5px;
	text-transform:none;
	color:#333;
}

#sliderFold .sliderItem p, #sliderFold .sliderItemOn p, #sliderFold .sliderItemOnFirst p  {
	line-height:120%;
	margin:0;
	padding:0;
}

#sliderFold .sliderItem img, #sliderFold .sliderItemOn img, #sliderFold .sliderItemOnFirst img{
	position:absolute;
	left:0;
	top:10px;
	height: 60px
}

.sliderImg {
	background:#D5EAF7 url(images/bk_blue_grad.jpg) 0 100% repeat-x;
	border:1px solid #ACD7EE;
	border-left:none;
	position:relative;
	float:left;
	padding:7px;
	height:376px;
}

.panel a.butDetails {
	display:block;
	position:absolute;
	width:157px;
	height:40px;
	background:url(images/but_slider.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	right:3px;
	bottom:5px;
}

.panel img {
	border:1px solid #fff;
}	

.panel p.projName {
	font-size:16px;
	padding:15px 4px;
	margin:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 376px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:384px;
	position:relative;
}


/* FORMS
--------------------------------------------------*/

#searchform {
	position:absolute;
	top:27px;
	right:20px;
}

#searchform input#s {
	width:195px;
	background:url(images/bk_searchbox.jpg) 0 0 no-repeat;
	font-size:12px;
	font-style:italic;
	/*font-family:Arial, Helvetica, sans-serif;*/
	padding:4px 5px;
	border:none;
	color:#999;
}

#searchform input#searchsubmit {
	width:25px;
	height:22px;
	background:url(images/bk_searchbut.jpg) 0 0 no-repeat;
	border:none;
}

#searchform input {
	float:left;
}

form#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#contact input, form#contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#666;
	width:300px;
}

form#contact textarea {
	width:500px;
}

form#contact input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}

form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#commentform input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#666;
	width:300px;
}


form#commentform textarea {
	width:500px;
}

form#commentform input#submit{
	border:none;
	width:157px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_butpostcomm.jpg) 0 0 no-repeat;
	font-size:11px;
}



/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	visibility: hidden;
}

.noclear {
	clear: none;
}

#contact_hp{
	background: #e5e899; /* url(images/bk_blue_grad.jpg) repeat-x scroll 0 100%;*/
	padding: 5px;
	text-align: center;
}
#contact_hp input{
	width: 200px;
}
.ajax-loader{
	display: block;
}


#service5{
	/*padding: 10px*/
}

#colLeft table{
	border-collapse: collapse;
	font-size: 90%;
	width: 580px;
}
#colLeft table tr.first td{
	font-weight: bold;
	border-bottom: solid 1px #888;
}
#colLeft table td{
	padding: 10px 8px;
}
.lastcolumn{
	font-weight: bold;
}
tr.odd td{
	background: #f0f9ff;
}
#colLeft table tr.first td{
	font-weight: bold;
	border-bottom: solid 1px #888;
	background: #fff;
}
tr.last td{
	border-bottom: solid 1px #888;
}
.column1{
	width: 230px;
}
.column2{
	width: 120px;
}
.column3{
	width: 230px;
}
#baseline{
	font-size: 16px;
	color: #E4952A;
	/*font-family: 'Cuprum',arial,serif;*/
	position:relative;
	left:30px;
	top:-10px;
}
#header_comp_holder{
	float: right;
	width: 483px;
}
#header_comp_holder img{
	margin-right: 10px;
}
#header_action{
	float: right;
	margin: 0 10px;
	text-align: center;
	font-size: 11px;
}
#header_action a{
	color: #509aa8;
	text-decoration: none;
}
#header_action a:hover{
	text-decoration: underline;
}
#header_call_action{
	color: #000;
	font-size: 13px;
	background: url("images/bg_tel.png") no-repeat scroll 3px 1px transparent;
	padding: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
	width: 250px;
	font-family: arial;
	/*border: solid 5px #e0e0e0;
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;*/
}
#header_call_action span{
	font-size: 20px;
	font-weight: bold;
}
#services_holder{
	clear: both;
	padding-top: 20px;
}
.service{
	float: left;
	margin-right: 25px;
	/*-moz-border-radius:3ex;
	-webkit-border-radius:3ex;*/
	width: 206px;
	height: 271px;
}
.service a{
	text-decoration: none;
}
.service img{
	border: 0;
	margin-left: 3px;
	margin-top: 3px;
}
.s_header{
	height: 65px;
	
	color: #000;
}
.s_header img{
	float: left;
	margin: 10px 12px 0 15px;
}
.s_header p{
	/*font-family: 'Cuprum',arial,serif;*/
	font-size: 21px;
	margin: 0;
	padding-top: 10px;
	line-height: 22px;
	font-family: arial;
	font-weight: bold;
	color: #666;
}
.s_tarif{
	height: 50px;
	text-align: center;
	/*-moz-border-radius-bottomleft:2ex;
	-moz-border-radius-bottomright:2ex;
	-webkit-border-bottom-left-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;*/
}
.s_tarif p{
	margin: 0;
	padding-top: 15px;
	font-size: 16px;
}
.s_tarif p .part1{
	font-size: 10px;
}
.s_tarif p .part2{
	font-size: 24px;
	font-weight: bold;
}
.s_tarif p .part3{
	font-size: 19px;
}
.s_tarif p .part4{
	font-weight: bold;
}
#service1{
	/*border: solid 3px #3D8B99;*/
	margin-left: 17px;
	background: url(images/bg_home_service_1.jpg) no-repeat bottom right;
}
#service2, #service5{
	/*border: solid 3px #C9D6DA;*/
	background: url(images/bg_home_service_2.jpg) no-repeat bottom right;
}
#service3{
	/*border: solid 3px #DBDA50;*/
	background: url(images/bg_home_service_3.jpg) no-repeat bottom right;
}
#service4{
	/*border: solid 3px #DFA746;*/
	background: url(images/bg_home_service_4.jpg) no-repeat bottom right;
}
#service1 .s_tarif{
	/*background: #3D8B99;*/
	color: #fff;
}
#service2 .s_tarif, #service5 .s_tarif{
	/*background: #C9D6DA;*/
	color: #000;
}
#service3 .s_tarif{
	/*background: #DBDA50;*/
	color: #000;
}
#service4 .s_tarif{
	/*background: #DFA746;*/
	color: #000;
}
#widgets_home{
	background: url("images/bg_dots.gif") repeat-x scroll left top white;
	margin-top: 25px;
	padding-top: 30px;
}
#services_holder hr, #widgets_home hr{
	visibility: hidden;
	clear: both;
}
.home_widget{
	float: left;
	border: solid 1px white;
	width: 33%;
}
.home_widget h2{
	text-align: center;
	background :#DBDA50;
	width: 80%;
	margin: auto;
	padding-top: 10px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
}
.home_widget .action_bt{
	background:url("images/bg_action_yellow.png") no-repeat scroll 50% 50% transparent;
	font-weight:bold;
	margin-top:15px;
	padding:6px;
	color: #000;
	line-height: 16px;
}
.home_widget .action_bt a{
	color: #000;
	text-decoration: none;
}
#accueil_gauche{
	text-align: center;
}
#accueil_gauche h2{
	color: #fff;
	background: #3D8B99;
	font-weight: arial;
}
#accueil_gauche button{
	margin-top: 20px;
	padding: 6px;
	font-weight: bold;
	background: #ffe240;
	text-decoration: underline;
}
#accueil_droite ol{
	padding: 20px 60px 10px 60px;
	list-style-position: outside;
	text-align: left;
}
#accueil_droite li{
	margin-bottom: 7px;
}
#accueil_centre{
	border-left: dotted 1px #ddd;
	border-right: dotted 1px #ddd;
}
#accueil_centre h2{
	background: #3D8B99;
	color: white;
	font-weight: arial;
}
#accueil_centre p{
	text-align: center;
}
#accueil_centre button{
	margin-left: 40px;
	padding: 6px;
	font-weight: bold;
	background: #DFA746;
	color: white;
	text-decoration: underline;
}
#accueil_centre ol{
	padding: 20px 20px;
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
	margin-left: 60px;

}
#accueil_centre ol>li{
	margin-bottom: 10px;
}
#accueil_centre ol ul{
	margin-left: 20px;
	font-weight: normal;
	list-style-type: circle;
}
#accueil_droite{
	text-align: center;
}
#accueil_droite h2{
	background: #3D8B99;
	color: white;
	font-weight: arial;
}
#accueil_droite button{
	padding: 6px;
	margin-top: 20px;
	font-weight: bold;
	background: #ffe240;
	text-decoration: underline;
}
#accueil_droite form{
	width: 210px;
	text-align: left;
	margin: auto;
}
form .wpcf7-submit{
	height: 30px;
	width: 100px;
}
#accueil_droite form .input_fld{
	width: 180px;
	border:1px solid #777777;
	font-size:14px;
}


#accueil_gauche .service_new{
	background: url(images/bg_home_service_2.jpg) no-repeat 0 0;
	margin-left: 16px;
}
#accueil_gauche .service_new .s_image{
	position: relative;
	left: -1px;
}
#accueil_gauche .service_new .s_tarif{
/*	position: relative;
	top: 25px;*/
}
#accueil_gauche .service_new .s_tarif p .part1 {
	font-size: 12px;
}
#accueil_gauche .service_new .s_tarif p .part2 {
	font-size: 26px;
}
#accueil_gauche .service_new .s_tarif p .part3 {
	font-size: 21px;
}
#accueil_gauche .service_new .s_header{
	position: relative;
}
#accueil_gauche .service_new .s_header img{
	
}
#accueil_gauche .service_new .s_header p{
	position: relative;
	left: -20px;
}
#accueil_gauche .service_new img#new_blink{
	position: absolute;
	bottom: 0;
	left: 4px;
	margin: 0;
	width: 200px;
}
#service3 img#new_blink {
	position: absolute;
	bottom: 0;
	left: 3px;
	margin: 0;
	width: 200px;
}
#service3 .s_image{
	position: relative;
}
#accueil_gauche{
	width: 235px;
}
#accueil_centre{
	width: 350px;
}
#accueil_droite{
	width: 350px;
}
/***** template client *****/
#client_wrapper{
	padding-top: 25px;
}
#client_leftcol{
	width:20%; 
	float:left; 
	position:relative;
}

#client_twocols{
	width:79%; 
	float:right; 
	position:relative; 
}
#client_rightcol{
	width:28%; 
	float:right; 
	position:relative; 
}

#client_rightcol ol{
	padding: 0 20px;
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
}
#client_rightcol ol ul{
	margin-left: 20px;
	font-weight: normal;
	list-style-type: circle;
}
#client_maincol{
	float: left; 
	position: relative; 
	width:530px;
	border: 1px dotted #ddd;
	border-top: 0;
	border-bottom: 0;
}

.widget h2{
	background:none repeat scroll 0 0 #3D8B99;
	color: #fff;
	text-align: center;
	padding: 7px 5px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	margin-bottom: 10px;
	/*font-weight: normal;*/
	 font-family: arial;
}
#client_leftcol2{
	margin-top: 30px;
}
#client_leftcol2 ol{
	width: 80%;
	margin-left: 15%;
}
#client_leftcol4 .textwidget p{
	margin: 0 10px;
}
#client_maincol #main_content_holder{
	padding-left: 20px;
	padding-right: 20px;
}

#client_rightcol1 form{
	padding-left: 5px;
}
#client_rightcol1 form .input_fld{
	width: 180px;
	border:1px solid #777777;
	font-size:14px;
}

/*********/
.client_service{
	/*-moz-border-radius:3ex;
	-webkit-border-radius:3ex;*/
	margin-bottom: 10px;
	margin-left: 8px;
	width: 177px;
	height: 91px;
}
.client_service a{
	text-decoration: none;
}
.client_service img{
	border: 0;
}
.client_service .s_header{
	height: 50px;
	color: #000;
}
.client_service .s_header img{
	float: left;
	margin: 10px 8px 0 15px;
}
.client_service .s_header p{
	/*font-family: 'Cuprum',arial,serif;*/
	font-size: 15px;
	margin: 0;
	padding-top: 7px;
	line-height: 18px;
	font-weight: bold;
}
.client_service .s_tarif{
	height: 35px;
	text-align: center;
	/*-moz-border-radius-bottomleft:2ex;
	-moz-border-radius-bottomright:2ex;
	-webkit-border-bottom-left-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;*/
}
.client_service .s_tarif p{
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
}
.client_service .s_tarif p .part1{
	font-size: 9px;
}
.client_service .s_tarif p .part2{
	font-size: 22px;
	font-weight: bold;
}
.client_service .s_tarif p .part3{
	font-size: 17px;
}
#client_service1{
	/*border: solid 3px #3D8B99;*/
	background: url(images/bg_client_service_1.jpg) no-repeat bottom right;
}
#client_service2, #client_service5{
	/*border: solid 3px #C9D6DA;*/
	background: url(images/bg_client_service_2.jpg) no-repeat bottom right;
}
#client_service3{
	/*border: solid 3px #DBDA50;*/
	background: url(images/bg_client_service_3.jpg) no-repeat bottom right;
}
#client_service4{
	/*border: solid 3px #DFA746;*/
	background: url(images/bg_client_service_4.jpg) no-repeat bottom right;
}
#client_service1 .s_tarif{
	/*background: #3D8B99;*/
	color: #fff;
}
#client_service2 .s_tarif, #client_service5 .s_tarif{
	/*background: #C9D6DA;*/
	color: #000;
}
#client_service3 .s_tarif{
	/*background: #DBDA50;*/
	color: #000;
}
#client_service4 .s_tarif{
	/*background: #DFA746;*/
	color: #000;
}
#client_rightcol2{
	
}
#client_rightcol3 p{
	text-align: justify;
	padding: 0 20px 0 15px;
}
#client_maincol h3{
	font-size: 15px;
	margin: 15px 0;
}
#client_maincol h4{
	color: #E36C0A;
	margin: 10px 0;
}
.client_bleu{
	color: #218B99;
}
#client_maincol ul, #salaries_maincol ul{
	list-style: circle outside none;
	margin-left: 15px;
}

/* salaries template */
#salaries_wrapper{
	padding-top: 25px;
}
#salaries_leftcol{
	width:20%; 
	float:left; 
	position:relative;
}

#salaries_twocols{
	width:79%; 
	float:right; 
	position:relative; 
}
#salaries_rightcol{
	width:28%; 
	float:right; 
	position:relative; 
}
#salaries_rightcol2 p{
	/*width: 92%;*/
	padding: 0 25px 0 5px;
	margin-left: 8px;
}
#salaries_maincol{
	float: left; 
	position: relative; 
	width:530px;
	border: 1px dotted #ddd;
	border-top: 0;
	border-bottom: 0;
}

#salaries_leftcol ol{
	margin-left:15%;
	width:80%;
}
#salaries_leftcol ul, #salaries_rightcol ul{
	list-style-type: circle;
	margin-left:20px; 
}
.widget_bt{
	display: block;
	margin: auto;
	text-align: center;
}
.jaune_150{
	background:url("images/bt/bg_bt_150_jaune.gif") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #000;
}
.orange_150{
	background:url("images/bt/bg_bt_150_orange.gif") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #000;
}
.rouge_150{
	background:url("images/bt/bg_bt_150_rouge.gif") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #fff;
}
.jaune_200{
	background:url("images/bt/bg_bt_200_jaune.png") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #000;
	text-decoration: none;
}
.orange_200{
	background:url("images/bt/bg_bt_200_orange.gif") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #000;
}
.rouge_200{
	background:url("images/bt/bg_bt_200_rouge.gif") no-repeat scroll 50% 50% transparent;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	line-height: 13px;
	text-decoration: none;
}
#salaries_maincol #main_content_holder {
	padding-left:30px;
	padding-right:20px;
}

/*contact */
#contact_wrapper{
	padding-top: 25px;
}
#contact_leftcol{
	width:20%; 
	float:left; 
	position:relative;
}

#contact_twocols{
	width:99%; 
	float:right; 
	position:relative; 
}
#contact_rightcol{
	width:24%; 
	float:right; 
	position:relative; 
}
#contact_rightcol ol{
	padding: 0 20px;
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
}
#contact_rightcol ol ul{
	margin-left: 20px;
	font-weight: normal;
	list-style-type: circle;
}
#contact_maincol{
	float: left; 
	position: relative; 
	width:705px;
	border: 1px dotted #ddd;
	border-top: 0;
	border-bottom: 0;
}
#contact_maincol table td{
	vertical-align: top;
}
#contact_maincol #contact_text_holder{
	margin: 20px;
}
#contact_maincol #contact_text_holder h2{
	font-size:15px;
	margin:15px 0;
	text-transform: lowercase;
	color: #555555;
}
#contact_maincol #contact_text_holder h3{
	color: #E4952A;
}
#contact_maincol #contact_text_holder .wp-caption{
	color: #218B99;
	font-weight: bold;
}
#contact_maincol #contact_text_holder td{
	padding-bottom: 10px;
}
#salaries_maincol h2{
	font-size:15px;
	margin:15px 10px 0 0;
	text-transform: none;
	color: #555555;
}
#salaries_maincol h3{
	font-size:15px;
	margin:5px 10px 15px 10px;
	text-transform: uppercase;
	color: #E4952A;
	text-decoration: underline;
}
#salaries_maincol #main_content_holder #cmb_holder_1{
	float: left;
}
#salaries_maincol #main_content_holder #cmb_holder_2{
	float: right;
	margin-right: 0px;
}
#salaries_maincol #main_content_holder form{
	margin: 20px 0;
}
#salaries_maincol #main_content_holder form label{
	display: block;
	color: #218B99;
	font-size: 16px;
}
#salaries_maincol #main_content_holder form select{
	width: 200px;
}
#salaries_maincol #main_content_holder .offre_title{
	color: #218B99;
	font-weight: bold;
}
#salaries_maincol #main_content_holder .offre_header{
	font-size: 11px;
	font-weight: bold;
}
#salaries_maincol #main_content_holder .offre_main{
	
}
#salaries_maincol #main_content_holder .offre_footer{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
}
#salaries_maincol #main_content_holder .offre_item_detail .offre_footer{
	border-bottom: none;
}
#salaries_maincol #main_content_holder .offre_footer_left{
	font-size: 11px;
	color: #aaa;
	float: left;
}
#salaries_maincol #main_content_holder .offre_footer_right{
	float: right;
}
#salaries_maincol #main_content_holder .offre_footer_right a{
	color: #E4952A;
}



/* =Menu
-------------------------------------------------------------- */
#top_menu{
	position: relative;
	top: -6px;
	line-height: 90%;
}
.screen-reader-text {
    left: -9000px;
    position: absolute;
}
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
	font-family: arial;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menu-top_menu>li{
	padding: 0 4px;
	/*border-right:1px solid #ccc;*/
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;

}
#access a {
	color: #666;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 172px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f1f5f7;
	line-height: 1em;
	padding: 6px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #fff;*/
	color: #218B99;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #218B99;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #218B99;
}
#main_content_holder h1{
	border: 0 none;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 120%;
	 font-family: arial;
}
#main_content_holder h2{
	color: #E4952A;
	text-transform: none;
	padding-bottom: 0;
	margin-top: 10px;
	font-size: 16px;
	font-family: arial;
}
#main_content_holder h2>a{
	color: #E4952A;
	text-transform: none;
}
#main_content_holder h3{
	color: #218B99;
	font-size: 14px;
	line-height: 120%;
	font-family: arial;
}
#carte_zones_lnk{
	margin-right: 50px;
}
#accueil_centre .savoir_plus{
	text-align: right;
	margin-right: 30px;
}
.savoir_plus{
	text-align: right;
	margin-right: 10px;
}
#client_rightcol3 .savoir_plus{
	text-align: right;
	margin-right: 10px;
}
#salaries_rightcol2 h2{
	padding: 7px 15px;
}
.pre-footer{
	margin: 5px;
}
.pre-footer a{
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
.clear_hr{
	clear: both;
	visibility: hidden;
}
.social{
	padding-top: 20px;
}
.footert_ul_hld{
	padding: 0px 10px 10px 30px;
	background: #f8f8f8;
	border-top: solid 6px #9e9e9e;
}
#footer .footert_ul{
	text-align: left;
	vertical-align: top;
	width: 23%;
	display: inline-block;
	margin-right: 15px;
	padding-top: 5px;
}
#footer .footert_ul li{
	display: block;
}
.enquete_hld{
	border: solid 3px #218b99;
	border-radius:10px;
	padding-bottom: 10px;
	margin-right: 31px;
	margin-left: 31px;
	background: #218b99;
	position: relative;
}
.enquete_titre{
	font-weight: bold;
	text-align: justify;
	font-size: 15px;
	margin: 10px;
	line-height: 18px;
	padding: 0 5px 7px 5px;
	color: #fabb3a;
	margin-bottom: 0;
}
.enquete_titre .level1{
	/*display: block;*/
	font-size: 27px;
	text-align: left;
	font-style: italic;
}
.enquete_hld small{
	color: #fff;
	font-size: 9px;
}
.enquete_hld a{
	color: #fff;
	margin-top: 10px;
	display: block;
}
.blog_index h1{
	padding-left: 15px;
}
.blog_index .widget{
	
}
.blog_index_col.widget ul li a{
	margin-bottom: 15px;
	display: inline-block;
}
#a_la_une{
	margin-top: 300px;
}
#a_la_une a{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 15px;
}
#a_la_une .action_bt a{
	font-weight: bold;
}
.form_footer_hld{
	padding: 20px;
	background-color: antiquewhite;
	margin-top: 10px;
}
.form_footer_hld p{
	display: inline-block;
	color: #000;
	margin: 0 5px;
}
.form_footer_hld p.submit_hld{
	margin: 0;
}
.form_footer_hld input[type='text'], .form_footer_hld input[type='email'] {
	padding: 3px;
	font-size: 15px;
	width: 130px;
}
.form_footer_hld input[type='submit'] {
	font-size: 16px;
	width: 100px;
	height: auto;
	background-color: #3d8b98;
	color: #fff;
	border-radius: 6px;
	padding: 7px;
}
.form_footer_hld select {
	padding: 3px;
	font-size: 15px;
	width: 170px;
}
.form_footer_hld .form_legend{
	color: #000;
	font-size: 16px;
}
span.wpcf7-not-valid-tip{
	position: absolute;
}