body{
	background:#feb52e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:brown;
}

a{
	color:black;
	text-decoration:underline;
}

a:hover{
	color: blue;
	text-decoration:none;
}

#container{
	width:970px;
	margin:0 auto;
}

.logo-center{
	margin:0 auto;
	width:450px;
	margin-bottom:10px;
	margin-top:px;
}

h1, h2, h3, h4, h5, h6{
	color:brown;
	margin:0;
	padding:0;
	}
	
#box-left{
	border: 3px solid #a5463a;
	width: 440px;
	display:inline-block;
	margin-left:0px;
	vertical-align:top;
	height:440px;
	text-align:justify;
	background:url(bkg_box-left.png) no-repeat #fafafa;
}

#box-left .texte{
	width:410px;
	margin-left:12px;
	margin-top:10px;
}

#box-left img{
	margin-left:35px;
	margin-top:70px;
	opacity: 1;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

#box-left img:hover{
	margin-left:35px;
	margin-top:70px;
	opacity: 0.8;
	/*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*opacité*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  box-shadow: 0px 0px 20px rgba(255,255,255,1);
	
}

#box-left h3{
	display:inline;
	padding:0;
	margin:0;
	font-size:14px;
}

#box-left h1{
	font-size:18px;
	padding:5px;
}


#box-left p{
	font-size:14px;
	padding:0;
	display:inline;	
}
	
#box-right{
	background:url(bkg_box-right.png) ;
	width: 440px;
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	border: 3px solid #a5463a;
	height:440px;
}

#box-right, h1{
	padding:0px;
	font-size:18px;
}

#box-center{
	width: 950px;
	margin-top:15px;
}

#box-center p{
	text-align:justify;
	padding:5px;
}

#box-center h1, h2, h3{
	padding:5px;
}

.container{
	width:670px;
	height: auto;
	border: #f5f5f5;
	padding:5px;
	font-size:14px;
	margin-left:150px;
	text-align:justify;
	border: 3px solid black;
	background-color:white;

}

.container p, h1, h2, h3 {
	display:inline;
	font-weight:normal;
	font-size:14px;
	
}

.container img{
	opacity: 1;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.container img:hover{
	opacity: 0.8;
	/*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*opacité*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  box-shadow: 0px 0px 20px rgba(255,255,255,1);
	
}

#bkg_container{
	background:url(bkg_container.png) no-repeat;
	width:680px;
	height:127px;
	vertical-align:bottom;
	margin-left:-5px;
	margin-bottom:-5px;
}
#footer{
	text-align:center;
}


/**************************** PAGE DERATISATION **********************/

	
#box-left-derat{
	border: 3px solid black;
	background-color: white;
	width: 470px;
	display:inline-block;
	margin-left:0px;
	vertical-align:top;
	height:440px;
	text-align:justify;
}

#box-left-derat .texte{
	width:443px;
	margin-left:12px;
	margin-top:10px;
}

#box-left-derat img{
	margin-left:35px;
	margin-top:70px;
	opacity: 1;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

#box-left-derat img:hover{
	margin-left:35px;
	margin-top:70px;
	opacity: 0.8;
	/*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*opacité*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,1);
  box-shadow: 0px 0px 20px rgba(255,255,255,1);
	
}

#box-left-derat h3{
	display:inline;
	padding:0;
	margin:0;
	font-size:14px;

}

#box-left-derat h1{
	font-size:18px;
	padding:5px;
}

#box-left-derat p{
	font-size:14px;
	padding:0;
	display:inline;	
}
	
#box-right-derat{
	width: 470px;
	display:inline-block;
	margin-right:5px;
	margin-left:8px;
	border: 3px solid black;
	background-color:white;
	height:440px;
}

#box-right-derat h1{
	padding:0px;
	font-size:18px;
}

#box-center-derat{
	width: 930px;
	margin-top:15px;
	border:3px solid black;
	background-color: white;
}

#box-center-derat p{
	text-align:justify;
	padding:5px;
}

#box-center-derat, .texte p{
	text-align:justify;
	padding:15px;
}

#box-center-derat h1, h2, h3{
	padding:5px;
}
#box-right{
	background-color: white;
}

