/***************************************************************************************
* Main
***************************************************************************************/
body {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	cursor: default;
	color: #444444;
}
#headerWeb {
	width:100%
}
.headerLogoTitre {
	font-size:40px;
	color:#56BAEC;
	font-weight:bold;
	padding-left:10px;
}
p {
	margin: 0px;
}

.enteteh1{
	border-bottom: 1px #56BAEC solid;
}
h1 {
	width:100%;
	min-height: 20px;
	margin: 10px auto;
	padding: 6px 0px 2px 0px; 
	font-size: 2em;
	font-weight: bold;
	color: #56BAEC;
	
}
h1 a {
	font-weight: bold;
	color: #56BAEC;
}
h2 {
	margin: 12px 0px 8px 0px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0px; 
	color: black;
	
}
h2 a {
	color: #0080ed;
}
h3 {
	margin: 8px 0px 4px 0px;
	font-size: 1em;
	font-style: italic;
	border-bottom: solid #888888 1px;
	color: #0080ed;
}
hr {
	height: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #0080ed;
}
a {	
	color: #000000;
	text-decoration: none;
}
a:hover {
	/*color: #0080ed;*/
	text-decoration: underline;
}
a.linkNoDecoration {
	text-decoration: none;
}
a.linkNoDecoration:hover {
	text-decoration: none;
}
input[type=button], input[type=submit] {
	background-color: transparent;
	border-width: 0px;
	cursor: pointer;
	font-weight: bold;
	vertical-align: top;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}
input[type=button].btnWeb, input[type=submit].btnWeb {
	background-color: #0080ED;
	color: #ffffff;
	border-width: 0px;
	cursor: pointer;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 8px 2px 8px;
	margin: 0px 4px 0px 4px;
	border: solid #0080ed 1px;;
	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input[type=button].btnWeb:hover, input[type=submit].btnWeb:hover {
	background-color: transparent;
	color: #0080ed;
	border: solid #0080ed 1px;
}

/***************************************************************************************
* Header
***************************************************************************************/

#header {
	width: 100%;
	background-color: white;
	text-align: left;
	margin-bottom: 5px
}

.headerTitre {
	padding-left: 1px;
}

#login {
	display: none
}

#policeup {
	display:none;
}
#policeupMobile {
	float: right;
	margin-right: 5px;
	cursor:pointer;
}

#policedown {
	display:none;
}
#policedownMobile {
	float: right;
	margin-right: 8px;
	cursor:pointer;
}

#print {
	display: none
}

.headerBoutons {
	padding: 10px 10px;
	color: white;
	vertical-align: top;
	width: 100%;
}
.headerBouton{
	display:none;
}
#professionnels {
	display:none;
}
/***************************************************************************************
* Menu
***************************************************************************************/
#menu {
	display: none;
}

#MenuMobile {
	z-index: 1000;
	background-color: #00a095;
	position: absolute;
	width: 100%;
	-moz-box-shadow: 0px 5px 2px 0px #036b62;
	-webkit-box-shadow: 0px 5px 2px 0px #036b62;
	-o-box-shadow: 0px 5px 2px 0px #036b62;
	box-shadow: 0px 5px 2px 0px #036b62;
}

#nav {
	display: none;
	background-color: #56BAEC;
	position:fixed;
	top:20px;
	width: 60%;
    left: 20%;
    padding: 0px 30px;
    z-index:20;
}

#navi {
	margin: 0;
	padding-left: 0px
}

#MenuMobile ul li a:hover+.hidden,.hidden:hover {
	display: block;
}

.SousMenu {
	display: none
}

.SousMenu a {
	font-family: verdana, sans-serif;
	font-size: 12px
}

ul li {
	width: 100%;
	list-style-type: none;
	cursor: pointer;
	font-size: 1em;
	font-family: verdana, sans-serif;

}

ul li.item_sousmenu {
	list-style-type: disc;
}

ul li div {
	padding: 10px 10px;
}

ul li div div {
	padding: 0px 0px 0px 20px;
}

ul li ul li {
	padding: 10px 0px 10px 10px;
	width: 97%
}

ul li a {
	color: white;
	font-size: 3em;
	font-family: verdana, sans-serif;
}

#bouton-menu {
	cursor: pointer;
	position:fixed;
	top:50px;
	right:20px;
}

.item_sousmenu {
	font-family: verdana, sans-serif;
	color: white;
	font-size: 12px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #60d2c9;
}

#sousrubrique_menu {
	list-style-position: inside;
	border-bottom: 1px solid #60d2c9;
	padding: 10px 0;
}

#sousrubrique_menu a {
	border-bottom: 1px solid #60d2c9;
	list-style-position: inside
}

.sousmenu {
	padding: 0;
	background-color: #009090
}

.sousmenu ul {
	padding: 0;
	list-style-type: disc
}
.sousmenu ul a {
	border:none;
	padding:3px 0px;
}

#item_menu {
	list-style: none;
	border-bottom: 1px solid #60d2c9;
}

.SousMenuMobile {
	padding: 0
}

.Menurubrique {
	border-bottom:solid white 1px;
	padding:15px 0px;
}
/***************************************************************************************
* Contenu
***************************************************************************************/

.publicationIntro {
	margin: 10px auto;
	padding-left: 10px;
}

.backtrack {
	display: none
}

