@charset "UTF-8";
/* general clinical stylesheet  */

/* ______________ GENERAL TAGS ______________ */
body{
    position: relative;
    color: #000;
    font-family: Tahoma, Arial, Helvetica, Sans serif;
    font-size: 12px;
    height: 100%;
    margin: 0px;
    noverflow-y: scroll;
    text-align: center;
	background: #ccc;
}

h1{
}

h2{
	color: #c5c4c9;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
	text-align: left;
}

h3{
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1em;
	padding-top: 0.5em;
	border-top: solid 1px #999;
	margin-top: 2em;
	font-weight: bold;
	display: block;
	text-align: left;
}

h4{
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-align: left;
}

a{
    color: #49a2d0;
    text-decoration: none;
}

a:hover{
    color: #3182ac;
    text-decoration: underline;
}

img{
    vertical-align: middle;
}



/* ______________ GENERAL ELEMENT STYLES ______________ */

a.accent{
	background: url(/layout/images/aAccent.png) left center no-repeat;
	padding-left: 20px;
}

a.back{
	background: url(/layout/images/aBack.png) left center no-repeat;
	padding-left: 20px;
	margin: 10px 0 10px 0;
	display: block;
}

a.more{
	font-size: 0.9em;
	color: #666;
}


.gmaps{
	border: solid 1px #ccc;	
}

.date{
	padding-right: 10px;
	font-weight: bold;
	float: left;
}

.small{
	font-size: 0.9em;	
}



/* ______________ GENERAL FORM STYLES ______________ */




.formLabel{
	padding: 4px 30px 4px 0px;
	vertical-align: top;
	color: #666;
}

.formField{
	padding: 4px 0px 4px 0px;
	vertical-align: top;
}


input[type="text"]{
	width: 400px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
input[type="submit"], input[type="button"]{
	background: #97be0d;
	color: #fff;
	font-size: 0.8em;
	border: none;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, Sans serif;
	cursor: pointer;
	overflow: visible;
	padding: 1px 4px 1px 4px;
}

textarea{
	width: 400px;
	height: 200px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-family: Tahoma, Arial, Helvetica, Sans serif;
}


.sideBlock label{
	width: 100px;
}

#side input[type="submit"], #side input[type="button"]{
	margin-top: 1em;
	font-size: 1em;
	
}

#side a.btn{
	background: #97be0d;
	color: #fff;
	font-size: 1em;
	border: none;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, Sans serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	margin-top: 1em;
}

#side input[type="text"]{
	width: 240px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


#side textarea{
	width: 240px;
	height: 100px;
}

#side .noLabel{
	text-align: right;
}

#side .formLabel, #side .formField{
	border: none;
}

/*messages*/
.error{
	color: #c03;
	font-family: "Courier New", Courier, monospace;
}

.required{
	padding-right: 12px;
	background: url(/layout/images/labelRequired.png) top right no-repeat;
}

.formExample{
	color: #999;
	font-size: 0.9em;
	margin: -3px 0 5px 0;
}

#periodHelpText{
	font-size: 0.8em;
	line-height: 12px;
	background: #efefef;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	border: solid 1px #ccc;
}

#periodHelpText .formLabel{
	width: 120px;
}

/* ______________ POSITIONING PAGE ______________ */


/* ______________ header ______________ */

#header{
    position: relative;
    width: 100%;
	min-width: 990px;
    height: 194px;
    background: scroll #575659 url(/layout/images/headerBack.jpg) top left repeat-x;
	text-align: center;
	z-index: 300;
}

#headerContent{
    position: relative;
    width: 990px;
    height: 194px;
    background: scroll url(/layout/images/headerLogo.jpg) top left no-repeat;
	margin: 0 auto 0 auto;
}

#header h1 a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 170px;
}

#header h1 span{
    display: none;
}


/* ______________ main ______________ */

#main{
    position: relative;
    width: 100%;
	min-width: 990px;
    min-height: 400px;
	height: auto;
    background: #fff;
	text-align: center;
	padding: 40px 0 40px 0;
	z-index: 500;
}

#mainContent{
    position: relative;
    width: 990px;
    height: auto;
    background: #fff;
	margin: 0px auto 0 auto;
}

/* ______________ main menu ______________ */

#menu{
    position: relative;
    width: 185px;
	float: left;
	text-align: left;
}

#menu ul{
    position: relative;
    width: 155px;
	border-right: 1px dotted #ccc;
}

#menu ul ul{
    position: relative;
	border: none;
}

#menu li{
    font-size: 1.2em;	
	width: auto;
}

