@charset "UTF-8";
/* CSS Document */



body {
	
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
	font-family: Helvetica neue, sans-serif;
	background: #fff;
    background: white url(djd_banner.jpg) fixed no-repeat left top;
	}



A:link {text-decoration: none; color: white}
A:visited {
	text-decoration: none;
	color: white
}
A:active {
	text-decoration: none;
	color: white
}
a:hover {
	color: #F90;
	text-decoration: none;
	background-color: #F90;
	}
	
.section-main {
padding-top: 100px; }

.spacer {
  clear: both; }

	
.bloc {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width: 290px;
	height: 410px;
	font-size:9px;
	}

.bloc2 {
	float:right;
	margin-right:15px;
	margin-bottom:5px;
	width:400px;
	}	

.bloc3 {
    border: 0px;
 	margin-right: 10px;
	margin-top: 30px;
	float: left;
    width: 100px;
	font-size: 9px;
	}
	
	
hr {margin-bottom: 5px;
	margin-top: 5px;
	size: 1px;
	}


	
.style1 {
	font-size: 11px;
	font-weight: bold;
	}

.style2 { 
	color: #F90;
    font-size:9px;
	font-weight: bold;
	}

.style3 {
	color: #F90;
	font-size: 9px;
	}
	
.red {color: #FF0000}