/* CSS Document */

body
{
	color:#aaa ;
	background:url(images/logo.jpg) no-repeat center fixed #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

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

h2
{
	font-style:normal ;
	color:#CC3300 ;
	font-size: 16px ;
}

.message
{
	color:#FF6600;
}

.message a
{
	text-decoration:none ;
	color:#FF6600 ;
}

.choixdate
{
	overflow:auto;
	width:600px;
}

.choixdate a
{
	text-decoration:none;
	color:#999999;
}

.choixdate .precedent
{
	width:100px ;
	text-align:left;
}

.choixdate .jour
{
	font-size:20px;
	color:#ccc ;
	font-style:normal;
	text-transform:uppercase;
	width: 400px ;
	text-align:center;
}

.choixdate .suivant
{
	width:100px;
	text-align:right;
}

.agenda
{
	font-style:italic;
	overflow:auto;
	width:600px;
	border:1px solid #333;
}

.agenda .titre .date
{
	width:150px ;
	text-align:right ;
}

.agenda .titre .nomevene
{
	width:230px ;
}

.agenda .titre .genre
{
	width:70px ;
	text-align:left ;
}

.agenda .titre .facebook
{
	width:50px ;
}

.agenda .evenement .photo
{
	width:150px ;
}

.agenda .evenement .description
{
	width:450px ;
}

td{
	padding:10px;
}

.agenda img
{
	border: 1px solid #ccc ;
}

.agenda a
{
	color:#996699;
	text-decoration:none ;
	font-weight:bold;
	margin-left:10px;
}

.agenda a:hover
{
	color:#9999CC;
}

a img
{
	border:none ;
}







