/* papillon noir */

body { 
	margin-top: 20px; 
	line-height: 1em;
	color:#545351;
	font-family: Arial;
	font-size: 0.7em;
	line-height: 1.2em;
}

#pagehome {
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	min-height: 100%;
	overflow: hidden;
}

#page {
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	min-height: 100%;
	overflow: hidden;
}

#column {
	margin-top: 5px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	overflow: hidden;
	visibility: hidden;
	padding-left:20px;
}

#column div {
	width: 198px;
	margin-left: 14px;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

img { 
	margin:0px; 
	padding: 0px; 
	overflow:hidden; 
}

a {
	color: #A00100;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}