/* CSS Document */
body
	{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000066;
	background-color: #FFFFFF;
	}
	
	a:link { color: #000066; }
	a:visited { color: #8C8AB9; }
	
	a:hover, a:active
	{
		color: #8C8AB9;
	}
	
a.invisible {color:#FFFFFF; text-decoration:underline;font-size:12px} 
a.invisible:link {color:#FFFFFF;font-size:12px} 
a.invisible:visited {color:#FFFFFF;font-size:12px} 
a.invisible:hover {
	color:#CCCCCC;
	text-decoration: underline overline;font-size:12px
}

	
	h2
	{
		color: #000066;
		font: bold 120% Verdana, Arial, Helvetica, sans-serif;
		margin: 0px 0px 2px;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #8C8AB9;
		font: bold 106% Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	#container
	{
	clear: both;
	width: 760px;
	text-align: left;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #BFBFD7;
	}
	
	#header
	{
	clear: both;
	height: 120px;
	background-image: url("images/header1a.jpg");
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #ffffff;
		margin: 0px;
		padding: 0px;
	}
	
	#mainnav
	{
	clear: both;
	padding: 8px 0px 0px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
	font-size: 12px;
	background-image: url("images/mainnavbg1.jpg");
	height: 20px;
	}
	
	
	#menu
	{
	float: left;
	width: 145px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #245F4B;
	text-align: center;
	margin: 5px;
	}
	
	#menu ul
	{
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents {
	margin: 10px 25px 20px 29px;
	padding: 0px;
	text-align: left;
}
	#contents p { line-height: 115%; }
	.blogentry { }
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0em;
		padding: 0px;
		font-size: 95%;
	}
	
	.blogentry li
	{
		padding: 0px 0px 0px 7px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 4px;
		border: 1px solid #CC0000;
		margin: 5px 0px 6px 10px;
		position:relative;/* needed for iE6*/
	}
		
	.imagefloat1
	{
		float: left;
		padding: 4px;
		border: 1px solid #CC0000;
		margin: 0px 10px 6px 0px;
		position:relative;/* needed for iE6*/
	}
	
	.imagefloat2
	{
		float: left;
		padding: 4px;
		border: 1px solid #CC0000;
		margin: 5px 10px 6px 0px;
		position:relative;/* needed for iE6*/
	}
	.imagefloat3
	{
		float: left;
		padding: 4px;
		border: 1px solid #CC0000;
		margin: 5px 10px 6px 0px;
		position:relative;/* needed for iE6*/
	}
	.imagefloat4
	{
		float: right;
		padding: 4px;
		border: 1px solid #CC0000;
		margin: 5px 0px 6px 10px;
		position:relative;/* needed for iE6*/
	}
	.imagefloat5
	{
		float: left;
		padding: 4px;
		border: 1px solid #CC0000;
		position:relative;/* needed for iE6*/
	}
	.imagefloat6
	{
		float: left;
		padding: 4px;
		margin: 5px 10px 6px 0px;
		position:relative;/* needed for iE6*/
	}

	#footer
	{
	clear: both;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	background-image: url("images/footer1.jpg");
	height: 55px;
	}
	
	#skipmenu
	{
	position: absolute;
	right: 5px;
	top: 87px;
	left: 627px;
	width: 132px;
	color: #FFFFFF;
	height: 19px;
	float: right;
	}
	
	#skipmenu a
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #fff;
		background-color: #999999;
		text-decoration: none;
	}
	#blok
	{
	position: relative;
	right: 5px;
	top: 5px;
	border: 1px solid #CC0000;
	padding: 7px;
	margin-bottom: 10px;
	margin-left: 5px;
	}
div.float {
	float: left;
	padding: 6px 9px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #CC0000;
	width: 190px;
	height: 150px;
  }
  
div.float p {
	text-align: center;
	font-size: 9px;
   }

.bouton	 {
	width:160px;
	padding:3px;
	background-color:#FFFFFF;
	border-style: solid ; 
	border-width:1px;
	border-color: darkblue gray;
	text-align:center;
  }
.bouton2 {
	width:340px;
	padding:3px;
	background-color:#FFFFFF;
	border-style: solid ;
	border-width:1px;
	border-color: darkblue gray;
	text-align:center;
 }



