body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: url(../images/background.jpg) repeat;
	color: #fff;
	text-align: left;
	font-family: Verdana, sans-serif;
	/*max-width: 1280px;*/
	min-width: 640px;
}

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
	padding: 3px 0;
	margin: 0;
	font-weight: bold;
	font-style: normal;
}

h2 {
	border-bottom: 1px solid #6ca3fe;
}

h1, .componentheading {
	font-size: 1.75em;
}

h2, .contentheading {
	font-size: 1.2em;
}

h3 {
	color: #6ca3fe;
	font-size: 1.05em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
}

ul, ol {
	padding: 0.4em 0;
	margin: 0 0 0 1em;
}

ul.menu {
	  margin: 0;
}

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

p {
	padding: 0.5em 0;
	font-size: 0.76em;
}

a {
	font-size: 1em;
}

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

a:focus {
	 outline: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

.mosimage img {
	border: thick solid;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

form {
	margin: 1em 0;
	padding: 0;
	border: none;
	line-height: 2em;
	font-size: 0.8em;
}

fieldset {
	padding: 1em;
}

input, button, select {
	background: #fff;
	border: none;
	line-height: 1.7em;
	padding: 0 0.5em;
	color: #666;
}

textarea {
	background: #fff;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #666;
}

label {
	margin: 1em;
}

.clr {
	clear : both;
}

.clearfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

a, a:visited {
	color: #fff;
}

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

h2, div.contentheading {
	color: #6ca3fe;
	text-align: left;
	font-size: 1.2em;
	width: 100%;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #6ca3fe;
}

h2 a:hover, div.contentheading a:hover {
	color: #0b1136;
}

.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, 
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, 
.nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary {
	color: #666;/*#041a4e;*/
}

.rounded {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.wrapper > .moduletable {
	margin: 0;
}

.moduletable {
	margin: 1em 0 2em 0;
}

.chzn-container-single .chzn-single {
	box-shadow: none;
	border: medium none;
	line-height: 1.6em;
	width: 100%;
	border-radius: 0;
}

div.tooltip {
	max-width: 200px;
	color: #ddd;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	background-color: #444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#nav {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #000;
}

#nav ul.menu {
	margin: 0;
	padding: 0;
	zoom: 1;
}

#nav ul.menu:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden; 
	font-size: 0;
}

#nav ul.menu > li {
	display: inline-block;
	list-style: none;
	line-height: 41px;
	float: left;
	font-size: 0.8em;
}

#nav ul.menu > li > a, #nav ul.menu > li > span.separator {
	display: inline-block;
	color: #fff;
	line-height: 120%;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	width: 125px;
}

#nav ul.menu > li:hover,
#nav ul.menu > li.active {
	  background: url(../images/menuButton.png) repeat-x; 
}

#nav ul.menu li li a, #nav ul.menu li li span.separator {
	display:block;
	margin: 10px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#nav ul.menu li li.active > a {
	text-align: left;
	color: #000;
}

#nav ul.menu li ul, #nav ul.menu li:hover ul ul, #nav ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
	margin: 0;
	padding: 0;
	background: #393a35;
	line-height: 1em;
	box-shadow: #545454 0px 1px 1px 0px;
	-moz-box-shadow: #545454 0px 1px 1px 0px;
	-webkit-box-shadow: #545454 0px 1px 1px 0px;
}

#nav ul.menu li:hover ul ul, #nav ul.menu li:hover li:hover ul ul, #nav ul.menu li:hover li:hover li:hover ul ul {
	left: -999em;
}

#nav ul.menu li:hover > ul, #nav ul.menu li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul {
	left: auto;
}

#nav ul.menu li:hover ul li:hover ul {
	margin-top: -45px;
	margin-left: 170px;
}

#nav ul.menu li li {
	float: none;
}

#logo {
	display: block;
	height: 149px;
}

#menu {
	width: auto;
}

#header {
	position: relative;
	background: url(../images/backgroundHeader.png) repeat-x;
	height: 189px;
}

#headermodule {
	background-color: #0b1136;
	color: #fff;
	line-height: 2.2em;
	font-size: 1.16em;
}

