/* CSS Document */

body {
	font-family: "Work Sans", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #072B3A;
}

.boite{
    width: 80%; /*1200*/
	margin: 0 auto;
	/*border: 1px dashed blue;*/
}

/* DivTable.com */
#divTable{
	display: table;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-color: #dfc048;
	text-align: right;
	font-size: 30px;
}

#divCadre{
	display: table;
	width: 50%;
	margin: 0 auto;
	/*border: 1px dashed #CC3333;*/
}

#divTable a{
	text-decoration: none;
	color: #072B3A;
}

.titrepage {
	color: #B8CACA !important;
	font-weight: 700 !important;
	font-family: "Work Sans", Sans-serif;
	font-size: 40px;
	text-align:center;
}


.titreblanc {
	color: #FFF;
	font-weight: 700 !important;
	font-family: "Work Sans", Sans-serif;
	font-size: 20px;
}

.titrejaune {
	color: #DFC048;
	font-family: "Work Sans", Sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.titrejaunecentre {
	color: #DFC048;
	font-family: "Work Sans", Sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}

.textecentre {
	font-family: "Work Sans", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #072B3A;
	text-align:center;
}
/*Tableau*/
table {
	border: medium solid #072B3A;
	border-collapse: collapse;
	width: 50%;
	margin: 0 auto;
}

td {
	font-family: "Work Sans", Sans-serif;
	border: thin solid #072B3A;
	width: 50%;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	vertical-align:top;
}

.tableaunonvisible {
	border: 0px;
	margin: 0 auto;
	width: 80%;
	vertical-align:top;
	table-layout: fixed;
}

.tableaunonvisible td {
	border: 0px;
}

a {
	color: #C9473D;
	text-decoration: none;
}