/* ========================================================
	Common.css - Stylesheet commun

	1. Divers
	2. Containers
	
======================================================== */
/* --------------------------------------------------------
	1. Divers
*/
* { border: 0; outline: 0; }

img, div { behavior: url(iepngfix.htc); }
img, div { behavior: url(/stylesheets/iepngfix.htc); }

body, h1, h2, h3, h4, h5, h6, ul, li, p {
	font-family: Times, Sans Serif;
	font-size: 93%;
	margin: 0;
	padding:0;
}
/*
ul, li { list-style-type: none; }*/

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
	a:hover { color: #9c0000; }

.hid {
	position: absolute;
	top: -1000px;
}

.clr {
	clear:both;
	height: 0px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.bold { font-weight: bold; }

/* --------------------------------------------------------
	2. Containers
*/
#container {
	text-align: left;
	width: 950px;
}

#wrap {
	background: #c69c6d;
	position: relative;
	margin: 0;
	padding: 0;
	width: 950px;
}
