@charset "UTF-8";
/*feuille de style telephone mobil*/

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding-left: 60px;
	padding-top: 10px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CCC;
	padding-left: 60px;
}
h3 {
	font-size: 1.1em;
	color: #CCC;
	padding-left: 40px;
}
p {
	font-size: 1em;
	color: #766;
	text-align: justify;
	padding-left: 40px;
	padding-right: 120px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #B87C52;
	text-decoration: none;
}
a:visited {
	color: #B87C52;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #87553C;
}
a:active {
	text-decoration: none;
	color: #FAA86E;
}

