/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* FRANCOUVERTES CSS */

body {
	margin:0px 0px 0px 0px; 
	padding:0px;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color:#ccc;
	background-image:url('../images/bg.jpg');
	background-repeat: repeat;
}
html {
	overflow-x: auto;
	overflow-y: auto;
} 
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
h1 {
	color: #666; /*#c2303d; */
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	text-align: right;
	font-weight: normal;
}
h2 {
	margin:0; 
	font-size:1.3em; 
	font-weight:normal; 
	padding: 5px 0;
}
h3 {
	margin:0; 
	font-size:1em; 
	font-weight:normal; 
	padding: 5px 0;
}
p {
	margin:0px; 
	font-size:14px; 
	line-height:100%; 
	padding-top: 5px;
	text-align: left;
	color: #333;
}
	
/* pour que IE les puces <li> */
ul, ol {
	margin:0;
	padding:0;
}
li {
	color: #47a995;
}

ul li, ol li {
	margin:0 0 0 0;
	margin-left: 0;
	padding:0;
}

img {
	vertical-align: middle;
	border: 0;
}
a {
	outline: 0;
}

/* links */
#content a:link {color: #47a995; text-decoration: none; font-weight:bold;}
#content a:visited {color: #47a995; text-decoration: none; font-weight:bold;}
#content a:hover {color: #333333; text-decoration: underline; font-weight:bold;} 
#content a:active {color: #47a995; text-decoration: none; font-weight:bold;}

/* small menus in apropos */
#submenu_apropos {
	border: 0px solid #f00;
}
a:link.menu_small{font-size: 9px; color: #47a995;}
a:visited.menu_small{font-size: 9px; color: #47a995;}
a:hover.menu_small{font-size: 9px; text-decoration: underline;color: #000000;}
a:active.menu_small{font-size: 9px; color: #47a995;}

/* salle de presse */
a:link.presseLink {font-size: 12px;color: #47a995;}
a:hover.presseLink {font-size: 12px;text-decoration: underline;color: #000000;}
a:visited.presseLink {font-size: 12px;color: #47a995;}
a:active.presseLink {font-size: 12px;color: #47a995;}

sup { vertical-align: baseline;position: relative;top: -0.4em;font-size: 10px;}
.titlesup{ vertical-align: baseline;position: relative;top: -0.7em;font-size: 14px;}

* html .byfloatedimage{float:left;} /* IE only hack */


/*----------------- DIVS-----------------------*/
#container-container {
	width: 857px;
	margin: 0px auto;
}

#container {
	width: 843px;
	margin: 0px auto;  
	background-color: #fdfcde;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
}

#header {
	width: 843px;
	height: 390px;
	left: 0px;
	top: 0px;
	margin:0px;
	border: 0px solid #0ff;
	background-image: url('../images/header-bg2.jpg');
}
#sirius {
	position: relative;
	width: 194px;
	height: 51px;
	top: 61px;
	left: 15px;
}

#main {
	margin:0;
	min-height: 390px;
	background-color: #fdfcde;
	background-image: url('../images/main-bg2.jpg');
	background-repeat: no-repeat;
}

/* menu css */
#menu {
	position: relative;
	top: 30px;
	right: 12px;
	float: right;
	border-top: 0px solid #000;
	z-index: 10;
	font-size: 14px;
}
#menu ul {
	list-style: none;
	margin-right:3px;
	padding: 1px;
	float: left;
	z-index: 11;
}
#menu a {
	/*font-family: arial, helvetica, sans-serif;*/
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 0px 0px;
}
#menu ul ul a {
	/*font-family: arial, helvetica, sans-serif;*/
	display: inline-block;
	width: 202px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 3px;
	z-index: 12;
}
#menu a {
	color: #47a995;
	background: #efefef;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background: #efefef;
}
#menu li {position: relative;border: 0px solid #f00;}
#menu ul ul {
	position: absolute;
	z-index: 13;
	margin: 0;
	margin-top: 12px;
	width: 130%;
}
#menu ul ul ul {
	position: absolute;
	top: -10px;
	margin-left: 15px;
	left: 100%;
}
#menu ul ul ul a {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin-left: -4px;
	padding: 1px 1px;
}
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul {display: none;}
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {display: block;}

