/*-----TYPE DE BASE-----*/
body {
	margin: 0;
	background-image:url(images/design/haut.gif)!important;
	background-image:url(images/design/hautIE.png);
	background-repeat:repeat-x;
	background-color: #F9F9F9;
	color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #8F8F8F;
	font-size: 16px;
	font-weight: bold;
}

a img {
	border: 0;
}

a:link {
	color: #89B200;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #89B200;
}
a:hover {
	text-decoration: none;
	color: #2CAFF2;
}
a:active {
	text-decoration: underline;
	color: #2CAFF2;
}

input[type=submit] {
	background-color: #A0A0A0;
	border: 1px solid black;
}
/*-----TYPE DE BASE-----*/


/*-----DESIGN-----*/
#all
{
	width: 760px ;
	margin: auto;
	text-align: left ;
	background: #F9F9F9;
}

#header
{
	height: 238px ;
	margin: 0px;
	background: url(images/design/headerIE.png) no-repeat left top ;
}
html>body #header {
	background: url(images/design/header.png) no-repeat left top ;
}

#header a span
{
	display: none ;
}

#menu {
	float: left;
	width: 220px;
	margin-left: 10px;
}
html>body #menu {
	margin-left: 20px;
}

.menucontent {
	background: url(images/design/fondmenu.png);
	text-align: center;
	line-height: 23px;
}

.menupub {
	background: url(images/design/fondmenu2.png);
	text-align: center;
}

.hautmenu {
	background: url(images/design/hautmenu.png);
	width: 220px;
	height: 11px;
}

.basmenu {
	background: url(images/design/basmenu.png);
	width: 220px;
	height: 11px;
}

.basmenupub {
	background: url(images/design/basmenu.png);
	width: 220px;
	height: 11px;
	margin-top: -7px;
}

#content {
	background: url(images/design/fondcontent.png);
	width: 490px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
html>/**/body #content {
	margin-top: -13px;
	margin-left: 240px;
}

#bascontent {
	background: url(images/design/bascontent.png);
	margin-top: 0px;
	margin-left: 240px;
	text-align: center;
	width: 510px;
	height: 30px;
}
html>body #bascontent {
	margin-top: -13px;
}

#footer {
	width: 510px;
	text-align: center;
	font-size: 0.8em;
	margin-left: 240px;
}
/*-----DESIGN-----*/


/*-----CLASS PARTICULIERES-----*/
.terrierobjet {
	border-collapse: collapse;
	margin: auto;
	text-align:	center;
	width: 490px;
	height: 32px;
	font-size: 0.9em;
}
.terrierobjet thead {
	background-color: #E4F1B7;
	font-weight: bold;
}
.terrierobjet td {
	border: 1px solid #89B200;
}

.boitereception {
	border-collapse: collapse;
	margin: auto;
	text-align:	left;
	width: 490px;
	height: 32px;
	font-size: 0.9em;
}
.boitereception td {
	padding-left: 5px;
	border: 1px dashed black;
}

#profil {
	border-collapse: collapse;
	margin: auto;
	width: 490px;
	height: 32px;
	font-size: 0.9em;
}
#profil td {
	width: 220px;
	padding: 3px;
	border: 1px solid #89B200;
}
a.infobulle {
	text-decoration: none; 
	font-weight: bold;
}
a.infobulle em {
    display:none;
	font-weight: normal;
}
html>body a.infobulle:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.infobulle:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.infobulle:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 3px;
    color: #999999;
    border: 1px solid #2CAFF2;
    background: #F5F5F5;
    width:170px;
}
a.infobulle:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(images/design/image-infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}
/*-----CLASS PARTICULIERES-----*/