/* on met tout à zéro pour  */
/* * {margin:0;padding:0;} */

p, div, span, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	margin:0;
	padding:0;
}
/****** Titres */
h1 {
}
h2 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
	color:#2F85B3;
}
h3 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:5px;
	display:block;
	font-weight:normal;
}
h4 {
}
h5 {
}
h6 {
}
/****** Fin Titres*/

hr {
	color: none;
	background-color: none;
	width:20px;
	height:0px;
	margin:0;/*bug ie et marge top et bottom incompressible sur hr de 7px on enleve donc 7px ahh sacré bill*/
	_margin: -8px 0 -8px 0;
	padding:0;
	border:0;
	visibility:hidden;
}
body {
	margin: 0;
	padding:0; /* pour éviter les marges */
	text-align: left;
	background-color: #1D2A30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image: url(../img/bg_page.jpg);
	background-repeat: repeat-x;
}
.left {
	float:left;
}
.right {
	float:right;
}
td, ul, li, img {
	margin: 0;
	margin: 0; /* pour éviter les marges */
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
.green {
	color:#8fa733;
}
.orange {
	color:#cb3300;
}
/* -----------Structure du gabarit-------------------- */
#Header {
	width:925px;
	margin: auto;
	padding:20px 0;
}

#Nav{height:48px;}
#Container {
	width:933px;
	margin: auto;
	padding:0;
	text-align: left; /* on rétablit l'alignement normal du texte */
	position: relative;
	background-position: left top;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
}
#Container #chiropractic {
	position: absolute;
	left: 112px;
	top: 50px;
	width: 200px;
	padding:5px 5px 5px 15px;
	z-index:100000;
}
#Container #conseils {
	position: absolute;
	left: 470px;
	top: 50px;
	width: 200px;
	padding:5px 5px 5px 15px;
	z-index:100000;
}
#Container #champ_application {
	position: absolute;
	left: 275px;
	top: 50px;
	width: 300px;
	padding:5px 5px 5px 15px;
	z-index:100000;
}
#Container #conseils, #Container #champ_application, #Container #chiropractic {
	padding:0px 0 10px 0;
	color:#000000;
	border: 1px solid #b2b2b2;
	z-index:10;
	background-color:#8cbed6;
}
#conseils li, #champ_application li, #Container #chiropractic li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:25px;
	height:25px;
}
#conseils img, #champ_application img, #Container #chiropractic img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#conseils a, #champ_application a, #Container #chiropractic a {
	display:block;
	color:#ffffff;
	line-height:20px;
	padding-left:5px;
	text-decoration:none;
	font-weight:bold;
}
#conseils a:hover, #champ_application a:hover, #Container #chiropractic a:hover {
	background-color:#ffffff;
	color:#003333;
	border: 2px solid #99cccc;
}
#Container #conseils h2, #Container #champ_application h2, #Container #chiropractic h2 {
	color:#FFF;
	padding:5px 0 10px 8px;
	text-decoration:underline;
}
#Container #Content h1 {
	padding-bottom:10px;
}
#Content {/*border: 2px solid #245567;*/
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding:40px 20px 40px 20px;
}
#Container #Content .encarthome {
	width:434px;
	height:421px;
	padding:20px 18px;
	background-image: url(../img/encart_home.png);
	background-repeat: no-repeat;
	float:left;
}
#Container #Content .colslide {
	margin-left:630px;
}
#Container #Content .colslideshow {
	margin-left:530px;
	z-index:1;
}
.EncartRight {
	padding:10px;
	background-color:#eee;
	border:solid #abd4e9 1px;
	width:202px;
	background-image: url(../img/bg_encart_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:10px;
}
.EncartRight h2, .EncartRight h2 a {
	padding:0px 0 10px 0;
	display:block;
	color:#2F85B3;
}
op .EncartRight h2 a:hover {
	padding:0px;
	color:#2F85B3;
	text-decoration:none;
}
.EncartLeft {
	padding:10px;
	background-color:#eee;
	border:solid #abd4e9 1px;
	background-image: url(../img/bg_encart_right.jpg);
	background-repeat: repeat-x;
	background-position: left -100px;
	margin-bottom:15px;
}
#Container #Content p {
	padding :0 0 10px 0;
}
/*contenu*/
#SubContainer {
	float:left;
	width:854px;
	background-image: url(../img/bg_container.jpg);
	background-repeat: repeat-x;
	height:100%;
	padding-bottom:30px;
}
#col_left {
	padding-top:34px;
	float:left;
}
#col_middle {
	width:355px;
	float:left;
	padding:55px 22px 10px 0px;
}
/*corrections marges pour ie 6*/
* html #Content_push hr {
	margin: -10px 0 -5px 0;
}
/*corrections marges pour ie 7*/
*+ html #Content_push hr {
	margin: -9px 0 -5px 0;
}
/*** break */
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-top:-1px;
}
/*** fin break */
/*** break */
.clearFlow {
	clear: both;
}
/*** fin break */





