/* CSS Document */

img, dt, a
{
	behavior: url(iepngfix.htc);
	color: #000;
}

body
{
	background: url(../images/body_fond.old.png) #fff bottom repeat-x fixed;
	padding:0px;
	margin:0px;
	font-family: arial, verdana, sans-serif;
}

img
{
	border:0px;
}

.content
{
	padding:0px;
	width: 930px;
	background: url(../images/content_fond.jpg) #fff no-repeat;
	background-position: 0 120px;
	margin:auto;
	padding:10px;
}

.logo
{
	height: 120px;
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.text
{
	padding-left:25px;
	padding-bottom:10px;
	padding-right:25px;
	height: 300px;
}


/********** Bloc de menu *********/
/* Propriétés des cases du menu */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu
{
	width: 450px;
	height:65px;
	margin:auto;
}
#menu dl
{
	/* le contenant de tout le menu */
	float: left;
}
#menu dt
{
	/* le contenant des items de ta barre que tu survoles */
	cursor: pointer;
	text-align: center;
	width: 150px;
}
#menu li
{
	/* liste d'items qui apparait au survol */
	text-align:center;
	list-style-image: none;
	!margin-bottom: -2px;
}
#menu a
{
	/* chacun de tes items clicables de la liste */
	color : black;
	text-decoration: none;
	display:block;
	width : 150px;
}
#menu dt a
{
	/* items de ta barre que tu survole */
	height: 26px;
	/*background: transparent url(../images/content_menu_selected.png) no-repeat scroll 50% 100%;*/
	background-position:  50% 100%;
	behavior: url(iepngfix.htc);
}
#menu dt a#cont, #menu dt a#real
{
	cursor: default;
}
#menu dt a:hover
{
	/* items de ta barre *survolés* */
	/*text-decoration: none;
	background-position:  50% 100%;
	behavior: url(iepngfix.htc);*/
}
#menu .selected
{
	/* items de ta barre *survolés* */
	text-decoration: none;
	background: transparent url(../images/content_menu_selected.png) no-repeat scroll 50% 100%;
	behavior: url(iepngfix.htc);
}
