@CHARSET "UTF-8";

html,body,p,img,h1,h2,h3,h4,h5,h6,table
{
	margin:0px;
	padding:0px;
       
}


html, body
{
	color:#101a26;
	font-family: Arial, sans-serif;
	font-size:1em;
	background:#fff;
	text-align:left;
	width:100%;
	height: 100%;
	background:#fff;
}

::-moz-selection { /* Pour firefox */
background: #101a26;
color:white;
}
::selection { /* Pour les autres */
background: #101a26;
color:white;
}


div
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

h1{
	font-size:1.8em;
	
	color:#699e36;
	font-family: 'Quicksand', sans-serif;
	font-weight:bold;
}


h2
{
    font-size:1.6em;
    color:#563a90;
    font-family: 'Quicksand', sans-serif;
   font-weight:bold;
}
h3
{
    font-size:1.4em;
    color:#3e3e3e;
    font-family: 'Quicksand', sans-serif;
font-weight:bold;
}

img
{
	border:none;
	vertical-align:middle;
}

p
{
	text-align:left;
	margin: 1.6em 0 1.6em 0;
	word-wrap: break-word;
	line-height:1.6em;
}

ul
{
	margin-top:0px;
	padding-top:0px;
}

li
{
list-style-image : url('../img/list-style.png');
margin:1em;
}



