/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 20%;
}

.column.column2 {
    width: 25%;
}

.column.main {
    width: 80%;
}

.column.center {
    width: 75%;
}

.noleft .center {
    width: 80%;
}

.noleft .column2 {
    width: 20%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc {
    float: left;
}


/* ---------------------------------------
	specific to images
-----------------------------------------*/

ul.actions {
	margin: 0;
}

ul.actions li a {
	text-decoration: none;
}
.print-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/printButton.png) left center no-repeat;
}

.email-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/emailButton.png) left center no-repeat;
}

.edit-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/edit.png) left center no-repeat;
}

/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1000px;
}

.container-fluid {
	max-width: 1000px;
}

body {
	background: #d8d7d8;
	color: #363636;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	font-family: 'ralewaymedium';
	.custom pushedbutton {
 	border-radius: 50%;
  	background-color: #D9EC4F;
  	/*RWD*/
  	display: block;
    height: auto;
    max-width: 100%;
}

.custom pushedbutton:hover {
 	border-radius: 50%;
  	background-color: #D9534F;
}

.custom pushedbutton:active {
	border-radius: 50%;
  	background-color: #AC2925;
}
}

a {
	color: #a80328;
}


a:hover {
	color: #262626;
}

h1, div.componentheading {
	font-size: 22px;
}

h2, div.contentheading {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #A80328;
	color: #D8D7D8;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-family: 'ralewaymedium';
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #19A3A4;
	color: #D8D7D8;
	font-family: 'ralewaymedium';
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	background: #D8D7D8;
	border: #bebebe 1px solid;
	color: #363636;
	padding: 4px;
	text-align: left;
	font-family: 'ralewaymedium';
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
	color: #363636;
	font-family: 'ralewaymedium';
}

#headerwrapper {
	background: #8393a8;
	box-shadow: #363636 0px 0px 2px 1px;
	-moz-box-shadow: #363636 0px 0px 2px 1px;
	-webkit-box-shadow: #363636 0px 0px 2px 1px;

                    }

#headerwrapper > div.inner {
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#header .n1 > .flexiblemodule { width: 100%; }
#header .n2 > .flexiblemodule { width: 90%; }
#header .n2 > .flexiblemodule + div { width: 10%; }

#header > div.inner {
	box-shadow: #363636 0px 0px 2px 1px;
	-moz-box-shadow: #363636 0px 0px 2px 1px;
	-webkit-box-shadow: #363636 0px 0px 2px 1px;
}

#slideshowwrapper {
	background: #262626;
	background-image: url("bodyslideshowwrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#262626, #595959 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#262626), color-stop(100%, #595959));
	background-image: -moz-linear-gradient(center top,#262626, #595959 100%);
	background-image: linear-gradient(center top,#262626, #595959 100%);
	-pie-background: linear-gradient(center top,#262626, #595959 100%);
	box-shadow: #363636 0px 0px 2px 1px;
	-moz-box-shadow: #363636 0px 0px 2px 1px;
	-webkit-box-shadow: #363636 0px 0px 2px 1px;

                    }

#wrapper > div.inner {
	background: #6997c4;
	background-image: url("blocwrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#6997c4, #bad6f1 75%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#6997c4), color-stop(75%, #bad6f1));
	background-image: -moz-linear-gradient(center top,#6997c4, #bad6f1 75%);
	background-image: linear-gradient(center top,#6997c4, #bad6f1 75%);
	-pie-background: linear-gradient(center top,#6997c4, #bad6f1 75%);
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: #8393a8 0px 0px 2px 1px;
	-moz-box-shadow: #8393a8 0px 0px 2px 1px;
	-webkit-box-shadow: #8393a8 0px 0px 2px 1px;
}

#kwickmenuasso > div.inner {
	margin-top: 10px;
}

#kwickmenuasso div.moduletable, #kwickmenuasso div.module,
#kwickmenuasso div.moduletable_menu, #kwickmenuasso div.module_menu {
	padding-top: 10px;
	padding-left: 10px;
}

#kwickmenuasso div.moduletable h3, #kwickmenuasso div.module h3,
#kwickmenuasso div.moduletable_menu h3, #kwickmenuasso div.module_menu h3 {
	color: #A80328;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent > div.inner {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#left > div.inner {
	margin-right: 10px;
	padding: 10px;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#maintop div.moduletable, #maintop div.module,
#maintop div.moduletable_menu, #maintop div.module_menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

#center > div.inner {
	background: #6997c4;
	background-image: url("bloccenter-gradient.svg");
	background-image: -o-linear-gradient(center top,#6997c4,#d8d7d8 15%,#d8d7d8 75%, #5E4FA1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#6997c4),color-stop(15%,#d8d7d8),color-stop(75%,#d8d7d8), color-stop(100%, #5E4FA1));
	background-image: -moz-linear-gradient(center top,#6997c4,#d8d7d8 15%,#d8d7d8 75%, #5E4FA1 100%);
	background-image: linear-gradient(center top,#6997c4,#d8d7d8 15%,#d8d7d8 75%, #5E4FA1 100%);
	-pie-background: linear-gradient(center top,#6997c4,#d8d7d8 15%,#d8d7d8 75%, #5E4FA1 100%);
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top: 10px;
	padding: 10px;
	box-shadow: #363636 1px 1px 2px 1px;
	-moz-box-shadow: #363636 1px 1px 2px 1px;
	-webkit-box-shadow: #363636 1px 1px 2px 1px;
}

#content > div.inner {
	margin-top: 10px;
	padding: 10px;
}

#right > div.inner {
	margin-left: 10px;
	padding: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#mainbottom div.moduletable, #mainbottom div.module,
#mainbottom div.moduletable_menu, #mainbottom div.module_menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

#presentationconseil > div.inner {
	background: #3c4349;
	color: #d1efff;
	padding: 20px;
	font-size: 12px;
	font-family: 'ralewaymedium';
}

#presentationconseil div.moduletable h3, #presentationconseil div.module h3,
#presentationconseil div.moduletable_menu h3, #presentationconseil div.module_menu h3 {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 34px;
}

#presentationconseil a {
	color: #ffffff;
	text-decoration: underline;
}


#presentationconseil a:hover {
	color: #ffffff;
	text-decoration: none;
}
#modules2 .n1 > .flexiblemodule { width: 100%; }
#modules2 .n2 > .flexiblemodule { width: 50%; }
#modules2 .n2 > .flexiblemodule + div { width: 50%; }
#modules2 .n3 > .flexiblemodule { width: 33.3333333333%; }
#modules2 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modules2 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modules2 .n4 > .flexiblemodule { width: 25%; }
#modules2 .n4 > .flexiblemodule + div { width: 25%; }
#modules2 .n4 > .flexiblemodule + div + div { width: 25%; }
#modules2 .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modules2 .n5 > .flexiblemodule { width: 20%; }
#modules2 .n5 > .flexiblemodule + div { width: 20%; }
#modules2 .n5 > .flexiblemodule + div + div { width: 20%; }
#modules2 .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modules2 .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modules2 > div.inner {
	background: #4d5159;
	color: #c3c8d1;
	padding: 20px;
	font-size: 12px;
	font-family: 'ralewaymedium';
}

#modules2 div.moduletable h3, #modules2 div.module h3,
#modules2 div.moduletable_menu h3, #modules2 div.module_menu h3 {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 18px;
}

