@charset "windows-1252"; 

html, body {
    margin:0;
    padding:0;
}

body{
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.9em;
	font-family:arial,Georgia,Serif;
	color:#000;
	}

h1{
	font-size:1.2em;
	text-align:center;
	}

h2{
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	}

h3{
	font-size:2em;
	text-align:center;
	}
	
p{
	}

.retour{
	text-align:right;
	font-size:1.5em;
	font-weight:bold;
	}

.logo{ 
	height:100px; 
	width:80px; 
	} 
	
table{
	margin:auto;
	width:1000px;
	}
	
th {
	text-align:center;
	border:2px solid black;
	padding:10px;
	}

td {
	text-align:center;
	border:1px solid black;
	padding:10px;
	height:25px;
	}	

th.qu , .mht{
	width:100px;
	}
	
th.puht{
	width:120px;
	}
	
th.ref{
	width:200px;
	}

	
td.aligndroite {
	text-align:right;
	padding:10px;
	width:350px;
	font-weight:bold;
	}
	
td.adresseliv {
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:100px;
	width:350px;
	font-weight:bold;
	}

blockquote{
	margin:auto;
	width:1000px;
	height:300px;
	border:1px solid;
	}
	
a:link {
	text-decoration: none;
	color:#336699;
	}      /* unvisited link */

a:visited {
	text-decoration: none;
	color: #336699;
	}  /* visited link */

a:hover {
	text-decoration: underline;
	color: #99ff99;
	}  /* mouse over link */

a:active {
	color: #336699;
	}  /* selected link */ 


	
hr{
	margin-left:80px;
	margin-right:80px;
	background-color:#fff;
	height:2px;
	border-width:1px;
	}
	
div#conteneur {
	width:1000px;
	height:1000px;
	}