/*****************/
/* Container CSS */
/*****************/

#container {
	width: 950px;
	margin: 0 auto;
	position:relative;
	background-image:url(../img/background/agenda.jpg);

}

#content{
	padding-bottom: 40px;
}

/**********************/
/* AGENDA LEFT GLOBAL */
/**********************/

#agendaLeft{
	width:595px;
	float:left;
}

/* LOGO */
#agendaLogo {
	width:118px;
	height: 40px;
	float:left;
}

#agendaLogo .textLogo {
	margin-top: 5px;
	height: 35px;
	background-color:#990100;
	float:right;
}

.textLogo h2 {
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	color: #f7f7f7;
	font-weight:bold;
}

#moisLogo {
	width:477px;
	height: 40px;
	float:left;
	background-color:#f7f7f7;
}

#moisLogo h2 {
	font-size: 12px;
	margin-top:25px;
}

/* Article Head  */
#articleHead {
	background-color:#f7f7f7;
}

/*---------------*/
/* Article Tools */
/*---------------*/

#articleTools {
	background-color:#f7f7f7;
	width:118px;
	float:left;
	position:relative;
	height:auto;
}

.reserverTools .legendeBouton {
	color:#990100;
	font-weight: bold;
	margin:4px;
}

.tarif {
	margin-top:10px;
	font-size:11px;
}

.placeImg {
  margin-top:25px;
}

.partageTools {
	position:relatif;
	left:0px;
	top:240px;
	padding-top:10px;
}

.partageTools li {
	width:150px;
}



/*--------------------*/
/* Article Multimedia */
/*--------------------*/

#articleMultimedia {
	width:477px;
	background-color:#f7f7f7;
	float:left;
}

#articleMultimedia .player {
	float:left;
	margin:5px 5px 20px 5px;
}

#articleMultimedia .menuMultimedia {
	display:block;
	float:left;
}

#articleMultimedia p.legende {
	font-size:9px;
	color:#999999;
}

/*----------------------*/
/* Article Left Content */
/*----------------------*/

#articleContent {
	margin-left:118px;
	margin-top:5px;
	width:477px;
	background-color:#f7f7f7;
	padding-bottom:5px;

}

.contentMargin {
	margin: 5px 20px 5px 5px;	
}

.logoFiche {
	margin: 15px 15px 0 0;	
}

/* STYLE TITRAILLE */
.agendaDateGrand {
	font-size:13px;
	color:#990100;
	font-weight:bold;
}

.agendaPlace {
	font-size:12px;
	font-weight:bold;
}

.agendaGenre {
	font-size:10px;
	color:#666666;
}

.agendaTitreGrand {
	font-size:25px;
	font-style:italic;
	font-weight:bold;
}

.agendaArtistesGrand {
	font-size:24px;
	font-weight:lighter;
}

.articleText {
	font-size:12px;
	text-align:justify;
}

.articleText a {
	color:#990100;
}
.articleText a:hover {
	text-decoration:underline;
}

.articleCredit {
	font-size:12px;
	color:#990100;
}

.articleLire {
	font-size:11px;
	color:#990100;
}

.articlePartenaire {
	font-size:12px;
}

.articleDownload {
	font-size:11px;
	color:#CC6600;
}

.legendeBouton {
	font-size:10px;
}

.barreArticleRouge {
	background-image:url(../img/2/barreRouge.gif);
	height:5px;
	margin-left:4px;
	margin-right: 20px;
}

.barreArticleOrange {
	background-image:url(../img/2/barreOrange.gif);
	height:5px;
	margin-left:4px;
	margin-right: 20px;
}



/*****************/
/* AGENDA RIGHT  */
/*****************/

#agendaRight {
	width:355px;
	float:left;
}

.logoRight {
	float:left;
	margin:10px 5px 10px 10px;
}

/*----------*/
/*  Abonnes */
/*----------*/

/* logo */
#abonnesLogo {
	padding-top:5px;
}

.logoCouleurRight {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-size: 11px;
	color: #f7f7f7;
}

#abonnesText {
	float:left;
	background-color:#cc6601;
}