/* end of menu css */

/* left side ads */
#pub_container {
	float: left;
	width: 200px;
	margin-top: 250px;
	margin-left: 25px;
}
#pub1, #pub2, #pub3, #pub4, #pub5,
#pub6, #pub7, #pub8, #pub9, #pub10 {
	width: 200px;
	height: 67px;
	margin-bottom: 10px;
	z-index:1;
}


#pub-media-sociaux {
	margin-top: 5px;
	width: 200px;
	height: 67px;
	z-index:1;
}

.fb {
	display: inline;
	margin-left: 0px;
}
.mspace {
	display: inline;
	margin-left: 5px;
}
.twitter {
	display: inline;
	margin-left: 6px;
}

#minipubs {
	margin-top: 5px;
	width: 200px;
	height: 67px;
	z-index:1;
}

.cibl {
	display: inline;
	margin-left: 0px;
}
.courtemanche {
	display: inline;
	margin-left: 5px;
}
.programme {
	display: inline;
	margin-left: 6px;
}
/* end of ads */

/* content css */
#content_box {
	position:relative;
	top: 25px;
	left: 45px;
	width:555px;
	min-height:350px;
	overflow: hidden;
	text-align: left;
	/*background-image: url('/images/top-content-bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	border: 0px solid #0f0;
	background-color: #ffffff;
}
#content {
	position:relative;
	margin: 0px 3px 3px 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	overflow: hidden;
	text-align: left;
}
#content ul{
	margin-left:20px;
}
#content li{
	padding: 0px 0px 15px 0;
	font-size:14px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
}
#content  p{
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 14px;
	color:#333;	
}
#loading {
	height: 40px;
	width: 40px;
	margin-left: 250px;
	margin-top: 150px;
    background: url('../images/load.gif') no-repeat;
    display:none;
}
#section_name {
	color: #666; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	text-align: right;
}
/* end of content css */

/* partenaires - logos */
#logo_banner {
	position: relative;
	top: 35px;
	height: 100px;
	text-align: center;
}
#partenaires {
	outline: 0;
}
.nouveau_partenaire {
	color: red;
	font-style: italic;
}
/* end of content logo_banner */

/* footer */
#foot_menu {
	position: relative;
	top: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 95px;
	width: 650px;
	height: 35px;
	padding: 3px;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}
#foot_menu a, a:link, a:visited {color: #47a995;}
#foot_menu a:hover {color: #000000;}
#footer {
	width: 100%;
	top: 0px;
	height: 20px;
	padding: 3px;
	font-size:11px;
	text-align: center;
	text-decoration: none;
}
/* end of footer */

/* fiches d'artistes css */
#fiche_content {
	position:relative;
	left: 2px;
	width:538px;
	margin:0px;
	overflow: hidden;
	text-align: left;
	z-index: 1;
}

#fiche_content img {vertical-align: middle;}

#fiche_header {
	position: relative;
	top: 3px;
	left: 0px;
	width: 480px;
	height: 118px;
	/*background: #fff url('../images/fiche-bg.png') no-repeat 0 0;*/
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#fiche_nav {
	position: relative;
	width:129px;
	height: 95px;
	left: 0px;
	margin-top: 15px;
}
#fiche_player_btn {
	position: relative;
	width:95px;
	height: 95px;
	left: 15px;
	top: 0px;
	z-index: 2;
	outline: 0;
}

#fiche_player_btn img {outline: 0;}

#prevBand {
	position: absolute;
	left: 0px;
	top:35px;
	z-index: 2;
}
#prevBand img {
	width: 14px;
	height: 23px;
}
#nextBand {
	position: absolute;
	left: 111px;
	top:35px;
	z-index: 2;
}
#nextBand img {
	width: 14px;
	height: 23px;
}

