/* CSS Document */

/* IDs */
#Accroche {
	top:40px;
	left:15%;
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#Container {
	border:#336699 0px solid; 
	width:730px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
#SiteBanner {
	width:730px;
	height:130px;
	text-align:center;
	background-image:url(images/design/SiteBanner.png);
	background-repeat:no-repeat;
	background-position:center;
}
#SiteSlogan {
	text-decoration:underline overline;
	text-transform:capitalize;
	font-size:14px;
	font-weight:bold;
	color:#FF3300;
}
#SiteBody {
	/* padding:5px; */
	/* height:550px; */
	/* overflow:hidden; */
}
#SiteInfo {
	width:310px;
	height:580px;
	text-align:justify;
	padding:5px;
	float:left;
	background-image:url(images/relax.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-right:#999999 1px dashed;
}
#FrontAds {
	width:120px;
	padding:5px;
	float:left;
}
#QuickForm {
	width:240px;
	height:580px;
	text-align:justify;
	padding:5px;
	float:left;
	border-left:#999999 1px dashed;
}
#FrontForm {
	width:197px;
	height:205px;
	padding:10px;
	background-image:url(images/front_form_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
#FrontForm p {
	padding:5px;
}
#SiteFooter {
	width:730px;
	padding:5px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
#PayPal {
	width:730px;
	float:left;
	text-align:center;
}
/* TAG REDEF */
body {
	font-family:tahoma;
	font-size:12px;
	color: #336699;
}
h1 {
	font-family:tahoma;
	font-size:35px;
	color: #336699;
}
h2 {
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
	color: #336699;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	height:14px;
	font-family:tahoma;
	font-size:12px;
	color: #336699;
}
input:focus {
	height:14px;
	background:#FFCC66;
	font-family:tahoma;
	font-size:12px;
	color: #336699;
}
textarea {
	font-family:tahoma;
	font-size:12px;
	color: #336699;
}
textarea:focus {
	background:#FFCC66;
	font-family:tahoma;
	font-size:12px;
	color: #336699;
}

button {
	background:#336699;
	border:#336699 1px solid;
	font-weight:bold;
	color:#FFFFFF;
}
button:focus {
	background:#FF9900;
	border:#FF9900 1px solid;
	font-weight:bold;
	color:#FFFFFF;
}
a:link {
	color:#FF9900;
	text-decoration: none;
}
a:hover {
	border-bottom: #FF9900 1px dashed;
}
a:active {
	color: #FF3300;
	border-bottom: #FF3300 1px dashed;
}
a:visited {
	color: #FF6600;
}
/* CLASSES */
.HighVisibility {
	color: #FF3300;
	font-weight: bold;
}
.MsgError {
	color:#FF0000;
	font-weight:bold;
}
