hr {
	border-style: solid;
}

.baseline {
	border-top-width: 2px;
	}

.center {
	margin: 0px;
	text-align: center;
	}

.hidden {
	display: none;
	}
.spip {
	background-color: #c0c0c0;
	}
.spip:hover {
	background-color: #ffcc66;
	}

/* gestion des menus et items */
.item {
	margin: 0px;
	background-color: #eeeeee;
	}
.item2 {
	margin: 0px;
	background-color: #ffffff;
	}
.item:hover, .item2:hover {
	background-color: #CCCCCC;
	}

.menu {
	margin: 0px;
	}
.menu:hover {
	background-color: #CCCCCC;
	}
.menucfg {
	margin: 5px;
	padding: 4px;
	border-style: solid;
	border-color: #C0C0C0;
	border-radius: 4px;
	border-width: 1px;
	background-color: #ffffff;
	}
.menucfg:hover {
	background-color: #ffcc66;
	}

.mymenu
{
	margin: 0;
	padding: 0;
	border: 0;
}
.mymenu div:hover > .submenu { display: block; }

.submenu
{
	display: none;
	width: 160px;
	list-style-type: none;
	margin: 0;
	margin-left: 40px;
	padding: 4px;
	position: absolute;
	background-color:#eeeeee;
	border:#cccccc solid 1px;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

#blogmenu
{
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
	border: 0;
	position: absolute;
#	top: 0;
#	left: 0;
}

#blogmenu li
{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
#	border: 0;
}

#blogmenu li a:link, #blogmenu li a:visited
{
	display: block;
	color: #000000;
	height: 1%;
	margin: 1px;
	padding: 2px 2px;
	text-decoration: none;
}

#blogmenu li a:hover { background-color: #ffcc66; }
#blogmenu li a:active { background-color: #000000; }

#blogmenu .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#blogmenu .sousMenu li a:link,
#blogmenu .sousMenu li a:visited
{
	display: block;
	width: 150px;
	color: #000000;
	background: #eeeeee;
	margin: 0;
	border: 0;
	text-decoration: none;
}

#blogmenu .sousMenu li a:hover
{
	background-image: none;
	background-color: #ffcc66;
}


#blogmenu li:hover > .sousMenu { display: block; }

/* gestion des backoffice */
.backoff .cfg {
	display: none;
	position: absolute;
	margin: 0px 0px 0px -110px;
	width: 110px;
	height: 19px;
	text-align: right;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
.backoff .cfg {
	display: none;
	position: absolute;
	margin: -19px 0px 0px -110px;
	width: 110px;
	height: 19px;
	text-align: right;
	}
}
	
.backoff:hover .cfg {
	display: inline;
	background-color: #F7F7F7;
	}
.backitems .cfgitems {
	display: none;
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 100px;
	text-align: left;
	}
.backitems:hover .cfgitems {
	display: inline;
	background: transparent;
	}

/* gestion du bandeau */
div#header {
	position: relative;
	overflow: hidden;
	background: url(../images/logos/logo01.jpg) 50% 0 no-repeat;
}
div#blendimage {
	background-position: 50% 0;
}
div#logo {
	position: absolute;
	background: transparent;
}

/* gestion des images*/
img {
	border:none;
	display:inline;
	}

/* gestion de la taille de la police*/
.x-small { /*x-small font=1*/
	font-size: 10px;
	}

.small { /*small font=2*/
	font-size: 13px;
	}

.medium { /*medium font=3*/
	font-size: 16px;
	}

.large { /*large font=4*/
	font-size: 18px;
	}

.x-large { /*x-large font=5*/
	font-size: 24px;
	}

.xx-large { /*xx-large font=6*/
	font-size: 32px;
	}

/* survol de certains liens */
a.overlib {
	position: relative;
	text-decoration: none;
	}

a.overlib > span {
	display: none;
	}

a.overlib:hover > span {
	display: block;
	position: absolute;
	z-index: 100;
	background-color: white;
	border: 1px solid black;
	padding: 4px;
	line-height: 95%;
	left: 30px;
	top: 20px;
	white-space: nowrap;
	font-size: 90%;
    font-weight: bold;
	-moz-border-radius: 6px;
	}

/******* NORME HTML5 ********/
.width100 {
	width: 100%;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

/* Menu DEROULANT */
#cadre-menu {
	position:fixed;
	left:-87px;
	overflow:hidden;
	top:25%;
	width:112px; 
	font:12px Arial;
	z-index: 100;
}
#bordure-menu {	
	float:left;
	background:#F7F7F7;
	width:87px;
	margin:0px;
	padding:15px;
	border:1px solid #ccc;
	border-left:none;
	z-index: 100;
	border-radius: 0px 0px 6px 0px;
}
#bordure-menu ul {
	list-style: square inside;
}
#bordure-menu ul li {
	padding-bottom:8px;
}
#bordure-menu ul li a {
	color:#555;
}
#bordure-menu ul li a:hover {
	text-decoration:underline;
}
#bouton-menu {
	float:right;
	width:25px;
	margin:0px;
	height:76px;
	background-color: #0069d9;
}

.maintitle {
	background-color: #EEEEEE;
	padding: 4px;
}

.maincontent {
	background-color: #f8f9fa;
	padding: 10px;
}

select {
  display: inline-block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	min-height: 30px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"], input[type="tel"], input[type="date"] {
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.notifyjs-bootstrap-base {
    font-weight: normal !important;
    max-width: 300px !important;
    white-space: normal !important;
    padding: 20px !important;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.25) !important;
    border: none !important;
    background-size: 20px 20px !important;
  	background-position: 20px 23px !important;
}

.notifyjs-bootstrap-base > span {
	margin-left: 30px;
	display: block;
}

.notifyjs-bootstrap-success {
	background-color: rgb(40, 167, 69) !important;
  color: #FFFFFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='white'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/%3E%3C/svg%3E") !important;
}

.notifyjs-bootstrap-danger {
	background-color: rgb(237, 61, 61) !important;
  color: #FFFFFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='white'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E") !important;
}