/* CSS pour BUSTORAMA.COM crČer par BUST.  */

body {
	text-align: center;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	background-image:url(../../IMG/croix.gif);
	background-repeat:repeat;
	overflow:auto;
}

.fond_point {
	text-align: center;
	margin:0px;
	background-image: url(../../IMG/croix.gif);
}


#bordure_haut {
	background-image: url(../../IMG/bordure.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	height: 37px;
	width:850px;
	position: relative;
}
#bordure_bas {
	background-image: url(../../IMG/bordure2.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	height: 37px;
	width:850px;
	position: relative;
	margin-bottom: 100px;
}



/** PAGE UN ARTICLE *****************************************************************************
***************************************************************************************************/

#index {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 19px;
	border: 0px;
	margin-top: 22px;
}

#index #menu{
	width: 850px;
	height: 201px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:20;
}



/** EVENEMENT INDEX *****************************************************************************
***************************************************************************************************/


#index #contenu{
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	margin-top: 19px;
}


#index #contenu #photo_fond{
	top:-50px;
	width: 850px;
	height:auto;
	z-index: 2;
	position: absolute;
	left: 0px;
	background-color: transparent;
}

#index #contenu #event{
				top:30px;
				left:60px;
				width: 340px;
				height:210px;
				background-image: url(../../IMG/bloc_event.gif);
				background-repeat: no-repeat;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#170208;
				position: relative;
				float:left;
				overflow:visible;
				z-index: 10;
}
#index #contenu #event #bloc_photo{
						top:70px;
						left:20px;
						position:absolute;
						width: 110px;
						height:130px;
						color:#170208;
						text-align: left;
						overflow: hidden;
						float:left;
}






#index #contenu #event #bloc_article{
	top:70px;
	left:140px;
	width: 190px;
	height:130px;
	position:relative;
	color:#170208;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	overflow: hidden;
}

#index #contenu #event #bloc_article #titre{
									font-size: 13px;
									font-height: bold;
									color:#FFFFFF;
									font-weight: bold;
}
#index #contenu #event #bloc_article #soustitre{
									font-family: Verdana, Arial, Helvetica, sans-serif;
									font-style: normal;
									font-weight: bold;
									font-size: 11px;
}

#index #contenu #event #bloc_article #texte{

}
#index #contenu #event #bloc_article #texte a:link{
									font-size: 11px;
									color:#FFFFFF;
									text-decoration:underline;
}
#index #contenu #event #bloc_article #texte a:visited{
									font-size: 11px;
									color:#FFFFFF;
									text-decoration:underline;
}
#index #contenu #event #bloc_article #texte a:hover{
									font-size: 11px;
									color:#FFFFFF;
									text-decoration:none;
}

