/* @override 
	http://www.alvaranda.com/css/agenda.css
	http://alvaranda/css/agenda.css
*/

/*
alvaranda.com
author:   Fabrice Delaneau
version:  aout 2008
*/

@import url("base.css");

/* @group Header */

#center {
	overflow: hidden;
}

#header {
	float: left;
	position: relative;
}

#img {
	display: none;
	float: left;
	position: relative;
	width: 211px;
	height: 504px;
	background: url("/images/pages/agenda_img.jpg");
}

#nav {
	float: left;
	position: relative;
	width: 25px;
	height: 400px;
}

#backV a {
	right: 0;
}

#nav #title {
	width: 8px;
	height: 59px;
	left: 17px;
	bottom: 10px;
	background: url("/images/pages/agenda_titre.gif");
}

/* @end */

.content h3 {
	color: #fff;
	margin: 0 0 20px;
}

.content h4 {
	color: #fff;
	margin: 0 0 20px;
}

.content {
	float: left;
	width: 695px;
	font-size: 12px;
	margin: 20px 20px 0;
}

.content ul {
	overflow: hidden;
}

.content ul li {
	overflow: hidden;
	margin: 0 0 20px;
	list-style-type: none;
}

.content ul ul {
	list-style-type: disc;
}

.content ul ul li {
	clear: none;
	float: none;
	width: auto;
	margin: 0 0 10px;
	list-style-type: disc;
}

.content ul ul li strong {
	color: #fff;
}

.content a img {
	float: left;
	padding: 0 20px 0 0;
}