/* CSS Document */

body {
	background: #b9e36c url(fdk.jpg) no-repeat top center fixed;
	font-size : 14px;
	line-height:22px;
	font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	text-align:justify;
	}

#contener {

	width:980px; margin:20px auto; background-color:#efe3d1;
	padding:20px;
	-moz-box-shadow: 0px 0px 8px 0px #656565;
	-webkit-box-shadow: 0px 0px 8px 0px #656565;
	-o-box-shadow: 0px 0px 8px 0px #656565;
	box-shadow: 0px 0px 8px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=8);
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	*/
}



#header { background-color:#ccc; padding:10px;
	/* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	*/
	margin-bottom:20px;

background-image: linear-gradient(bottom, #E0E0E0 19%, #BABABA 80%);
background-image: -o-linear-gradient(bottom, #E0E0E0 19%, #BABABA 80%);
background-image: -moz-linear-gradient(bottom, #E0E0E0 19%, #BABABA 80%);
background-image: -webkit-linear-gradient(bottom, #E0E0E0 19%, #BABABA 80%);
background-image: -ms-linear-gradient(bottom, #E0E0E0 19%, #BABABA 80%);

background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.19, #E0E0E0),	color-stop(0.8, #BABABA));	
	
}

#logo { float:left;}
#slogan { font-family:'OSPDIN', Helvetica, Arial, sans-serif; float:left; color:#fff; font-size:34px; line-height:35px; width:600px; font-weight:bold; margin-left:50px; margin-top:40px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);}
#slogan span { font-size:55px; color:#a0004d;text-shadow: 1px 1px 0 rgba(255, 255, 255, 1); font-weight:normal;}

#page {	position:relative;}

#tel {
	font-size : 50px;
	line-height:22px;
	font-family:'OSPDIN', Helvetica, Arial, sans-serif;
	color:#3c3;
	text-align:center;
	line-height:50px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
	}
	
.prix { text-align:center;
		font-family:'OSPDIN', Helvetica, Arial, sans-serif;
		font-size:35px;
		line-height:40px;
		color:#fff;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
		font-weight:bold;		
		width:450px; margin:20px auto;
		background-color:#333;
		padding:20px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	-moz-box-shadow: 0px 0px 8px 0px #656565;
	-webkit-box-shadow: 0px 0px 8px 0px #656565;
	-o-box-shadow: 0px 0px 8px 0px #656565;
	box-shadow: 0px 0px 8px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=8);					
		}	
	
#tel a {color:#990000; font-size:40px; }

#footer { text-align:center; background-color:#ededed; font-size:11px; padding:15px; margin:15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

/*---------------------------------------------------------*/

.cadrevisu {
background: url(shadow.png) no-repeat right bottom;
padding: 15px 20px 20px 15px;
/*border-top: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;*/
}


h1, h2, h3, h4, h5, h6 {
	font-family:'OSPDIN', Helvetica, Arial, sans-serif;
	font-weight:normal;	
	text-align:left;
	
	}
h1 {
	margin:0 0 0px 0; 
	font-size:35px;
	line-height:30px;
	color:#d62400;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
	font-weight:bold;
	}
h2 {
	font-family: 'OSPDIN';
	margin-top: 5px;
	margin-top:0px;
	font-size:22px;
	line-height:22px;
	color:#333;
	}

h3 {
	padding-top : 10px;
	color:#000;
	 margin-top:0px;
	 font-size:18px;
	 line-height:23px;
	 }