/*******************************************
// Feuille de style CSS Isoler Renover
// Date        : Mars 2008
// Définition  : Feuille de style
// Version     : 1.0.0
*******************************************/

/*blocs communs*/
html, body{
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#global{
	position:relative;
	width:990px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
	#page{
		float:left;
		display:inline;
		width:990px;
		background-image:url(../images/communs/bg.gif);
		background-repeat:repeat-y;
		background-color:#ffffff;
	}

		#header{
			float:left;
			display:inline;
			width:990px;
			height:55px;
			background-image:url(../images/communs/header_bg.gif);
			background-repeat:no-repeat;
		}
			#header #accesrapide{
				float:right;
				display:inline;
				margin-top:5px;
			}
				#header #accesrapide img{
					margin-bottom:-4px;
				}
			#header #pathway{
				float:left;
				display:inline;
				margin-top:15px;
				margin-left:230px;
				width:760px;
			}
		#gauche{
			float:left;
			display:inline;
			width:192px;
			padding-top:126px;
			padding-left:10px;
			background-image:url(../images/communs/head_colgauche.gif);
			background-repeat:no-repeat;
			background-position:0px 0px;
		}

			ul.menu{
				float:left;
				display:inline;
				width:191px;
				padding:0px;
				margin:0px;
				padding-bottom:10px;
				padding-top:6px;
				background-image:url(../images/communs/separateur_gauche.gif);
				background-repeat:no-repeat;
				background-position:bottom left;
				text-transform: uppercase;
			}
				ul.menu li{
					float:left;
					display:inline;
					width:186px;
					padding:0px;
					margin:0px;
					padding-left:5px;
					list-style:none;
					background-image:url(../images/communs/menu_puce.gif);
					background-repeat:no-repeat;
					background-position:0px 3px;
					text-transform: uppercase;
				}
		#droite{
			float:right;
			display:inline;
			width:788px;
			background-image:url(../images/communs/titre_bg.gif);
			background-repeat:no-repeat;
			background-position:0px 0px;
		}
			#droite #col1{
				float:left;
				display:inline;
				width:581px;
				margin-top: 100px;
			}
				#footer{
					float:left;
					display:inline;
					width:572px;
					margin-top:30px;
					padding-top:50px;
					padding-bottom:10px;
					margin-left:9px;
					background-image:url(../images/communs/footer.gif);
					background-repeat:no-repeat;
					background-position:17px 0px;
				}
					#footer .gauche{
						float:left;
						display:inline;
						/*width:266px;*/
						margin-right:24px;
					}
						#footer .gauche h2{
							float:left;
							display:inline;
							width:249px;
							padding:0px;
							margin:0px;
							padding-left:17px;
							background-image:url(../images/modules/titre_puce3.gif);
							background-position:2px 2px;
							background-repeat:no-repeat;
						}
						#footer .gauche a{
							float:left;
							display:inline;
							/*width:249px;*/
							padding:0px;
							margin:0px;
							padding-left:17px;
						}

						#footer .gauche a.last{
							padding-left:5px;
						}

					#footer .droite{
						float:left;
						display:inline;
						width:266px;
					}
						#footer .droite h2{
							float:left;
							display:inline;
							width:249px;
							padding:0px;
							margin:0px;
							padding-left:17px;
						}
						#footer .droite a{
							float:left;
							display:inline;
							width:249px;
							padding:0px;
							margin:0px;
							padding-left:17px;
						}


			#droite #col2{
				float:left;
				display:inline;
				width:207px;
				margin-top:15px;
			}
/*éléments communs*/
img{
	border:none;
}

h1{
	float:left;
	display:inline;
	height:20px;
	width:191px;
	padding:0px;
	margin:0px;
	margin-top:5px;
	background-image:url(../images/communs/separateur_gauche.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}


.brc_boite_hideshow {
      cursor: pointer;
}

#player_video {
	position:absolute;
	width:500px;
	height:420px;
	margin-top:50px;
	margin-left:60px;
}
