/* nakwa 08 */

		body 			{
		background: url("img/headbar.png") repeat-x;
		background-color: #e1dfd9;
		font-family: Verdana;
		font-size: 14px;
		}
		
		#headbar		{
		width: 100%;
		height: 25px;	
		}
		
		#conteneur		{
		margin: auto;
		width: 80%;
		min-width: 990px;
		margin-top: 20px;
		}
		
		div#colone1		{
		float: left;
		width: 150px;
		background-color: white;
		margin-right: 5px;
		border: 0;
		min-width: 75px;
		margin-bottom: 10px;
		text-align: center;
		}
		
		div#colone2		{
		float: right;
		width: 150px;
		background-color: white;
		margin-left: 5px;	
		border: 0;
		margin-bottom: 10px;
		text-align: center;
		}
		
		div#centre		{
		overflow: hidden;
		background-color: white;
		border: 0px solid black;
		min-width: 625px;
		margin-bottom: 10px;
		}
		
		div#searchbox		{
		overflow: hidden;
		background-color: white;
		border: 1px solid black;
		min-width: 625px;
		margin-bottom: 10px;
		margin-top: 5px;
		}
		
		#ressourcesbox	{
		overflow: hidden;
		background-color: white;
		border: 1px solid black;
		min-width: 625px;
		margin-bottom: 10px;
		margin-top: 5px;
		}
		
		#logo			{
		position: relative;
		top: -8px;
		}
		
		#text_headbar			{
		position: relative;
		top: -17px;
		border: 0;
		font-weight: bold;
		}
		
		#header		{
		background: url("img/head_stbg.png");
		height: 200px;
		border-bottom: 0;
		}
		
		#menu_pbow		{
		background-color: white;
		margin-bottom: 0;
		padding: 5px;
		padding-bottom: 8px;
		border-bottom: 1px solid black;
		}
		
		#both			{
		background-color: white;
		clear: both;
		padding: 5px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		}
		
		#title			{
		border-bottom: 1px solid black;
		background-color: white;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 2px;
		font-size: 20px;
		font-weight: bold;
		color: inherit;
		opacity:.70;
		height: 25px;
		text-align: center;
		}
		
		#pdp			{
		font-size: 8px;
		text-align: right;
		font-weight: bold;
		margin-top: 2px;
		}
		
		#quicklinkbox	{
		text-align: left;	
		padding: 10px;
		}
		
		#infobox		{
		padding-left: 10px;
		padding-top: 10px;
		text-align: center;
		}
		
		.box-title		{
		text-align: center;
		background-color: white;
		border-bottom: 1px dashed #c0c0c0;
		margin-top: 0;
		}
		
		.rmq			{
		background-repeat: no-repeat;
		background-position:10px 10px;
		padding: 10px;
		padding-left: 70px;
		border: 1px dashed black;
		margin-bottom: 10px;
		font-size: 13px;
		}
		
		.info			{
		background-image: url('img/info.png');
		}
		
		.text			{
		padding: 5px;
		padding-top: 5px;
		margin-top: 5px;
		}
		
		a:link			 {
		text-decoration: none; color:blue;
		}

		a:visited 		{
		text-decoration: none; color:blue;
		}

		a:active		 {
		text-decoration: none; color:blue;
		}

		a:hover 			{
		font-weight: bold; color:blue;
		}
		
		.no-border		{
		border: 0;
		}
		
		.align-right	{
		float: right;
		}
		
		.align-left		{
		float: left;
		}
		
		.both 			{
		clear: both;
		}
		
		.searchzone_img{
		float: left;
		padding: 2px;
		margin-bottom: 5px;
		margin-top: 5px;
		}
		
		.strong			{
		font-weight: bold;
		font-size: 17px;
		}
		
		.margin10		{
		margin: 10px;
		}
		
	