﻿/* 
================================
 Conteneur telepro
================================
*/
.container-telepro
{
	margin-top: 20px;
	background-image: url(images/general-container-head-l2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.container-telepro-head
{
	height: 31px;
	line-height:31px;
	padding-left:10px;
	background-image: url(images/general-container-head-r.png);
	background-repeat: no-repeat;
	background-position:right top;
	
	color:#b60606;
	font-weight:bold;
	font-size:16px;
}
.container-telepro-head a
{
	color:#b60606;
}
.container-telepro-head img
{
	float:right;
	padding-top:10px;
	padding-right:10px;
}
.container-telepro-head-title
{
	float:left;
}
.container-telepro-head-title2
{
	float:right;
	width:295px;
}
.container-telepro-head-title2 a
{
	background-image:url(images/arrow_r.png);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:12px;
	font-size:11px;
	color:#b60606;
	font-weight:normal;
	text-decoration:underline;
}
.container-telepro-title
{
	font-size: 13px;
	font-weight: bold;
}
.container-telepro-content, .container-telepro-content-noborder
{
	border-bottom: solid 1px #BFBFBF;
	border-left: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	padding: 5px 5px 8px 5px;
	background-color:#fff;
}
.container-telepro .zapping
{
	background-color:#808080;
}
.container-telepro-content-noborder
{
	padding: 0;
}
.container-telepro-footer
{
	float: right;
}