/***  DEFAULT CSS FOR 1-2-1.html TEMPLATE ***/
html {
	background: #D2D2D2 url(../images/html_bg.jpg) repeat top left;
	color: #fff;
}
a {
	color: #D6BAD1;
	text-decoration: none;
}
a:hover {
	color: #893366;
}
div#global {
	/*background: transparent url(../images/global_bg.png) no-repeat 0 0;*/
	width: 1044px;
	margin: auto;
}
div#zone1 {
	width: 1024px;
	height: 153px;
	/*background: transparent url(../images/header/z1bg.png) no-repeat 0 0;*/
	background: transparent url(../images/axelle/z1bg.png) no-repeat 0 0;
	padding: 12px 10px 0px 10px;
}
div#center{
	background: transparent url(../images/center/globalbg.png) repeat-y 0 0;
	clear: both;
}
div#zone2, div#zone3{
	float: left;
	min-height: 330px;
	background: transparent url(../images/center/z2z3bg.jpg) no-repeat 0 0;
}
div#zone2 {
	clear: both;
	width: 160px;
	padding: 10px 5px 0px 35px; 
	margin-left: 11px;
}
div#zone3 {
	width: 823px;
	padding: 10px 0px 0px 0px;
	background-position: -200px 0;
}
div#zone4 {
	clear: both;
	background: transparent url(../images/footer/z4bg.png) no-repeat 0px 100%; 
	padding: 0px 0px 10px 0px ; 
	height: 150px;
}
/*** side blocs ***/
div#zone2 div.li_bloc {
	width: 150px;
	margin-bottom: 10px;
}
div#zone2 div.li_bloc div.side_top{
	height: 7px;
	background: transparent url(../images/left/left_box.png) no-repeat 0 0;
}
* html div#zone2 div.li_bloc div.side_top{
	background: transparent url(../images/left/left_box.gif) no-repeat 0 0;
}
div#zone2 div.li_bloc div.side_center{
	padding: 0px 5px;
	border-left: #590232 solid 1px; 
	border-right: #590232 solid 1px;
	background-color: #707070;
}
div#zone2 div.li_bloc div.side_bottom{
	height: 8px;
	background: transparent url(../images/left/left_box.png) no-repeat 0 -8px;
}
* html div#zone2 div.li_bloc div.side_bottom{
	background: transparent url(../images/left/left_box.gif) no-repeat 0 -8px;
}
div#zone2 div.li_bloc h1 {
	font-size: 13px;
	color: #fff;
	padding: 10px 0px 0px 20px;
}

/*** center blocs ***/
div#zone3 div.li_bloc {
	width: 795px;
	padding-bottom: 10px;
}
div#zone3 div.middle_center {
	width: 780px;
	margin: auto;
}
div#zone3 div.middle_center div.see_all{
	margin: -30px 10px 20px 0px ;
}

