﻿body
{
    background:url('../images/effet_eau.png') repeat-x;
    font-family: Arial,'Trebuchet MS', sans-serif;
	background-attachment:fixed;
}

#banniere_image
{
    margin-top: 15px;
    height: 192px;
	width:885px;
    border-radius: 5px;
    background: url('../images/eau1.png') no-repeat;
	position: relative;
	border-right:2px solid blue;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: blue 0px 4px 4px;
-moz-box-shadow: blue 0px 4px 4px;
}
#banniere_description
{
    position:absolute;
	display:inline-block;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.6%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: blue;
    color: white;
    font-size: 0.8em;
	text-align:right;
	font-size:1em;
	font-weight:bold;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;

}

.banniere_image{
    background: url('../images/eau1.png') no-repeat;
    height: 180px;
}

.banniere_description{
    text-align: right;
}

.nav-pills>li>a{
    color: blue;
    font-weight: bold;
}

.nav-pills>li>a:hover{
    color: black;
    background:#00FFFF;
    background-color:#00FFFF;
}
.verticalLine {
    border-left: thick solid blue;
}

.nopadding{
    padding: 0 !important;
    margin: 0 !important;
}
.nopadding-left{
    padding-left: 0px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 !important;
}

nopadding-right{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 5px !important;
    padding-bottom: 0px !important;
    margin: 0 !important;
}

.noborder{
    border:0px !important;
}

.panel-margin{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.title{
    text-align: center;
    color: blue;
    font-family: Arial;
    font-weight:bold;
    margin-top:10px;
}

.link-title{
    color: blue;
}

a .link-title:hover{
    color: #337ab7;
    text-decoration: none;
    text-underline: none;
}

.default-link{
    color:blue;
}

.panel-padding{
    padding-top: 2px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

.img-fiam{
    min-height: 80px;
    max-height: 150px;
    max-width: 90%;
}

.cadre-text{
    min-height: 220px;
}

.cadre-famille{
    min-height: 230px;
}

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

.panel-heading a{
    color: white;
    text-decoration: none;
}

.panel-heading a:hover{
    color: white;
    text-decoration: underline;
}

.acceuil h5{
    margin: 5px !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #00b9ff;
}