body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	_background-position: fixed ; /* évite le sautillement des images de fond sur ie6 */
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;	
	margin: 0 0 5px 0;
	padding: 2px 0;
}
h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}
h4 {
	font-size: 1em;
	margin: 2px 0 0 0;
	padding: 0;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	
}

p {
	margin: 0;
}

hr {
	display : block;
	height: 1px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	border: none;
	border-top : 1px dashed #666666;
	margin : 0px auto;
	/*marges sous ie*/
	_margin: -7px auto;
}

form, input {
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

.separateur {
	clear: both;
}
.imgGauche {
	float: left;
	margin-right: 15px;
}
.imgDroite {
	float: right;
	margin-left: 15px;
}
.imgIcone {
	vertical-align: middle;
}
.bouton {
	font-weight: bold;
	height: 17px;
	padding: 0 3px;
}
.champ, .champRecherche, .bouton {
	font-size: 1em;
	padding : 2px 0;
	vertical-align: middle;
}
.champRecherche {
	width: 100px;
	text-align: center;
	padding-left: 2px;
	padding-top:0px;
}
.boutonOk {
	vertical-align: middle;
	margin-left: 5px;
}

.entete_tableau{
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

.formulaireMail {
	width: 460px;
	text-align: right;
}

.formulaireMail label {
	font-weight: bold;
	float: left;
}

.formulaireMail .champ {
	margin-bottom: 5px; 
}

.alertFlashVersion {
	position: absolute;
	text-align: center;
	background: white;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/***************************	structure générale	***************************/


#fond3 {
	min-width: 975px;
	padding: 26px 0 30px 0;
}

#conteneur {
	position: relative;
	width: 975px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	height: 164px;
	text-align: right;
}

#header .moduleKmlBanniereStd {
	position: absolute;
	top: 10px;
	left: 145px;
}

#skyscrapper .moduleKmlBanniereStd {
	position: absolute;
	top: 150px;
	left: 1000px;
}

#logoHeader {
	position: absolute;
	top: -18px;
	left: -28px;
	display: block;	
}
#header-print{
	display: none;
}
#zoneIdent {
	position: absolute;
	top: 33px;
	right: 5px;
	padding: 5px;
}
#zoneIdent .titreIdent {
	font-weight: bold;
	text-align: center;
}
#zoneIdent  .champ, #zoneIdent  .bouton, #zoneFormRecherche .champ,  #zoneFormRecherche .bouton {
	text-align: center;
}
#zoneIdentForm {
	
}
#zoneIdentDemande {
	margin-top: 10px;
	text-align: center;
}
#zoneFormRecherche {
	position: absolute;
	top: 70px;
	right: 50px;
	width:129px;
	text-align: center;	
}
#zoneInscriptionNewsletter{
	float:left;
}
#zoneInscriptionNewsletter .champ {
	width: 100px;
	text-align: center;
	padding: 2px;
	
}
#zone_drapeaux {
	position: relative;
	top: 21px;
	padding-right: 1px;
}
#zone_drapeaux ul {
	margin: 0;
	padding: 0;
}
#zone_drapeaux ul li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#corps {
	/*display: table;
	_height: 400px;*/ /*génère des pb de mise en page sous IE6 et IE8 : page coupée*/
	width: 640px;
	float: left;
	padding: 10px 20px 0 20px;
	text-align: justify;
	overflow: hidden;
	min-height: 400px;
}
/*
#accueil {
	width: 640px;
	float: left;
	padding: 10px 20px 0 20px;
	text-align: justify;
	overflow: hidden;
}*/

#outils {
	position: absolute;
	right: 15px;
	top: 105px;
	padding: 5px;
}

#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0 0 0;
	width: 295px;
	display : inline;	/*correction bug double margin IE6*/
}
#footer {
	text-align: left;
	height: 28px;
	padding: 55px 0 0 20px;
}
#footer a span {
	vertical-align: middle;
}
#signature {
	position: relative;
	top: -30px;
	font-size: 11px;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	width: 560px;
	margin: 0 auto;
}

#video, .videoStreaming {
	position: relative;
	width: 646px;
	height: 386px;
	padding: 3px;
	margin-bottom: 5px;
	z-index: 10;
}
#legendeVideoAccueil {
	position: absolute;
	width: 500px;
	left: 70px;
	bottom: 11px;
	text-align: center;
	font-weight: bold;
}

#zoomPhoto, #fondZoomPhoto {
	width: 100%;
	height: 100%;
	_height: expression(document.documentElement.clientHeight);
	padding-top: 20px;
	position: fixed;
	z-index: 2;
	_position: absolute;
 	_top: expression(documentElement.scrollTop+body.scrollTop);
	
}
#fondZoomPhoto {
	background: #f0f0f0 url(../images/trameFond.png);
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;	
}
#contenuZoomPhoto {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#contourZoomPhoto {
	display: inline-block;
	background: white;
	padding: 25px 25px 10px 25px;
	border: 1px solid #666666;
	max-width: 800px;
}
#contenuZoomPhoto img {
	max-width: 800px;
	width: expression((this.width > 800) ? 800: true);
	margin-bottom: 5px;
}



#partenaires {
	width: 100%;
	padding-top: 25px;
}
#partenaires h1 {
	text-align: center;
}
#logoPartenaires {
	width: 220px;
	margin: 0 auto;
}

