/* ================================ */
/* Titre : calendrier.css		    */
/* Auteur : Fabien DRIEUX			*/
/* Date : 21/12/2009				*/
/* ================================ */



/* ============== */
/*      DECO      */
/* ============== */

#menu_calendrier
{
	color : #b6085a;
}

#menu_calendrier a
{
	color : #b6085a;
	text-decoration : none;
}

#menu_calendrier a:hover
{
	text-decoration : underline;
}

.date_calendrier
{
	margin:0px;
	margin-left:2px;
}

.lieu_calendrier
{
	margin:0px;
	margin-left:2px;
}

.titre_calendrier
{
	margin:0px;
	font-size : 1.0em;
	font-family: Georgia;
	font-variant: small-caps;
	font-weight : bold;	
}

.titre_calendrier a
{
	color : #736357;
	text-decoration : none;
}

.titre_calendrier a:hover
{
	text-decoration : underline;
}

.soustitre_calendrier
{
	margin:0px;
}

.ville_calendrier
{
	margin:0px;
}

.contact_calendrier
{
	margin:0px;
	margin-left :10px;	
	color : #b6085a;
	font-size : 0.85em;
}
	
.site_calendrier
{
	margin:0px;	
	text-align : center;
}

.site_calendrier a
{
	color : #b6085a;
	text-decoration : none;
	font-style: italic;
}

.site_calendrier a:hover
{
	text-decoration : underline;
}


/* ============== */
/* P0SITIONNEMENT */
/* ============== */

/* Conteneur de calendrier */
#calendrier
{
	float : left;
	width:780px;
}

#menu_calendrier
{

	height : 20px;
	margin-left : 0px;	
	margin-top : 0px;
	background-image : url(../media/img/design/img_souscalendrier.png);
	background-repeat : no-repeat;
}

.tri_chronologique
{
	float : left;
	width : 250px;
	margin-left : 55px;
	font-family : "Arial Unicode MS";
}

.tri_spectacle
{
	float : left;
	width : 197px;
	font-family : "Arial Unicode MS";
}

.tri_region
{
	float : left;
	width : 200px;
	font-family : "Arial Unicode MS";	
}
