@charset "utf-8";
/* CSS Document */



div#accueil.conteneur_780 {
	max-width: none;
	margin: 0;
	padding: 0;
}


	

#questions, #questions h2, #questions a {
	/*background-color: #616161;*/
	/*color: #FFF;*/
}

b
.trame-couleur {
	background-color: #0e245d;
	padding: 40px 20px;
}




div#participer .btn {
	max-width: 42% !important;
	font-weight: bold !important;
	border: 1px solid #454ca7 !important;
    background: #454ca7 !important;
    padding: 11px 18px !important;
    color: #FFF;
    margin: 30px auto;
    width: fit-content;
    text-align: center;
    border-radius: 5px;
    border: none;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;




}

div#participer  a.btn:hover {
	box-shadow: none;
	background:#1472BF !important;
}




input[type=submit].blue{
	background: #223654;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
	
}

input[type=submit].blue:hover {
    background:#1472BF !important;
    box-shadow: none;
	text-shadow: none;
	border: none;
}

button.blue{
	
	background: #009cbf;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
	text-shadow: none;
	border: none;
	padding: 6px 10px;
}
button.blue:hover{
	
	 background: #1472BF !important;
    box-shadow: none;
	text-shadow: none;
	border: none;
}
div#division-generale a.btn:visited {
    color: inherit !important;
}

.bouton-act {
			background-color: #223654;
			padding: 11px 18px !important;
			color: #FFF !important;
			margin: 30px auto;
			width: fit-content;
			text-align: center;
			display: block;
			border-radius: 2px;
			border: none;
			text-decoration: none !important;
			font-weight: bold;
			font-size: 1.2em;
			line-height: 1.6em;
	text-shadow: none;
	border: none;
		}
			a.bouton-act:hover {

				box-shadow: none;
	background:#1472BF
  !important;
				text-shadow: none;
	border: none;
	color: #fff !important;
			}

a.bouton-act:active {
				color:#fff;
			}
