/* general styles *************************************************************/
html {
	font-size: 100.01%;
	background: #c7d2db url('../images/bg-html.png') repeat-x 50% 0;
	height: 100%;
}
body {
	background: url('../images/bg-body.jpg') no-repeat 50% 0;
	color: #3a3b3b;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	min-height: 100%;
	min-width: 1000px;
}
* html body {
	height: 100%;
}

h1 {
	color:#026AB5;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	color:#53AFD5;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	color:#53AFD5;
	font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h4 {
	background-color:#DCE1E6;
	padding:3px;
	color:#333333;
	font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h5 {
	color:#0068ae;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h6 {
	color:#3a3b3b;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.button {
    	border:none;
    	color:#fff;
    	background:#026AB5;
	padding: 2px;
}
a {
	cursor:pointer;
	color: #0068ae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style:none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.wrap ul{
	list-style-type:circle;
}

.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

.bold {

font-weight:bold;

}

/* page holder ****************************************************************/
#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

/* header *********************************************************************/
#header {
	height: 290px;
	background: url('../images/bg-header.jpg') no-repeat;
	position: relative;
	z-index:1000;
}
#header.home {
	background: url('../images/bg-header-home.jpg') no-repeat;
}
.logo {
	position: absolute;
	z-index: 1;
	left: 659px;
	top: 146px;
	display: block;
	width: 320px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	display: block;
	height: 67px;
}
#top-navigation {
	height: 25px;
	z-index:1000;
	padding: 13px 0 0;
	list-style: none;
	display: table;
	margin: 0 auto;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#top-navigation li {
	float: left;
	z-index:100;
	position: relative;
	padding: 0 13px;
	height: 30px;
}
#top-navigation a,
#main-navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.lang a {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
#top-navigation li:hover .drop,
#top-navigation li.hover .drop {
	display: block;
	z-index:10;
}
#top-navigation li:hover a,
#top-navigation li.hover a,
#main-navigation li:hover a,
#main-navigation li.hover a,
.lang:hover {
	color: #9dccdc;
	text-decoration: none;
}
.lang {
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	position: absolute;
	top: 268px;
	right: 25px;
	list-style:none;
}
#tools {
	position: absolute;
	z-index: 1;
	top: 77px;
	right: 48px;
	width: 120px;
}
#tools ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 17px;
	overflow: hidden;
}
.large {
	float: right;
}
.small {
	float: right;
}
.font-size {
	float: left;
}
.font-size li {
	display: inline;
}
.font-size a {
	color: #636363;
	text-decoration: none;
}

.icons {
	float: right;
}
.icons li {
	padding-left: 14px;
	float:right;
}
.icons img {
	vertical-align: middle;
}
.search {
	clear: both;
	padding: 10px 0 0 2px;
}
.search input#champs {
	border: 1px solid #fff;
	color: #2d2d2d;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px;
	width: 95px;
	padding-left:5px;
}

.search input#champs {
	border: 1px solid #fff;
	color: #2d2d2d;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px;
	width: 95px;
}

/* main content area **********************************************************/
#content {
	background: url('../images/bg-content.gif') repeat-y;
}
#content-inner {
	background: url('../images/bg-content.png') no-repeat;
	min-height: 813px;
}
* html #content-inner {
	height: 813px;
}
.wrapper:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent: -9999px;
}
* html .wrapper {
	height:1%;
}
*+html .wrapper {
	height:1%;
}
#main-navigation {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 39px;
	padding: 12px 0 0;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#main-navigation li {

	float: left;
	height: 20px;
	position: relative;
	padding: 0 10px 0 11px;
	background: url('../images/spr-navigation.gif') no-repeat 0 50%;
}
#main-navigation li:hover .drop,
#main-navigation li.hover .drop {
	display: block;
}
#main-navigation li:hover .drop .drop,
#main-navigation li.hover .drop .drop {
	display: none;
}
#main-navigation .drop li:hover .drop,
#main-navigation .drop li.hover .drop {
	display: block;;
}
#main-navigation li:first-child {
	background: none;
}

