/* --- STYLES Pixel et Cetera --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 1em; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:
    font-family: Arial, Helvetica, FreeSans, sans-serif; */
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
	background-position:top;
	background-repeat:repeat-x;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
	    font-size: 1.2em;
	background-color:#FFF;
	color:#B10064;
}
h2 {
    font-size: 1.2em;
	color:#6b6351;
	font-weight:normal;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
	color:#b10064;
    text-decoration: none;
	
}
a:link {
	color:#b10064;
}
a:visited {
    color:#b10064;
}
a:hover, a:focus, a:active {
    color:#E4156A;
}
a img {
    border: #777777 1px solid;
}

a img:hover {
    border: #b10064 1px solid;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
blockquote {
    margin: .75em 0 .75em 20px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
}
q {
    font-style: italic;
    quotes: none; /* Supprime les guillemets automatiques */
}
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
    margin: .5em 0;
}

/* Styles de base pour les listes de définition */
dl {
    margin: .75em 0;
}
dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}
dd {
    margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
table {
    margin: 0;
    border: 1px solid gray; /* Pas de bordure = "none". */
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
}
table td, table th {
    padding: 4px; /* Pas de retrait autour du texte = "0". */
    border: 1px solid #ccc; /* Pas de bordure = "none". */
    vertical-align: top; /* Valeur par défaut: "middle" */
    text-align: left;
}

#page {
	width:100%;
	height:100%;
}

#header {
	width:800px;
	height:45px;
	background-color:#fff;
	color:#333;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	line-height:normal;
	text-align:left;
	margin:8px 8px 0px 8px;
	color:#6B6351;
}

#header p{
	line-height:normal;
}

#spaceleft {
	width:250px;
	height:auto;
	float:left;
	margin:8px;
	padding:0px 15px 5px 15px;
	background-repeat:repeat-y;
	background-position:left;
	border:#6B6351 1px dotted;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	line-height:normal;
	float:left;
	text-align:left;
	color:#6B6351;

}

#spaceleft p{
	margin:0px 0px 2px 0px;

}

#spaceleft a{
	color:#B10064;

}

#spaceleft a:hover{
	color:#6B6351;

}



#font1 {
	width:250px;
	height:auto;
	background-color:#fff;
	color:#333;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	line-height:normal;
	float:left;
	text-align:left;
	margin:8px;
	padding:0px 15px 5px 15px;
	color:#6B6351;
	border:#6B6351 1px dotted;
}

#font1:hover {
	border:#B10064 1px dotted;
	background-color:#fff;
}

#font1 h2{
	
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	
}

