body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}


.clear{
	clear:both;
}

#main{
	width:800px;
	margin:0 auto;
}

.container,.titles{
	color:#000;
	/*	margin-top:30px; */
	width:100%;
	overflow:hidden;
	/*background:url(img/bg_dark.png) #bfdcff;*/
	background-color:#D6E8FF;
	padding:0px 0px 0px;
	
	/*-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;*/
	border-radius:12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;


}
#containerhaut {
	padding-top:30px;
	background-image:url(images/dernieremin.png);
	/*background-position:top center; */
	background-repeat:no-repeat;	
}

.titles{
	width:140px;
	padding:10px 15px;
	height:55px;
}

.case{
	width:370px;
	height:150px;
	/* background:url(img/gris.png) repeat-x; */
	padding-top:10px;
	float:left;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	
}

.case .pic{
	float:left;
	width:128px;
	height:128px;
	padding:0 10px 5px;
	margin-top:-1px;
}

.case .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0;
}

.case .auteur{
	color:#F00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.case .title{
	font-size:19px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.case a {
	/*color:#00BBFF; */
	color:#009;
	text-decoration:none;
	outline:none;
}

.case a:visited {
	color:#009;
	text-decoration:none;
	outline:none;
}

.case a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

