html, body {
	height: 100%;
	background-color: #e0e0ea; /*rgba(52,110,174,1);*/
	font-family: 'Lato', sans-serif;
	color: #666666;
}

.fond {
	background-color: rgba(52,110,174,1);
}

header
{
	height:	100px;
	background-image: url("fond.jpg");
	background-repeat: repeat;

}
#header_right p
{
	line-height: 100px;
	text-align: center;
	color: white;
}
#header_richelieu p
{
	line-height: 100px;
	text-align: left;
	color: white;
}
nav 
{
	
	height: 45px;
}

.menu 
{
	
	height: 30px;
	border-left: solid 1px #DDDDDD;
	color: white;
}
.menu:hover
{

	background-color: #62a0d0;
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}
.menu1
{
	
	border-left: none;
	
}

.menu p
{

	line-height: 30px;
	text-align: center;
}
.menu :hover
{
	cursor: pointer;
}
.menu_active
{
	background-color: #62a0d0;
}
[class="col-md-10 col-md-offset-1"], [class="col-md-12"]
{
	min-height: 250px;
	background-color: #eaeaf3;
	color: #666666;
	font-size: 16px;
	padding: 3px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer
{
	
	line-height: 50px;
	text-align: center;

}
#footer, .push {
	height: 50px;

}
#footer_container
{
		color: #ffffff;
		background-color: #001F3F;
		width: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; 
}

#small-header
{
	color: #7FDBFF;
}
.page-header
{
	color:#0074D9;
}
.dropdown-menu
{
	background-color: rgba(52,110,174,1);
}
.dropdown-menu li a
{
	color: white;
}
.dropdown-menu li a:hover
{
	background-color: #62a0d0;
	color: white;
}
section ul *
{
	font-size: 25px;
}

a,  section ul li a
{
	color: #428bca;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #428bca;
}
#carousel
{
	text-align: center;
}


.bx-wrapper {
    margin: 0 auto;
    text-align: center;

}

.carousel-control.right, .carousel-control.left
{
	background-image: none;
}
.carousel-caption
{
	position: absolute;
	top: -10%;
	left: 58%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #62a0d0;
	text-align: left;
	text-shadow: none;
	width: 450px;
	margin-top: 5px;

}

.carousel-caption p
{
	font-size: 14px;
}

article  .big
{
	font-size: 20px;
 }
 article p
 {
 	font-size: 14px;
	color: #666666;
 }
 section ul * 
 {
 	font-size: 14px;
    color: #666666;
	margin-bottom: 10px;
 }

.menu_mobile
{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 100px;
	
}
.dropdown_mobile
{
	text-align: right;
	font-size: 20px;
}
#michel img
{
	margin-left: 10px;
	margin-right: 10px;
}
#vladimir img
{
	margin-left: 10px;
	margin-right: 10px;
}
#vladimir 
{
	text-align: right;
}

#vladimir ul, #michel ul
{
	text-align: justify;
}

h1 {
  font-size: 28px;
  color: rgba(52,110,174,1);
}

h2 {
  font-size: 26px;
  color: #666666;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #DDDDDD;
  height: 470px;
  border: none;
  border-radius: 0;
  /*border: solid 1px #DDDDDD;*/
}