h1,h2,h3 { color: rgb(6,44,99); }
.bleuArrimaClair { color: rgb(0,208,238); }
.menu ul { list-style: none; padding-left:0; margin-top: 40px; }
.menu li {
	padding-left: 38px;
	line-height: 28px;
	background: url("/images/contenu/arrima/IMA_Fleche_0-208-238.png") left top no-repeat;
	color: rgb(6,44,99);
	font-weight: bold;
	margin-bottom: 28px;
}
.sousmenu2 ul { list-style: none; padding-left:0; margin-top: 30px; }
.sousmenu2 li {
	padding-left: 38px;
	line-height: 25px;
	background: url("/images/contenu/arrima/IMA_Fleche_0-208-238-16.png") left top no-repeat;
	color: rgb(6,44,99);
	font-weight: bold;
	margin-bottom: 25px;
}
.menu a, .menu a:visited {
	color: inherit;
}
.cadre {
	background-color: rgb(6,44,99);
	color: white;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 25px;	
}
.cadre-avertissement {
	padding: 20px;
}
a.cadre-bouton {
	display:block;
	width: 210px;
	line-height: 28px;
	text-decoration: none;
	color:white;
	margin-top: 40px;
}
a.cadre-bouton img {
	float:right;
}

/* Styles pour le formulaire de contact */
.formulaire { margin: 3em 0; }
.formulaire fieldset { margin-bottom: 1em; border: none; background-color: #eee; }
.formulaire fieldset legend { font-size: 1.2em; width: 100%; background-color: #ccc; margin-bottom: 0.8em; border: 1px solid #aaa; box-sizing: border-box;}
.formulaire input, .formulaire select, .formulaire textarea { display:block; margin: 0.5em 0; width: 100%; box-sizing: border-box;}
.formulaire textarea { height: 10em; }
.formulaire button { 
	float:right;
	font-size: 100%;
	padding: .5em 1em;
	color: #444;
	color: rgba(0,0,0,.8);
	border: 1px solid #999;
	border: transparent;
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 2px;
}
.formulaire button:focus, .formulaire button:hover {
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}
.formulaire button:active {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	border-color: #000\9
}
.formulaire button.parDefaut {
	background-color: #0078e7;
	color: #fff
}