#menu li.spacer{
    height: 30px;
	background: url(/layout/images/menuSpacer.png) center left no-repeat;
}

/*niveau 1*/

#menu .menu_frontmain_1 li a{
    display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding-right: 35px;
}

#menu .menu_frontmain_1 li a:hover, #menu .menu_frontmain_1 li a.active{
	color: #6dbde5;
	text-decoration: none;
	text-transform: uppercase;
}


#menu .menu_frontmain_1 li a:hover, #menu .menu_frontmain_1 li a.active {
	background: url(/layout/images/menuActive.png) right center no-repeat;
}

#menu .menu_frontmain_1 li a.openSub:hover{
	background: url(/layout/images/menuOpenSub.png) right center no-repeat;
}

#menu .menu_frontmain_1 a.closeSub:hover{
	background: url(/layout/images/menuCloseSub.png) right center no-repeat;
}

/*niveau 2*/

#menu .menu_frontmain_2 {
    border-left: solid 1px #efefef;
	font-size: 0.75em;
	margin-bottom: 10px;
}

#menu .menu_frontmain_2 li a{
    display: inline-block;
	padding-right: 30px;
	padding-left: 3px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
	text-transform: none;
}

#menu .menu_frontmain_2 li a:hover, #menu .menu_frontmain_2 li a.active{
	color: #6dbde5;
	text-decoration: none;
	text-transform: none;
	background: url(/layout/images/menuActive.png) right center no-repeat;
}

/* ______________ main content ______________ */

#content, #content2Col{
	width: 780px;
	height: auto;
	position: relative;
	text-align: justify;
	float: left;
	line-height: 1.5em;
	padding-top: 10px;
	font-size: 1.2em;
}

#content2Col{
	width: 460px;
}

.content p{
	margin-bottom: 1em;
}

.content ul, .content ol{
	margin-bottom: 1em;
}

.content ul li{
	background: url(/layout/images/li.png) top left no-repeat;
	padding-left: 15px;
}

.content ol li{
	list-style: decimal inside;
}

/* specific content */

.content table{
	nowidth: 100%;
}

.content table td.formLabel{
	width: 140px;	
	text-align: left;
}

.content ul li.training{
	border-top: dotted 1px #ccc;
	padding-top: 5px;
	margin-top: 5px;
	background: url(/layout/images/li.png) 0px 5px no-repeat;
}

.trainerBlock td{
	vertical-align: top;
}
.trainerBlock img{
	padding: 5px;
	border: solid 1px #ccc;
	margin-right: 10px;
	margin-bottom: 5px;
}


.linkBlock a{
	text-decoration: none;
	color: #000;
	display: block;
}

.linkBlock a:hover{
	text-decoration: none;
	display: block;
	background: #eef4f7;
}


.linkBlock img{
	padding: 5px;
	border: solid 1px #ccc;
	margin: 5px 10px 5px 5px;
	vertical-align: middle;
	max-width: 250px;
	height: auto;
	background: #fff;
}


/* ______________ sidecontent ______________ */

#side{
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 690px;
	overflow: visible;
	background: transparent url(/layout/images/sideBack.png) top left no-repeat;
}

#sideContent{
	width: 300px;
	min-height: 400px;
	position: relative;
	text-align: justify;
	margin-top: -100px;
	background: transparent url(/layout/images/sideTop.png) top left no-repeat;
}

#sideContentPadding{
	padding: 10px 10px 0 10px;
}

#sideContent H2{
	background: transparent url(/layout/images/sideBar.png) top left no-repeat;
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	color: #749aad;
	padding: 0 7px 0 7px;
	text-decoration: uppercase;
}

#sideContent H2 a{
	color: #749aad;
	display: block;
}

#sideContent H2 a:hover{
	color: #3182ac;
	text-decoration: none;
	display: block;
}

.sideBlock{
	font-size: 0.9em;
	padding: 10px 7px 30px 7px;
	line-height: 1.5em;
}

.sideBlock .article{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
}

.sideBlock .article:hover{
	text-decoration: none;
	color: #3182ac;
}

#sideBottom{
	width: 300px;
	height: 100px;
	position: absolute;
	bottom: -99px;
	left: 0px;
	background: transparent url(/layout/images/sideBottom.png) top left no-repeat;
}

/* ______________ end main ______________ */

.clear{
	clear: both;	
}

/* ogone */
#ogoneForm{
	margin-bottom: 40px;	
}
#content #ogoneForm table td.formLabel, #content #form2 table td.formLabel{
	display: none;
}
