/*****************************/
/*****************************/
/*          RESET            */
/*****************************/
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	background: transparent;
}


/*****************************/
/*     STRUCTURE DU SITE     */
/*****************************/

/** Body **/
body {
	margin: 0;
	padding: 0;
	color: #393939;

	text-align: center;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
	font-family: Arial, Verdana;
}

#page,
#header,
#navbar,
#main,
#main-inner,
#footer,
#closure-blocks {
	width: 100%;
	text-align: center;
}

#header-inner,
#main-inner,
#footer_links-inner,
#footer-inner,
#closure-blocks-inner {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	/* Taille du site */
	height: 100%;
	background: #fff;
}

#navbar {}

#navbar-inner {
	width: 960px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 300;
	text-align: left;
}

/** Prevent overflowing content **/
#header,
#content,
#content-actualite,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks {
	overflow: visible;
	word-wrap: break-word;
	/*  A very nice CSS3 property  */
}

#page {
	font-size: 1.167em;
	line-height: 1.333em;
	padding-bottom: 20px;
	/*background:url(../images/page_fond.png) center 0 no-repeat;*/
}

#page-inner {
	width: 100%;
	height: 100%;
	/*background:url(../images/pageinner_fond.png) center 0 repeat-y;*/
}


/* Main */
#main {
	position: relative;
	/*background:url(../images/main_fond.png) center 0 repeat-y;*/
}


/** Header **/
#header {}

#header-inner {
	height: 80px;
	/*background:url(../images/headerinner_fond.png) center 0 no-repeat;*/
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/** Contenu **/
/* Mise en page sans colonne */
#content,
#content-actualite {
	float: left;
	width: 960px;
	margin-left: 0;
}

.no-sidebars #content {
	float: left;
	width: auto;
}

/* Mise en page avec seulenemnt une colonne gauche */
.sidebar-left #content-actualite,
.sidebar-left #content {
	float: right;
	width: 672px;
	margin-right: 36px;
}

#sidebar-left {
	float: left;
	width: 216px;
	margin-left: 0;
}



/* Mise en page avec 2 colonnes (gauche et droite) */
.two-sidebars #sidebar-left {
	float: left;
	width: 180px;
	margin-left: 0;
}

.two-sidebars #content-actualite,
.two-sidebars #content {
	float: left;
	width: 530px;
	margin-left: 36px;
}

.two-sidebars #sidebar-right {
	float: right;
	width: 180px;
	margin-right: 0;
}

#content-inner,
#sidebar-left-inner,
#sidebar-right-inner {
	margin: 0;
	padding: 0;
}

#content-header {
	position: relative;
	margin: 25px 0 0;
}

#content-header h1 {
	/*clear:both;*/
	/* commenté pour l'affichage de la toolbar */
}

#content-area {
	clear: both;
}

#content-actualite #content-area {
	width: 450px;
}


/** footer **/
#footer_links {
	clear: both;
	/*background:url(../images/main_fond.png) center 0 repeat-y;*/
}

#footer_links-inner {
	clear: both;
	overflow: hidden;
}






/*****************************/
/*      STYLES GENERAUX      */
/*****************************/
/** Fil Ariane **/
.breadcrumb {
	/*color:#9A9A9A;*/
	margin-bottom: 10px;
}

.breadcrumb a {
	/*color:#73818d;*/
}

.breadcrumb a:hover {
	/*color:#73818d;*/
}


/** Titres **/
#titre {
	margin: 0 0 15px;
}

h1.title,
h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.5em 0 0.7em 0;
	padding-bottom: 0;
	margin-bottom: 3px;
	color: #111820;
	/*background:url(../images/ico/puce_h1.png) no-repeat 0 0;*/
}

h2.title,
h2 {
	font-size: 1.3em;
	color: #979797;
	padding: 0 0 2px 10px;
	margin: 0.5em 0;
	/*background:url(../images/ico/puce_h2.png) no-repeat 0 4px;*/
}

h3.title,
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #858484;
	padding-left: 10px;
	margin: 0.5em 0;
	/*background:url(../images/ico/puce_h3.png) no-repeat 0 5px;*/
}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #636363;
	padding-left: 10px;
	margin: 0.5em 0;
	/*background:url(../images/ico/puce_h4.png) no-repeat 0 center;*/
}

h5 {
	font-size: 0.8em;
	color: #151515;
	border-left: 2px solid #3a3c3c;
	padding-left: 5px;
	margin: 0.5em 0;
}

/* Liens */
a {
	color: #73818d;
	text-decoration: underline;
}

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

:focus {
	outline: 0;
}

input[type="submit"] {
	background-color: #ddd;
	color: #000;
}

select,
input {
	background-color: #fff;
}


ul li {
	padding-left: 15px;
	background: url(../images/ico/ul_puce.png) no-repeat 0 6px;
}

dt {
	/*background:#efeeee;
	color:#535353;
	border-color:#D6D6D6;*/
}

dt a {
	/*color:#535353;*/
}

