/* styles_user Alterre */

h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	position:absolute;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	background-color: rgba(0,93,168,0.90);
	display: inline-block;
	padding:13px 20px;
	margin:0;
	top: 393px;
	text-shadow: 2px 2px 4px rgba(0,23,43,0.42);
	max-width:647px;
	min-height:62px;
}
body.xxl h1.titre_page {max-width:980px;}
@media only screen and (max-width : 1400px) {h1.titre_page {font-size:24px;}}
@media only screen and (min-width : 1500px) {h1.titre_page {max-width:890px;}}
h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #3a5a7b;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}/*
.resultat_annuaire_des_acteurs h2 { color: #8f2611; }*/
h3 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #283747;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
	color: #102235;
	}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #607e9b;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	color: #7c8ea0;
	margin-top: 5px;
	margin-bottom: 8px;
}
p {
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 8px;
}
@media only screen and (min-width : 1400px) {p, li {
	font-size:15px;
line-height:20px;
}
h6 {font-size: 14px;}}

ul {
	list-style-image: url(../images/icones/puce.svg);
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 8px;
	}
ol {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	}
li {
	font-size: 14px;
	line-height: 19px;
	margin-top: 3px;
	margin-bottom: 8px;
	text-align: justify;
	}
.fichier {
	background-image: url(../images/icones/fichier.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	}
.fleche {
	padding-left: 15px;
	background-image: url(../images/icones/fleche.svg);
	background-repeat: no-repeat;
	background-size:7px;
	background-position: 0px 5px;
}
.url {
	background-image: url(../images/icones/url.svg);
	background-size:22px;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	background-position: 1px 3px;
}/*
#colonne2 .url { background-position: 2px 0px; }*/
.mail {
	background-image: url(../images/icones/mail.svg);
	background-repeat: no-repeat;
	background-size:20px;
	padding-left: 30px;
	background-position: 2px 1px;
}
.telephone {
	background-image: url(../images/icones/telephone.svg);
	background-repeat: no-repeat;
	background-size:19px;
	padding-left: 28px;
	background-position: 0px 0px;
	color: #788ea5;
}/*
table{
	border-collapse:collapse;
	margin-top: 15px;
}
th {
	font-weight: bold;
	background-color: #A3B8CD;
	font-size: 1em;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5E5F5;
	border-left-color: #D5E5F5;
	text-align: center;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
td {
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #d5e5f5;
	border-right-color: #d5e5f5;
	border-bottom-color: #d5e5f5;
	border-left-color: #d5e5f5;
	}
td.valide {
	font-weight: bold;
	color: #390;
	background-color: #d9eed9;
	text-align: center;
	border-top-color: #B8DCB6;
	border-right-color: #B8DCB6;
	border-bottom-color: #B8DCB6;
	border-left-color: #B8DCB6;
}
td.invalide {
	font-weight: bold;
	color: #901100;
	background-color: #eedcd9;
	text-align: center;
	border-top-color: #E1C4BF;
	border-right-color: #E1C4BF;
	border-bottom-color: #E1C4BF;
	border-left-color: #E1C4BF;
}

/************* TROIS PETITS POINTS **********************/
.trois_petits_points {
	clear:both;
	text-align:right!important;
	font-size:13px;
	margin-bottom:0;
}
.trois_petits_points a {
	background-image:url(../images/icones/trois_petits_points.svg);
background-repeat:no-repeat;
background-position:0 center;
background-size:35px;	
	padding-left:43px;
}
.trois_petits_points_blancs a {background-image:url(../images/icones/trois_petits_points_blancs.svg);}

.titre_blanc {color:#FFF;
text-shadow: 1px 1px 3px rgba(0, 23, 43, 0.1);
}
body.themes .titre_blanc {
	color:#5aae00;
	text-shadow:none;
}