@charset "UTF-8";
/* CSS Document */

a:link {color:#033;}
a:visited {color:#033;}
a { color:#BFBFBF;text-decoration: none;}
a:hover { color:#600; text-decoration:none; }

html{height:100%}
body {
	margin: 0;
	padding: 0;
	height:100%;
	background-image:url(http://www.patisserie2moulins.com/img/fondproduits.jpg);
	/*background-repeat:no-repeat;*/
	background-position:top;
}

#page {
	position:relative;
     border: 2px solid #000000;
	 border-radius:15px;
    margin: auto;
    width: 980px;
	height:99%;
	min-height:700px;
	text-align:center;
	}
	
#titre{
	position:relative;
	width:100%;
	height:60px;
	text-align:center;
	background-color:white;
	opacity:0.8;
	}
	
#tarif_canele{
	position:relative;
	width:100%;
	height:217px;
	text-align:center;
	opacity:1;
	}
	
#tarif_basque{
	position:relative;
	width:100%;
	height:216px;
	text-align:center;
	margin-top:10px;
	}
	
#tarif_kougloff{
	position:relative;
	width:100%;
	height:199px;
	text-align:center;
	margin-top:10px;
	}
	
#tarif_pastis{
	position:relative;
	width:100%;
	height:216px;
	text-align:center;
	margin-top:10px;
	}
	
#tarif_tarte{
	position:relative;
	width:100%;
	height:131px;
	text-align:center;
	margin-top:10px;
	}
	
#txt_contact{
	position:relative;
	height:292px;
	width:100%;
	text-align:center;
	}

#fb{
	position:relative;
	width:100%;
	height:60px;
	text-align:center;}
	
#fb2:hover{
	opacity:0.8;}
	
#map{
	position:relative;
	width:100%;
	text-align:center;}

#france{
	position:relative;
	text-align:center;
	}

	#redir_shop{
	position:relative;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:25px;
}


h1 { padding:20px; background-color:gray; color:black; margin:0; text-shadow: #9E9B9B 2px 2px 2px;  text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9A8DC', endColorstr='#C074C6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D9A8DC), to(#C074C6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D9A8DC,  #C074C6); /* for firefox 3.6+ */ 
}

#footer{
	position:relative;
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:auto;}