/* $Id: default.css 330 2010-08-10 22:31:25Z jfabregat $ */

* {
	font-family: Arial, sans-serif;
}
body {
	background: #FFF;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
img {
	border: none;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: futura, arial, sans-serif;
}
h1, h1 *, h2, h2 *, h3, h3 * {
	color: #abbf21;
}
small, small * {
	color: gray;
	font-weight: normal;
}
button, label, input[type="submit"], input[type="button"] {
	cursor: pointer;
}

#main {
	width: 970px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -485px;
}
#topMenu {
	margin: 5px 0 0;
	word-wrap: normal;
	padding-bottom: 2px;
	overflow: hidden;
}
#topMenu a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: 0 8px;
	color: gray;
}
#topMenu a img {
	opacity: .7;
}
#topMenu a:hover {
	color: black;
}
#topMenu a:hover img {
	opacity: 1;
}
#topMenu a img {
	margin: 0 1px -3px 0;
}
#leftMenu {
	float: right;
	width: 320px;
	padding-top: 20px;
	font-family: futura, arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
#leftMenu a {
	font-weight: bold;
	padding-right: 15px;
	color: #abbf21;
	text-decoration: none;
}
#search {
	color: gray;
	padding-top: 4px;
}
#search input {
	border: none;
	border-bottom: 1px dotted #ccc;
	padding: 2px;
	font-size: 14px;
	width: 150px;
}
#search button {
	color: gray;
	border: none;
	background: transparent;
	padding: 0;
	font-weight: bold;
}
#search button:hover {
	color: #abbf21;
}
#page {
	border-top: 1px solid #CCC;
	background: url(../images/contentBg.gif) repeat-y left;
}
#rightContent {
	float: right;
	width: 490px;
	overflow: hidden;
}
#rightSidebar {
	width: 180px;
	float: right;
	overflow: hidden;
}
#leftSidebar {
	float: left;
	width: 300px;
	overflow: hidden;
}
#leftContent {
	float: left;
	width: 470px;
	overflow: hidden;
	border-right: 1px solid #CCC;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
	padding-top: 3px;
}
#footer, #footer * {
	color: gray;
	text-decoration: none;
}

/* Correctif pour la lib chargée du zoom sur les images */
#ZoomImage {
	margin: -1px 0 0 -1px;
}
#ZoomBox {
	background: #fff;
}

/**
 * Classes
 */
.red, .red * {
	color: red;
}
.alignright {
	float: left;
}
.alignleft {
	float: right;
}
