/* ===| TYPOGRAPHY |============================================*/

body{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #595959;
	line-height: 13px;
	text-align: justify;
	}


h1{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 13px;
	text-align: justify;
	color: #000;
	font-weight: normal;
	}
h2{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	color: #000;
	font-weight: bold;
	padding-bottom: 6px;
	}

h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
  color: #015b8f;
	line-height: 14px;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 3px;
	}

p
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #595959;
	line-height: 13px;
	text-align: justify;
	padding: 0 0 6px 0;
}

.couleur1
{
  color: #0379be;
	font-weight: bold;
}

.couleur2
{
  color: #fe2f2f;
	font-weight: bold;
}

.couleur3
{
  color: #015b8f;
}

.couleur4
{
  color: #0379be;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul.list1{
	padding: 0px 0 0px 20px;
    float:left;
    margin: 0;
		width: 411px;
	}
ul.list1 li{
	background: url(../../images/charte/bullet.jpg) no-repeat top left;
	background-position:0px 4px;
	text-align:justify;
	line-height: 15px;
  font-size: 11px;
	padding:0px 0px 0px 14px;
	}

