img
 {  
behavior: url(iepngfix.htc);  
}


.hiver_puits
{
float:left;
margin-left:180px;
font-weight:bold;
}


.ete_puits
{
float:left;
margin-left:320px;
font-weight:bold;
}


.hiver_vmc
{
float:left;
margin-left:180px;
font-weight:bold;
}


.ete_vmc
{
float:left;
margin-left:290px;
font-weight:bold;
}


/*Image à gauche texte à droite*/

.image_texte
{
float:left;
width:750px; 
margin-bottom:50px;
margin-top:20px;
border: solid 0px dimgray;
}


.image_gauche
{
float:left;
width:240px;
margin-bottom:20px;
text-align:left; 
}


.image_gauche img
{
margin-top:0px;
border: solid 1px #9C9C9C;  
}


.texte_droite p
{
margin-top:0px;
padding:5px;
color: #186500;
background: #B8FF86;
font-family: "Arial", "Century Gothic", "Comic Sans MS";
border: solid 1px #529823; 
}


.texte_droite
{
float:left;
width:500px;
margin-left:10px;
margin-bottom:20px;
text-align:justify;
}

/*Texte à gauche image à droite*/

.texte_image
{
float:left;
width:750px;
margin-bottom:50px; 
margin-top:20px;
border: solid 0px dimgray;
}


.image_droite
{
float:left;
width:240px;
margin-bottom:20px;
text-align:right; 
}


.image_droite img
{
margin-top:0px;
border: solid 1px #9C9C9C;  
}


.texte_gauche p
{
margin-top:0px;
padding:5px;
color: #413D26;
font-family: "Arial", "Century Gothic", "Comic Sans MS";
background: #FFEB72;
border: solid 1px #A19316; 
}

.texte_gauche
{
float:left;
width:500px;
margin-right:10px;
margin-bottom:20px;
text-align:justify;
}


.image_centre
{
width: 750px;
margin-bottom:50px; 
margin-top:20px;
text-align:center;
}


.image_centre img
{
margin-top:10px;
border: solid 1px #9C9C9C;  
}


/*Image à  Gauche*/
div.gauche img 
{ 
background: #fff;
margin-top:100px;
}

/* l'image agrandie est cachée */
div.gauche 
{ 
display: none;
}

/* une fois le lien vignette cliqué, style et image fond du calque, retraits éventuels */
div.gauche:target 
{ 
display: block !important; 
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
text-align: center; 
background: url('images/fond_calque.png'); 
position: fixed; 
}



/*Image à  Droite*/
div.droite img 
{ 
background: #fff;
margin-top:100px;
}

/* l'image agrandie est cachée */
div.droite
{ 
display: none;
}

/* une fois le lien vignette cliqué, style et image fond du calque, retraits éventuels */
div.droite:target 
{ 
display: block !important; 
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
text-align: center; 
background: url('images/fond_calque.png'); 
position: fixed; 
}