@charset "utf-8";
/* CSS Document */
body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	background-color: #000000;
}
img {
border:none;
border:0px;
}
.contenant {
	margin-top:55px;
	background:#000000;
	padding:15px;
	text-align:center;
}
.titre_nom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	width: 400px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
}
.titre_taille {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	width: 100px;
	float:left;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
	padding-right:40px;
}
.titre_date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	width: 200px;
	float:left;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
}
.name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 440px;
	float:left;
	color:#333333;
	border-bottom-width: 1px;;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
}
.date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 200px;
	float:left;
	color:#333333;
	border-bottom-width: 1px;;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
}
.name a{
color:#333333;
text-decoration:none;
}
.name a:hover{
color:#333333;
text-decoration:underline;
}
.name a:visited{
	color:#990000;
	text-decoration:underline;
}
.right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 100px;
	float:left;
	text-align:right;
	color:#333333;
	border-bottom-width: 1px;;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom:4px;
	line-height:20px;
	padding-right:40px;
}
/* Footer debut */

#footer {
	background-color:#FFFFFF;
	text-align: center;
	color: #487794;
	padding-top: 0px;
	font-size: 0.65em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#footer a {
	color: #487794;
	text-decoration:none;
	}

#footer a:visited {
	color: #487794;
	text-decoration:none;
	}

#footer a:hover {
	color: #487794;
	text-decoration:underline;
	}