.imageTop {
	
}

.imageTop img {
	width: 100%
}

.publicationParTexte {
	padding: 10px;
	width: 90%
}

.pubEnteteOut {
	background-color: white
}
/***************************************************************************************
* Lightbox
***************************************************************************************/
.lightboxOut {
	display: none;
}

.lightboxBG {
	display: none;
}

.lightboxIn {
	display: none;
}

.lightboxContent {
	display: none;
}

.lightboxClose {
	display: none;
}


/*
#diapoDiv_0_1 {
	height: 300px
}

#diapo1 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('images/fond_mobile_1.png')
}*/

#titre_mobile_home {
	background-color: #00B0A0;
	top: -85px;
	position: relative
}

#titre_mobile_home h1 {
	color: white;
	text-align: center
}

#conteneur_puce {
	width: 100%;
	position: relative;
	top: -150px;
}

#puces {
	width: 100%
}

/*.encart img {
	width: 100%
}*/



.input {
	width: 80%;
	margin: 8px
}

.tb {
	height: 25px;
	border: 1px solid lightgrey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 4px;
	margin-bottom: 8px
}
.tbErreur {
	height: 25px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 4px;
	margin-bottom: 8px
}


.ddl {
	height: 25px;
	border: 1px solid lightgrey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 4px;
	margin-bottom: 8px
}

.ddlErreur {
	height: 25px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 4px;
	margin-bottom: 8px
}




/***************************************************************************************
* Footer
***************************************************************************************/
#footer {
	text-align: center;
    background-color: #56BAEC;
    padding: 8px 0px 8px 0px;
    width: 100%;
    color:white;
    margin: 0 auto;
}
#footer p{
	padding-top:20px
}

#footer a {
	color:white
}

/***************************************************************************************
* Diaporama Standard
***************************************************************************************/
#diaporama {
	width: 100%;
	text-align: center;
	z-index: 10;

}
#diaporama .publicationShowFullScreen {
	position:absolute;
	float: right;
	margin-top: 0px;
	margin-left: 940px;
	padding: 2px;
	width: 20px;
	background-color: #E3EAF3;
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor: pointer;
	z-index: 20;
}
#diaporama .publicationDiaporama {
	position: relative;
	width: 90%;
	
	z-index: 10;
}
#diaporama .diapoImg {
	position: relative;
	width: 90%;
	overflow: hidden;
	border: solid #dddddd 1px;
	
}
#diaporama .diapoPub {
	position: absolute;
	width: 100%;
	overflow: auto;
	text-align: left;
	border: solid #dddddd 1px;
	/*border: solid #888888 1px;*/
}
#diaporama .diapoPDF {
	width: 100%;
	border: solid #dddddd 1px;
}
#diaporama .diapoContent {
	padding: 0px;
}
.diapoContent img {
	width:100%
}
/* Boutons */
#diaporama .diaporamaBoutons {
	position:relative;
	top:-270px;
}
#diaporama .tblDiaporamaBoutons {
	height: 90%
}
#diaporama .diaporamaPuces {
	text-align: right;
	height: 24px;
	z-index: 20;
}
#diaporama .tblDiaporamaPuces {
	height: 24px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#diaporama .divVignettes {
	margin-top: 4px;
	text-align: left;
	width: 100%;
	overflow-y: hidden;
}
#diaporama .diaporamaVignettes {
	text-align: right;
	height: 100px;
	z-index: 20;
	display:none;
}
#diaporama .tblDiaporamaVignettes {
	height: 70px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

/***************************************************************************************
* Diaporama Full screen
***************************************************************************************/
#diaporamaFullScreen {
	width: 100%;
	text-align: center;
	z-index: 10;
}
#diaporamaFullScreen .publicationShowFullScreen {
	position:absolute;
	top: 0px;
	right: 0px;
	padding: 2px;
	width: 20px;
	background-color: #E3EAF3;
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor: pointer;
	z-index: 20;
}
#diaporamaFullScreen .publicationDiaporama {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 24px;
	/*padding: 20px;*/
	z-index: 10;
	background-color: #ffffff;
	box-shadow: 0 0 20px #666;
  	-moz-box-shadow: 0 0 20px #666;  
  	-webkit-box-shadow: 0 0 20px #666;
}
#diaporamaFullScreen .diapoContent {
	padding: 20px;
}
#diaporamaFullScreen .diapoImg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#diaporamaFullScreen .diapoPub {
	position: absolute;
	/*width: 100%;*/
	height: 100%;
	overflow: auto;
	text-align: left;
	/*border: solid #888888 1px;*/
}
#diaporamaFullScreen .diapoPDF {
	width: 100%;
	height: 100%;
}

/* Boutons */
#diaporamaFullScreen .diaporamaBoutons {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#diaporamaFullScreen .tblDiaporamaBoutons {
	height: 100%;
	width: 100%;
}
#diaporamaFullScreen .tblDiaporamaBoutons td {
	padding: 4px;
}
#diaporamaFullScreen .diaporamaPuces {
	position: absolute;
	bottom: 0px;
	right: 24px;
	text-align: right;
	height: 24px;
	z-index: 20;
}
#diaporamaFullScreen .tblDiaporamaPuces {
	height: 24px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.encartContenu {
	max-width:100%;
}
.parContenu {
	width:100%
}