/* Bug des png sous ie6 */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

form{
	margin:0px;
	padding:0px;	
}


body{
	background-image: url("images/back.gif");
	margin :0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana;
}

a img{
	border:0px;	
}

a, a:link, a:active{
	color:#616221;
	text-decoration:underline;
}

a:hover{
	color:black;
	text-decoration:none;	
}

#page{
	position:relative;
	background-color: white;
	background-image:url("images/degrade_fond.jpg");
	background-repeat:repeat-y;
	width:995px;
	height:595px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px black;
}

#bandeau{
	background-image:url("images/bandeau_haut.png");
	height:119px;
	position:relative;
}
#texte_bandeau{
    position:absolute;  
	width:650px;
	left:250px;
	top:20px;
	font-size:21px; 
	color:white;
}


#gauche{
	width:326px;
	float:left;
}

	#bloc_contenu{
		background-image: url("images/bloc_contenu.png");
		width:296px;
		padding:4px 15px 15px 15px ;
		height:190px;
	}
	#utilisation{
		background-image: url("images/utilisation.png");
		padding:4px 15px 15px 15px ;
		width:296px;
		height:246px;
		font-size: 11px;
	}
#droite{
	float:left;
	width:669px;
	text-align:center;
}
h1{
	font:inherit;
	margin:3px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#616221;
}
#copyright{
	position:absolute;
	left:771px;
	top:553px;
	display:block;
	z-index:5;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 2px solid #849238;
    padding: 10px;
    font-family: inherit;
    font-size: 12px;
    background-color: white;
    color:black;
    z-index:100;
}
#menu_gauche{
	float:left;
	width:270px;
	background-image: url("images/fond_recherche.jpg");
	height:470px;
	padding:6px 0px 0px 2px;
	background-position:0px -2px;
	background-repeat: no-repeat;
	overflow: auto;
}
#menu_gauche a{
	font-size:10px;	
}

#menu_gauche input{
	font-size:11px;
	margin-top:2px;
	border:solid 1px #A2A355; 
}

#contenu_catalogue{
	float:left;
	margin-top:-27px;
	padding-left:10px;
}
#flash_complet{
	position:absolute;
	left:0px;
	top:90px;
	width:980px;
	height:505px;
	z-index:5;
	background-image:url("images/fond_flash.jpg");
	background-position:-2px 28px;
	background-repeat: no-repeat;
}