body {
	font:11px arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	line-height:15px;
	}

h1 {
	color:rgb(227, 113, 17);
	font:1.8em/1 arial;
	font-weight:900;
	font-style:italic;
	display:block;
	border-bottom:1px solid rgb(227, 113, 17);
	}
h2 {
	color:#CCA642;
	font:1.1em/1 arial;
	font-weight:700;
	line-height:18px;
	margin:2em 0 .25em;
	margin-bottom:5px;
        display:block;
	border-bottom:0px solid #CCA642;
	}
h3 {
	color:rgb(187, 93, 1);
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
	}
	
// p {
//	line-height:1.8;
//	margin:0 0 1em;
//	}
// #Content p+p {margin-top:-1em; text-indent:2.7em;}

ol, ul, li {
	margin-top:0;
	margin-bottom:1em;
	list-style-type:square;
	}



a {
	color:#000000;
	text-decoration:underline;
	font-weight:600;
	}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {
        text-decoration:none;
	}

.tailleunique {
        font:11px arial, helvetica, sans-serif;
        line-height:15px;
	width:100%;
	border-style: solid;
	border-bottom:1px solid #E27010;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-left:0px;
	border-right:0px;
	padding:3px;
	margin:0px;
	margin-bottom:1em;
	background-color:#FFFFCC;
}

.tailleunique:focus {
	background-color:#EEEEBB;
}






#Content p+ol, #Content p+ul {margin-top:0em;}
