body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url("../img/fond.jpg");
	background-repeat: no-repeat;
	
}
#cont {
	position: relative;
	top: 50px;
	width: 450px;
	left: 50%;
	margin-left: -225px;/**/
	border: 1px solid #000000;
	background-color: #d5e1df;
	padding-top: 0;	
	padding-bottom: 40px;
	margin-top: 0;
	border-radius: 8px;	
}
#cont p{
	padding:  0  15px;
}
#cont p#titre {
	border-bottom: 1px dashed #999;
	padding: 15px 15px;
	margin: 0;
	margin-bottom: -1px;;
}
#cont div {
	padding: 10px 0;
}
h2 {font-size: .9em; padding: 5px 15px; margin: 0; font-weight: normal;}

h2 a{border: none; }

h2.titre{
	border-bottom: 1px dashed #999;
	border-top: 1px solid #000;
}
h2.titre a {
	color: #000;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: normal;
}
a {
	color: #da5b1f;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

a:hover {
	color: #CC0033;
	text-decoration: underline;
}
h2.titre a:hover {
	text-decoration: none;
	font-weight: bold;
}


.inv {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

p#amis, p#soit {
	border-bottom: 1px dashed #999;
	border-top: 1px solid #000; 
	padding: 10px;}