/*start general*/
html, body
{
	margin: 0;
	border: 0;
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #f2f2f2;
	/*letter-spacing: 1px;*/
	/*text-shadow: 0 0 1px rgba(0,0,0,0.3);*/
	/*text-shadow: 0px -5px 15px rgba(24,24,24,0.23);*/
}

body
{
	/*padding-top: 60px;*/
	padding: 0px 20px 0px 20px;
	/*padding-top: 0;*/
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-attachment: fixed;
	display: none;
}

a, a:focus, a:active
{
	color: rgb(0, 53, 85);
}

a
{
	text-decoration: none;
}

a:focus, a:active
{
	outline: none;
}

p
{
	text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
	color: rgb(0, 53, 85);
	font-weight: 600;
}

h2
{
	font-size: 28px;
}

.btn-primary
{
	font-size: 13px;
	color: #ffffff;
	background-color: #0462a5;
	background-image: -moz-linear-gradient(top, #0462a5, #023868);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0462a5), to(#023868));
	background-image: -webkit-linear-gradient(top, #0462a5, #023868);
	background-image: -o-linear-gradient(top, #0462a5, #023868);
	background-image: linear-gradient(to bottom, #0462a5, #023868);
	border-color: #023868 #023868 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff023868', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover
{
	background-color: #023868;
}

.thumbnail .caption, .thumbnail .caption p
{
	color: #000000;
	text-align: center;
}

.thumbnail
{
	/*background-color: rgba(255, 255, 255, 0.5);*/
	background-color: rgba(216, 216, 216, 0.5);
	border: 1px solid rgb(200, 200, 200);
}

hr
{
	margin: 15px 0;
	border: 0;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.container
{
	z-index: 100;
	position: relative;
}

.pageHeader
{
	padding-top: 20px;
	/*padding-bottom: 20px;
	text-align: center;*/
}

.selectDisabled
{
	background-color: rgb(240, 240, 240);
}
/*end general*/

/*start bar menu*/
#menu
{
	z-index: 2000;
	position: absolute;
	width: 100%;
}

#logo
{
	padding: 0px 0px 0px 0px;
	margin-left: -5px;
	float: left;
}

#logo img
{
	border: 0;
}

#contentMenu
{
	width: 100%;
	margin-left: -150px;
	float: right;
}

#normalMenu
{
	display: block;
}

#responsiveMenu
{
	display: none;
}

#responsiveMenu select
{
	width: 100%;
	margin: 5px 0px 5px 0px;
	height: 25px;
	padding: 2px 6px 2px 6px;
}

#normalMenu, #responsiveMenu
{
	margin-left: 150px;
}

.navbar-inverse .navbar-inner
{
	background: none;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: url(../img/bar.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	height: 81px;
}

ul.nav li.dropdown:hover ul.dropdown-menu
{
	display: block;    
}

.dropdown-menu
{
	background-color: #242424;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
	border: none;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	top: 0px;
	padding-top: 35px;
}

.navbar .nav > li > a
{
	padding: 8px 20px 8px 20px;
	position: relative;
	z-index: 2000;
}

.navbar .nav > li > a
{
	font-size: 16px;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle
{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav
{
	width:100%;
	margin: 0 0px 0 0;
}

.navbar .nav > li:last-child
{
	float: right;
	text-align: right;
}

.navbar .nav > li:first-child a
{
	padding-left: 0px;
}

.navbar .nav > li:last-child a
{
	padding-right: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a
{
	background-color: transparent;
	background-image: none;
}

#menu
{
	margin-right: -20px;
	margin-left: -20px;
}

#menu .container, #footer .container
{
	padding: 0px 20px 0px 20px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner
{
	padding: 0px;
}

.navbar .btn-navbar
{
	margin-right: 0px;
}

.navbar .nav .dropdown-toggle .caret
{
	margin-top: 10px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after
{
	display: none;
}

.dropdown-menu li a
{
	color: #999;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*end bar menu*/

/*start carousel*/
#headerContainer
{
	margin-right: -20px;
	margin-left: -20px;
	/*margin-top: -20px;*/
	/*background-color: #ffffff;*/
}

#dataMyCarousel
{
	position: absolute;
	top: 0;
	width: 100%;
	background-size: auto 274px;
	/*margin-left: -20px;
	margin-right: -20px;*/
}

#dataMyCarousel .ban
{
	background-position: center top;
	background-repeat: no-repeat;
	height: 300px;
}

#carouselContent
{
	height: 300px;
	position: relative;
}

#myCarousel
{
	margin-bottom: 0px;
}

#myCarousel .carousel-indicators
{
	top: 70px;
	right: 0px;
	width: 46px;
	z-index: 3000;	
}

#myCarousel .carousel-control.right, #myCarousel .carousel-control.left
{
	top: 200px;
	background: none;
	background-repeat: no-repeat;
	background-image: url(../img/carouselControlRight.png);
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	right: 0px;
	width: 30px;
	height: 55px;
}

#myCarousel .carousel-control.right, #myCarousel .carousel-control.left, #myCarousel .carousel-indicators
{
	display: none;
}

#myCarousel .carousel-control:hover, #myCarousel .carousel-control:focus
{
	opacity: 1;
	filter: alpha(opacity=100);
}

#myCarousel .carousel-control.left
{
	left: 0px;
	background-image: url(../img/carouselControlLeft.png);
}

#myCarousel .carousel-indicators li
{
	background: none;
	width: 15px;
	height: 15px;
	border-radius: none;
	margin-left: 0px;
	background-image: url(../img/carouselIndicator.png);
}

#myCarousel .carousel-indicators .active
{
	background-image: url(../img/carouselIndicatorActive.png);
}

#carouselShadow
{
	background-image: url(../img/carouselShadow.png);
	background-repeat: repeat-x;
	position: absolute;
	width:100%;
	height:69px;
	z-index: 0;
}
/*end carousel*/

/*start footer*/
#footer
{
	background-color: #ffffff;
	border-top: 1px solid rgb(200, 200, 200);
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 50px;
}

#footer, #footer a, #footer a:hover
{
	color: rgb(80, 80, 80);
}

#footerShadow
{
	background-image: url(../img/footerShadow.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 70px;
	margin-top: -70px;
}

#footer #info
{
	margin-top: 30px;
}

#footer #info hr
{
	display: none;
}

#footer .footerLink
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}

#footer .logoSocialNetwork
{
	width: 25px;
	vertical-align: initial;
}

#footer #socialFacebook, #footer #socialTwitter, #footer #socialGoogle
{
	float: left;
}

#footer #socialGoogle
{
	margin-top: -1px;
}

#footer #social
{
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}
/*end footer*/

/*start contact*/
.form-horizontal input[type=text], .form-horizontal select, .form-horizontal textarea
{
	margin-bottom: 5px;
}

input[type=radio]
{
	margin: 4px 3px 5px 5px;
}

.formRadio
{
	display: inline;
}

#civilite
{
	margin-bottom: 5px;
}

.submitContact
{
	padding-top: 10px;
}
/*end contact*/

/*1200px - max*/
@media (min-width: 1200px)
{
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12
	{
		width: 940px;
	}
}

/*980px - 1199px*/
@media (min-width: 980px) and (max-width: 1199px)
{
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12
	{
		width: 940px;
	}
}

/*768px - 979px*/
@media (min-width: 768px) and (max-width: 979px)
{
	body
	{
	}
	
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12
	{
		width: auto;
	}
}
 
/*481px - 767px*/
@media (min-width: 481px) and (max-width: 767px)
{
}
 
/*0px - 480px*/
@media (max-width: 480px)
{
	#myCarousel .carousel-control
	{
		display:none;
	}
	
	#myCarousel .carousel-indicators
	{
		right: 50%;
		margin-right: -23px;
	}
	
	#logo
	{
		float: right;
	}
	
	#contentMenu
	{
		float: left;
	}
}

/*Custom size*/

/*767px - 900px*/
@media (min-width: 767px) and (max-width: 900px)
{
	.contactForm textarea.input-xxlarge
	{
		width: 450px;
	}
	
	.contactForm input.input-xlarge
	{
		width: 206px;
	}
}

/*0px - 979px*/
@media (max-width: 979px)
{
	body
	{
		padding-top: 0;
	}
	
	.navbar-fixed-top .navbar-inner
	{
		/*padding: 0;*/
	}
	
	#normalMenu
	{
		display: none;
	}
	
	#responsiveMenu
	{
		display: block;
	}
}

/*0px - 767px*/
@media (max-width: 767px)
{
	.carousel-caption
	{
		position: static;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top
	{
		margin-right: 0px;
		margin-left: 0px;
	}
	
	#footer #socialFacebook, #footer #socialTwitter, #footer #socialGoogle
	{
		text-align: center;
	}
	
	#footer #info hr
	{
		display: block;
	}
	
	#footer #info p
	{
		text-align: center;
	}
}

/*0px - 650px*/
@media (max-width: 650px)
{
	#carouselContent
	{
		height: 240px;
	}
	
	#dataMyCarousel .ban
	{
		background-size: auto 230px;
		background-position: center 10px;
	}
}

/*0px - 550px*/
@media (max-width: 550px)
{
	#carouselContent
	{
		height: 200px;
	}
	
	#dataMyCarousel .ban
	{
		background-size: auto 180px;
		background-position: center 20px;
	}
}

/*0px - 450px*/
@media (max-width: 450px)
{
	#footer #social
	{
		width: auto;
	}
	
	#footer #socialFacebook, #footer #socialTwitter, #footer #socialGoogle
	{
		float: none;
	}
}

/*0px - 400px*/
@media (max-width: 400px)
{
	#carouselContent
	{
		height: 160px;
	}
	
	#dataMyCarousel .ban
	{
		background-size: auto 140px;
		background-position: center 20px;
	}
}