#row1modules .row1module {
	float: left;
}

/* 1 module */
#row1modules.n1 > .row1module {
	  width: 100%;
}

#row1modules.n1 > .row1module > div.inner {
	  margin: 5px 0;
}

/* 2 modules, premier module */
#row1modules.n2 > .row1module {
	  width: 50%;
}

#row1modules.n2 > .row1module > div.inner {
	  margin: 5px 3px 5px 0;
}

/* 2 modules, deuxieme module */
#row1modules.n2 > .row1module + div {
	  width: 50%;
}

#row1modules.n2 > .row1module + div > div.inner {
	  margin: 5px 0px 5px 3px;
}

/* 3 modules, premier module */
#row1modules.n3 > .row1module {
	  width: 33.33%;
}

#row1modules.n3 > .row1module > div.inner {
	  margin: 5px 3px 5px 0;
}

/* 3 modules, deuxieme module */
#row1modules.n3 > .row1module + div {
	  width: 33.33%;
}

#row1modules.n3 > .row1module + div > div.inner {
	  margin: 5px 3px 5px 3px;
}

/* 3 modules, troisieme module */
#row1modules.n3 > .row1module + div + div {
	  width: 33.33%;
}

#row1modules.n3 > .row1module + div + div > div.inner {
	  margin: 5px 0px 5px 3px;
}

/* 4 modules, premier module */
#row1modules.n4 > .row1module {
	width: 25%;
}

#row1modules.n4 > .row1module > div.inner {
	margin: 5px 3px 5px 0;
}

/* 4 modules, deuxieme module */
#row1modules.n4 > .row1module + div {
	 width: 25%;
}

#row1modules.n4 > .row1module + div > div.inner {
	margin: 5px 3px 5px 3px;
}

/* 4 modules, troisieme module */
#row1modules.n4 > .row1module + div + div {
	width: 25%;
}

#row1modules.n4 > .row1module + div + div > div.inner {
	margin: 5px 3px 5px 3px;
}

/* 4 modules, quatrieme module */
#row1modules.n4 > .row1module + div + div + div {
	width: 25%;
}

#row1modules.n4 > .row1module + div + div + div > div.inner {
	margin: 5px 0px 5px 3px;
}

#left, #right, #center {
	float: left;
}

#left {
	width: 22%;
}

#right {
	width: 22%;
}

#center {
	width: 56%;
}

.inline_block {
	display: inline-block;
	margin: 0.7em 0;
}

#footer {
	color: #fff;
	width: auto;
	line-height: 4em;
	text-align: center;
}

#footer img{
	vertical-align: middle;
	height: 1.4em;
}

#footer a:hover {
	color: #aaa;
}

#footer .custom, .menu {
	float: left;
	padding: 0;
}

#footer ul.menu li {
	float: left;
	list-style: disc;
	margin: 0 0 0 1.5em;
	padding: 0;
	font-size: 0.76em;
}

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

#footer ul.menu > li > a, #footer p {
	display: block;
	margin: 0;
	padding: 0;
}

#footer ul.menu > li > a {
	text-decoration: underline;
}

#footer p > a {
	font-size: inherit;
	margin: 0 0 0 5em;
}

.noleft #center {
	  width: 78%;
}

.noright #center {
	  width: 78%;
}

.noright.noleft #center {
	  width: 100%;
}

#left > div.inner {
	padding: 15px;
	text-align: left;
	background-color: #333;
}

#right > div.inner {
	padding: 1.5em;
	text-align: left;
	background: url(../images/backgroundRight.png) repeat-y;
}

#right > div.inner {
	background-size: contain;
}

#left ul.menu li a, #left ul.menu li span.separator, #right ul.menu li a, #right ul.menu li span.separator {
	display: block;
	background:  url(../images/tick.png) left center no-repeat;
	border-bottom: 1px solid #e3e3e3;
	box-shadow: 0 1px 0 #fff;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-decoration: none;
}

#form-login-username label, #form-login-password label {
	display: block;
}

#form-login-username input, #form-login-password input {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#form-login-username input:focus, #form-login-password input:focus {
	border: 1px solid #036c9e;
}

