/* @override http://localhost:8888/PROJETS/asvi/css/style.css */

/*
Importation chibicss
*/
@import url(chibicss/reset.css);
@import url(chibicss/typo.css);
@import url(chibicss/form.css);
@import url(chibicss/grid_960.css);
@import url(modif_framework.css);
@import url(noobslide.css);
/*
Customisation
*/
body{
	font-family: verdana, sans-serif;
	text-align: center;/* Patch IE6*/
	background: #9E9E9E url(img/body_bg_top.png) repeat-x;
}
ins{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2, h3{
	color: #88B214;
	margin: 1em 0 0.5em;
}
h2{
	margin-top: 0;
}
h4{
	color: #333333;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 1em;
}
/* Structures */
#header, #left_col, #content, #footer, .center{
	margin: 0 auto;
	text-align: left;/* Patch IE6*/
	background-color: #fff;
}
#header{
	height: 140px;
/*	background: #fff url(img/header_bg.png) repeat-x;*/
	padding-bottom: 20px;
}
#header h1{
	margin: 25px 0 0px 18px;
	width: 234px;
	float: left;
}
#header h1 a{
	display: block;
	color: #fff;
	text-indent: -9999em;
	width: 255px;
	height: 74px;
	background: transparent url(img/header_logo_gris.png) no-repeat;
}
#navigation h2{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#left_col>h3{
	background: #9E9E9E url(img/menu_bg_right.gif) no-repeat right top;
	height: 24px;
	padding: 4px 6px 0;
	color:  #fff;
}
#navigation h2 a:visited{
	color: #3A3566;
}
#navigation h2 a.current{
	text-decoration: underline;
}
#navigation h2 img{
	display: block;
}
#navigation li{
	margin-bottom: 1em;
}
.big.price{
	font-size: 1.5em;
}
.price, .price del{
	font-weight: bold;
	text-align: right;
	color: #88B214;
}
.meta_data{
	color: #9E9E9E;
}
#content{
	min-height: 280px;
	padding-bottom: 3em;
}
.post_meta_data{
	color: #9E9E9E;
}
.actualities h3{
	font-size: 1.2em;
}
.actualities p, .actualities ul{
	margin: 0;
}
p.date{
	float: left;
	margin: 0 5px 0 0;
}
#catalog>li{
	display: block;
	float:  left;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 220px;
	width: 208px;
	border: 2px solid #EBEBEB;
	padding: 8px;
	overflow: hidden;
}
#catalog li img{
	display: block;
}
/*#catalog li:hover{
	background-color: #EBEBEB;
	cursor: pointer;
}*/
#catalog li p{
	margin: 0;
}
#catalog .meta_data{
	width: 104;
	float: left;
}
#catalog .price{
	text-align: right;
}
#catalog .more{
	display: block;
	background-color: #EBEBEB;
	height: 228px;
	margin: -8px;
	padding: 8px;
}
#footer{
	padding-top: 3em;
	background-color: #9E9E9E;
	color: #333333;
}
#footer li li{
	margin: 5px 0;
	border-bottom: 1px solid #828282;
}
#footer a:visited{
	color: #3A3566;
}
/* Liens */
a{
	color: #3A3566;
}
a.show_more span{
	font-family: "Arial Black", Univers, sans-serif;
}
/* /Liens */

#bloc_contact
{
	margin: 10px 0 0 0;
	width: 226px;
	height: 150px;
}
	#bloc_contact a
	{
		float: left;
		display: bloc;
		width: 206px;
		height: 136px;
		padding: 7px 10px;
		background: url('img/bloc_contact.jpg');
		color: #fff;
	}
