@charset "UTF-8";
/* CSS Document */

.calendrier_boutons{
    float: left;
    width: 140px;
    margin-right:30px;
    margin-top:70px;
}
.calendrier_ventes{
	clear:both;
    float:left;
    width:660px;
    position:relative;
	margin-left:15px;
}


.bloc_titre{
    text-transform: uppercase;
    font-size: 18px;
    color:#333333;
    /*margin-top: 0px;*/
    margin-top:30px;
    margin-bottom:20px;
	margin-left:27px;
}


.calendrier_ventes .bloc_vente{
    float: left;
    width: 580px;
    margin-bottom: 20px;
	border-bottom-color: #CCCCCC;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    position:relative;
}


.calendrier_ventes .bloc_vente_image{
	 float:left;
    margin-bottom: 20px;
	width: 108px;
}

.calendrier_ventes .bloc_vente_texte { 
    float:left;
    width: 420px;
    margin-top:0px;    
}
.calendrier_ventes .bloc_vente_titre{
	color: #2e64a8;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 0;
    text-transform: uppercase;
}


.calendrier_ventes .bloc_vente_titre a, .calendrier_ventes .bloc_vente_titre a:link, .calendrier_ventes .bloc_vente_titre a:hover, .calendrier_ventes .bloc_vente_titre a:focus, .calendrier_ventes .bloc_vente_titre a:visited {
	color: #2e64a8;
    font-size: 12px;
    line-height: 16px;
	font-weight:bold;
	width: 334px;
    padding-bottom: 5px;
    padding-top: 0;
    text-transform: uppercase;
	text-decoration:none;
}


.calendrier_ventes .bloc_vente_lieu{
	color: #000000;
    font-size: 12px;
	width: 334px;
    padding-bottom: 5px;
    padding-top: 0;
		}
		
.calendrier_ventes .bloc_vente_pictos{
    left:110px;
	margin-bottom:20px;
}

.bloc_vente .last_vente {
    margin-bottom:0px;
}

.calendrier_ventes .bloc_mois{
    float:left;
	border-bottom:dotted, #666, 1px;
    background-color: #fff;
	padding:0px;
	margin:30px;
    margin-bottom: 0px;
	margin-top:0px;
}
.calendrier_ventes .bloc_mois_date {
	border-bottom:#333333 1px solid;
    color: #333333;
    float: left;
    font-size: 16px;
	font-style:italic;
    font-weight: bold;
    margin: 10px 0 30px;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
    width: auto;
}



.calendrier_ventes .bloc_vente_date{
	color: #3f3f3f;
    font-size: 14px;    
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 3px;
}
.calendrier_annees {
background-color: #FFFFFF;
    float: left;
    margin-left: 20px;
	margin-bottom:20px;
    height: 19px;
    padding: 10px;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    /*width: 800px;*/
    width: 600px;
	font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;

}

.calendrier_annees a, .calendrier_annees a:link, .calendrier_annees a:hover, .calendrier_annees a:focus .calendrier_annees a:visited {
    color: #3f3f3f;
    font-weight: bolder;
    text-decoration: underline;
    text-transform: uppercase;
}

.bloc_mois_date {
	 clear: both;
	 border-bottom: 1px solid #333333;
    color: #333333;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
    width: auto;
/*	
	
	color: #2e64a8;
	font-size:14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;*/
}


#top_resultat_calendrier{
	border-radius: 4px;
    box-shadow: 0 0 5px #999999;
    width: 250px;
    float: right;
    margin-top: 30px;
	margin-right:20px;
	margin-left:20px;
	background-color:#ffffff;
/*-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC;
	border-bottom-style:groove;
	border-style: dashed;
	border-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-color-ltr-source: physical;
	border-color-rtl-source: physical;
	border-color-value: #CCCCCC;
	border-style-ltr-source: physical;
	border-style-rtl-source: physical;
	border-style-value: dashed;
	border-width-ltr-source: physical;
	border-width-rtl-source: physical;
	border-width-value: 1px;*/
	padding: 15px 10px 20px 15px;
	text-align: left;
}

#top_resultat_calendrier .sous_titre{
	display: inline-block;
	color: #2e64a8;
    font-size: 14px;
	font-weight: bold;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 220px;
    z-index: 10;
	}    
.accueil_2 .calendrier_annees{
    display:none;
}