/* styles_user AM Saumur  */

* {background-repeat:no-repeat;}
h1 {
	font-family: 'Lobster Two', Arial, Helvetica, Verdana, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:left;
}
h2 {
	color: #4d4c25;
	font-family: 'Lobster Two', Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
	text-align:left;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #3e3e2d;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align:left;
}
h4 {
	font-weight: bold;
	font-size: 17px;
	color: #6a694a;
	margin-top: 12px;
	margin-bottom: 4px;
	text-align:justify;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
	color:#91905c;
	text-align:justify;
}
h6 {
	font-size: 13px;
	color: #969286;
	font-weight: normal;
	font-style:italic;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 7px;
}
ul {
	list-style-image: url(../images/icones/puce.svg);
	margin-top: 6px;
	margin-bottom: 9px;
	padding-left: 12px;
	margin-left: 10px;
}/*
ul ul { list-style-image: url(../images/icones/puce_niv2.png); }*/
li {
	margin-top: 5px;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	}
.fichier {
	background-image: url(../images/icones/fichier.png);
	padding-left: 30px;
	padding-bottom: 4px;
	padding-top:2px;
	display: block;
	}
a.fichier {padding-bottom: 8px;	}

.fleche {
	background-image: url(../images/icones/fleche.svg);
	background-size:7px;
	padding-left: 16px;
	background-position: 0px 6px;
	display: block;
}
.url {
	background-image: url(../images/icones/url.svg);
	background-size:23px;
	padding-left: 30px;
	padding-bottom: 5px;
	background-position: 0px 2px;
	font-style: italic;
	display: block;
}
a.url {display: inline-block;}
.mail {
	background-image: url(../images/icones/mail.gif);
	padding-left: 27px;
	background-position: 0 3px;
}
.telephone {
	font-family: 'Lobster Two', Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color:#6f6543;
	background-image: url(../images/icones/telephone.svg);
	background-position:0 2px;
	padding-left: 31px;
	background-size:22px;
	margin-top:16px;
	margin-bottom:16px;
}