body
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #172983;
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url('../images/fond.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

a
{
	color: #172983;
}

#directions{
	width: 520px;
	height: 300px;
	overflow: auto;
	color: black;
	margin: auto;
	border: double 3px #aaaaaa;
	padding: 10px;
	margin-bottom: 20px;
}

table
{
	margin: 0px;
	padding: 0px;
}

td
{
	padding: 0px;
}

img
{
	border: none;
}

#entete
{
	margin: auto;
	width: 1000px;
	height: 120px;
	background-image: url('../images/entete.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	text-align: left;
}

#menu
{
	margin: auto;
	width: 1000px;
	height: 45px;
	/*background-image: url('../images/menu.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
}

.rose
{
	color: #e1007d;
}

.menu-action
{
	height: 31px;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('../images/menu-back.png');
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
	cursor: pointer;
}

.menu-action a, .menu-action-over a
{
	text-decoration: none;
}

.menu-action-cle a, .menu-action-cle-over a
{
	border: none;
}

.menu-action-over
{
	height: 31px;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('../images/menu-back-over.png');
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
	cursor: pointer;
}

.menu-action-cle
{
	height: 34px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('../images/menu-back.png');
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
	cursor: pointer;
}

.menu-action-cle-over
{
	height: 34px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('../images/menu-back-over.png');
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
	cursor: pointer;
}

.menu-sep
{
	width: 2px;
	height: 42px;
	background-image: url('../images/menu-sep.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.menu-ombre
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	position: relative;
}

.menu-texte
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
}

.menu-ombre-over
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	position: relative;
}

.menu-texte-over
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
}

.menu-left
{
	width: 6px;
	height: 42px;
	background-image: url('../images/menu-left.png');
}

.menu-right
{
	width: 14px;
	height: 42px;
	background-image: url('../images/menu-right.png');
}

.menu-left-over
{
	width: 6px;
	height: 42px;
	background-image: url('../images/menu-left-over.png');
}

.menu-right-over
{
	width: 14px;
	height: 42px;
	background-image: url('../images/menu-right-over.png');
}

#corps
{
	margin: auto;
	width: 1000px;
	height: 400px;
	background-image: url('../images/corps.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#pied
{
	margin: auto;
	width: 1000px;
	height: 40px;
	background-image: url('../images/corps.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
	color: #111111;
}

#pied_sep
{
	margin: auto;
	width: 982px;
	height: 3px;
	background-color: #172983;
	margin-bottom: 3px;
}

.faq_question
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	list-style: square;
	color: #172983;
	width: 659px;
}

.faq_reponse
{
	border: solid 1px #999999;
	background-color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	color: #172983;
	width: 601px;
}

.infobulle_autobiz
{
    cursor: pointer;
}

.infobulle, .infobulle_right
{
    font-size: 12px;
}

