﻿/*
-----------------------------------------------
Style Sheet

Site: TODO : mettre le titre de la page 
Author: Simon Tétreault
Version: (DMR)
----------------------------------------------- */

.splash h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #5c8803;
	margin: 0 0 12px 0;
}

/********************* FIN A Effecer *********************/

.splash {
	width: 100%;
}
.splash ul {
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
.splash ul li {
	background: url('Images/puce_bleu_TPIC.gif') no-repeat left 6px;
	padding: 0 0 0 8px;
	margin: 0 25px 13px 0;
}
.splash ul a {
	color: #0083b2;
	white-space: nowrap;
	text-decoration: none;
	font: 12px Arial;
}

.splash ul a:hover, .splash ul a:focus {
	text-decoration: underline;
}

.logoGroupe{
	/*position:absolute; 
	left:151px; 
	top:10px;
	height:55px;
	width:208px;
	z-index:100;*/
	float: left;
	padding-top:10px;
}

.logoGroupe img{
	margin-right: 30px;
}


.logoPersonnelle{
	/*position:absolute;*/
	/*padding-top:5px;*/
}

.logoPersonnelle img{
	margin-top:15px;
}

#Image{
	float:left;
	width:100%;
	margin-bottom: 22px;
}

#MeassageBienvenueSplash {
	margin: 0px 0px 28px 0px;
}


/* ************ SECTION POUR LE SPLASH DE SOGEMEC **************** */

.logoNotaires{
	margin-right: 45px;
}

#logosPartenaires{
	margin-bottom: 7px;
}

/* cacher logo */
#enTete{
	display: none;
}


