body,html  {
	background-color: rgb(25,25,25);
	font: normal normal normal 12px arial;
	color: white;
	margin: 0;

	scrollbar-arrow-color: rgb(221,11,27);
	scrollbar-3dlight-color: rgb(160,160,160);
	scrollbar-darkshadow-color: rgb(160,160,160);
	scrollbar-face-color: rgb(85,85,85);
	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 12px arial;
	border: 1px solid rgb(0,65,153);
}

textarea {
	overflow: auto;
}

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

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

a:hover {

}

p {
    margin: 0;
    text-align: justify;
}

img {
	border: 0;
}

h1 {
    margin: 0;
    text-align: right;
    font: italic bold 15px times new roman;
    color: rgb(221,11,27);
}

h1 span {
    display: block;
    color: rgb(241,122,122);
    font-size: 10px;
    font-style: normal;
}

h2 {
    margin: 0;
    text-align: right;
    font: normal normal bold 12px "times new roman";
    color: rgb(241,122,122);
}

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

div#container {
	width: 1200px;
	margin: 0 auto;
}

div#header {
	height: 74px;
    background : url(../../images/bg_header.png) no-repeat;
}

div#column_left {
	float: left;
}

div#content {
    
}

div#column_right {
	float: left;
}

div#footer {  
    height: 35px;
    padding: 15px 120px 0 0;
    text-align: right;
    background : rgb(48,48,48) url(../../images/barre_footer.jpg) repeat-x;
}