dd {
	/*border-color:#D6D6D6;*/
}

address {
	/*background:#ececec;
	color:#656464;
	border-color:#dedede;*/
}

address a {
	/*color:#122434;*/
}

hr {
	/*color:#bcc1c8;
	background:#bcc1c8;*/
}

abbr {
	/*border-bottom: 1px dotted #48573d;*/
}

th {
	/*background:#eaeaea;
	color:#535353;
	border-color:#ccc;*/
}

th a {
	/*color:#535353;*/
}

td {
	/*color:#535353;
	border-color:#ccc;
	background-color:#ececec;*/
}

form tbody {
	/*border-color:#cccccc;*/
}

form th {
	/*border-color:#fff;*/
}

form tbody th {
	/*border-color:#fff;*/
}

form thead th {
	/*border-color:#fff;*/
}

fieldset {
	/*background:#fff;
	border-color:#cbd3d5;*/
}

legend {
	/*color:#122434;*/
}

textarea {
	/*border-color:#CCCBCB;*/
}

select {
	/*outline-color:#384792;
	border-color:#CCCBCB;*/
}

input {
	/*border-color:#CCCBCB;*/
}

input[type="submit"],
input[type="button"] {
	/*background:#ececec;*/
}


/* Class Editeur de texte Wysiwyg - TinyMCE */
.table_avec_bordure {
	border-color: #cfd4d8;
}

.table_avec_quadrillage td {
	border-color: #cfd4d8;
}

.texte_bleu {
	font-weight: bold;
	color: #006bb6;
}

.texte_rouge {
	font-weight: bold;
	color: #cd2c3e;
}




/* Page envoi de mail */
#print-mail-form #edit-fld-send-option-wrapper,
#print-mail-form .grippie {
	display: none;
}

#print-mail-form label {
	float: left;
	width: 175px;
}

#print-mail-form .resizable-textarea {
	width: 65%;
}

#print-mail-form textarea {
	width: 405px;
}

#print-mail-form .description {
	margin-left: 175px;
}

#print-mail-form .form-submit {
	float: right;
	margin: 0 0 0 4px;
}

#print-mail-form #edit-btn-submit {
	margin: 0 57px 0 4px;
}




/*****************************/
/*      BLOCS / MODULES      */
/*****************************/
#sidebar-right h2 {
	border: none;
	padding: 0;
	margin: 0;
	color: #73818D;
}

#sidebar-right h2 a {
	text-decoration: none;
}

#sidebar-right h2 a:hover {
	text-decoration: underline;
}

#sidebar-right .block {
	clear: both;
}

/* Bandeau anime - Image sur page interieure */
#bandeau_anime,
.field-field-img-bandeau,
.masque_bandeau {
	width: 672px;
	/* on indique la largeur de notre bandeau */
	height: 150px;
	/* on indique la hauteur de notre bandeau */
	/* a modifier également script.js */
}

#bandeau_anime {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#bandeau_anime li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

.field-field-img-bandeau {
	position: relative;
	margin-bottom: 15px;
}

.masque_bandeau {
	background: url(../images/masque_bandeau.png) no-repeat top left;
	/* lien de notre masque */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
}

.description {
	font-style: italic;
	font-size: 0.9em;
	margin-left: 20px;
}


/* Menu footer */
#block-menu-menu-footer {
	margin: 0;
}

#block-menu-menu-footer .block-inner {
	float: right;
}

#block-menu-menu-footer ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#block-menu-menu-footer ul li {
	float: left;
	margin: 5px 0 0;
	padding: 0 5px;
	list-style: none;
	background: none;
	color: #6a6b66;
	border-right: 1px solid #6a6b66;
	line-height: 1em;
}

#block-menu-menu-footer .last {
	border: none;
}

#block-menu-menu-footer .block-inner ul.menu li a {
	color: #6a6b66;
	font-size: 0.9em;
	text-decoration: none;
}

#block-menu-menu-footer .block-inner ul.menu li a:hover {
	text-decoration: underline;
}

/* Menu footer-links */
#footer_links .block {
	overflow: hidden;
}

#footer_links .block-inner {}

#footer_links .block ul {}

#footer_links .block ul li,
#footer_links .leaf,
#footer_links .expanded {
	list-style: none outside none;
	background: none;
}

#footer_links .block ul li.expanded a,
#footer_links .block h2 {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	border: none;
	margin: 0 0 5px;
}

#footer_links .block h2 {
	margin: 0;
	padding: 0;
}

#footer_links .block h2 a {
	color: #6a6b66;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

#footer_links .block h2 a:hover {
	text-decoration: underline;
}






/* Bloc de Recherche */
#block-search-0 {
	overflow: hidden;
}

#block-search-0 h2 {}

#block-search-0 .content {
	background: none !important;
	padding: 0 !important;
}

#block-search-0 .content form .form-item {
	margin: 0;
}

#block-search-0 form {
	background: none;
	padding: 0;
}