.drop {
	display: none;
	position: absolute;
	z-index: 99;
}
#top-navigation .drop {
	width: 153px;
	left: 6px;
	top: 29px;
	overflow: hidden;
}
#top-navigation .drop ul {
	float: left;
	width: 136px;
	margin: 0;
	padding: 0 11px 0 6px;
	list-style: none;
	background: url('../images/bg-top-drop-ul.png') repeat-y;
}
#top-navigation .drop li {
	width: 136px;
	overflow: hidden;
	padding: 6px 0;
	margin-top: -1px;
	height: auto;
	background: url('../images/spr-drop-top.gif') repeat-x;
}
#top-navigation .drop a {
	text-transform: none;
}
#top-navigation .drop div {
	clear: left;
	height: 13px;
	overflow: hidden;
	background: url('../images/bg-top-drop-div.png') no-repeat;
}
.drop a {
	color: #fff !important;
}
.drop a:hover {
	color: #9dccdc !important;
}
#main-navigation .drop {
	width: 177px;
	left: -2px;
	top: 20px;
}
#main-navigation .drop ul {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 7px 0 0;
	list-style: none;
	background: url('../images/bg-main-drop-ul.png') repeat-y;
}
#main-navigation .drop li {
	width: 170px;
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	background: url('../images/spr-drop-main.gif') repeat-x;
}
#main-navigation .drop li:first-child {
	background: none;
}
#main-navigation .drop a {
	text-transform: none;
	float: left;
	padding: 2px 13px;
	width: 144px;
}
#main-navigation .drop li:hover a,
#main-navigation .drop li.hover a {
	background: #99c6d6;
	color: #fff !important;
}
#main-navigation .drop div {
	clear: both !important;
	height: 17px !important;
	overflow: hidden !important;
	background: url('../images/bg-main-drop-div.png') no-repeat !important;
}
#main-navigation .drop .drop {
	position: absolute;
	z-index: 99;
	left: 170px;
	top: 0;
	width: 184px;
	height: auto !important;
}
#main-navigation .drop .drop div {
	height: 18px !important;
	clear: both;
	background: url('../images/bg-main-drop-drop-div.png') no-repeat !important;
}
#main-navigation .drop .drop ul {
	float: left;
	width: 177px;
	margin: 0;
	padding: 0 7px 0 0;
	list-style: none;
	background: url('../images/bg-main-drop-drop-ul.png') repeat-y;
}
#main-navigation .drop .drop li {
	width: 170px;
	height: auto;
	background: none;
}
#main-navigation .drop .drop a {
	padding: 2px 0 2px 10px;
	width: 167px;
}
#main-navigation .drop .drop a:hover {
	color: #026ab5 !important;
}

/* sidebar ********************************************************************/
#sidebar {
	float: left;
	width: 255px;
	overflow: hidden;
	padding: 20px 0 14px 40px;
}
.promo {
	margin: 0;
	padding: 10px 0 0 3px;
	list-style: none;
	width: 247px;
	overflow: hidden;
}
.promo li {
	float: left;
	width: 100%;
	padding: 10px 0 0;
}
.promo img {
	display: block;
}
#sidebar .box {
	background: url('../images/bg-box.png') no-repeat;
	margin: 7px 0 0;
	color: #3a3b3b;
	font: 1.1em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
#sidebar .box .inner {
	background: url('../images/bg-box-bottom.png') no-repeat 0 100%;
	padding: 15px 40px 10px 15px;
	min-height: 66px;
}

* html #sidebar .box .inner {
	height: 66px;
}

#sidebar .box ul{
	list-style-type:circle;
}

#sidebar .box h2 {
	margin: 0 0 2px;
	overflow: hidden;
}
.hd-satisfait {
	margin-top: -2px;
	height: 0px;
}
.hd-nous {
	height: 0px;
}

