﻿body {
	color: black;
	background-color: white;
	background-image: url(../images/canson_blanc.jpg);
  background-size: cover;
}

.image {
	width: 300px;
	height: auto;
}

#mes_videos {
	background-color: #FF999E;
}

#mes_photos {
	background-color: #9999FF;
}

#mes_actualites {
	background-color: #9EFF99;
}
#mes_passions {
	background-color: yellow;
}

#article {
	padding-bottom: 5%;
}

#redacteur {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tableau {
	opacity: 1;
	background-color: white;
	box-shadow: 4px 4px 15px 4px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 4px 4px 15px 4px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 4px 4px 15px 4px rgba(119, 119, 119, 0.5);
}

.s {
	background-image: url(/louis/images/herbe.png’);

background-attachment:fixed;

background-position:50% 50%;

background-size:cover;
}
.steve {
	 /* IE8 and below */
   /* background: rgb(200, 54, 54);*/
    /* all other browsers */
    /*background: rgba(200, 54, 54, 0.5);*/
	/*color:black;*/
	/*background-color:white;*/
	background-image: url(/louis/images/herbe.png);
	/*background-size: cover;*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-attachment: fixed;*/
	/*background-clip: content-box;*/
    position: relative;
    /*background: #000 url("/louis/images/herbe.png") center center;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
		border-color: red;
}
#steve {
background:url(images/herbe.png) no-repeat center top;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-ms-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
width : 60%;
height : 80%;
margin : auto;
background: rgba(200, 54, 54, 0.5);
}
/*#images {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	display: block;
}*/