/* =Basic HTML
--------------------------------------------------------------------------------*/

body{
	font: 11px/1.4 Arial, helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus{
	outline: 1px dotted;
}

hr{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
input, textarea, select{
	font-size:1em;
	font-family: Arial, helvetica, 'Liberation Sans', FreeSans, sans-serif
}

/* =Headings
--------------------------------------------------------------------------------*/

h1{
	font-size: 25px;
}

h2{
	font-size: 23px;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}


/* =Spacing
--------------------------------------------------------------------------------*/

ol{
	list-style: decimal;
}

ul{
	list-style-position:outside;	
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address{
	margin-bottom: 10px;
}



/* pages de contenu */
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0099;
	line-height:18px;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin:25px 0 10px 0;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0066;
}

.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:22px;
}
