.blockTete
{
	background: #2386b7;
	background-image: linear-gradient(bottom, #2386b7 10%, #0bbcea 70%);
	background-image: -o-linear-gradient(bottom, #2386b7 10%, #0bbcea 50%);
	background-image: -moz-linear-gradient(bottom, #2386b7 10%, #0bbcea 50%);
	background-image: -webkit-linear-gradient(bottom, #2386b7 10%, #0bbcea 50%);
	background-image: -ms-linear-gradient(bottom, #2386b7 10%, #0bbcea 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #2386b7),
		color-stop(0.7, #0bbcea)
	);
	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2386b7, endColorstr=#0bbcea);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2386b7, endColorstr=#0bbcea)";    

	border: 1px solid white;
	min-height: 224px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.blockTete h2
{
	margin: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
}

.blockTete a
{
	text-decoration: none;
	color: #fefefe;
	font-size: 18px;
}
.blockTete a:hover
{
	color: #fff;
}

img.ico
{
	position: absolute;
	margin-top: -55px;
	margin-left: 265px;
}

.blockTete ul
{
	list-style-type: none;
	padding-top: 34px;
	margin: 0;
}
.blockTete li
{
	background: url("../images/sepBlock.gif") 30px 35px no-repeat;
	line-height: 38px;
	margin-left: 0px;
	padding-left: 10px;
	text-align: center;
}

.blockTete div.contact
{
	color: #fff;
	text-align: center;
}

.blockTete p 
{
	color: #fff;
}

.blockTete p.nom
{
	padding-top: 20px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 8px;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
}

.blockTete p.tel
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blockTete p.mail
{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}

a.contact
{
	text-decoration: none;
}