﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	background-color: White;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	color: #ed2828;
}

hr {
	border: 0px;
	border-top: 1px solid #b4bbbf;
	height: 0px;
	padding: 0;
	margin: 10px 0 15px 0;
}



.txt-bigger1 {
	font-size: 16px;
	color: #000;
}

.txt-bigger2 {
	font-size: 14px;
	color: #000;
}

.txt-note {
	font-size: 12px;
	color: #999;	
}

.section-rouge {
	font-weight: bold;
	color: #ed2828;
}

.liens-tableaux {
	line-height: 25px;
}

.liens-tableaux a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.liens-tableaux a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}



/* = = = = = = = HEADER = = = = = = X */

.txt-header-login {
	font-size: 12px;
	color: #999;
}

.txt-header-login a {
	color: #999;
	text-decoration: none;
}

.txt-header-login a:hover {
	color: #000;
	text-decoration: none;
}



/* = = = = = = = UNIQUE = = = = = = X */

.txt-codebarre {
	font-size: 36px;
	color: #999;
}

.txt-pointage {
	font-size: 48px;
	font-family: 'Syncopate', Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.service-titre {
	font-size: 18px;
	font-weight: bold;
}

.blanc a {
	color: #ffffff;
	text-decoration: none;
}

.blanc a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.faq h1 {
	font-size: 24px;
}

.faq p {
	font-size: 14px;
}

.faq hr {
	margin: 50px 0;
}

.faq a {
	text-decoration: none;
	color: #006699;	
}

.faq a:hover {
	text-decoration: underline;
	color: #006699;	
}

.faq li {
	font-size: 14px;
}