h3
{
color : red;
 

 }
 .lien3
{
    position: absolute;
    right: 20px;
    bottom: 2px;
}
.accueil
{
    position: absolute;
    right: 60px;
    bottom: 2px;
}
.para2 {
  position: fixed;
  border: solid 0px;
  width: 47%;
  top: 40px;
  left: 10px;
  bottom: 20px;
}
.para2v{
  position: fixed;
  border: solid 0px;
  top: 40px;
  left: 50%;
  bottom: 20px;
  right: 20px;
}	

figure {
    display: block;
    float: right;
    width: 180px;
    text-align: center;
    margin: 0px;
    padding: 4px;
    border: 1px solid #cfcfcf;
}
 
figure img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
figure figcaption {
    font-family: Arial Narrow;
    font-size: 10px;
	color: green;
}
@media screen and (min-width: 480px) and (max-width: 1343px){
/*p
{
font-weight: bold;
 font-size:9.5px
 }*/
 body
{
background-color: white;
font-size: 0.82em
}
 
 .para2 {
  position: fixed;
  border:solid 0px;
  width:47%;
  top:0px;
  left:10px;
  bottom:20px;
}
.para2v{
  position: fixed;
  border: solid 0px;
  top: 0px;
  left: 50%;
  bottom: 20px;
  right: 20px;
}	
}


