body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #494f4e;
	_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 25px 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
}
h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: uppercase;
}

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;
}

.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: 80px;
	text-align: center;
	padding: 2px;
}

.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; 
}

/***************************	structure générale	***************************/

#fond2 {
	padding-bottom: 40px;
}
#fond3 {
	padding-top: 30px;
}

#conteneur {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	height: 150px;
	text-align: right;
	margin-bottom: 60px;
}

#logoHeader {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;	
	width: 220px;
	height: 130px;
}
#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 {
	text-align: center;	
}
#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;
	min-height: 400px;*/ /*génère des pb de mise en page sous IE6 et IE8 : page coupée*/
	padding: 20px 40px 20px 40px;
	text-align: justify;
	overflow:hidden;
}
#outils {
	position: absolute;
	top: 138px;
	right: 0;
	padding: 5px;
}

#gauche {
	float: left;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0 10px 10px;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
	
}
#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
}
#footer {
	position: relative;
	text-align: center;
	padding-top: 8px;
	_height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}
#footer a img {
	vertical-align: middle;
	margin-bottom: 2px;
}
#signature {
	position: relative;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 415px;
	margin: 0 auto;
}



#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;
}

.flashInfo {
	
	width: 950px;
	padding: 2px 5px;
	
}


@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;width:100%;overflow:visible;}
	#droite {display:none;}
	#menu{display:none;}
	#menuH{display:none;}
	#signature{display:none;}
	#outils{display:none;}
	#footer img{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;
}

#zoneVideo {
	float: left;
	width: 500px;
	overflow:hidden;
	z-index: 1;
}

#zoneVideo.videoWebnoz {
	width: 100%;

}

#droiteAccueil {
	float: right;
}

.cadre {
	width: 258px;
	margin-left: 30px;
}

#infosEmission {
	float: right;
}

#infosEmission.videoWebnoz {
	float: none;
}
#infosEmission.videoWebnoz .cadre {
	float: left;
	margin-left: 60px;
}
#infosEmission.videoWebnoz .listeVideo {
	float: right;
	margin-right: 60px;
	margin-bottom: 15px;
}

#infosEmission .cadre {
	width: 338px;
	margin-left: 0;
}

#infosEmission .cadre .contenu {
	padding: 10px 19px;
}

.cadre .contenuDates {
	min-height: 100px;
	_height: 180px;
	padding: 20px 10px;
}
.cadre .contenuDates .nomJour {
	width: 28px;
	float: left;
	margin-bottom: 5px;
	clear: both;
}
.cadre p {
	padding: 0;
	margin: 5px 0;
} 

.cadre .contenuDates .numJour {
	width: 35px;
	float: left;
}
.cadre .contenuDates .titreJour {
	float: left;
}
.cadre h2 {
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
}
.cadre h3, .cadre h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.cadre h4 {
	font-weight: normal;
}

.cadre .photoMdl {
	float: left;
	margin-right: 10px;
}
.cadre .photoMdl  img {
	max-width: 65px;
	width: expression((this.width > 65 && this.width>=this.height) ? 65: true);
	max-height: 75px;
	height: expression((this.height > 75 && this.height>this.width) ? 75: true);
}
.dateCommentaire {
	font-weight: normal;
}
.listeCommentaires {
	width: 500px;
}
.listeCommentaires p {
	margin: 3px 0;
}
.listeCommentaires h2 {
	color: #414141;
	text-align: center;
}

.listeCommentaires h3 {
	margin-top: 10px;
}
.listeCommentaires .form_comment h2 {
	font-size: 1em;
	padding-top: 5px;
}
.commentaire {
	font-size: 0.9em;
}
.btnEnvoyerCommentaire {
	width: 188px;
	height: 18px;
	font-size: 0.9em;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #222222;
	background: url(../images/fondBoutonCommentaire.png) no-repeat center;
	border: none;
}

#bandeauxPub img {
	width: 180px;
	height: 150px;
}