@charset "UTF-8";

body {
	font: 14px/1.4 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

.container {
	width: 100%;
	margin: 0;
}

.logo_petit {
	margin-top: 0px;
}

.content {
	width: 100%;
}

.interieur {
	margin: 20px 20px 0px;
}

.navbar {
	display: none;
}

ul,ol,dl {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
}

a img {
	border: none;
}

a:link {
	color: #00a;
	text-decoration: underline;
}

a:visited {
	color: #006;
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	background-color: #b3cef4;
}

.titre1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	color: #154373;
	border-bottom: dotted 1px #b3cef4;
}

.titre2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	color: #5c96e7;
	border-bottom: dotted 1px #b3cef4;
}

.titreBackend {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #396DAD;
	border-bottom: dotted 1px #b3cef4;
}

.titreBackendError {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #F00;
	border-bottom: dotted 1px #F00;
}

.image {
	padding: 5px 0px 15px 0px;
}

.image_float {
	float: left;
	padding: 5px 20px 15px 0px;
}

table,tr,td {
	vertical-align: top;
	border: 0;
	padding: 0;
}

.gras {
	font-weight: bold;
	color: #006;
}

em {
	font-style: italic;
	color: #5c96e7;
}

.puces {
	list-style-image: url("images/puce.png");
	padding-left: 15px;
}

.puces2 {
	list-style-image: url("images/puce.png");
	padding-left: 15px;
	font-weight: bold;
	color: #006;
}

.surname {
	text-transform: uppercase;
}

.top {
	display: none;
}

.footer_home {
	font-size: 10px;
	padding: 200px 10px 10px 50px;
}

.footer {
	font-size: 10px;
	padding-left: 20px;
}

.print-only {
	font-size: 9px;
	padding-top: 5px;
}