* {
	font-family: Arial, Sans-Serif;
}

*:focus {
	-moz-outline: none;
}

body {
	font-size: .90em;
	margin: 0px;
	width: 100%;
	background-color: #353535;
}

p {
	margin: 0.5em 0em;
}


p,ul,li, th, td {
	color: #f2f3ed;
}

a {
	color: #99cc00;
}

a:visited {
	color: #C87FF6;
}

li {
	margin: 0.5em 0;
}

table.tarif {
	border-style: none;
	border-collapse: collapse;
}
table.tarif th {
	border-width: 1px;
	padding: 10px;
	margin: 0px;
	border-style: solid;
	border-color: white;
	background-color: #979797;
	color: #f2f3ed;
}
table.tarif td {
	border-width: 1px;
	padding: 10px;
	margin: 0px;
	border-style: solid;
	border-color: white;
	background-color: #979797;
	color: #353535;
}

table.tarif p {
	margin: 0em;
	color: #353535;
}

table.boite {
	width: 640px;
	height: 190px;
	margin: 0px auto;
	padding: 20px;
	background-image: url(/css/boite.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #f2f3ed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #434343;
}
table.boite th,
table.boite td {
	padding: 5px 10px;
	margin: 0px;
	border: none;
	color: #353535;
	width: 200px;
	vertical-align: top;
}

table.boite p {
	margin: 0em;
	color: #353535;
	text-align: justify;
	font-size: 11px;
}

table.boite h2 {
	color: #353535;
	font-size: 12px;	
}

table.boite a {
	text-decoration: none;
	color: #353535;
}

table.boite a:hover {
	text-decoration: underline;
}

h1 {
	margin: 1em 0em;
	text-align: left;
	color: #dbe1d8;
	font-size: 1em;
}

h2 {
	color: #99cc00;
	text-align: left;
	font-size: 1.25em;
	margin: 1em 0em;
}

h2 a, h2 a:visited {
	color: inherit;
}

h3 {
	color: #5aa1fd;
	text-align: left;
	font-size: 1.1em;
	margin: 1.5em 0em 1em 0em;
}

hr {
	clear: both;
	width: 100%;
	border: none 0px;
	border-bottom: 1px #f2f3ed solid;
	height: 1px;
	margin: 0.5em 0em;
	font-size: 1em;
}

h4 {
	color: #85A7CB;
	font-size: 14px;
	padding: 4px 0px 2px 0px;
	text-decoration: underline;
}

h5 {
	color: #193f68;
	font-size: 14px;
	padding: 3px 0px 2px 0px;
	letter-spacing: .25em;
}

h6 {
	color: #193f68;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

ul {
	margin: 10px 0;
	padding: 0px;
	color: #193f68;
}

ul li {
	font-family: Arial, Sans-Serif;
	margin: 0.5em 0 0.5em 1em;
	padding-left: 1.5em;
	list-style: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(puce_L1.png);
}

ul li ul li {
	background-image: url(puce_L2.png);
}

ul li ul li ul li {
	background-image: url(puce_L3.png);
}

ul li ul li ul li ul li {
	background-image: url(puce_L4.png);
}

blockquote {
	display: block !important;
	padding: 10px;
	margin: 15px 40px 5px 30px;
	text-align: justify;
}

blockquote p {
	font-style: italic;
	color: #606060;
	display: inline;
	font-size: 13px;
}

blockquote p:before,blockquote p:after {
	color: #C7C7C7;
	line-height: 0;
	font-size: 5em;
}

blockquote p:before {
	content: open-quote;
	padding-right: 10px;
	vertical-align: -23px;
}

blockquote p:after {
	content: close-quote;
	font-size: 5em;
	line-height: .3;
	vertical-align: -45px;
}

