﻿/* STYLE GENERIQUE */

/* Berner le bug de redimensionnement de IE */
html {font-size: 100%;}

body {
	margin: 0;
	padding: 10px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2;

}

/* Titres */
h1, h2, h3, h4, h5, h6 {margin: 1em 0 .5em 0;}

h1, h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:rgb(204,90,0);
}

h1 {font-size: 1.5em;}

h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}


/* Paragraphes */
p {margin: .75em 0;}
li p, blockquote p {margin: .5em 0;}


/* Style des Liens */
a {text-decoration:none; color:rgb(156,121,86);}
a:hover{color:rgb(204,90,0);}
a:active, a:focus{color:rgb(180,0,0);}
a img {border: none;}

/* Style des en-ligne */
em {font-style: italic;}
strong {font-weight: bold;}

/* Style du pied2page */
#pied{margin: 50px 0 5px 0; text-align: center; font-size: .7em; letter-spacing:1.3px; word-spacing:1px;}
#machine {font-size:1.2em;}
