@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2EDDF;
}

#page
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	background-color: #FFF;
	text-align: left;
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 780px;
	}
	
H1
{
	font-size: 14pt;
	padding: 0.3em;
    text-align: left;
    letter-spacing: 0.3em;
	text-decoration: underline;
}

H2
{
	font-size: 13pt;
	padding: 0.3em;
	margin-left: 10px;
    text-align: left;
    letter-spacing: 0.2em;
	text-decoration: underline;
}

H3
{
	font-size: 12pt;
	padding: 0.3em;
	margin-left: 10px;
    text-align: center;
    letter-spacing: 0.3em;
	text-decoration: underline;
}

#en_tete
	{
	position: relative;
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	height: 40px
	}

#banner 
	{
	position: relative;
	}

#menu 
	{
	background-color: #c9ebe3;
	padding: 0px;
	position: relative;
	}

#boite3  
	{
	text-align: center;
	position: relative;
	}

#descriptif 
	{
	position: relative;
	border-color: #ffffff;
	border-width: 1px;
	border-style: dotted;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: auto;
	padding: 10px;
	position: relative;
	width: 510px;
	height: 70px;
	float: left;
	}
	
#piedlogo 
	{
	position: relative;
	vertical-align: top;
	margin-right: auto;
	width: 221px;
	float: left;
	}
	
#basmenu
{
	position: relative;
	float: left;
}

#barre
{
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
	width: 87.25%;
	float: left;
}

#professionnels
	{
	position: relative;
	padding: 10px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-left: 55px;
	margin-right: auto;
	text-align: center;
	width: 25%;
	float: left;
	}

#particuliers
	{
	position: relative;
	padding: 10px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-left: 10px;
	margin-right: auto;
	text-align: center;
	width: 25%;
	float: left;
	}

#transfert
	{
	position: relative;
	padding: 10px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-left: 10px;
	margin-right: auto;
	text-align: center;
	width: 25%;
	float: left
	}

#contenu
{
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	clear: left;
}

#barrebas
	{
	position: relative;
	margin-top: 10px;
	float: left;
	}

#boitevide
	{
	position: relative;
	margin-top: 10px;
	height: 50px;
	clear: left;
	}
	
#boitevide2
	{
	background-color: #F2EDDF;
	position: relative;
	font-size: 7pt;
	margin-top: 5px;
	text-align: center;
	clear: left;
	}

#footer {
	background-color: #F2EDDF;
	font-size: 10pt;
    position: relative;  /* Necessaire pour Safari */
	padding: 1px;
	text-align: center;
	clear: left;
}

a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

img {
border: none;
display: inline;
}
