/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


/* ---- Texte */
.tx_left {
	text-align: left;
}
.tx_center {text-align: center;}
.tx_right {text-align: right;}
.tx_justify {text-align: justify;}
.tx_padleft0 {
	padding-left: 0px;
	padding-right: 14px;
	color: #CCCCCC;
}
.tx_blanc {color: #FFFFFF;}
.tx_noir {color: #000000;}
.tx_gris {color: #CCCCCC;}
.tx_bleu {color: #33CCFF;}

/* ---- align object */
.left {float: left; display: inline; /*--IE6 workaround--*/}
.right {float: right;}
.centered{
	margin-right: auto;
	margin-left: auto;
}
.bottom {
	position: static;
	bottom: 1px;
}
.float_none {
float: none;
}
/* ---- marj */

marjtop0 {
	margin-top: 0px;
}
.marjtitle{
	margin-top: 0px;
	margin-left: 0px;
}
.marjdown0{
	margin-bottom: -4px;
}
.marjtop-1{
	margin-top: -2px;
}
.pad0{
	left: -10px;
	width: 254px;
}


/* ---- bg */
.bg_blanc {
	background-color: #FFFFFF;
}
.bg_black {background-color: #000000;}

/* ---- ancres */


/* ---- rest */
.date {
	height: 33px;
}
.date h3{
	font-weight: bold;
	display: block;
	line-height: 65%;
	padding-top: 4px;
	letter-spacing: 0.2em;
	font-size: 16px;
}
.video {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.nofloat{
	float: right;
	display: block;
}
.inline {
	display: inline;
}
img {
	margin: 0px;
}
.anecdotes {
	text-align: justify;
	height: 288px;
	font-size: medium;
	overflow: scroll;
	width: 239px;
	float: left;
	margin-top: -4px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1px;
	background-repeat: repeat;
	}

