	body
	{
		margin: 0px;
		padding: 0px;
		background-color: #FFF;
	}
	
	input, textarea
	{
		border: 1px solid #aaa;
		padding: 2px;
	}
	
	input:focus, textarea:focus
	{
		border: 1px solid #000;
		padding: 2px;
	}
	
		div#topbarplacer
		{
			position: absolute;
			width: 100%;
			top: 0px;
			left: 0px;
		}
		
		div#topbar
		{
			position: fixed;
			width: 100%;
			height: 40px;
			margin: 0 auto;
			top: 0px;
			background-image: url(images/bandeHaut_slim.jpg);
			background-repeat: repeat-x;
			border-bottom:2px solid white;
		}
		
		div#topbuttonscd
		{
			position: absolute;
			top: 4px;
			left: 460px;
			height: 31px;
			overflow:hidden;
		}
		
		div.topbuttoncd, div.topbuttonselcd
		{
			position: relative;
			font-size: 12px;
			color: #ACCFB0;
			float: left;
			height: 31px;
			line-height: 31px;
			padding: 0 20px;
		}
		
		div.topbuttoncd:hover
		{
			background-color: #ACCFB0;
			color: white;
			cursor: pointer;
		}
		
		div.topbuttonselcd
		{
			background-color: #FFF;
			color: #000;
			font-weight:bold;
		}
		
		div#cdlogo
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 60px;
			height: 90px;
		}
		
		div#cdtitle
		{
			position: absolute;
			top: 4px;
			left: 70px;
			width: 340px;
			height: 40px;
		}
		
				div#bottomBar
		{
			position: fixed;
			width: 100%;
			height: 40px;
			bottom: 0px;
			left: 0px;
			background-image: url(images/barreBas.jpg);
			background-repeat: repeat-x;
			border-top:2px solid white;
		}
		
		div#bottomBarInside
		{
			position: relative;
			height: 40px;
			width: 1024px;
			margin: 0 auto;
			color: #ACCFB0;
			line-height: 40px;
			font-size: 12px;
			text-align: center;
			text-transform: uppercase;
		}
		
		div#maincontainer
		{
			position: relative;
			margin-top: 50px;
			padding-bottom: 50px;
		}
		
		div#maincontainercentered
		{
			position: relative;
			width: 1000px;
			margin: 0 auto;
		}
		
		div#leftcolumn
		{
			float: left;
			width: 180px;
			margin-right: 10px;
			background-color:#fff;
			padding-top: 20px;
		}
		
		ul#leftmenu
		{
			list-style-type: none;
			list-style-position: default;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
		
		li.leftmenu, li.leftmenuselect
		{
			font-size: 11px;
			height: 36px;
			line-height:36px;
			padding: 0 10px 0 10px;
			margin-bottom: 2px;
			cursor: pointer;
		}
		
		li.leftmenu
		{
			font-weight: bold;
			text-align: left;
			color: #FFF;
			background-image: url(images/leftMenu.jpg);
			background-repeat: repeat-x;
			white-space: nowrap;
		}
		
		li.leftmenu:hover
		{
			color: #FFF;
			background-image: url(images/leftMenuHover.jpg);
		}
		
		li.leftmenuselect
		{
			text-align: right;
			color: white;
			font-weight: bold;
			background-color: #779887;
			white-space: nowrap;
			background-image: url(images/leftMenuSel.jpg);
		}
		
		ul#leftmenuB
		{
			list-style-type: none;
			list-style-position: default;
			margin: 10px 0 0 0;
			padding: 0;
			overflow: hidden;
		}
		
		li.leftmenuB, li.leftmenuBselect
		{
			font-size: 12px;
			height: 36px;
			line-height:36px;
			padding: 0 10px 0 10px;
			margin-bottom: 2px;
			cursor: pointer;
		}
		
		li.leftmenuB
		{
			font-weight: bold;
			text-align: left;
			color: #FFF;
			background-image: url(images/leftMenuB.jpg);
			background-repeat: repeat-x;
			white-space: nowrap;
		}
		
		li.leftmenuB:hover
		{
			color: #FFF;
			background-image: url(images/leftMenuBHover.jpg);
		}
		
		li.leftmenuBselect
		{
			text-align: right;
			color: white;
			font-weight: bold;
			background-color: #774E3A;
			white-space: nowrap;
			background-image: url(images/leftMenuBSel.jpg);
		}
		
		div#centercolumn
		{
			float: left;
			background-color: #fff;
			width: 580px;
			margin-right: 4px;
			padding: 0 10px;
		}
		
		div#rightcolumn
		{
			float: left;
			background-color: #fff;
			width: 200px;
		}
		
		table#rcshadow
		{
			border-width: 0px;
			padding:0px;
			width: 198px;
		}
		
		td#rcshadowtop
		{
			height: 7px;
			background-image: url(images/rightbarShadowTop.jpg);
			background-repeat: no-repeat;
		}
		
		td#rcshadowleft
		{
			width: 7px;
			background-image: url(images/rightbarShadowLeft.jpg);
			background-repeat: repeat-y;
		}

		td#rcshadowcenter
		{
			width: 184px;
			background-color: #E3DDD5;
			border-top: 10px solid #BFB9AE;
			padding-top: 10px;
		}
		
		td#rcshadowright
		{
			width: 7px;
			background-image: url(images/rightbarShadowRight.jpg);
			background-repeat: repeat-y;
		}

		td#rcshadowbottom
		{
			height: 7px;
			background-image: url(images/rightbarShadowBottom.jpg);
			background-repeat: no-repeat;
		}
		
		div.rcblock
		{
			border-bottom: 4px solid white;
			padding-top: 10px;
			text-align: right;
		}
		
	div.clear
	{
		clear:both;
	}
	
	
	p
	{
		line-height: 200%;
		margin: 10px;
	}
	
	ul.mb_Menu
	{
		list-style-type: none;
		list-style-position: default;
		padding: 4px;
		background-color: black;
		margin: 0 0 10px 0;
	}
	
	li.mb_Menu
	{
		float: left;
		padding: 4px;
		border: 1px solid #555;
		background-color: black;
		color: #FFF;
		margin-left: 4px;
	}
	
	li.mb_Menu:hover
	{
		cursor: pointer;
		background-color: #555;
	}

	li.mb_MenuSelect, li.mb_MenuSousSelect, li.mb_SousMenu, li.mb_SousMenuSelect
	{
		float: left;
		padding: 4px;
		border: 1px solid #555;
		background-color: white;
		color: #000;
		margin-left: 4px;
	}
	
	span.mb_Menu
	{
		float: left;
		padding: 4px 4px 4px 8px;
		color: #FFF;
	}
	
	div#principal_container
	{
		margin: 10px auto;
		width: 980px;
		padding: 10px;
		border:1px solid #eee;
	}
	
	table.loginform
	{
		padding: 10px;
		border: 1px solid #ddd;
		margin: 10px;
		background-color: #eee;
	}
	
	td.loginformmsg
	{
		border-color: #CCC;
		padding: 10px;
		background-color: #ddd;
		border-left: #CCC;
		border-width: 0 1px 1px 0;
		border-style: solid;
	}
	
	td.loginformlabel
	{
	}
	
	td.loginformbox
	{
	}
	
	input.loginform
	{
		padding: 4px;
		border: 1px solid #ddd;
		width: 20em;
	}
	
	input.loginform:focus
	{
		border: 1px solid #ccc;
	}
	
	td.loginformbutton
	{
		padding: 10px 0;
		text-align: center;
	}

	input.loginformbutton
	{
		padding: 4px 8px;
		background-color: #ccc;
		border: 1px solid #ddd;
		cursor:pointer;
	}
	
	input.loginformbutton:hover
	{
		background-color: #fff;
		border: 1px solid #ccc;
	}
	
	div.commentcorps
	{
		clear: left;
		padding: 10px;
		background-color: #fff;
	}
	
	div.commentinfo
	{
		float: left;
		margin-right: 4px;
		font-size: 10px;
		background-color: #aaa;
		padding: 2px 4px;
	}
	
	div.commentwrap
	{
		font-size: 11px;
		border: 1px dashed #aaa;
		background-color: #eee;
		padding: 4px;
		margin: 8px 2px 2px 2px;
	}
	

