body,html  {
	background-color: rgb(25,25,25);
	font: normal normal normal 11px tahoma;
	color: rgb(125,125,125);
	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;
	color: rgb(125,125,125);
	border: 1px solid rgb(213,213,213);
	overflow: auto;
}

input:hover,textarea:hover {
	color: white;
	background-color: rgb(160,160,160);
}

a {
	font: normal normal normal 11px tahoma;
	color: rgb(210,39,0);
  	text-decoration: underline;
}

a:hover {

}

img {
	border: 0;
}

h1 {
	font: normal normal bold 18px verdana;
	color: rgb(210,39,0);
	margin: 10px 0 12px 0;
	padding: 0 0 5px 24px;
	background : url(../../images/fleche_h1.gif) no-repeat left 1px;
	border-bottom: 2px solid rgb(213,213,213);
}

h1 span {
	font-weight: normal;
	color: rgb(90,90,90);
	text-transform: capitalize;
}

h1 a {
	font: normal normal bold 18px verdana;
	text-decoration: none;
}

h2 {
	font: normal normal normal 17px verdana;
	color: black;
}

h3,h3 a {
	font: normal normal bold 11px tahoma;
	color: rgb(210,39,0);
	text-decoration: underline;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

h4,h4 a {
	font: normal normal bold 11px tahoma;
	color: rgb(210,39,0);
	text-transform: uppercase;
	margin: 0;
}

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

div#container1 {
	width: 985px;
	margin: auto auto;
	background : white url(../../images/bande1.gif) no-repeat 59px bottom;
}

div#container {
	height: 100%;
	background : url(../../images/deg_hor.gif) repeat-y 214px;
}

div#header {
	width: 100%;
}

div#column_left {
	float: left;
	width: 207px;
	padding: 10px 18px 10px 15px;
}

div#content {
	float: left;
	padding-top: 10px;
}

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

div#footer {

}

div#footer div.copyright_box {
	height: 20px;
	margin-left: 240px;
	padding-top: 10px;
	background : url(../../images/hachure.gif) repeat-x;
}

div#footer div.copyright_box a {
	margin-left: 60px;
	font: normal normal normal 9px tahoma;
	color: black;
	text-decoration: none;
}

div#footer div.copyright_box span {
	margin-left: 300px;
	font: normal normal bold 10px tahoma;
	color: rgb(210,39,0);
	text-decoration: underline;
}
