/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/site_background_001.png);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content{
	overflow: auto;
	width: 538px;
	height: 428px;
	float:left;
    	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*text-align:center;*/
}

.title{
	font-size:16px;
	font-weight:bold;
	color:#3A6B9C;
}

.title_prix{
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.text_mini{
	font-size:8px;
	font-weight:normal;
}

.text_mini2{
	font-size:10px;
	font-weight:normal;
}

img.img_border{
	border-bottom-color:#3A6B9C;
	border-bottom-style:solid;
	border-bottom-width:1px;
		
	border-top-color:#3A6B9C;
	border-top-style:solid;
	border-top-width:1px;
		
	border-left-color:#3A6B9C;
	border-left-style:solid;
	border-left-width:1px;
		
	border-right-color:#3A6B9C;
	border-right-style:solid;
	border-right-width:1px;
}

.table_content{
	height: 428px;
	overflow: none;
}