#abonnesContent {
	float:right;
	background-color:#f7f7f7;
	width:325px;
	overflow:visible;
	font-size:11px;
}

.abonnesText {

	margin:10px 0px 10px 10px;
}

.genreAbonnes {
	font-size:12px;
	color:#cc6601;
}

.titreAbonnes {
	font-size:14px;
	font-weight:bold;
	color:#cc6601;
}

.personnesAbonnes{
	font-size:12px;
	font-weight:lighter;
	color:#333333;
}

.lieuAbonnes {
	font-size:11px;
	font-weight:lighter;
	color:#333333;
}

#abonnesContent .legendeBouton {
	color:#cc6601;
}

.abonnesText ul {
	color: #cc6601;
	margin:0px;
}

.abonnesText ul a {
	color: #cc6601;
	text-decoration:none;
}

.abonnesText ul a:hover {
	color: #cc6601;
	text-decoration:underline;
}

/*---------------*/
/*  Publication  */
/*---------------*/

#publicationLogo {
	margin-top:10px;
	float:left;
	background-color:#336799;
}

#publicationContent {
	float:left;
	width:355px;
	background-color:#f7f7f7;
	font-size:11px;
}

.genrePublication {
	font-size:10px;
	color:#336799;
	font-weight:bold;
}

.titrePublication {
	font-style:italic;
	font-weight:bold;
	font-size:18px;
}

.personnesPublication {
	font-size:14px;
	font-weight:lighter;
}

.publicationText {
	margin-top:10px;
	margin-bottom: 10px;
}

#publicationContent .legendeBouton {
	color:#336799;
}

.publicationText ul {
	color: #336799;
	margin:0px;
}

.publicationText ul a {
	color: #336799;
	text-decoration:none;
}

.publicationText a:hover {
	color: #336799;
	text-decoration:none;
}

.publicationText ul a:hover {
	color: #336799;
	text-decoration:underline;
}


/*---------------*/
/*  A VOIR AGENDA  */
/*---------------*/

#agendaLogoPetit {
	margin-top:10px;
	float:left;
	background-color:#990100;
}

#avoirContent {
	float:left;
	width:355px;
	background-color:#f7f7f7;
	font-size:11px;
}

#avoirContent hr {
	border:1px solid #990100;
	margin:0px;
}

#avoirContent .avoirText {
	margin-top:14px;
	margin-bottom:14px;
	margin-left:5px;
}

#avoirContent .genreAgendaPetit {
	font-size:10px;
	color:#666666;
}

#avoirContent .genreAgendaPetit a {
	color:#666666;
	text-decoration:none;
}

#avoirContent .titreAgendaPetit {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}

#avoirContent .titreAgendaPetit a {
	text-decoration:none;
}

#avoirContent .personnesAgendaPetit{
	font-size:14px;
	font-weight:lighter;
}

#avoirContent .personnesAgendaPetit a{
	text-decoration:none;
}

#avoirContent .dateAgendaPetit{
	color:#990100;
	font-weight:bold;
}

#avoirContent .dateAgendaPetit a{
	color:#990100;
	text-decoration:none;
}

#avoirContent .lieuAgendaPetit{
	font-weight:bold;
}

#avoirContent .lieuAgendaPetit a{
	text-decoration:none;
}



/*****************/
/* Style Add Dev */
/*****************/

#publicationContent1 {
	float:left;
	width:310px;
	background-color:#f7f7f7;
	font-size:11px;
}

#abonnesContent1 {
	float:right;
	background-color:#f7f7f7;
	width:310px;
	overflow:visible;
}

.genreAbonnes {
	font-size:12px;
	color:#cc6601;
}

#publicationContent1 .legendeBouton {
	color:#336799;
}

.textLogo1 h2 {
	/*height: 35px;*/
	float:left;
	margin-top:25px;
	margin-left:10px;
	margin-right:5px;
	font-size: 12px;
	color:#990100;
	font-weight:bold;
}

.textLogo2 h2 {
	/*height: 35px;*/
	float:left;
	margin-top:13px;
	margin-left:10px;
	margin-right:5px;
	font-size: 14px;
	color:#990100;
	font-weight:bold;
}
