/*  Generiques ------------------------------------------------------------------- */

*
{
margin: 0;
padding: 0;
/* cesures */
word-wrap: break-word;
text-overflow: ellipsis;
-o-text-overflow: ellipsis; /* Opera 9 */
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

title
{
display:none;
}

body
{
text-align:center;
height:100%;
min-height:100%;
background-color: #fff;
font-family:sans-serif, Arial, "Arial Black","Times New Roman";
font-size: 12px;
}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

img
{
max-width: 100%;
}

a:link {color: darkred;text-decoration: none;}
a:hover {color: darkgreen; text-decoration: none;}
a:visited {color: gray;}
a:active, a:focus {}

li
{
list-style:none;
}

p
{
text-align:left;
margin: 0 5px 0 5px;
}
.clear
{
content:"";
clear:both;
}





