@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.cougar {
	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;
}

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

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

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

}

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

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

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

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

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

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

/* ============================= */
/* BODY - NAV */
/* ============================= */
	
.cougar #alternateNav {
	height:25px;
	padding-top:20px;
	margin-left:108px;
	margin-bottom:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.875em; /* 16*0.875=14px */
}

.cougar #alternateNav ul {
	list-style:none;
	padding:0;
	margin:0;
}

.cougar #alternateNav li {
	display: block;
	float: left;
}

.cougar #alternateNav li a {
	color:#FFFFFF;
	text-decoration: none;
}

.cougar #alternateNav li a.selected {
	color:#FF0000;
}
	
.cougar #alternateNav li a:hover {
	color:#FBBE55;
}	

/* ============================= */
/* 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 s {
	font-weight:bold;
	font-style:oblique;
	margin-bottom:1.25em;
	text-decoration: none;
}

.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:50px;
 }

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