@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(graphisme/bkg_site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7A7A7A;
	margin: 0px;
	font-family: 'Noto Sans', sans-serif;
	color: #666;
}

h1 {
	font-size: 20px;
	font-weight: 300;
	color: #9B9B9B;
}

h2 {
	font-size: 18px;
	font-weight: 700;	
}

h3 {
	font-size: 16px;
	font-weight: 700;	
}

h4 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
}

a {
	color: #666;
}

.italic {
	font-style: italic;
	color: #000;
}

.fond_table_01 {
	background-color: #E8E8E8;
}

.image_gauche {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}


#banner {
	background-image: url(graphisme/banner.jpg);
	height: 172px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 900px;
	padding-top: 142px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	text-align: right;
	height: 30px;
	font-family: arial;
}

#menu a{
	color: #A4A4A4;
	text-decoration: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	text-transform: capitalize;
}


#container {
	background-image: url(graphisme/bkg_container.jpg);
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 84px;
	padding-left: 84px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #333;
}

#bottom {
	height: 172px;
	width: 100%;
	background-color: #363636;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #707070;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
}

/* ----------------------FORMULAIRE--------------------- */

.form-control {
	display: block;
	width: 90%;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #F2F2F2;
	background-image: none;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-btn {
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857;
	color: #F2F2F2;
	background-color: #3A3A3A;
	background-image: none;
	border: none;
	border-radius: 4px;
}

.bg-danger {
	width: 90%;
	background-color: #f2dede;
	padding: 14px;
	color: #A80002;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #A80002;
}

.bg-success {
	width: 90%;
	background-color: #dff0d8;
	padding: 14px;
	color: #469300;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #469300;
}