#block-search-0 form label {
	/*float:left;
	width:70px;*/
	font-size: 0.9em;
}

#block-search-0 input#edit-search-block-form-1 {
	float: left;
	width: 175px;
	margin-right: 5px;
	/*height:20px;*/
	text-indent: 3px;
	font: bold 11px/20px;
	border: 1px solid #cccbcb;
	background: #fff;
	padding: 0;
}

#block-search-0 input.form-submit {
	border: none;
	margin: 0 4px 0 0;
	padding: 0;
	width: 23px;
	height: 18px;
	text-transform: uppercase;
}



/* Menu secondaire */
#block-menu-book-menu-menu-secondaire {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

#block-menu-book-menu-menu-secondaire ul {
	margin: 0;
	padding: 0;
}

#block-menu-book-menu-menu-secondaire .block-inner ul.menu li.leaf {
	list-style: none;
	list-style-image: none;
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#block-menu-book-menu-menu-secondaire .block-inner ul.menu li a {
	color: #73818D;
	font-size: 11px;
	text-decoration: none;
	padding: 0 8px 0 6px;
	border-right: 1px solid #73818D;
}

#block-menu-book-menu-menu-secondaire .block-inner ul.menu li.last a {
	border: none;
}

#block-menu-book-menu-menu-secondaire .block-inner ul.menu li a:hover {
	text-decoration: underline;
}

/* Selecteur de langue */
#block-locale-0 {
	float: right;
	margin: 2px 0 0 10px;
}

#block-locale-0 .block-inner {
	float: right;
}

#block-locale-0 ul,
#block-locale-0 ul li {
	list-style: none outside none;
	display: inline;
	background: none;
	margin: 0;
	padding: 0 2px;
}

#block-locale-0 .active {
	display: none;
}


/* Pagination */
#paginator_top li,
#paginator_bottom li,
ul.pager li {
	color: #5D5D5D !important;
}

#paginator_top li a,
#paginator_bottom li a,
ul.pager li a {
	color: #393939 !important;
}

#paginator_top li.pager-first a,
#paginator_bottom li.pager-first a,
#paginator_top li.pager-previous a,
#paginator_bottom li.pager-previous a,
#paginator_top li.pager-next a,
#paginator_bottom li.pager-next a,
#paginator_top li.pager-last a,
#paginator_bottom li.pager-last a,
ul.pager li.pager-first,
ul.pager li.pager-previous,
ul.pager li.pager-next,
ul.pager li.pager-last {
	/*background-image:url(../images/btn_pagination.png) !important;*/
}



.view-cp .views-row {
	margin-bottom: 20px;
}

.view-cp .views-row .views-field-title {
	font-weight: 600;
}

.view-cp .views-row .views-field-field-date-cp-value {
	font-style: italic;
}

/* Nurtik forms overrides */
#mauticform_demandedecopiedudossierdunmajeurprotege_pieces_demandees .mauticform-checkboxgrp-row:first-of-type,
#mauticform_demandedecopiedudossierpatientdunenfantmineur_pieces_demandees .mauticform-checkboxgrp-row:first-of-type,
#mauticform_demandedecopiededossiermedical_pieces_demandees .mauticform-checkboxgrp-row:first-of-type,
#mauticform_demandedecopiedudossiermedicalparunmandataire_pieces_demandees .mauticform-checkboxgrp-row:first-of-type {
	position: relative;
	margin-bottom: 24px;
}

#mauticform_demandedecopiedudossierdunmajeurprotege_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::before,
#mauticform_demandedecopiedudossierpatientdunenfantmineur_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::before,
#mauticform_demandedecopiededossiermedical_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::before,
#mauticform_demandedecopiedudossiermedicalparunmandataire_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::before {
	content: '';
	position: absolute;
	top: 31px;
	display: block;
	width: 108px;
	height: 1px;
	background-color: black;

}

#mauticform_demandedecopiedudossierdunmajeurprotege_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::after,
#mauticform_demandedecopiedudossierpatientdunenfantmineur_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::after,
#mauticform_demandedecopiededossiermedical_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::after,
#mauticform_demandedecopiedudossiermedicalparunmandataire_pieces_demandees .mauticform-checkboxgrp-row:first-of-type::after {
	content: 'ou :';
	position: absolute;
	left: 35px;
	display: block;
	padding-left: 8px;
	width: 27px;
	font-weight: bold;
	background-color: #fff;
}

#mauticform_demandedecopiedudossierdunmajeurprotege_pieces_demandees div.mauticform-checkboxgrp-row:nth-child(11),
#mauticform_demandedecopiedudossierpatientdunenfantmineur_pieces_demandees div.mauticform-checkboxgrp-row:nth-child(11),
#mauticform_demandedecopiededossiermedical_pieces_demandees div.mauticform-checkboxgrp-row:nth-child(11),
#mauticform_demandedecopiedudossiermedicalparunmandataire_pieces_demandees div.mauticform-checkboxgrp-row:nth-child(11) {
	margin-bottom: 15px;
}