div.properties
{
	float:right;
	line-height:45px;
	height:55px;
	width:60px;
	text-align:center;
	font-size:1.2em;
	background-repeat:no-repeat;	
	background-position:center top ;
}

pre 
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: arial;
}

div.activity_description_container
{
    float:left;
    width:550px;
    text-align:left;
}

div.activity_list_container
{
    float:left;
    width:550px;
    text-align:left;
}

div.description_inner
{
    background-image:url('../images/activite/description_bk.gif');
	background-repeat:repeat-y;
}

div.activity_description
{
    float:left;
    width:150px;
    height:110px;
    background-repeat:no-repeat;
    background-position:20px top ;
}

div.transport_inner
{
    background-image:url('../images/activite/transport_bk.gif');
	background-repeat:repeat-y;
}

div.activity_transport_container
{
    float:left;
    width:350px;
    text-align:left;
}
