
/*style de la page d'accueil et communs*/

body {background-color:#f8f8f8;}

.carousel-inner,.item {height:100%;max-height:1200px; width:100%}

  img {
         max-width:100%;
      }
	  


.maintitle {	color: #f8f8f8; 
			text-shadow:#000000 2px 1px, #000000 -2px 4px, #000000 -2px -1px, #000000 2px -1px;
			font-size:5em; 
			position:absolute; left:33%; bottom:40%; 
			}
			
.actusemaine {padding : 10px}

footer {background-color:#80664f; padding: 10px}

.pageactu, .pageinfos, .pageactivites, .pagecontact {background-color: #f2ede8}
			
/*style des sections actus infos activités*/

section, aside {margin-top:2%; margin-bottom:2%;}

.panel-body {padding:0}

.panel-title {font-size: 1.5em}

section img {margin: 10px; float:left;}

.clear {clear:both;}


/*style de la barre de navigation*/

.navbar-toggle {margin-top: 10px; margin-left: 15px}

.navbar-inverse {background-color:#d28424;border-bottom-color:#d28424; color: white; }

.navbar-inverse ul li a{color: white !important}

.navbar-nav {margin-bottom:-5px}
			

form {margin:10px}


/*style page actus*/

.container {margin-top : 90px}

.pageactu .panel-body {border-top : 2px solid orange; margin : 5%}

.pageactu .post {text-align:right}

/*style page infos*/
.pageinfos h3{ margin-left : 10%}
.pageinfos panel-body {}


/*style page activites*/
.pageactivites tr:hover {background-color:#80664f;}
.pageactivites table {background-color:#f9e1c2}


/*style page contact*/
.pagecontact .form-horizontal { border-radius: 10px; padding:3%}