.hd-prendre {
	height: 0px;
	margin: -3px 0 5px !important;
}
.news {
	padding: 0 0 10px;
}
.news h3 {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.news h3 span {
	float: left;
	display: inline;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 10px 0 13px;
}
.hd-actualites {
	width: 114px;
	background: url('../images/hd-actualites.png') no-repeat;
}
.news h3 img {
	margin: 5px 0;
	float: left;
}
.news .subheading {
	display: block;
	margin: 4px 0;
	padding: 0 13px;
	text-transform: uppercase;
	color: #474748;
	font-size: 12px;
}
.newsbox {
	background: url('../images/bg-newsbox.png') no-repeat;
	margin: 7px 0 0;
}
.newsbox .inner {
	background: url('../images/bg-newsbox-bottom.png') no-repeat 0 100%;
	padding: 15px 20px 20px 13px;
	min-height: 188px;
}
* html .newsbox .inner {
	height: 188px;
}
.newsbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.newsbox ul li {
	padding: 5px 0 6px;
	background: url('../images/spr-news.gif') no-repeat 2px 100%;
	font: 1.1em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
.newsbox a {
	color: #000;
	text-decoration: none;
}
.newsbox a:hover {
	text-decoration: underline;
}
.newsbox strong a {
	color: #5d5645;
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* main column ****************************************************************/
#maincol {
	float: right;
	width: 626px;
	overflow: hidden;
	padding: 22px 48px 0 0;
}
.promozone {
	margin: 20px 0 0;
	width: 100%;
	padding:5px;
	background: url('../images/bg-promocol3.png') repeat-y;
	overflow: hidden;
}
.promocol1 {
	float: left;
	width: 316px;
	min-height: 154px;
}

.promocol2 {
	float: right;
	width: 282px;
	min-height: 154px;
}

.txt-box {
	background: url('../images/bg-txtbox.gif') repeat-x;
	padding: 12px 0 0;
	margin: 20px 0 0;
}
.txt-box h2,
.intro h2,
.services-side h2,
.consult-side h2 {
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.hd-nospoints {
	height: 21px;
	background: url('../images/hd-nospoints.png') no-repeat;
}
#maincol .subheading,
.services-side .subheading,
.consult-side .subheading {
	display: block;
	margin: 5px 0;
	text-transform: uppercase;
	color: #474748;
	font-size: 12px;
}
.txt-box img {
	display: block;
	margin: 15px 0 0;
}

.intro {
	width: 100%;
	overflow: hidden;
	background: url('../images/bg-intro.png') no-repeat 0 100%;
}
.services {
	float: left;
	width: 326px;
	overflow: hidden;
	background: url('../images/bg-services.png') no-repeat;
}
.hd-soins {
	height: 21px;
	background: url('../images/hd-soins.png') no-repeat 4px 0;
}
.services-side .hd-soins,
.consult-side .hd-consulter {
	background-position: 10px 0;
}
.intro .subheading {
	padding: 0 5px;
}
.services-side .subheading,
.consult-side .subheading {
	padding: 0 10px;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.consult {
	float: right;
	width: 290px;
	min-height: 240px;
	background: url('../images/bg-consulter.png') no-repeat;
}
* html .consult {
	height: 240px;
}
.hd-consulter {
	height: 21px;
	background: url('../images/hd-consulter.png') no-repeat 4px 0;
}

.services ul {
	float: left;
	width: 145px;
	margin: 0;
	list-style: none;
	padding-top: 20px;
	padding-left: 10px;
}

.services ul.col{
padding-right:5px
}

.services ul li {
	background: url('../images/spr-services.png') repeat-x 0 100%;
	padding: 4px 0 5px;
	float: left;
	width: 100%;
}
.services ul li a {
	float: left;
	color: #3a3b3b;
	text-decoration: none;
	font: 1.1em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
.services ul li a:hover {
	text-decoration: underline;
}
.consult p {
	font: 1.1em/1.25em Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
	width: 180px;
}
.consult .wrap {
	margin: 10px 0 0;
}

#breadcrumbs {
	font-size: .9em;
	color: #3a3b3b;
	background: url('../images/bg-txtbox.gif') repeat-x 0 100%;
	padding: 0 0 9px;
}
#breadcrumbs a {
	color: #3a3b3b;
}
#breadcrumbs a:hover{
	color: #0068ae;
	text-decoration: none;
	text-decoration:underline;
}
#breadcrumbs span.active {
	color: #0068ae;
	text-decoration: none;
}
.txt {
	font: 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 0 80px;
	text-align:justify;
	min-height:540px;
}

.txt ul {
	list-style-type:circle;
}

.txt td,th {
	border:1px solid #DCDCDC;
	border-spacing:0px;
	padding:4px;
}
.txt th {
	background-color:#DCE1E6;
	font: 1.3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.txt table {
	border-spacing:0px;
	border-collapse:collapse;
}

.services-side {
	padding: 20px 0 15px;
}
.services-side .roundbox {
	background: url('../images/bg-roundbox.png') no-repeat;
	width: 100%;
	overflow: hidden;
}
.services-side .roundbox ul {
	list-style-type:circle;
}
.services-side .roundbox .inner {
	background: url('../images/bg-roundbox-bottom.png') no-repeat 0 100%;
	padding: 15px 22px 25px 25px;
}
.services-side .roundbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services-side .roundbox ul li {
	padding: 3px 0;
	font: 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/spr-services.png') repeat-x -3px 100%;
}
.services-side .roundbox a {
	color: #3a3b3b;
}

.consult-side {
	background: url('../images/bg-consult.png') no-repeat;
	background-position:0 10px;
}
.consult-side .roundbox {
	background: url('../images/bg-roundbox-bottom.png') no-repeat 0 100%;
	min-height: 200px;
	padding: 1px 0 0;
	margin: 10px 0 0;
}
* html .consult-side .roundbox {
	height: 200px;
}
.consult-side .roundbox p {
	width: 160px;
	margin: 25px 22px;
}

/* footer *********************************************************************/
#footer {
	background: url('../images/bg-footer.png') no-repeat;
	padding: 40px 30px;
	color: #026ab5;
	font: 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#footer a {
	color: #040000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: -3px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#footer ul li {
	float: left;
	display: inline;
	margin-left: -18px;
	padding: 3px 35px 3px 17px;
	border-left: 1px solid #8b9399;
}


/* Updated by Hugo *********************************************************************/

#csssmap {
	width:624px;
	height:303px;
	background: url('../images/map.jpg') no-repeat;
}

