@charset "UTF-8";
/* tous les éléments */
*{
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
}

body{
        width:100%;
	height:100%;
        background: #FFFFFF;
	font:10pt "Georgia", Times New Roman,Times, serif;

}

.PopBoxImageSmall
{
opacity:0.05;
filter:alpha(opacity=5); /* For IE8 and earlier */
}
.PopBoxImageSmall:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.Style2 {
	color: #000000;
	font-size: 72pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Style3 {		
		font-size: 12pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.Style4 {		
		font-size: 10pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
}


/* éléments spécifiques */
/* listes */
ul{
	list-style-type:none;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6{
	text-transform:uppercase;
}
h1{ font-size:1.4em; }
h2{ font-size:1.3em; }
h3{ font-size:1.2em; }
h4,
h5,
h6{ font-size:1.1em; }
/* liens */
a:link,
a:visited,
a:hover,
a:active{

	text-decoration:underline;
	color:#000000	;
}
a:hover{
	color:#a4a4a4;
}

/* contenu central */
#content {
	position:absolute;
	color: #000000;
	background-color: #FFFFFF;
	top:120px;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin-top:20px;
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:50px;
}

/* formulaire de login */


/*************************************************************************************************************/
/**************************** classes ************************************************************************/
/*************************************************************************************************************/

	.band,
	.event{
		width:820px;
		margin-bottom:10px;
		padding:5px;
		background-color: #FFFFFF;
		cursor:default;
		
	}


.toggler {

 border-bottom: 0px solid #000000;
 border-right: 0px solid #000000;
 border-top: 1px solid #000000;
 border-left: 0px solid #000000;
 background-color: #FFFFFF;

}


#footer{
width: 930px;
height: auto;
position: fixed;
z-index:90;
bottom: 0px;
background-color: #fff;
background-image: url(pix/background1);
background-repeat:repeat;
border-top: 1px solid #000;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 13px;
}


