body{
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;

}

header{
	 height:130px; margin-bottom:20px;
}
header .cigle{
	font-size: 24px;
	padding-top: 50px;
	text-align: center;
}

h1{
	padding: 10px;
	margin-bottom: 5px;
	font-size: 22px; 
	background-color: #337AB7;
	color: white;
}

.carousel-caption {
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}

.contenu h2{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 18px; 
}

.contenu .resume{
	border-bottom: 1px solid grey;
}

.navbar-brand {
    color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: #337AB7;
    background-color: #fff; 
}

.navbar {
    border-radius: 0px;
    background-color: #337AB7;
    margin-bottom: 0px;
    border-color: #00305E;
}

.nav > li > a {color: #fff}

.nav > li > a:hover {
	background-color: #fff;
	color: #00305E}


header  {
    
    color: #fff;
   
}

header a {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-toggle {
    
    background-color: rgb(255, 255, 255);
    
}


.carousel{height: 310px;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
   
    height: 310px;
}

.mot_presi .panel {
    
    border-radius: 0px;
}

.mot_presi .panel-heading {
    
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mot_presi .btn-info {
    background-color: #337AB7;
    border-color: #337AB7;
}






/* ACI en images */

#aci_image .carousel-control {
	color:white;
	top:-25px;
	left:auto;
	bottom:auto;
	opacity:1;
	text-shadow:none;
}
#aci_image .carousel-control:hover { color:#d9534f; }

#aci_image .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
#aci_image .carousel-control.right { right:-10px; top:-40px; }
#aci_image .carousel-control.left { right:15px; top:-40px; }

footer{
	background-color: #599CDC;
	/*height: 160px;*/
	margin-top: 10px;
	padding-top: 10px;
	color: white;
}
footer > .container{
	height: 140px;
}
footer .copyright{
	color: white;
	background-color: #00305E;
	height: 35px;
	padding-top: 5px;
}


.logo a img{
	margin-top: 100px;
}