html, body {
	font-family : Helvetica, Arial;
	font-size : 1em;
}

h1 {
	font-size : 3em;
	font-weight : bold;
	margin : 0;
}

h2 {
	font-size : 2em;
	font-weight : normal;
	border-bottom : dotted 1px #555;
	width : 100%;
}

a {
	color : #AAA;
	text-decoration : none;
}

a:hover {
	color : #000;
}

a span {
	position : relative;
	top : -.3em;
	margin-right : 1em;
	font-size : .8em;
}

a:hover span {
	border-bottom : 1px dotted #000;
}

span#date {
	position : relative;
	color : #D51007;
	font-size : 1.7em;
	margin : 0;
	top : -.5em;
	left : 6.5em;
}

.puce {
	color : #0099FF;
}

div#content {
	position : absolute;
	left : 0;
	top : 0;
	padding-left : 4em;
	width : 90%;
	max-width : 50em;
	border-left : solid 60px #90288E; /* Couleur de la bande à gauche de la page */
}

html>body div#content {
	padding-left : 2em;
}

div#footer {
	position : absolute;
	bottom : 0;
	margin-top : 2em;
}

.liste {
	margin-left : 3em;
	margin-right : 2em;
}

.titreEvnt {
	font-size : 1.2em;
	text-transform: uppercase;
	/*line-height : .5em;*/
}

.dateEvnt {
	color : #555;
	font-size : .8em;
	margin : 0;
}

.Evnt {
	float: left;
	margin-right: 4em;
	border-left: dotted 1px #AAA;
	padding-left : .6em;
	width : 20em;
}

.addLinks {
	float : left;
}

p {
	color : #555;
	margin : 1em 0 0 0;
}

img.vignette {
	float : right;
}

hr {
	clear: both;
	border: solid 1px transparent;
	margin : 2em 0;
}

/* logo agenda */

span.agenda {
	float : left;
    display: block;
    text-align: center;
    width : 2.2em;
    margin-left : -3em;
}

span.agenda span {
	display: block;
	float: left;
    width: 100%;
}

span.agenda span.mois {
    background: #D51007;
    border: 1px solid #D51007;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    height: 1em;
    font-size: .4em;
}

span.agenda span.jour {
	background-color : #FFF;
    background-image : url('images/gradient.png');
    background-position : bottom;
    background-repeat : repeat-x;
    border: 1px solid #ccc;
    border-top: none;
    color: #000;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: -.1em;
    font-size: 1.2em;
    height : 1.3em;
}

/* logo info */

span.info {
	float : left;
    display: block;
    text-align: center;
    width : 2.2em;
    margin-left : -3em;
}

span.info span {
	display: block;
	float: left;
    width: 100%;
}

span.info span.titreInfo {
    background: #FEF284;
    border: 1px solid #ccc;
    border-bottom : none;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    height: 1em;
    font-size: .4em;
}

span.info span.contenuInfo {
	background-color : #FEF284;
    background-image : url('images/gradient.png');
    background-position : bottom;
    background-repeat : repeat-x;
    border: 1px solid #ccc;
    border-top: none;
    color: #000;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: -.1em;
    font-size: 1.2em;
    height : 1.3em;
}