.divider-vertical {
	height: 50px;
	margin: 0 9px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #FFF;
}

body {
	background-image: url('../img/stripes.png');
	color: #5a5a5a;
}
/* #b9cbba;*/

.container {
	padding: 2px 20px 30px 20px;
	max-width: 900px;
}

.corps {
	background-color: #ddf;
	max-width: 940px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
	min-height: 100%;
	margin: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: -1;
}

.container > hr {
	display: block;
	margin: 20px 0 20px 0;
}

.titre {
	position: static;
	display: table;
	width: 100%;
	height: 120px;
	margin-left: 20px;
	z-index: 10;
}

.titre a:hover {
	text-decoration: none;
}

.entete {
	margin-top: -20px;
	z-index: 1;
}

.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

/* Ajoute une ombre sur le menu */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(250,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(250,0,0,.25);
	box-shadow: 0 2px 20px rgba(250,0,0,.25);
}

.fiche-chat {
	height: auto;
	padding: 0;
	margin-top: 20px;
	overflow: auto;
}

.fiche-chat .lead {
	padding-top: 25px;
	line-height: 1.5;
}

.fiche-chat-img {
	margin: 0 auto;
}

.fiche-chat .portrait {
	margin: 0 10px 0 10px;
}


.img-small {
	border: 1px solid #555;
	margin: 5px 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.medaillons .span4 {
	text-align: center;
}

.medaillons .span4 p {
	padding-top: 15px;
}

.medaillons .span6 {
	text-align: center;
}

.medaillons .span6 p {
	padding-top: 15px;
}

.medaillons img {
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 20px rgba(0,0,0,.25);
}

.medaillons img.bleu {
	-webkit-box-shadow: 0 2px 10px rgba(0,0,250,.65);
	-moz-box-shadow: 0 2px 10px rgba(0,0,250,.65);
	box-shadow: 0 2px 20px rgba(0,0,250,.65);
}

.medaillons img.rose, .shadow-rose {
	-webkit-box-shadow: 0 2px 10px rgba(255,0,195,.65);
	-moz-box-shadow: 0 2px 10px rgba(255,0,195,.65);
	box-shadow: 0 2px 20px rgba(255,0,195,.65);
}

.shadow-beige {
	-webkit-box-shadow: 0 2px 30px rgba(253,246,232,.65);
	-moz-box-shadow: 0 2px 30px rgba(253,246,232,.65);
	box-shadow: 0 2px 30px rgba(253,246,232,.65);
}

.img-xl {
	background-color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.contact .span4 {
	padding: 30px 20px 0 40px;
	width: auto;
}

.under-dot {
	text-decoration:none; 
	border-bottom:1px dotted;
}

.thumb {
	width: 100px;
	height: 100px;
}

/* Configuration FONTS */

.font-satisfy  {
	font-family: Satisfy, cursive;
	font-weight: normal;
}

.cursive {
	font-family: 'Indie Flower', cursive; 
}

.bold  {
	font-weight: bold;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs28 {
	font-size: 28px;
}

.fs32 {
	font-size: 32px;
}

.fs44 {
	font-size: 44px;
}

/* jumbotron page accueil */
.welcome {
	padding-right: 50px !important;
	padding-left: 50px !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	background: radial-gradient(ghostwhite, oldlace);
}

.menu {
	background: rgba(253,246,232,.4); /*oldlace*/
}


.serie-photos {
	border: 4px solid #acacbf;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #b4abbf;

	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.serie-photos img {
	border: 1px solid black;
	margin-top: 2px;
	margin-bottom: 2px;

	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.center-info {
	text-align: center !important;
}

.center-info img {
	border: 2px solid black;
	border-radius: 3px;
	box-shadow: 1px 1px 12px #555;
}

.nodisplay {
	display: none;
}