/*
* INITIAL
*
*/

/* Neutralize styling: 
	Elements we want to clean out entirely: */
html, body, form, fieldset {
	color: #615f56;
	margin: 0;
	padding: 0;
}

body{
	font: 11px/17px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

form, fieldset {
	font: inherit;
}

/* Neutralize styling: 
	Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

P{
   margin: 0 0 9px 0;
}


/* Apply left margin:
	Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
:focus {
	outline: 0;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
UL{
   margin: 0 0 9px 0;
	margin-bottom: 22px;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clear Fix */
* html .clearfix{ /* float clearing for IE6 */
  height: 1%;
  overflow: visible;
}

*+html .clearfix{	/* float clearing for IE7 */
  min-height: 1%;
}

.clearfix:after{ /* float clearing for everyone else */
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Links */
A,
A:link{
   color: #615f56;
}
A:visited{
   color: #848279;
}
A:hover{
   color: #2b2920;
}
A:active{
   color: #ffc600;
}

/* Headers */

H1{
	color: #434138;
	font: 17px/21px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 22px;
}

H2{
	color: #434138;
	font: 11px/17px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
}


/* Personnal */

.less,
.less A:link,
.less A:visited{
   color: #acaaa1;
}
.less A:hover{
   color: #2b2920;
}
.less A:active{
   color: #ffc600;
}


