html, body
{
	height: 100%;
}
body
{
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*
{
	margin: 0px;
	padding: 0px;
}
table
{
	width: 925px;
	margin: 0 auto;
	text-align: left;
}
h1
{
	font-size: 1em;
	font-weight: bold;
	color: #094197;
	margin: 0.8em 0;
}
.adresse
{
	background: url(../img/design/index/fond_adresse.jpg) no-repeat left bottom;
	height: 186px;
	width: 320px;
	}
p
{
	-moz-border-radius: 0 18px 0 18px;
    -webkit-border-radius: 0 18px 0 18px;
    border-radius: 0 18px 0 18px;
	margin: 0;
	padding: 10px;
	background: #094197;
	color: #fff;
	height: 186px;
	font-weight: bold;
}
p a {color: #fff; text-decoration: none;}

p a:hover {text-decoration: underline;}

.nom
{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

.adr1
{
	display: block;
	margin-left: 10px;
	font-size: 11px;
	line-height: 1.7;
}


.menu
{
	background: url(../img/design/index/fond_menu.jpg) no-repeat left top;
	height: 546px;
	width: 318px;
}
.roue
{
	background: url(../img/design/index/fond_roue.jpg) no-repeat left top;
	width: 320px;
}
ul#labservices
{
	list-style-type: none;
	margin: 80px 0 0 0;
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana;
}
ul#labservices li
{
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffeaa8;
}
ul#labservices li a
{
	display: block;
	color: #094197;
	text-decoration: none;
	text-indent: 10px;
}
ul#labservices li a:hover {color: #2786F7;}

ul.logos img
{
	display: block;
}

ul.logos
{
	height: 546px;
	width: 287px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.logos li
{
	margin: 0;
	padding: 0;
}

ul.logos li.hover
{
	position: relative;
}

ul.logos .info_bulle
{
	position: absolute;
	left: 22px;
	bottom: 10px;
	width: 235px;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	background: #094197;

}

ul.logos .info_bulle h3
{
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