/*formulaires*/



#KT_tngerror {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom:20px;
	margin-top:20px;
	background-color: #FFFDE5;
}
.KT_field_error {
	color:#FF0000;
}
.KT_tngtable .tabrow {
}
.KT_tngtable .KT_title {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858585;
}
.KT_tngtable {
	padding-top:50px;
}
.KT_buttons td {
	padding-top:20px;
}
/* Active Form Elements :font-sizes */
	.KT_tngtable input, .KT_tngtable select {
	font-size: 11px;
}
.KT_tngtable textarea {
	font-size: 11px;
}
/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
	color: #cc0000;
}
.KT_field_hint {
	color:#333333;
	font-size: 10px;
}
.KT_tngtable td.KT_required {
}
/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
	padding: 0 2px;
	color: #cc0000;
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
	font-size:12px;
}
/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
	color:#000;
}
/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
/* border: 2px solid black; */
	}
/* How the input textfield should change on error */
	.form_validation_field_error_text {
	border:2px solid #49AFD5;
	background-color: #E4F4FA;
}
/* The actial error message style */
	.form_validation_field_error_error_message {
	color:#cc0000;
	font-size:10px;
	float:left;
}
form.form_validation_form_error table {
/*border: 2px solid red;*/
	}
/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 5px 10px 5px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid red;
	background-color:#FFFFE4;
	background-image:url(images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* trace container ( iniitally collapsed), and "Submit this to InterAKT... " area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid black;
	font-family:Courier, sans-serif;
	font-size: 12px;
	background-color:#FAFAFA;
}
/* alignment and borders for the form submit buttons */
	#KT_tngdeverror #KT_needhelp {
	text-align: right;
}
#KT_tngdeverror label, #KT_tngtrace label {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#KT_tngtrace ul {
	padding-left:10px;
	margin-left:10px;
}
#KT_tngtrace_details {
	display: none;
}
#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/*Listes*/

.KT_row_order {
	background-color:#cccccc;
	height:21px;
}
.KT_row_order th {
	background-color:#cccccc;
	height:21px;
	padding-left:6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858585;
}
.KT_row_order a {
	text-decoration:none;
	color:#666666;
	font-weight: bold;
	font-size:10px;
	line-height:23px;
}
.KT_options a {
	text-decoration:none;
	color:#333333;
	font-weight: bold;
	font-size:10px;
	line-height:23px;
}
.KT_options a:hover {
	text-decoration:underline;
	color:#666666;
}
.KT_tnglist #form1 .KT_options {
	text-align:left;
}
/*pages */

#illus_contact {
	position:absolute;
	left: 393px;
	top:260px;
}
/*menu top*/


/*Footer */