#csssmap .subheading {
	text-transform: uppercase;
	color: #474748;
	font-size: 0.95em;
}

#petitecarte {
	padding-top:10px;
	width:160px;
	float:left;
	text-align:center;
	margin-left:10px;
}

#petitecarte img {
	border-top: dashed #77ADD1 1px;
	border-bottom: dashed #77ADD1 1px;
}

#carte {
	padding-top:10px;
	width:370px;
	float:right;
}

#logo-csss {
	position: absolute;
	z-index: 1;
	left:50px;
	top:101px;
}

#slogan-csss {
	position: absolute;
	z-index: 1;
	left:670px;
	top:160px;
}

.date-pub {
	font-size:11px;
	color: #999999;
}

/* Popup Carte ***********************************************************************/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:#000000;
	border:1px solid #cecece;
	z-index:1001;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:660px;
	width:700px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:1002;
	padding:12px;
	font-size:13px;
	
}

#popupContact h1{
	text-align:left;
	color:#0068AE;
	font-size:22px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:10px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

#map{
padding:0px;
}

#contactArea {
	color:#6FA5FD;
	font-size:14px;
	border-bottom:1px dotted #D3D3D3;
	font-weight:700;
}

#map table {
border-collapse:separate;
border-spacing:0pt;
border:0px;
}
#map th, td {
padding:0px;
font-weight:normal;
text-align:left;
height:auto;
}

#contactArea input {
	margin-left: 20px;
}

#gouv {
	text-align:center;
	margin:auto;
}

.grand {
	display:none;
}
.small {
	display:block;
}
.news .subheading a{
	color:#474748;
}





#contactform {
	margin: 0;
	width: 500px;
	padding: 5px;
}

#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 5px 0;
	padding: 3px;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
  	display: inline;
  	float: left;
  	width: 100px;
	padding: 2px 5px 2px 0;
}
#contactform input.text {
	width: 350px;
	padding: 2px;
	margin: 0;
}
#contactform textarea {
	width: 350px;
	padding: 2px;
	height: 150px;
}
#contactform li.buttons input {
	padding: 2px;
	margin: 0 0 0 5px;
	width: auto;
}

/* Formulaire  ***********************************************************************/


fieldset input[type=text],fieldset input[type=password] {

	padding:3px;
	width:250px;
	
}

input[type=submit]{
	background:#026AB5;
	color:#fff;	
	border:0;
	font-weight:bold;
	font-size:10px;
	padding:3px 10px;
	margin-top:10px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
	cursor:pointer;
}

#mailform fieldset {border:0;}
.csc-mailform-field label {position: absolute; text-align:right; width:200px; padding-top:5px}
.csc-mailform-field input, .csc-mailform-field textarea { margin-left: 215px; }

/* Indexed search  ***********************************************************************/

.tx-indexedsearch-searchbox table td{
	border:0;	
}

.tx-indexedsearch-searchbox{
	margin-bottom:50px;	
}
.browsebox li{
	padding:0 6px 0 6px;
}
.tx-indexedsearch-whatis{
	font-size:160%;
}