
.Bloc {
	width : 338px;
	height : 158px;
	border : none;
	padding : 0px 0px 0px 0px;
	table-layout: fixed;
}

.Bloc img {
	background : white;
	border : 1px solid;
	float : left;
	clear : right;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-right : 4px;
	padding : 4px 4px 4px 4px;
	float : center;
}

.Bloc td.Title_1 {
	width : 336px;
	height : 25px;
	border : #D10017 2px solid;
	padding-left : 6px;
	padding-top : 4px;
	margin-top : 4px;
	margin-bottom : 0px;
	margin-left :2px;
	margin-right : 2px;
	background : url(../images/bg_bloc_title.gif) repeat-x left top; 
}

.Bloc td.Title_2 {
	width : 340px;
	height : 25px;
	border : none;
	padding-left : 6px;
	padding-top : 4px;
	margin-top : 4px;
	margin-bottom : 0px;
	margin-left :2px;
	margin-right : 2px;
	/* background : black;  */
/*	border :2px solid;*/
}

.Bloc td.Content_short {
	width : 342px;
	height : 127px;
	border : none;
/*	padding-left : 6px; */
	padding-left : 0px;
	margin-top : 0px;
	margin-left : 2px;
/*	background-image :url(../images/bg_bloc_gradient_short.png); 	*/
/* 	background-position :left top; */
/*	background-repeat : no-repeat; */
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/bg_bloc_gradient_short.png'); */
	background : url(../images/bg_bloc_gradient_short.png) no-repeat left top;
	text-align : left;
	vertical-align : top;
	z-index : 99;
}
.Bloc td.Content_full {
	width : 342px;
	height : 127px;
	border : none;
/*	padding-left : 6px; */
	padding-left : 0px;
	margin-top : 0px;
	margin-left : 2px;
	/* background : black; */
	text-align : left;
	vertical-align : top;
}


.Bloc td.Content_long {
/* 	width : 334px; */
	width : 342px;
	height : 127px;
	border : none;
/*	padding-left : 6px; */
	padding-left : 0px;
	padding-right : 2px;
	margin-top : 0px;
	margin-left : 2px;
	background : url(../images/bg_bloc_gradient_long.png) repeat-x left top;
	text-align : left;
	vertical-align : top;
}


.Bloc H1{
	color : white;
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	text-align : left;
	margin-bottom : 0px;
	padding-bottom : 2px;
}

.Bloc H2{
	color : black;
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	text-align : left;
}

.Bloc H3{
	color : white;
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	text-align : left;
}

.Bloc a {
	color : red;
	font-size : 11px;
	font-family : Arial;
/*	padding-left : 10px; */
	margin-top : 0px;
	position: relative;
	z-index: 1;
}

div .bloc_contenu_1 {
	border : 1px solid;
/*	width : 256px; */
		width : 72%;
	height : 130px;
	margin-left : 0px;
	float : right;
	display : inline;
	text-align :top;
}

div .bloc_contenu_2 {
	border : 1px solid;
	width : 338px;
	height : 130px;
	margin-left : 0px;
	float : right;
	display : inline;
	text-align :top;
	padding-left : 4px;
	padding-right : 4px;
}

div .bloc_image {
/*	width : 78px; */
	width : 25%;
	border : 1px solid;
	height : 130px;
	margin-left : 0px;
	display : inline;
	float : left;
	align :center;
	vertical-align : base;
}

.Contenu {
	border : none;
	width : 342px;
	/* height : 128px; */
/*	height : 100%; */
	margin-left : 2px;
	text-align :top;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	vertical-align :top;
	
}

.Contenu p{
	margin : 0px 0px 0px 0px;
}


.Contenu img{
	margin : 0px 0px 0px 0px;
	float : center;
}


div .bloc_contenu table{
	position : relative;
	border : 1px solid;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	table-layout: fixed;
	z-index : 2;
}


