﻿/*@import url(http://fonts.googleapis.com/css?family=Gochi+Hand);*/
@import url(https://fonts.googleapis.com/css?family=Merienda);

body{
	font-family: 'Merienda', cursive;
	
}

footer {
	position: relative;
	padding-top: 10px;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	background-color: #505050;
}

h1 {
margin-top: 12px;
font-size: 36px;
}

h3 {
margin-top: 12px;
font-size: 24px;
}

.nav > li >a{
  position: relative;
  display: block;
  width: auto;
  height:51px;
}
.navpolicesize >ul >li {
font-size:24px;
}

header {
/*background-image:url('../img/arriere_plan_pour_site.png');*/
background-image:url('../img/fond_redim.png');
background-repeat:no-repeat;
background-color:#DDBBFF;
}

.bs-docs-header {
/*background-image: url("../img/fond_gouttes.jpg");*/
/*background-color:#9966CC;*/
margin-bottom:10px;
}

.navbar-brand {
font-size:24px;
}

details {
height:auto;
font-size:20px;
margin-top:10px;
margin-bottom:10px;
}

summary {
height:auto;
background-color:#CDE9FF;
}

summary:hover {
background-color:#cedce7;
}

table {
/*background-image:url(../img/arriere_plan_pour_site.png);*/
font-size:16px;
}

th {
background-color:#778899;
color:#fff;
}

input  .form-control {
width : auto;
}

.control-group {
padding-bottom:12px;
}

.ih-item.square {
  position: relative;
  width: 127px;
  height: 90px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #330066;
  margin: 5px 0 0 0;
}

.ih-item.square.effect15 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #111111;
  padding: 10px 10px 10px;
  text-align: center;
}
.ih-item.square.effect15.colored .info {
  background: #CCCCFF;