#modules2 a {
	color: #ffffff;
	text-decoration: underline;
}


#modules2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#modules3 .n1 > .flexiblemodule { width: 100%; }
#modules3 .n2 > .flexiblemodule { width: 50%; }
#modules3 .n2 > .flexiblemodule + div { width: 50%; }
#modules3 .n3 > .flexiblemodule { width: 33.3333333333%; }
#modules3 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modules3 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modules3 .n4 > .flexiblemodule { width: 25%; }
#modules3 .n4 > .flexiblemodule + div { width: 25%; }
#modules3 .n4 > .flexiblemodule + div + div { width: 25%; }
#modules3 .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modules3 .n5 > .flexiblemodule { width: 20%; }
#modules3 .n5 > .flexiblemodule + div { width: 20%; }
#modules3 .n5 > .flexiblemodule + div + div { width: 20%; }
#modules3 .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modules3 .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modules3 > div.inner {
	background: #4d5159;
	color: #c3c8d1;
	padding: 20px;
	font-size: 12px;
	font-family: 'ralewaymedium';
}

#modules3 div.moduletable h3, #modules3 div.module h3,
#modules3 div.moduletable_menu h3, #modules3 div.module_menu h3 {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 18px;
}

#modules3 a {
	color: #ffffff;
	text-decoration: underline;
}


#modules3 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#modules4 .n1 > .flexiblemodule { width: 100%; }
#modules4 .n2 > .flexiblemodule { width: 50%; }
#modules4 .n2 > .flexiblemodule + div { width: 50%; }
#modules4 .n3 > .flexiblemodule { width: 33.3333333333%; }
#modules4 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modules4 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modules4 .n4 > .flexiblemodule { width: 25%; }
#modules4 .n4 > .flexiblemodule + div { width: 25%; }
#modules4 .n4 > .flexiblemodule + div + div { width: 25%; }
#modules4 .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modules4 .n5 > .flexiblemodule { width: 20%; }
#modules4 .n5 > .flexiblemodule + div { width: 20%; }
#modules4 .n5 > .flexiblemodule + div + div { width: 20%; }
#modules4 .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modules4 .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modules4 > div.inner {
	background: #4d5159;
	color: #c3c8d1;
	padding: 20px;
	font-size: 12px;
	font-family: 'ralewaymedium';
}

#modules4 div.moduletable h3, #modules4 div.module h3,
#modules4 div.moduletable_menu h3, #modules4 div.module_menu h3 {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 18px;
}

#modules4 a {
	color: #ffffff;
	text-decoration: underline;
}


#modules4 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footerwrapper {
	background: #595959;
	background-image: url("bodyfooterwrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#595959, #262626 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#595959), color-stop(100%, #262626));
	background-image: -moz-linear-gradient(center top,#595959, #262626 100%);
	background-image: linear-gradient(center top,#595959, #262626 100%);
	-pie-background: linear-gradient(center top,#595959, #262626 100%);
	box-shadow: #363636 0px 0px 2px 1px;
	-moz-box-shadow: #363636 0px 0px 2px 1px;
	-webkit-box-shadow: #363636 0px 0px 2px 1px;

                    }

#footerwrapper > div.inner {
	margin-top: 10px;
}
