body,html  {
	background-color: rgb(12,12,12);
	
	font: normal normal normal 10px verdana;
	color: white;
	
	margin: 0;
	
	scrollbar-arrow-color: rgb(183,11,27);
	scrollbar-3dlight-color: rgb(72,72,72);
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: rgb(72,72,72);
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-track-color: black;
}

input,select,textarea {
	padding-left: 5px;
	font: normal normal normal 10px verdana;
	border: 1px solid rgb(133,133,133);	
	overflow: auto;
}

input:hover,textarea:hover,input.focus,textarea.focus {
	background-color: rgb(183,11,27);
	color: white;
	border: 1px ridge rgb(133,133,133);	
}

a {
	font: normal normal normal 10px verdana;
	color: white;
  	text-decoration: none;
}

a:hover {
	text-decoration: underline;  
}

img {
	border: none;
}

h1 {
	margin: 0;
	font: normal normal normal 18px tahoma;
	color: rgb(233,224,123);
	text-transform: uppercase;
}

h2 {
	
}

h1 span {
	
}

h4 {
	
}

div.spacer {
	clear: both;
	font-size: 1px;
	height: 0;
}

div#container {
	width: 980px;
	margin: 5px auto 0 auto;
	background-color: black;
	border: 1px solid rgb(125,125,125);	
}

div#header {
	width: 100%;
	border-bottom: 1px solid rgb(125,125,125);	
}

div#column_left {
	float: left;
	width: 274px;
	padding: 5px 0;
	/*border-right: 1px solid rgb(125,125,125);*/
	background: url(../../images/fd_arrondi_rouge_gauche.jpg) no-repeat; 
}

div#column_left div.title {
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

div#content {
	float: left;
	width: 685px;
	min-height: 400px; 	
	padding: 10px;
	border-left: 1px solid rgb(125,125,125);
	background: url(../../images/fond_content.jpg) repeat;
}

div#column_right {
	
}

div#footer {
	width: 100%;
	height: 50px;
	z-index: 100;
	background: url(../../images/fd_footer.jpg) no-repeat; 
	border-top: 1px solid rgb(125,125,125);		
}

div.pages {
	text-transform: uppercase;	
}

div.pages span {
	color: rgb(183,11,27);
}
