/* CSS Document */

* {
border:0;
margin:0;
padding:0;
}


html, body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #9479c5;
border: 0px solid transparent;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight: 200;
}


td, li {
text-align: left;
}

p {
text-align: justify;
}


p strong {
font-size:inherit;
color:inherit;
}

table {
border-collapse: collapse; border-spacing: 0;
}

img, object, embed, canvas, video, audio, picture {
height: auto;
}

img {
border:0;
}


h1 {
font-size: 5em;
color: #ffbc42;
}


h2 {
font-size: 1.4em;
font-weight: 200;
margin-bottom: 6px;
color:#666;
}

h3 {

}

h4 {
font-size:1.2em;
margin-bottom:12px;
color:#666;
font-weight: 400;
}

a {
font-size:inherit;
color: inherit;
}

a:hover {
color:#fff;
}

a:active {
color:#999;
}


/* pour FF */
/* enlve border dotted des liens */

a:active
{
outline: none;
}

ul {
list-style:none;
}

li {
list-style:none;
}

