*, html, body {
    font: 9pt Times, "Times new roman", serif;
	}

.cache {
	position: absolute;
	left: -5000px;
	top: -5000px;
	font-size: 1px;
	}

strong, b, .bold {
	font-weight: bold;
	}

em { 
	font-style: italic; 
	}

hr {
	clear: both;
	}

img {
	border: none;
	}

/* ----------------------------| 0. SUPPRIMER |---------------------------- */

hr, .cache, #evitement, #menu, #colgauche, #coldroite, #basdepage, #fil-d-ariane {
	position: absolute;
	left: -5000px;
	display: none;
	visibility: hidden;
	color: white;
	background-color: white;
}
	
	
/* ----------------------------| 1. GLOBAL |------------------------------- */

#global  {
	text-align: left;
	width: 20cm;
	height: 28.5cm;
	max-width: 98%;
	margin-top: 0.5cm;
	background: white;
	}

/* ----------------------------| 2. ENTETE |------------------------------- */

#entete {
	height: 130px;
	margin: 0 auto;
	}

/* Entete > Logo */

#logo {
	position: absolute;
	top: 15px;
	z-index: 1;
	margin-left: 50px;
	}

#logo h1 {
	padding: 35px 0 0 122px;
    font: 2.2em Georgia, "Times new roman", Times, serif;
	color: white;
	display: none;
	}

#logo a {
	text-decoration: none;
	color: white;
	}


/* ----------------------------| 6. PAGE CENTRALE |------------------------------- */

#page {
	margin: 0 240px 0 205px;
	min-height: 600px;
	}
	
#pleine-page {
	margin: 0 80px 0 205px;
	min-height: 600px;
	}
	
#page img, #pleine-page img {
	margin: .5em 0;
	margin-right: 15px;
	}
	
#page img.float, #pleine-page img.float {
	float: left;
	}
		
	
/* Page > Listes */

.liste p {
	margin: 0 0 5px 20px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	}

.liste ul {
	margin-bottom: 15px;
	margin-left: 2em;
	list-style: square;
	}
	
.liste li {
	margin-left: 0;
	}
	
/* Page > Tableau */

table {
	border: 0 none;
	border-collapse:collapse;
	}
	
caption {
	visibility: hidden;
	}
	
td, th {
	border:1px solid #999;
	padding: 7px 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	color: #666;
	}
	
p.blanc { color: white; }


kbd {
	color: #333;
	padding: 1px 2px;
	border: 1px solid #efefef;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	}


/* ----------------------------| 10. DIV TAGS TYPOS |------------------------------- */

h1 {
	font: 24pt "Times new roman", Times, serif;
	color: black;
}

h2 {
	font: 20pt "Times new roman", Times, serif;
	color: #333;
}

h3 { 
	font: bold 14pt Arial, Helvetica, sans-serif;  
	color: #999; 
}

h4 { 
	font: bold 10pt Arial, Helvetica, sans-serif; 
	color: black; 
}

h5 { 
	font: bold 9pt Times, "Times new roman", serif;
	color: black;
}