@charset "UTF-8";

/* Reset des CSS */
/* http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* ============================= */
/* COMMON */
/* ============================= */

body {
	background: #000000;
	background-image: url(../images/common/background.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-align: left;
 }

.cougar #container {
    width: 975px;
	margin-left:20px;
	margin-top:28px;
 }

/* ============================= */
/* HEADER */
/* ============================= */

.cougar #header {
	height:233px;
	margin:0px;
}

.cougar #header_home {
	height:393px;
	margin:0px;
}

/* ============================= */
/* HEADER - MAIN NAV */
/* ============================= */

.cougar #mainNav {
	height:25px;
	margin-left:30px;
	margin-bottom:0px;
}

.cougar #mainNav img {
	padding-right:12px;

}

/* ============================= */
/* HEADER - BANNER */
/* ============================= */



.cougar #cougarBanner {
	height:393px;
	background-image:  url("../images/common/bannerhpage.jpg");
	background-repeat:no-repeat;
}


.cougar #cougarBanner img.buy {
	height:59px;
	margin-top:331px;
	margin-left:635px;
}

.cougar #cougarBanner img.title {
	height:50px;
	margin-top:48px;
	margin-left:30px;
}

/* ============================= */
/* BODY - BUTTONS */
/* ============================= */

.cougar #buttons img.button1{
	height:296px;
	margin-top:300px;
	margin-left:60px;
}

/* ============================= */
/* BODY - CONTAINER */
/* ============================= */

.cougar #containerContent {
	background-image: url(../images/common/banner_bottom.jpg);
	background-repeat:no-repeat;
    }

/* ============================= */
/* BODY - NAV */
/* ============================= */
.buttonA {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 50px;
	top: 475px;
}


.buttonB {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 351px;
	top: 477px;
}


.buttonC {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 655px;
	top: 477px;

}

.textquote{
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 221px;
	top: 82px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8125em;
	line-height:1.7em;
	font-style: oblique;
	font-weight: bold;
}

.cougar #alternateNav {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 221px;
	top: 293px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:1.7em;
	font-style: normal;
	font-weight: normal;
	width: 220px;
	color: #928078;
	height: 41px;
	text-decoration:underline;
}

.cougar #alternateNav a {
	color: #928078;
	text-decoration:underline;
}

.cougar #alternateNav a.selected {
	color:#FBBE55;
	text-decoration:underline;
}
	
.cougar #alternateNav a:hover {
	color:#FBBE55;
	text-decoration:underline;
}	

/* ============================= */
/* BODY - CONTENT */
/* ============================= */




.cougar #content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
	margin-left:108px;
	margin-bottom:3.125em;
	width:732px;
	line-height:1.7em;
}

.cougar #content strong {
	font-weight:bold;
}

.cougar #content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.7em;
	margin-bottom:20px;
}

.cougar #content h1.nobottom {
	margin-bottom:0px;
}

.cougar #content h2 {
	font-weight:bold;
	font-size:1.1em; 
	margin-bottom:0px;
	margin-top:1.25em;
}

.cougar #content p {
	margin-bottom:10px;
}

.cougar #content p.chapo {
	font-weight:bold;
	font-style:oblique;
	margin-bottom:1.25em;
}

.cougar #content a {
	color:#FBBE55;
	text-decoration:underline;
}

.cougar #content a:hover {
	color:#FAA91C;
	text-decoration:underline;
}

.cougar #content a:hover {
	color:#FF7200;
	text-decoration:underline;
}

.cougar #content a:visited {
	color:#BE8016;
	text-decoration:underline;
}

.cougar #content ul {
	margin-top:20px;
	list-style:inside;
	list-style-type:square;
	padding-left:0px;
}


.cougar #content img.float {
	float:left;
	padding-right:20px;
	padding-bottom:1.25em;
}

/* ============================= */
/* FOOTER */
/* ============================= */

.cougar #footer {
	background-image:url(../images/common/footer_line.gif);
	background-repeat:repeat-x;
	height:200px;
	position: absolute;
	top: 830px;
	width: 961px;
	left: 5px;
 }

.cougar #footer p {
  	color:#958D88;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:0.6875em;
	padding-top:1em;
  	margin-left:47px;
	}