#videosRecentes h1 {
	font-size: 18px;
	text-align: center;
	width: 580;
}
#videosRecentes .listeVideo {
	width: 590px;
	margin: 0 auto;
}

#programme {
	padding-bottom: 2px;
	_padding-bottom: 0;
	min-height: 80px;
}

#programme .liste {
	height: 342px;
	overflow: auto;
	width: 272px;
}

#programme h1, #actuAccueil h1 {
	font-size: 18px;
	padding: 5px 0 7px 7px;
	margin: 0;
}
#partenaires h1 {
	margin: 0 0 10px 0; 
}

#programme h1 {
	margin: 0 0 0 9px;
}

#programme a {
	display: block;
	padding: 1px 0 1px 12px;
	margin: 5px 0;
}

#programme a span {
	padding-right: 10px;
}

#actuAccueil .fiche .contenuFiche {
	margin: 3px 0 0 0;
	height: 45px;
	overflow: hidden;
}

.cadreHaut {
	padding-top:3px;
}
.cadre {
	/*margin-right: 20px;*/
	width: 263px;
	padding-right: 10px;
}
.cadreBas, .cadreProgrammeBas {
	height: 4px;
	width: 274px;
	
}

#actuAccueil {
	padding-left: 9px;
	_padding-bottom: 3px;
}

#programme h2, #actuAccueil h2 {
	font-size: 1.1em;
	margin: 0;
	text-indent: 0;
}
#actuAccueil h3 {
	font-weight: bold;
	font-size: 1em;
}
#actuAccueil p {
	margin: 0px;
}
#actuAccueil p img {
	margin-top: 9px;
}
#actuAccueil a {

}

#programmeComplet .heureEmissionProgramme {
	float:left;
	width: 40px;
}

#programmeComplet a {
	display: block;
	float: left;
	width: 260px;
}

#programmeComplet a img {
	width: 52px;
	float: left;
	margin-right: 5px;
}

#programmeComplet .titreEmissionProgramme {
	float: right;
	display: block;
	width: 203px;
}

.programmeMatin {
	float: left;
	width: 49%;
	min-height: 200px;
}
.programmeApresMidi {
	float: right;
	width: 47%;
	padding-left: 2%;
}

#archivesEmission {
	position: relative;
	min-height: 250px;
}

#archivesEmission .fiche {
	float: left;
	display: inline; /*BUG double margin ie6*/
	margin:  0 0 20px 30px;
	text-align: center;
}
#archivesEmission .fiche .cadre {
	width: 273px;
	padding-right: 0;
	min-height: 70px;
}

#archivesEmission .fiche .apercu {
	width: 220px;
}

#archivesEmission .fiche .zoneApercu {
	position: relative;
	width: 220px;
	height: 124px;
	margin: 0 auto;
	background: #c0c0c0;
}

#archivesEmission .fiche .pictoLecture {
	position: absolute;
	top: 30px;
	left: 72px;
}

#archivesEmission .fiche .detailInfos {
	padding: 0 25px;
	text-align: justify;
}
#archivesEmission .fiche .detailInfos h4 {
	text-align: center;
}

.listeEmissions ul {
	margin-bottom: 15px;
}

.listeEmissions li b {
	display: block;
	font-size: 1.2em;
	padding-bottom: 3px;
}

.flashInfo {	
	position: absolute;
	top: 135px;
	left: 110px;
	width: 850px;
	padding: 2px 5px;
}

@media print{
	body,#fond, #fond2, #fond3 {background:white;}
	#conteneur {width:100%;background:white;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin:0;padding:0;width:100%;background:white;}
	#droite {display:none;}
	#menu{display:none;}
	#menuH{display:none;}
	#signature{display:none;}
	#outils{display:none;}
	#footer {display:none;}
	#footer .texte{position:relative;width:auto;}
}
*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}

.imageMiniatureEmission {
	float: right;
	margin-left: 10px;
	max-width: 160px;
	_width: 160px;
}

.partenairesEmission {
	float: right;
	clear: right;
	vertical-align: middle;
	width: 300px;
	text-align: center;
	font-size: 0.9em;
}
.partenairesEmission .image {
	vertical-align: middle;
	max-width: 60px;
	width: expression((this.width > 60 && this.width>=this.height) ? 60: true);
	max-height: 40px;
	height: expression((this.height > 40 && this.height>this.width) ? 40: true);
}
.infoResumeEmission .partenairesEmission {
	width: 160px;
}
.infoResumeEmission .partenairesEmission .image {
	max-width: 50px;
	width: expression((this.width > 60 && this.width>=this.height) ? 60: true);
	max-height: 30px;
	height: expression((this.height > 40 && this.height>this.width) ? 40: true);
}

#btnExporterVideo {
	display: block;
	float: right;
	padding: 2px 0 0 25px;
	width: 99px;
	height: 17px;
	font-size: 12px;
	margin-left: 10px;
}
#btnExporterVideo:hover {
	text-decoration: none;
}
#codeVideo {
	clear: right;
	float: right;
	width: 400px;
	height: 60px;
	margin: 10px 0 10px 10px;
}
.outils_partage_article {
	vertical-align: middle;
	width: 230px;
	margin: 3px auto 0 auto;
}
