body {
	padding-top: 0px;
	padding-bottom: 40px;
 	font-family: 'Montserrat', sans-serif;
 	font-size: 1.7em;
 	background-color: #EEEEEE;
 	min-width: 600px;
}

.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}

.container {
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

.padding-bottom{
	padding-bottom: 15px;
}

.age{
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.nationalite{
	background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.permis{
	background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.contact{
	background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.contact:hover{
	background-image: -webkit-linear-gradient(top,#c9302c 0,#d9534f 100%);
    background-image: -o-linear-gradient(top,#c9302c 0,#d9534f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#c9302c),to(#d9534f));
    background-image: linear-gradient(to bottom,#c9302c 0,#d9534f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffd9534f', GradientType=0);
    background-repeat: repeat-x;
	cursor: pointer;
}

.nom-prenom{
	font-size:1.5em;
}

.petit{
	margin-top: 20px;
	font-size: 0.9em;
	height: 75px;
	text-align: center;
	color: white;
}

.blanc{
	background-color:white;
}

.centrer {
  position: absolute; /* postulat de départ */
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
  width: 100%;
}

.cent{
	height: 100%;
	text-align: center;
}

.height-200{
	height: 200px;
}

.pause{
	height:50px;
	width:100%;
}

h2{
	color: #31b0d5;
}

h3{
	color: #c9302c;
	text-align: center;
}

.droite{
	text-align: right;
}

.separation{
	background-position: center top;
    height: 36px;
    width: 100%;
    margin: 40px 0 40px;
    background: url(../img/separation.png) no-repeat center transparent;
}

