input, textarea
{
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	overflow: hidden;
}

.styled_input
{
	background-image: url("../interface/common/formulaire.gif");
	background-color: white;
	border: solid 1px #ff8400;
}

.spacer
{
	clear: both;
}

hr
{
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

.billet .date
{
	width: 54px;
	height: 64px;
	border: solid 1px black;
	margin-left: 5px;
	float: left;
}

.billet .date .jour
{
	width: 54px;
	height: 44px;
	border-bottom: solid 1px black;
	text-align: center;
	font-family: arial black;
	font-size: 30px;
	color: white;
	background-color: #990000;
}

.billet .date .mois
{
	width: 54px;
	height: 16px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	color: black;
	background-color: #ffcc00;
}

.billet .infos
{
	float: left;
	margin-left: 8px;
}

.billet .infos h2, .billet .infos h2 a:link, .billet .infos h2 a:visited, .billet .infos h2 a:link:hover, .billet .infos h2 a:visited:hover
{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: verdana;
	font-size: 30px;
	font-weight: normal;
	color: #ff0000;
}

.billet .infos p
{
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #c40000;
}

.billet .texte
{
	clear: both;
	text-align: justify;
	font-family: arial;
	font-size: 12px;
	color: black;
	padding: 5px;
}

.navigation
{
	clear: both;
	width: 650px;
	margin-top: 10px;
	margin-left: 20px;
}

.navigation .precedent
{
	width: 50%;
	float: left;
}

.navigation .suivant
{
	width: 50%;
	float: left;
	text-align: right;
}

.bloc
{
	clear: both;
	width: 677px;
	margin-left: 5px;
	background: #fbffd7 url("../interface/common/bloc_middle.gif");
}

.bloc h3
{
	padding-top: 15px;
	width: 677px;
	height: 35px;
	font-size: 0px;
	margin: 0px;
	color: white;
}

.all
{
	clear: both;
	text-align: right;
	width: 665px;
	padding-right: 12px;
	margin-bottom: 5px;
}

.bloc .pied
{
	clear: both;
	width: 677px;
	height: 8px;
	background: #fbffd7 url("../interface/common/bloc_bottom.gif");
	font-size: 0px;
}

.thumb
{
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #ff5400;
	float: left;
}

.thumb img
{
	border: solid 1px #000000;
}