#fiche_infos {
	width: 340px;
	height: 80px;
	margin-left: 155px;
	margin-top: -95px;
}
#fiche_artiste_name_box {
	width: 360px;
}
.fiche_artiste_nom {
	color: #000000;
	font-weight: bold;
	font-size:20px;
	text-align: left;
	line-height: 100%;
}
.fiche_artiste_nom img {
	position: relative;
	vertical-align:middle;
	top: -1px;
}
#fiche_song_infos_box {
	position:relative;
	top: 20px;
	width: 350px;
}
.fiche_chanson_nom {
	position: relative;
	font-size: 18px;
	color: #47a995;
	font-weight: bold;
	top: 0px;
}
.text_fiche_artiste {
	margin-left:30px; 
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: justify;
}

.fiche_ecoute {
	margin-top: -5px;
	margin-left:0px; 
	color: #999;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	line-height: 100%;
}
.fiche_credit_chanson {
	margin-left:0px; 
	color: #333;
	font-size: 12px;
	margin-top: -18px;
}

.artiste_photo {
	float: right;
	color: #666666;
	font-size: 9px;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
}

a:link.artiste_photo, a:hover.artiste_photo,
a:visited.artiste_photo,a:active.artiste_photo{color:#ffffff;}

/* artist external links dans les fiches */
a.url_artiste{margin-left:30px; font-size: 14px;font-weight:bold;}
a:hover.url_artiste{color: #333333;text-decoration: underline;}

.close_btn {
	position: absolute;
	left: 505px;
	top: 3px;
	z-index:2;
}
#bio {
	width:350px;
	padding-right: 15px;
	min-height: 450px;
}
#ecoute {
	position: absolute;
	left: 410px;
	top:120px;
	width:200px;
	height: 300px;
}
/* end of fiche css */

/*others CSS*/
#tableaupresse {
	margin-left: 0px;
}

/* news with palmares divs */
#newsPalmares_wrapper {}
#newsText_box {
	left:0px;
}
#right_box {
	float: right;
	margin-left: 15px;
	text-align: right;
	margin-top: 10px;
}
#palmares_wrapper {
	width: 248px;
	background-color: #fff; /*#6a6a6a;*/
}
#palmares_box {
	width: 248px;
	min-height: 210px;
	text-align: right;
	background-image: url('../images/palmares-bg.jpg');
	background-repeat: no-repeat;
}
#palmares_header {
	position:relative;
	width: 248px;
	height: 68px;
	text-align: right;
}
#palmares_date {
	position: absolute;
	font-size: 12px;
	top: 40px;
	left: 0px;
	width: 230px;
	border: 0px solid #ff0;
	text-align: right;
	color: #fff;
}
#palmares_bands {
	position: relative;
	width: 210px;
	top:-15px;
	left: 25px;
	font-size: 12px;
	font-weight: bold;
}

#palmares_bands a, #palmares_bands a:link, #palmares_bands a:visited{
	color: #000;
}
#palmares_mid {
	position:relative;
	width: 248px;
	text-align: left;
}
#palmares_footer {
	position:relative;
	width: 248px;
	height: 11px;
}
#pict_box {
	margin-top:10px;
	width: 247px;
	height: 148px;
	background: #fff url('http://www.francouvertes.com/images/pictbox-bg.jpg') no-repeat 0 0; 
}
/* dans page accueil */
#credit_photo {
	position: relative;
	top: 27px;
	left: -73px;
	font-size: 11px;
	color: #fff;
}

/* dans section a_propos */
.credit_photo {
	position:relative;
	top: -5px;
	left: 0px;
	font-size: 10px;
	color: #666;
}
.desc_photo {
	position:relative;
	top: 0px;
	left: 0px;
	font-size: 11px;
	color: #333;
}
.signature {
	font-style: italic;
	font-size: 12px;
	color: #666;
}
#photo_strip {
	position: relative;
	min-height: 60px;
	top: 30px;
	left: -2px;
}
#photo_strip img {
	margin-right: 5px;
	padding-right: 10px;
	min-width: 60px;
	min-height: 60px;
	background-color: #000000;
	border: 2px solid #999;
}	
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
#more_photos {
	position: relative;
	top: 38px;
	left: -20px;
	font-size: 11px;
}
#more_photos a, #more_photos a:link, #more_photos a:visited{
	color: #000;
}
.more_photo {
	text-align:right;
	color: #000;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight:bold;
}
#photo_float {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom:15px;
	margin-right: 15px;
}
#photo_float_left {
	float: left;
	margin: 15px;
}
.photo_float {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom:15px;
	margin-right: 15px;
}
.photo_float_left {
	float: left;
	margin: 15px;
}
#photo_med {
	border: 1px solid #000;
	margin:2px;
	background: #000;
}
.photo_med {
	border: 1px solid #000;
	background-color: #000;
	margin:2px;
	margin-left: auto;
	margin-right: auto;
}

