body,html  {
	background-color: rgb(238,242,250);
	
	font: normal normal normal 11px tahoma;
	color: rgb(36,36,36);
	
	margin: 0;
	
	scrollbar-arrow-color: rgb(210,39,0);
	scrollbar-3dlight-color: rgb(160,160,160);
	scrollbar-darkshadow-color: rgb(160,160,160);
	scrollbar-face-color: rgb(228,228,228);
	scrollbar-highlight-color: rgb(220,220,220);
	scrollbar-shadow-color: rgb(220,220,220);
	scrollbar-track-color: rgb(240,240,240);
}

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

input:hover,textarea:hover,input.focus,textarea.focus {
	color: white;
	background-color: rgb(44,44,44);
}

a {
	font: normal normal normal 11px tahoma;
	color: rgb(128,148,93);
  	text-decoration: underline;
}

a:hover {
  
}

img {
	border: 0;
}

h1,h2 {
	font: normal normal bold 22px arial;
	color: rgb(163,61,33);
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
	background : url(../../images/puce.gif) no-repeat left 4px;	
	text-transform: uppercase;
}

h2 {
	color: rgb(36,36,36);
}

h1 span, h2 span {
	font: normal normal normal 18px arial;
	color: rgb(105,105,105);
	text-transform: none;	
}

h3 {
	font: normal normal normal 18px arial;
	color: rgb(105,105,105);
	text-transform: uppercase;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 8px 0;
}

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

div#container {
	width: 987px;
	margin: auto auto;
}

div#header {
	width: 100%;	
}

div#column_left {
	float: left;
	width: 182px;
	padding: 10px 17px 10px 13px;
}

div#content {
	float:left;
	width: 100%;
	background-color: white;
}

div#column_right {
	float:left;
	background-color: purple;
	padding-bottom: 10px;
}

div#footer {
}

a.button {
	display: block;
	height: 15px;
	padding: 5px 5px 4px 5px;
	background : url(../../images/fd_deg_bouton.jpg) repeat-x;
	font-weight: bold;
	color: rgb(163,64,33);
	text-align: center;
	text-decoration: none;
}
