/**
* style.css
* Feuille de style
*
* @author Olivier BLAIS <contact@netdcom.com>
* @version 1.0
*/

/**
* Contenu général
*/

html, body {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #67412C;
	font-family: Arial;
	font-size: 13px;
	background-color: #000;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

* {
	outline: none;
}

a {
	color: #67412C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vAlignT {
	vertical-align: top;
}

.vAlignM {
	vertical-align: middle;
}

div#global {
	margin: 20px auto;
	padding: 0;
	width: 702px;
	height: 100%;
	position: relative;}

/**
* Header
*/

div#header {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 87px;
	border:1px solid #FFF;
	background-color: #000;
	position: relative;
}

/**
* Zone central
*/

div#container {
	margin: 0;
	padding: 0 10px;
	width: 680px;
	/*height: 182px;*/
	border: 1px solid #FFF;
	border-right:1px solid #FFF;
	background-color: #FFF;
	position: relative;
}

/**
* Footer
*/

div#footer {
	margin: 0;
	padding: 5px 0;
	width: 700px;
	/*height: 162px;*/
	color: #967C5C;
	text-align: center;
	border:1px solid #FFF;
	background-color: #000;
	position: relative;
}

div#footer ul {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style-type: none;
}

div#footer li {
	margin: 0;
	padding: 0;
	display: inline;
}

div#footer li a {
	margin: 0;
	padding: 0 2px 0 0;
	font-size: 11px;
	color: #967C5C;
}

div#footer p {
	margin: 0;
	padding: 0;
	color: #967C5C;
	font-size: 11px;
	font-weight: bold;
}


/*****************************************/

a:link {
	font-family: Arial;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

#titreContenu {
  padding: 10px 10px 0 10px;
  position:relative;
}

#titreContenu hr {
  color: #967C5C;
  background-color: #967C5C;
  height: 1px;
  border: 0;
}

h1 {
  color: #967C5C;
  font-family:Arial,Helvetica,sans-serif;
  font-size:23px;
  font-weight:normal;
  margin:0;
  text-decoration:none;
}

.texteContenu {
  color: #967C5C;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
}

.aCenterB {
	text-align: center; 
	font-weight: bold;
}

.aCenter {
	text-align: center;
}

.title {
	font-weight: bold;
	text-decoration: underline;
}
