#BlocBleu {
	position:relative;
	width:600px;
	/*min-width: 150px;*/
	height:150px;
}

#BlocBleu-HG {
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:23px;
	background-image: url('/css/BlocBleu_Images/BlocBleu_HG.gif');
}

#BlocBleu-H {
	position:absolute;
	left:4px;
	top:0px;
	width:100%;
	height:23px;
	background-image: url('/css/BlocBleu_Images/BlocBleu_H.gif');
	background-repeat: repeat-x;
}

#BlocBleu-H_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1e2130;
	text-decoration: none;
	text-shadow: white 2px 2px 1px;
	text-align: left;
	padding: 5px 0 0 4px;
}

#BlocBleu-HD {
	position:absolute;
	left:100%;
	top:0px;
	width:4px;
	height:23px;
	background-image: url('/css/BlocBleu_Images/BlocBleu_HD.gif');
}

#BlocBleu-G {
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:100%;
	background-image: url('/css/BlocBleu_Images/BlocBleu_G.gif');
	background-repeat: repeat-y;
}

#BlocBleu-Content {
	position:absolute;
	left:4px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url('/css/BlocBleu_Images/BlocBleu_Content.gif');
	background-repeat: repeat;
}

#BlocBleu-Content_image {
	background: #00FF00;
	position:absolute;
	left:8px;
	top:34px;
	width:75px;
	height:114px;
}

#BlocBleu-Content_texte {
	background: #FF0000;
	position:absolute;
	left:90px;
	top:24px;
	width:506px;
	height:124px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#BlocBleu-D {
	position:absolute;
	left:100%;
	top:0px;
	width:4px;
	height:100%;
	background-image: url('/css/BlocBleu_Images/BlocBleu_D.gif');
	background-repeat: repeat-y;
}

#BlocBleu-BG {
	position:absolute;
	left:0;
	top:100%;
	width:4px;
	height:4px;
	background-image: url(/css/BlocBleu_Images/BlocBleu_BG.gif);
	background-repeat: no-repeat;
}

#BlocBleu-B {
	position:absolute;
	left:4px;
	top:100%;
	width:100%;
	height:4px;
	background-image: url('/css/BlocBleu_Images/BlocBleu_B.gif');
	background-repeat: repeat-x;
}

#BlocBleu-BD {
	position:absolute;
	left:100%;
	top:100%;
	width:4px;
	height:4px;
	background-image: url(/css/BlocBleu_Images/BlocBleu_BD.gif);
	background-repeat: no-repeat;
}