 body, html {

	/*  background:#1997e0 url(images/backsite.png) top repeat-x; */
	/*  background:#FFFFFF url(fond.jpg) top repeat-x; */
	

	 padding:0;
	 color:#000000;
	 background-attachment: fixed;
	 font-family:Arial, Helvetica, Verdana;
	 font-size:14px;
     /* MARGIN-TOP: 0px; */
     
	/*  padding:0; */
}
.PopBoxImageLink
{
	cursor: pointer;
}


img, p, h1, h2, h3, h4, h5, h6, span, input , form {
     border:0;
	 margin:0;
	 padding:0;
	 outline:none;
	font-size:14px;
}	
a {
    color:#8B0000; /* 1C9DE8 */
	outline:none;
	/* text-decoration:none; */
	text-decoration:underline;
} 	 
a:hover {
     color:#FF6600;
     text-decoration:none;
} 	   



p 
{
 margin-top:0px;
 } 


        padding: 0px;       
      }
      div {
        width: 1024px;
        height: 512px;
	
        padding: 0px;
        border: solid 3px #CCCCCC; // Bordure autour de border
        background: #ccc;
	

      }
      div.arrondi {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 20px; // Coin

// Ombre OU SHADOW
 -moz-box-shadow: 10px 10px 10px #888;
 -webkit-box-shadow: 10px 10px 15px #888;
 box-shadow: 3px 5px 20px 1px #888; // Largeur ombre
 } 


/* CADRE IMAGE ou TEXTE*/
/* ### CADRE arrondi ###  */
/* CADRE VICTOR HUGO */

.cadre_thumb {  
	width:300px;
	 margin:0;
	 padding:5px;
     border-radius: 8px;
	 box-shadow: 2px 2px 4px #000;
	 background:#CCCCCC; /* e6e6e6 */
     background:-moz-linear-gradient(top, #f8f8f8, #e6e6e6);
}

/*      */

/* CADRE IMAGE */
.deco_thumb{
     width:360px;
     border:1px solid #8B0000; /* D4D4D4 */
     position:relative;
	 margin:7px auto;
	 padding:5px;
	 background-image:no-repeat;
     border-radius: 12px;
	 /* box-shadow: 2px 2px 4px #000; */
	 background:#e6e6e6;
	 -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.75);

}

.deco_thumb:hover { background: #FFFFFF; 
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	
} 
/* ----------------- */
.deco_thumb1{
     width:460px;
     border:4px solid #8B0000; /* D4D4D4 */
     position:relative;
	 margin:0 auto;
	 padding:10px;
	 background-image:no-repeat;
     border-radius: 12px;
	 box-shadow: 2px 2px 4px #000;
	 background:#e6e6e6;
}

.deco_thumb1:hover { background: #FFFFFF; 

	
} 

/* ------------------- */
.deco_thumb2{
     width:950px;
     border:1px solid #8B0000;  /* #D4D4D4  */
     position:relative;
	 margin:0 auto;
	 padding:5px;
	 background-image:no-repeat;
     border-radius: 15px;
	 box-shadow: 2px 2px 4px #000;
	 background:#FFFFFF;
	font-family:Arial, Helvetica, Verdana;
	 font-size:22px;
	
}

.deco_thumb3_informations{
     width:350px;
     border:1px solid #8B0000;  /* #D4D4D4  */
     position:relative;
	 margin:0 auto;
	 padding:3px;
	 background-image:no-repeat;
     border-radius: 8px;
	 box-shadow: 2px 2px 4px #000;
	 background:#FFFFFF;
	font-family:Arial, Helvetica, Verdana;
	 font-size:22px;
	
}

/* LOCALISATION */
.deco_thumb3{
     width:1004px;
     border:1px solid #8B0000;  /* #D4D4D4  */
     position:relative;
	 margin:5 auto;
	 padding:5px;
	 background-image:no-repeat;
     border-radius: 15px;
	 box-shadow: 2px 2px 2px #000;
	 background:#FFFFFF;
	font-family:Arial, Helvetica, Verdana;
	 font-size:22px;
	
}

/* CADRE */
.cadre_desc_info {
  
background:#FFFFFF; /* Orange clair */
 
border: solid 1px #8B0000;	
	 width:850px;
	 padding:10px;
	 margin:5px auto;
	 text-align:left;
	 font-size:12px;
     border-radius: 8px;
	box-shadow: 2px 2px 2px 1px #888;
	

     /* background: -moz-linear-gradient(top, #2e2e2e, #232323); */

	/* Ombre OU SHADOW  */
}

