/*#############################################################
Name: Lollypop
Description: quelques styles pour mise en page editeur
Date: 2010-04-27
Author: 'n'
URL: http://www.nicolasricher.com
#############################################################*/


.titre-bleu16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008cd9;
	text-transform: uppercase;
	}
.titre-bleu14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008cd9;
	text-transform: uppercase;
	}
.titre-rose16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bb003d;
	text-transform: uppercase;
	margin-top: 5px;
	}
.titre-rose14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bb003d;
	}
.titre-noir13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000d;
	}
.txt-edito-chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
	}
.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 690px;
	border-width: 1px 0 1px 0;
	border-style: dashed;
	border-color: #4d4d4d;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 140%;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	.chapo img {
	margin-right: 10px;
	float: left;
	}
.lollypop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB003D;
	font-style: normal;
	text-transform: uppercase;
	}
.rose {	color:#bb003d }
.bg-rose { background-color:#bb003d; padding: 2px; margin: 2px; }
.bleu {	color:#008cd9}
.bg-bleu {background-color:#008cd9; padding: 2px; margin: 2px; }
.grisfonce { color:#4d4d4d }
.bg-grisfonce {background-color:#4d4d4d; padding: 2px; margin: 2px; }
.grisclair { color:#cccccc }
.bg-grisclair {background-color:#cccccc; padding: 2px; margin: 2px;  }
.cite {
	font-size: 14px;
	font-weight: 200;
	color: #bb003d;
	float: left;
	font-style: italic;
	line-height: 130%;
	}

.jour {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #C03;
	padding: 3px;
	margin-right: 2px;
	width: 120px;
	float: left;
	}

.heure {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #999;
	text-align: left;
	padding: 3px;
	margin-right: 2px;
	float: left;
	width: 50px;
}
.lieu {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #969;
	text-align: left;
	padding: 3px;
	margin-right: 2px;
	float: left;
	width: 130px;
}
.prix {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #3CF;
	text-align: left;
	padding: 3px;
	margin-right: 2px;
	float: left;
	width: 70px;
}
.artiste {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 3px;
	text-transform: uppercase;
	float: left;
	width: 270px;
	background-color: #CCC;
}

