/* Structure de base */

/* Move down content because we have a fixed navbar that is 50px tall */
body {  padding-top: 50px;}

/* Global add-ons */
.sub-header {  padding-bottom: 10px;border-bottom: 1px solid #eee;}

/* **************************************
 * header
 ************************************* */
.form-control{	margin-right: 15px;}

/* Main content */

.main {  padding: 20px;}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {  margin-top: 0;}

.row{
	margin-bottom: 30px;
}

/* **************************************
 * Partie Veille
 ************************************* */
#container{
	height: 400px;
	margin: 0 auto;
}

/* **************************************
 * Partie Formulaire d'insertion
 ************************************* */
.formInsert input.error{
	z-index: 0;
	display: inline;
}

.formInsert label.error {
	color: red;
	position:absolute;
	top: 8px;
	right: -200px;
	z-index: 0;
}

/* **************************************
 * Partie Formulaire de contact
 ************************************* */
.formContact input.error{	z-index: 0}

.formContact label.error {
	color: red;
	position:absolute;
	top:8px;
	right:20px;
	z-index: 0;
}


/* **************************************
 * Partie Footer
 ************************************* */

.blog-footer {
	padding: 10px 0;
	width: 100%;
	position:fixed;
	bottom: 0;
	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}