#form-login-submit button {
	background: #efefef;
	border: 1px solid #c3c3c3;
	padding: 4px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#form-login-submit button:hover {
	background: #ccc;
}

#center > div.inner {
	padding: 3em 5em;
	background: url(../images/backgroundCenter.png) repeat-y;
}

h2.item-title, h2.item-title > a {
	padding-left: 15px;
	margin-top: 15px;
}

div.item a.btn {
	text-decoration: none;
	background: #efefef;
	border: 1px solid #c3c3c3;
	padding: 4px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 7px;
	display:inline-block;
}

.btn {
	cursor: pointer;
	background: url("../images/searchButton.png") no-repeat scroll rgba(0, 0, 0, 0);
	background-position: center center;
	height: 24px;
	width: 22px;
	margin: 0 0.3em;
	vertical-align: middle;
}

.pull-left {
	float: left;
}

div.item a.btn:after {
	content: " >";
}

ul.breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 0.76em;
}

ul.breadcrumb li a, a:link {
	text-decoration: none;
}

ul.breadcrumb li a:visited {
	color: #fff;
}

ul.breadcrumb .divider {
	margin: 3px;
}

div.item-page li {
	display: inline;
	list-style: none;
	background-color: #6ca3fe;
	border: 1px solid white;
	padding: 2px 10px;
}

li.next{
	float: right;
}

ul.actions li {
	float: right;
	padding: 2px 5px;
	background: #e3e3e3;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
}

ul.actions li a {
	color: #fff;
	text-decoration: none;
}

.article-info {
	color: #c3c3c3;
	font-size: 0.83em;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width:46%;
    float:left;
}

.cols-2 .column-2 {
    width:46%;
    float:right;
    margin:0
}

.cols-3 .column-1 {
    float:left;
    width:29%;
    padding:0px 5px;
    margin-right:4%
}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-1, .column-2, .column-3 {
	padding:10px 5px
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	width:30%
}

#row2modules .row2module {
	float: left;
}

/* 1 module */
#row2modules.n1 > .row2module {
    width: 100%;
}

#row2modules.n1 > .row2module > div.inner {
	margin: 5px 0;
}

/* 2 modules, premier module */
#row2modules.n2 > .row2module {
	width: 50%;
}

#row2modules.n2 > .row2module > div.inner {
	margin: 5px 3px 5px 0;
}

/* 2 modules, deuxieme module */
#row2modules.n2 > .row2module + div {
	width: 50%;
}

#row2modules.n2 > .row2module + div > div.inner {
	margin: 5px 0px 5px 3px;
}

/* 3 modules, premier module */
#row2modules.n3 > .row2module {
	width: 33.33%;
}

#row2modules.n3 > .row2module > div.inner {
	margin: 5px 3px 5px 0;
}

/* 3 modules, deuxieme module */
#row2modules.n3 > .row2module + div {
	width: 33.33%;
}

#row2modules.n3 > .row2module + div > div.inner {
	margin: 5px 3px 5px 3px;
}

/* 3 modules, troisieme module */
#row2modules.n3 > .row2module + div + div {
	width: 33.33%;
}

#row2modules.n3 > .row2module + div + div > div.inner {
	margin: 5px 0px 5px 3px;
}

/* 4 modules, premier module */
#row2modules.n4 > .row2module {
	width: 25%;
}

#row2modules.n4 > .row2module > div.inner {
    margin: 5px 3px 5px 0;
}

/* 4 modules, deuxieme module */
#row2modules.n4 > .row2module + div {
    width: 25%;
}

#row2modules.n4 > .row2module + div > div.inner {
    margin: 5px 3px 5px 3px;
}

/* 4 modules, troisieme module */
#row2modules.n4 > .row2module + div + div {
    width: 25%;
}

#row2modules.n4 > .row2module + div + div > div.inner {
    margin: 5px 3px 5px 3px;
}

/* 4 modules, quatrieme module */
#row2modules.n4 > .row2module + div + div + div {
    width: 25%;
}

#row2modules.n4 > .row2module + div + div + div > div.inner {
    margin: 5px 0px 5px 3px;
}

#body2 {
	background: #e3e3e3;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 15px;
}

