/***  DEFAULT CSS FOR 1-3-1.html TEMPLATE ***/
html {
	background: #FFF;
}
h1.header {
	position: absolute;
	top: 130px;
	margin-left: 20px;
}
#bloc_11 h1 a{
	height: 150px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #af0d0c;
}
div#zone1 {
	background: #FFF;
	height: 160px;
	color: #af0d0c;
}
div#zone2 {
	background: #FFF;
	float: left;
	width: 710px;
	padding: 10px 10px 0px 30px; 
	color: #af0d0c;
}

*+html #zone2 {
	margin: 50px 0 0 0;
}

div#zone3 {
	background: #FFF;
	float: right;
	width: 206px;
	margin: 8px 20px 0 0;
	padding: 10px 10px 10px 10px;
	border: 2px solid #af0d0c;
}

*+html #zone3 {
	margin: 60px 10px 0 0 !important;
}


div#zone4 {
	background: #FFF;
	clear: both;
}

