@charset "UTF-8";

#button{
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top: expression(body.scrollTop + 50 + "px")
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
.popupContactClose{
	font-size:20px;
	line-height:14px;
	font-weight:bold;
	float:left;
	color:#000000;
	font-weight:700;
	display:block;
	cursor:pointer;
}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:390px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	padding:12px;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
	text-align: right;
}
#popupContact h3{
	text-align:center;
	color:#666666;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupAstuce,#popupInscription{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:420px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	padding:12px;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
}
#popupAstuce h3,#popupInscription h3{
	text-align:center;
	color:#666666;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupMail{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:390px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	padding:12px;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
	text-align: right;
}
#popupMail h3{
	text-align:center;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	color:#666666;
}
.formpopup{
	margin:0;
	padding:0;
	color:#FF4A4A;
}
.formpopup label{
	font-size:16px;
	font-weight:700;
	color:green;
	padding-left:5px;
	padding-right:5px;
	display:block;
	width:300px;
	margin:0;
	text-align:right;
	float:right;
}
.formpopup input{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	height:20px;
	width:350px;
	text-align: right;
}
.formpopup textarea{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	width:350px;
	height:80px;
	text-align: right;
}
.formpopup .submit{
	height: auto;
	width: auto;
	color: white;
	text-decoration: none;
	-moz-border-radius: 5px;
	border: none;
	cursor: pointer;
	background: #CCCCCC;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}






#popupSesRecettes{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:400px;
	width:370px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
	padding:12px;
}
#popupSesRecettes #resultatsRecettes{
	overflow-y:auto;
	height:329px;
	width:370px;
	background:#FFFFFF;
}
#popupSesRecettes h1{
	text-align:center;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	padding-left:10px;
	color:#666666;
}
#popupSesCommentaires{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:400px;
	width:370px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
	padding:12px;

}
#popupSesCommentaires h1{
	text-align:center;
	font-size:18px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:20px;
	padding-left:10px;
	color:#666666;

}
#popupSesCommentaires #resultatsCommentaires{
	overflow-y:auto;
	height:329px;
	width:370px;
	background:#FFFFFF;
}
.commentairpopup{
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
	width:340px;
	background:#EFEFEF;
	height:auto;
	min-height:80px;
	margin-bottom:30px;
	border:1px solid #FFEAFF;
}
.commentairpopup .image-commentaire{
	float:left;
	background:inherit;
	margin-right:5px;
	text-align:justify;
	}
.commentairpopup .text-commentaire{
	background:inherit;
	padding-left:2px;
	width:320px;
	_width:220px;
	text-align:right;
	color:#400040;
}
.commentairpopup .text-commentaire p{
	padding-right:5px;
	font-size: 14px;
}
.entete-commentaire{
	background:#FFFFFF;
	text-align:right;
	text-decoration:none;
	color:#FF5B0D;
	padding-left:5px;
	font-size:11px;
}

.entete-commentaire h3{
	text-align:right;
	text-decoration:none;
	border:none;

}

.entete-commentaire a{
	text-align:right;
	text-decoration:none;
	color:green;
	font-size:15px;
	padding-right:15px;
}
.pied-commentaire {
	clear: both;
	padding: 0px 0px;
 	color: #636467;
	text-align:right;
	padding:0px;
	font-size:11px;
 }

#popupSesContacts{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:400px;
	width:340px;
	background:#FFFFFF;
	border:3px solid #CCCCCC;
	border-radius :10px; 
	-moz-border-radius:10px;
	z-index:5;
	font-size:13px;
	top:100px;
	color:#FF4A4A;
	padding:12px;
}
#popupSesContacts h1{
	text-align:center;
	font-size:18px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	padding-left:10px;
	color:#666666;

}
#popupSesContacts #resultatsContacts{
	overflow-y:auto;
	height:329px;
	width:340px;
	background:#FFFFFF;
}