#Footer {
	background-image: url(../img/bg_btm_page.png);
	background-repeat: no-repeat;
	width:883px;
	height:89px;
	margin: auto;
	padding:10px 20px 10px 30px;
}
#Footer ul {width:500px;
	float:left;
	padding-top:45px;
}
#Footer li {
	display:inline;
	margin-right:2px;
	font-weight:bold;
}
#Footer a {
	color:#111111;
}
#Footer .athome {float:right;
font-size:11px;
font-weight:normal;
text-align:right;
text-transform:none;padding-top:55px;
}
#Footer .athome a {
	height:30px;
	color:#333;
	font-size:11px;
	padding:3px 45px 0 0;
	background-image:url(../img/agence_web.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
#Footer .athome a:hover {
text-decoration:underline;
}
#Container #Content .BigEncart {
	margin-top:3px;
	width:626px;
	background-image: url(../img/encart_big_bg.png);
	repeat:repeat-y;
	background-position: 0 32px;
	background-repeat: no-repeat;
	float:left;
}
#Container #Content .BigEncart .ContentEncart {
	background-image: url(../img/encart_big_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0 40px 40px 20px;
}
#Container #Content .BigEncart .ContentEncart ul {
	padding-left:15px;
}
#Container #Content .BigEncart .ContentEncart li {
	list-style-type: square;
	list-style-position: outside;
}
#Container #Content .BigEncart .top {
	background-image: url(../img/encart_big_top.png);
	background-repeat: no-repeat;
	height:32px;
	background-color:transparent;
}
#Container #Content .BigEncart .top h2 {
	padding-left:20px;
	line-height:32px;
	font-weight:normal;
	font-size:20px;
}
#Container #Content .colslide img {
	border: 4px solid #FFF;
	padding: 0px;
}
#Container #Content .BigEncart .ContentEncart {
	color: #16313C;
	padding-top:15px;
}
#Container #Content .BigEncart .ContentEncart ul {
	margin-bottom:15px;
}
#Container #Content .BigEncart .ContentEncart ul li {
	margin-bottom:0px;
}
#Container #Content .BigEncart .ContentEncart ul li a span {
}
#Container #Content .BigEncart .ContentEncart ul li a {
	line-height:14px;
	color:#215C7C;
}
#Container #Content .BigEncart .ContentEncart ul li a:hover {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
}
#Container #Content .colslide #menu_right {
	background-image: url(../img/bg_menu_right.png);
	background-repeat: no-repeat;
	height: 221px;
	width: 227px;margin-bottom:15px;
}
#Container #Content .colslide #menu_right h2 {
	margin:0;
	padding:12px 0 0 7px;
}
#Container #Content .colslide #menu_right h2 img {
	border:0;
}
#Container #Content .colslide #menu_right ul {
	margin:0 10px 0 8px;
	color:#fff;
	padding:0;
}
#Container #Content .colslide #menu_right ul li {
	color:#fff;
	margin-right:2px;
}
#Container #Content .colslide #menu_right ul li a {
	color:#eff6f9;
	font-size:13px;
	line-height:20px;
	display:block;
	height:20px;
	padding:4px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #297392;
	height:18px;
	line-height:18px;position: relative;
}
#Container #Content .colslide #menu_right ul li a:hover, #Container #Content .colslide #menu_right ul li a.active {
	color:#FFF;
	background-color:#55b2d9;
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #297392;
	border-bottom-color: #297392;
	height:18px;
	line-height:18px;
	background-image: url(../img/bg_li_menu_right0.gif);
	background-repeat: repeat-x;
}
#Container #Content .colslide #menu_right ul li a.active {
	font-weight:bold;
	background-image: url(../img/bg_li_menu_right.gif);
	background-color:#55b2d9;
	background-color:#2b9fd0;
	background-repeat: repeat-x;
}
#Container #Content .BigEncart .ContentEncart h2.second {
	margin-top:-10px;
	line-height:15px;
}

.illusabs{
	width:125px;
	position:absolute;
	left:650px;
	margin-top:10px;
	background-color:#E8E8E8;
	padding:5px;
}
#Container #Content .illusabs p {padding:5px 0 0 0;
	font-size: 9px;color:#000;
}
#Container #Content .colslide .EncartRight ul {padding:0 10px;font-size:10px;}
#Container #Content .colslide .EncartRight ul li {
	list-style-position: outside;
	list-style-type: disc;
}

