﻿html { 
  margin:0;
  padding:0;
  background-image: url("../images/my_american_friends/my_american_friends_background.jpg");
  background-attachment: fixed;
  overflow: scroll;
  overflow-x: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100; /* pour Chrome et Safari */
  -moz-background-size: 100; /* pour Firefox */
  -o-background-size: 100; /* pour Opera */
  background-size: 100%;; /* version standardisée */
}.text_italic{
	font-style:italic;
}
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,1);
              -moz-box-shadow: 0px 0px 40px rgba(0,0,0,1);
                         box-shadow: 0px 0px 40px rgba(0,0,0,1);

          z-index: 100;
}
body { margin:0; padding:0;
   font-family: "americana" Helvetica, Arial, sans-serif;}
   h1{
	font-size:18px;
	line-height:18px;
	text-align:center;
}
.text_jean_humenry{
	font-size:24px;
	width:100%;
	left:50%;
	margin-left:-460px;
	position:relative;
	padding:5px;
	color: rgb(0, 0, 0);
text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255,255,255) 0px 0px 20px, rgb(255,255,255) 0px 0px 30px, rgb(255,255,255) 0px 0px 40px, rgb(255,255,255) 0px 0px 50px, rgb(255,255,255) 0px 0px 75px;
line-height:1.5;
}
.text_boucler_la_boucle{
	font-size:24px;
	width:100%;
	left:50%;
	margin-left:295px;
top:0px;
	position:absolute;
	padding:5px;
	color: rgb(0, 0, 0);
text-shadow: rgb(255,255,255) 0px 0px 5px, rgb(255,255,255) 0px 0px 20px, rgb(255,255,255) 0px 0px 30px, rgb(255,255,255) 0px 0px 40px, rgb(255,255,255) 0px 0px 50px, rgb(255,255,255) 0px 0px 75px;
line-height:1.5;}
.center{
	margin-top:10px;
	text-align:center;
	}
.mainframe-border{
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	background-color: rgba(255,255,255,0.8);
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.bottom{
	width: 700px;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
.mainframe{
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
filter: alpha(opacity = 50);
	top:100px;
	width:650px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	color:rgba(0,0,0,1);
	font-size:15px;
/*	font-style: normal;*/}

.floatleft{
float: left;
box-shadow: 0px 0px 4px #cccccc;
margin-right:10px;
}

.floatright{
float: right;
box-shadow: 0px 0px 4px #cccccc;
margin-left:10px;
}.floatrightnobox{
float: right;
}
@font-face {
    font-family: 'americana';
    src: url('../font/americana-webfont.eot');
    src: url('../font/americana-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/americana-webfont.woff') format('woff'),
         url('../font/americana-webfont.ttf') format('truetype'),
         url('../font/americana-webfont.svg#americana_xbdcn_btextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

hr.barre_horizontale_style {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
}