/* encore requis ???? */
.formulaire {display: inline;}

#photo_spacer {
	display: inline;
	top:0px;
	height:10px;
	margin: 0px;
	border: 1px solid #47a995;
}
#photoAlbumBox {
	width: 500px;
	margin-left:25px;
}

/* general content styles */
.title {
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:22px;
	text-align: left;
}
#content p.title{
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:22px;
	text-align: left;
}
.title_centered {
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:22px;
	text-align: center;
}
#news_title_box {
	margin-top: 0;
}
.news_title {
	color: #de2101; 
	font-weight: bold;
	margin-bottom: 0px;
	font-size:30px;
	text-align: left;
}
.title-bullet {
	float: left;
} 

.item_title {
	margin-left:0px; 
	color: #000;
	font-size:14px;
	font-weight: bold;
	padding-top: 5px;
}
.cat_prix {
	margin-left:0px; 
	color: #000;
	font-size:18px;
	font-weight: bold;
	padding-top: 5px;
}
#horaire_concours {
	padding-left: 5px;
	padding-top: 7px;
}
#horaire_demi-finales {
	padding-left: 5px;
	padding-top: 7px;
}

.date_section {
	margin-left:0px; 
	color: #666;
	font-size:14px;
	padding-top: 5px;
}
.date_passage {
	font-weight: normal;	
	color: #000;
}

/* REVELE LA RELEVE */

#revele_title {
	color: #de2101;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:22px;
	text-align: left;
}
.revele_headline {
	color: #47a995;
	font-style: italic;
	font-weight: bold;
	font-size:16px;
}
.revele_artiste_nom {
	color: #de2101;
	font-weight: bold;
	font-size:20px;
	text-align: left;
	line-height: 100%;
}
.revele_text_artiste {
	margin-left:0px; 
	font-size:14px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 14px;
	color:#333;	
}
.date_revele {
	margin-left:0px; 
	color: #666;
	font-weight: bold;
	font-style: italic;
	font-size:20px;
	padding-top: 5px;
}
.date_event {
	margin-left:0px; 
	color: #47a995;
	font-size:16px;
	font-weight: bold;
	padding-top: 5px;
}
.item_revele {
	margin-left:0px; 
	color: #47a995;
	font-weight: bold;
	font-size:12pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

img.revele  {border: 3px solid #000;}
#pub_revele {text-align: center;}

.headline {
	width: 540px;
	margin-left:0px;
	margin-top: 7px;
	color: #646464;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
}
.headline_centered {
	margin-left:22px; 
	color: #363636;
	font-weight: normal;
	font-size:20px;
	padding-top: 0px;
	padding-left: 5px;
	text-align: center;
}
.editions {
	margin-left:0px; 
	font-size:16px;
	padding-top: 12px;
	text-align: left;
}
.band_editions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.participants {
	margin-left:10px; 
	color: #999;
	font-size:10pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

/* new style for participants2 */
#participants2{}
.participants2 {
	float: left;
	overflow: hidden;
	background: #fff url('../images/nextbands-bg.png') no-repeat 0 0px;
	width: 160px;
	height: 180px;
	margin-left: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.participants2_photo {
	position: relative;
	overflow: hidden;
	margin-top: -18px;
	left: 0;
	width: 150px;
	height: 150px;
}
.participants2_photo img {
	margin-top: -19px;
	height: 150px;
}
.participants2_name {
	margin-top: -20px;
	padding-top: 4px;
	padding-left: 3px;
	height: 50px;
	color: #fff;
}
.part2_name a, .part2_name a:link, .part2_name a:visited {border: 1px solid #fff;}

#readmore {
	margin-top: -23px;
	margin-left: 45px;
	height: 15px;
	width: 106px;
	font-size: 10px;
}
.readmore {
	font-size: 11px;
	font-weight: normal;
	color: #47a995;
}
#readmore a.readmore {
	font-size: 11px;
	font-weight: normal;
	color: #47a995;
}
#readmore a:link.readmore {
	font-size: 11px;
	font-weight: normal;
	color: #47a995;
}
#readmore a:visited.readmore {
	font-size: 11px;
	font-weight: normal;
	color: #47a995;
}
#readmore a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#participants2 a {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
#participants2 a:link{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
#participants2 a:visited{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
#participants2 a:hover {
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
}

