/* 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;
}

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

.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;
}

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

.texterouge {
	color: #C8492B;
	font-weight: 600;
}

.Style2vert {
	color: #C8492B;
	font-weight: 600;
}