 * {
	font-family: Georgia, Times New Roman;

	line-height: 19px;
	
	/* color: #FFFFFF;
		font-size: 12px;
	*/
	
	margin: 0px;
	padding: 0px;
}

body { background: #6B0914 url(../images/background.jpg) repeat-x top center; color:#fff; font:normal 12px Georgia, "Times New Roman", Times, serif; }

img { border: 0px; }

h1 { font-size: 20px; margin-bottom: 20px; }
h2 { font-size: 16px; margin-bottom: 20px; }
span{ color:#FFFFFF;}
input { color: #64060D; }
a{ color:#FFFFFF!important;}
a:hover{ text-decoration:none; color:#FFFFFF;}
/*** WRAPPER ***/
#wrapper { margin: 0px auto; width: 950px; }

/*** HEADER ***/
#header { background: #6B0914 url(../images/header.jpg) no-repeat; height: 235px; padding: 45px 0px 0px 0px; }

/*** MENU ***/
#menu, #menu ul { padding: 0; margin: 0; list-style: none; z-index: 1000; }
#menu { margin-top: 10px; margin-left: 480px; }
#menu li { float: left; width: auto; margin-right: 10px; display: block; color: #DB1835; font-size: 17px; }
#menu ul li { float: none; }
#menu ul { position: absolute; width: 120px; left: -1000px; padding: 15px 10px 10px 10px; background: #D71733 url(../images/dropdown.png) repeat-x; }
#menu li:hover ul, #menu li.ie_does_hover ul { left: auto; background-position: 0 0; }
#menu a { display: block; } 
#menu li a { font-size: 17px; color: #DB1835; text-decoration: none; }
#menu li:hover a { color: #FFFFFF; }
#menu ul li a { font-size: 13px; }
#menu ul li a:hover { color: #64060D; }

/*** CONTENT ***/
#content { background: #6B0914 url(../images/content_bottom.png) repeat-x bottom left; padding-bottom: 45px; }

#content #content-text ul, #content #content-text ol { margin-left: 15px; }

#left { float: left; width: 536px; padding: 40px 24px 0px 65px; }
#right { float: right; width: 252px; padding: 40px 30px 0px 40px; min-height: 500px; background: url(../images/border.png) no-repeat; }

#footer, #footer * { font-size: 10px; line-height: 16px; color: #6B0914; }
#footer { background: url(../images/footer.jpg) no-repeat; height: 115px; margin-bottom: 40px; padding: 135px 10px 0px 190px; }
#footer a:hover { text-decoration: none; }

#footer #footer-menu { float: right; width: 560px; }
#footer .footer-menu { float: left; padding-right: 25px; list-style-type: none; }
#footer .footer-menu  a { text-decoration: none; }
#footer .footer-menu  a:hover { text-decoration: underline; }

#contact_form {
	margin-top: 10px;
}

#contact_form td {
	padding-bottom: 10px;
	
	vertical-align: top;
}

#contact_form label {
	display: block;
	
	width: 160px;
	
	font-weight: bold;
}

#contact_form input {
	padding: 2px 0px;
}

#contact_form input, #contact_form textarea{
	width: 320px;
	
	font-size: 11px;
}

/*** CADEAUBON ***/
#cadeau_form {
	margin-top:10px;
}
#cadeau_form td {
	padding-bottom:10px;
	vertical-align:top;
}
#cadeau_form label {
	display:block;
	font-weight:bold;
	width:160px;
}
#cadeau_form input {
	padding:2px 0;
}
#cadeau_form input, #cadeau_form textarea {
	font-size:11px;
	width:320px;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*** CLASSES ***/
.clear { clear: both; }

.pointer { cursor: pointer; }

.button { display: block; margin-bottom: 4px; }