.participantsNews {
	margin-left:0px; 
	color: #999;
	font-size:12pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
#photo_float_part img {
	float: right;
	width: 60px;
	border: 3px solid #666;
	border-bottom: 18px solid #666;
}
.participantsDesc {
	margin-left:0px; 
	color: #999;
	font-size:12px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.participantsReadMore {
	font-size:11px;
	font-weight: normal;
}
.participantsName {
	font-size: 16px;
	font-weight: bold;
}
.date_evenement {
	font-size: 16px;
	font-weight: bold;
}
.lieu {
	font-size: 14px;
	color: #333;
	font-style: italic;
}
.text_citation {
	margin-left:0px; 
	color: #666;
	font-size:8pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-style: italic;
}

/* palmares class */
.text_palmares_odd {
	margin-left:30px;
	line-height:150%;
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}
.text_palmares_even {
	margin-left:30px;
	line-height:150%;
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}
.text_palmares_gray {
	margin-left:30px;
	line-height:150%;
	color: #666;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
}
/*palmares links */
#palmares_box a:link.palmares_odd {color: #333; }
#palmares_box a:hover.palmares_odd {color: #999;}
#palmares_box a:link.palmares_even {color: #333;text-decoration: none;}
#palmares_box a:hover.palmares_even {color: #ccc;font-size:14px;background-color: #333;}

/*other class */
.media_item {
	margin-left:10px; 
	margin-top: 10px;
	color: #333;
	font-size:12px;
	border: 1px solid #f00;
}
#media_item {
	color: #333;
	font-size:12px;
	max-width:250px;
}
.media_desc {
	margin-left:0px; 
	color: #333;
	font-size:12px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.news_text {
	margin-left: 1px; 
	color: #333;
	font-size:10pt;
	padding-right: 5px;
	text-align: left;
}
.full_news_link {
	margin-top: 20px;
	margin-left: -3px;
	padding: 0;
}
.text_no_margin {
	margin-left:0px; 
	color: #333;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_w_margin {
	margin-left:2px; 
	color: #333;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_justify {
	margin-left:1px; 
	color: #333;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.text_not_justify {
	margin-left:1px; 
	color: #333;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_justify_smaller {
	margin-left:1px; 
	color: #333;
	font-size:9pt;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.sep_centered{
	width: 100%;
 	text-align: center;
}
.desc {
	margin-left:0px; 
	color: #333;
	font-size:10pt;
	padding: 10px 10px 10px 10px;
	padding-left: 0px;
	text-align: justify;
	line-height: 1.2em;
}
.question_text {
	margin-left:0px;
	margin-bottom: 10px;
	color: #333;
	font-size:10pt;
	padding: 10px 0px 0px 0px;
	text-align: justify;
	font-weight: bold;
}
.text_bold_italic {
	margin-left:0px; 
	color: #333;
	font-size:12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	font-style:italic;
	font-weight: bold;
}
.note {
	margin-left:0px; 
	color: #999;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
#date_de_passage {
	position:absolute;
	margin-left:20px; 
	color: #366;
	font-size:10pt;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
	top:460px;
}
.note_centered {
	margin-left:20px; 
	color: #666;
	font-size:9pt;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.presse {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.presse_date {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#ventes {
	margin-left: 0px;
	font-size: 12px;
}
#ventes table {
	border-collapse: collapse;
}
.rlr_prog_desc {
	margin-left: 15px;
	margin-bottom: 5px;
}

.cat_prix {
	font-size:16px;
	font-weight: bold;
	padding-top: 5px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
