/* @override http://localhost:8888/MAMP/wwwmacisignecom/image/css.css */

body { 
	margin: 0; 
	color: #fff; 
	font-size: 14px; 
	background: #000 center top; 
	text-align: center; 
	width: 100%; 
	height: 100%;
}

/* head */
#head {
	text-align: center;
	text-shadow: #6a66fd 2px 2px 10px;
	color: #fff;
	font-weight: bold;
	width: 550px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#head h1 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 55px;
	text-shadow: #6a66fd 2px 2px 30px;
}

#cadre {
	display: block;
	position: relative;
	top: 0;
	width: 640px;
	height: 360px;
}

#cadre #image {
	width: 640px;
	height: 360px;
	display: inline-block;
	background: url(image-macisigne.jpg) no-repeat 0 0;
}

#cadre #movie {
	width: 640px;
	height: 360px;
	position: absolute;
	top: 0;
	display: none;
}
#end {
	text-align: center;
	text-shadow: #6a66fd 2px 2px 10px;
	color: #fff;
	width: 550px;
	display: inline-block;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-style: italic;
	margin-top: -3px;
	font-size: 11px;
}
#end a, a:link a:visited{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
#end a:hover{
	text-shadow: white 2px 2px 3px;
	color: #1d7ffd;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#infoplus {
	text-align: center;
	text-shadow: #6a66fd 2px 2px 10px;
	color: #fff;
	width: 640px;
	display: block;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}


#infoplus a, a:link a:visited{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
#infoplus a:hover{
	text-shadow: white 2px 2px 3px;
	color: #1d7ffd;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#newsletter {
	text-align: left;
	width: 400px;
	padding: 5px;
	border-right: 1px dashed #d4ebfe;
	display: inline-block;
	float: left;
}

#promptDiv{
	color: white;
	text-shadow: red 0 0 2px;
	font-size: 11px;
}

#link {
	float: left;
	display: inline-block;
	padding: 5px;
	width: 200px;
}

