@charset "UTF-8";

body {
	font-family:sansation, lucida sans unicode,lucida grande,helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #black;
	background-color: #FFF;
	text-align: left;
  }
p {
	font-family:sansation, lucida sans unicode,lucida grande,helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 10px;
	padding:5px;
	text-align: center;
	}  
h1{
	text-align:center;}	
	
h2{	font-size: 16px;
	color:#428BCA;
	font-style:bold;
	margin-top:10px;}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}

span p { text-align: left; }
p .centrer{ text-align: center !important; }

.panel-info {
  border-color: #148DC8;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #148DC8;
  border-color: #148DC8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #148DC8;
  background-color: #E2E2E2;
}
.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #148DC8;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}	
#footer{
  clear: both;
  width: 100%;
  height:50px;
  background-color: #E2E2E2;
  padding-top: 2px;
  padding-bottom: 5px;
  text-align: center;
  position: fixed;
  bottom: 0;
	 }
	 
#footer img {
	width: auto !important;
	height:auto;
	padding-right:10px;
	}	 
/*##VERTICAL ACCORDION##*/
#accordion ul {
  margin: 0 auto;
  padding: 0;
  list-style:none;
} 
#accordion ul li {
  display:block;
  margin: 0;
  list-style:none;
  clear: left;
  position: relative;
  width: 100%;
  border-bottom:#f0f0f0 1px solid;
  background: #148DC8;
  border-radius: 5px;
  margin-bottom: -4px; /* IE6 e IE7 */
}
#accordion ul li:hover {
  cursor:pointer;
}
#accordion ul li.last {
  border: 0;
}  
#accordion ul li h1 {
  position: absolute;
  display:block;
  float:left;
  margin: 0;
  padding: 0 0 0 10px;
  top: 0;
  left: 0;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration:none;
  text-transform:uppercase;
  color: #fff;
}
#accordion  ul li h1:hover {
  cursor:pointer;
} 
#accordion ul li div {
  display:none;
  background: #DDD;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
}
#accordion:hover ul li:hover div {
  cursor: default;
} 
#accordion ul li div span {
  padding:10px;
  display: block;
  text-align: left ;
  line-height: normal;
}

#accordion ul li i dd{
  position: absolute;
  display:block;
  top: 0;
  right: 0;
  padding: 0 10px 0 0;
  float:right;
  margin: 0;
  font-size: 18px;
  text-decoration:none;
  color: #000;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vignette{
  width:200px;
  height:auto; 
	}
@media (min-width: 400px) {
  .container {
    width: auto;
  }
    img{
	 width:200px;
	 height:auto;
	 vertical-align: middle;
	  }
}
@media (min-width: 768px) {
  .container {
    width: 580px;
  }
    img{
	 width:300px;
	 height:auto;
	 vertical-align: middle;
	  }
}
@media (min-width: 992px) {
  .container {
    width: 800px;
  }
  img{
	 width:400px;
	 height:auto;
	 vertical-align: middle;
	  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
  img{ 
  width:400px;
  height:auto; 
  horizontal-align:middle;
}
  
}
