/*
	20 Heures de musiques Romont
	http://www.20heures.ch
*/

/* General */
body,td {
	/* Texte */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #0062AC;
}

/* Cadre principal */
.div_main {
	/* Taille */
	width: 970px;
	height: 910px;

	/* Position */
	position: absolute;
	right: 160px;

	/* Image */
	background-image: url(/images/full.png);
	background-repeat: no-repeat;

	/* Texte (propriétés propagées) */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #0062AC;
}

/* Raiffeisen */
.div_raiffeisen {
	/* Taille */
	width: 430px;
	height: 104px;

	/* Position */
	position: absolute;
	top: 50px;
	right: 270px;

	/* Text */
	text-align: left;
}

/* Bulle bleue */
.div_blue {
	/* Taille */
	width: 130px;
	height: 100px;

	/* Position */
	position: absolute;
	top: 30px;
	right: 120px;

	/* Texte */
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

/* Bulle jaune */
.div_yellow {
	/* Taille */
	width: 170px;
	height: 100px;

	/* Position */
	position: absolute;
	top: 140px;
	right: 50px;

	/* Texte */
	text-align: center;
}

/* Titre */
.div_title {
	/* Taille */
	width: 370px;
	height: 60px;

	/* Position */
	position: absolute;
	top: 200px;
	right: 240px;

	/* Texte */
	text-align: left;
	font-size: 24px;
	font-weight: bolder;
}

/* Menu */
.div_menu {
	/* Taille */
	width: 350px;
	height: 500px;

	/* Position */
	position: absolute;
	top: 300px;
	right: 620px;

	/* Texte */
	font-weight: bold;
}

/* Menu principal */
.div_menu_left {
	/* Taille */
	height: 30px;

	/* Position */
	position: absolute;
	left: 0px;

	/* Texte */
	font-size: 14px;
	text-align: right;	
}

/* Menu secondaire */
.div_menu_right {
	/* Taille */
	height: 30px;

	/* Position */
	position: absolute;
	right: 0px;

	/* Texte */
	font-size: 12px;
	text-align: left;
}

/* Contenu */
.div_content {
	/* Taille */
	width: 570px;
	height: 400px;

	/* Position */
	position: absolute;
	top: 300px;
	right: 30px;

	/* Texte */
	padding: 0px 10px 0px 0px;
	line-height: 18px;
	text-align: justify;

	/* Scrollbar */
	overflow: auto;
	scrollbar-face-color: #FFF2C0;
	scrollbar-highlight-color: #FFE19A;
	scrollbar-3dlight-color: #FFF2C0;
	scrollbar-darkshadow-color: #FFF2C0;
	scrollbar-shadow-color: #FFE19A;
	scrollbar-arrow-color: #FFE19A;
	scrollbar-track-color: #FFE19A;
}

/* Sponsors 1 */
.div_sponsors1 {
	/* Taille */
	width: 150px;
	height: 750px;

	/* Position */
	position: absolute;
	top: 0px;
	right: 5px;

	/* Texte */
	text-align: left;
	font-weight: bolder;
	font-size: 15px;

	/* Scrollbar */
	overflow: none;
	scrollbar-face-color: #FFF2C0;
	scrollbar-highlight-color: #FFE19A;
	scrollbar-3dlight-color: #FFF2C0;
	scrollbar-darkshadow-color: #FFF2C0;
	scrollbar-shadow-color: #FFE19A;
	scrollbar-arrow-color: #FFE19A;
	scrollbar-track-color: #FFE19A;
}

/* Sponsors 2 */
.div_sponsors2 {
	/* Taille */
	width: 200px;
	height: 200px;

	/* Position */
	position: absolute;
	top: 650px;
	right: 800px;

	/* Texte */
	text-align: left;
	font-weight: bolder;
	font-size: 15px;

	/* Scrollbar */
	overflow: none;
	scrollbar-face-color: #FFF2C0;
	scrollbar-highlight-color: #FFE19A;
	scrollbar-3dlight-color: #FFF2C0;
	scrollbar-darkshadow-color: #FFF2C0;
	scrollbar-shadow-color: #FFE19A;
	scrollbar-arrow-color: #FFE19A;
	scrollbar-track-color: #FFE19A;
}

/* Sponsors 3 */
.div_sponsors3 {
	/* Taille */
	width: 1100px;
	height: 200px;

	/* Position */
	position: absolute;
	top: 833px;
	right: -150px;

	/* Texte */
	text-align: right;
	font-weight: bolder;
	font-size: 15px;

	/* Scrollbar */
	overflow: none;
	scrollbar-face-color: #FFF2C0;
	scrollbar-highlight-color: #FFE19A;
	scrollbar-3dlight-color: #FFF2C0;
	scrollbar-darkshadow-color: #FFF2C0;
	scrollbar-shadow-color: #FFE19A;
	scrollbar-arrow-color: #FFE19A;
	scrollbar-track-color: #FFE19A;
}

/* Adresse */
.div_address {
	/* Taille */
	width: 580px;
	height: 80px;

	/* Position */
	position: absolute;
	top: 730px;
	right: 30px;

	/* Texte */
	text-align: center;

	/* Scrollbar */
	overflow: auto;
	scrollbar-face-color: #FFF2C0;
	scrollbar-highlight-color: #FFE19A;
	scrollbar-3dlight-color: #FFF2C0;
	scrollbar-darkshadow-color: #FFF2C0;
	scrollbar-shadow-color: #FFE19A;
	scrollbar-arrow-color: #FFE19A;
	scrollbar-track-color: #FFE19A;
}

/* Ligne d'adresse */
.div_address_line {
	/* Taille */
	width: 220px;
	height: 20px;

	/* Position */
	position: absolute;
}

/* Son */
.div_sound {
	/* Taille */
	width: 0px;
	height: 0px;

	/* Position */
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Titre bulle jaune */
.title_yellow {
	/* Texte */
	font-size: 13px;
	font-weight: bold;
	color: #0062AC;
}

/* Texte bulle bleue */
.text_blue {
	/* Texte */
	font-size: 13px;
	font-weight: bold;
	color: #0062AC;
}

/* Texte bulle jaune */
.text_yellow {
	/* Texte */
	font-size: 12px;
	color: #0062AC;
}

/* Lien */
a {
	/* Texte */
	color: #0062AC;
}

.no_underline {
	text-decoration: none;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 14px;
	font-weight: bold;
}

.bigger {
	font-size: 17px;
	font-weight: bolder;
}