#row3modules .row3module {
	float: left;
}

/* 1 module */
#row3modules.n1 > .row3module {
    width: 100%;
}

#row3modules.n1 > .row3module > div.inner {
    margin: 5px 0;
}

/* 2 modules, premier module */
#row3modules.n2 > .row3module {
    width: 50%;
}

#row3modules.n2 > .row3module > div.inner {
    margin: 5px 3px 5px 0;
}

/* 2 modules, deuxieme module */
#row3modules.n2 > .row3module + div {
    width: 50%;
}

#row3modules.n2 > .row3module + div > div.inner {
    margin: 5px 0px 5px 3px;
}

/* 3 modules, premier module */
#row3modules.n3 > .row3module {
    width: 33.33%;
}

#row3modules.n3 > .row3module > div.inner {
    margin: 5px 3px 5px 0;
}

/* 3 modules, deuxieme module */
#row3modules.n3 > .row3module + div {
    width: 33.33%;
}

#row3modules.n3 > .row3module + div > div.inner {
    margin: 5px 3px 5px 3px;
}

/* 3 modules, troisieme module */
#row3modules.n3 > .row3module + div + div {
    width: 33.33%;
}

#row3modules.n3 > .row3module + div + div > div.inner {
    margin: 5px 0px 5px 3px;
}

/* 4 modules, premier module */
#row3modules.n4 > .row3module {
    width: 25%;
}

#row3modules.n4 > .row3module > div.inner {
    margin: 5px 3px 5px 0;
}

/* 4 modules, deuxieme module */
#row3modules.n4 > .row3module + div {
    width: 25%;
}

#row3modules.n4 > .row3module + div > div.inner {
    margin: 5px 3px 5px 3px;
}

/* 4 modules, troisieme module */
#row3modules.n4 > .row3module + div + div {
    width: 25%;
}

#row3modules.n4 > .row3module + div + div > div.inner {
    margin: 5px 3px 5px 3px;
}

/* 4 modules, quatrieme module */
#row3modules.n4 > .row3module + div + div + div {
    width: 25%;
}

#row3modules.n4 > .row3module + div + div + div > div.inner {
    margin: 5px 0px 5px 3px;
}

#row3modules ul {
	margin-left: 40px;
}

#row3modules ul li {
	list-style: disc;
}

#row3modules ul li a {
	text-decoration: none;
}

.titreperso {
	color: #036c9e;
}

@media screen and (max-width: 758px) {
	.row1module, .row2module, .row3module, #left, #center, #right {
		float: none !important;
		width: 100% !important;
	}
	
	.row1module > div.inner, .row2module > div.inner, .row3module > div.inner, #left > div.inner, #center > div.inner, #right > div.inner {
		margin: 5px 0px 5px 0px !important;
	}
	
	.items-row .item, .column, .flexiblemodule, .logobloc {
		width: auto !important;
		float: none;
		margin: 0 !important;
	}
}

/* modification CSS pour le livre d'or Vitabook */
.vbMessageText, .vbMessageTitle, .vb_lm_name {
 	font-size: 0.8em;
}

.vbContainer .btn {
	color: #fff;
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: #999;
	margin: 1em;
	float: left;
	font-size: 1em;
}

.vbContainer li {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}

.pull-right {
	font-size: 0.8em;
}

div.vb_lm_message:hover{
	background-color:#888;
}


/* modifications CSS pour la page de recherches avancées */
.search-results {
	font-size: 0.8em;
}

.result-title, .result-title a {
	font-weight: bold;
	margin: 0.3em 0;
	color: #6ca3fe
}

.result-text {
	margin: 0.3em 0;
}

.result-category, .result-created {
	font-size: 0.8em;
	color: #999;
	margin: 0.3em 0 1em 0;
}

span.highlight {
    background-color: #99ff00;
    font-weight: bold;
    padding: 1px 4px;
	color: #666;
}
.chzn-container .chzn-results {
	color: #444;
}

/* modification CSS pour le sitemap */
#xmap li > a {
	font-size: 0.76em;
}

#slide-contact .btn {
	color: #fff;
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: #999;
	margin: 1em;
	float: left;
	font-size: 1em;
}