/*positionnement des blocs*/

#container {
position:relative;
width: 780px;
margin: auto;
}

#content {
	float: left;
	width:  600px;  
		}

#sidebar {
	float: left;
	width:  180px; 
	background-color: #B3B3B3;
	}
#other {
	float: left;
	width: 780px;
	}
#box1 {
	float: left;
	width: 780px;
}
#rss1{
	float: left;
	width: 200px;
	
		}
 #rss2 {
	float: left;
	width: 200px;
	margin-left: 80px;
		}

#flicker {
	float: left;
	width: 200px;
	margin-left: 80px;
}
/* ------------reste de la css---------------------*/

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	color: #1C1C1C;
	background-color: #000;
	}
#container {
	text-align: left;
	font-size: 1em;
	color: #1C1C1C;
	background-color: #FFF;
	background-image: url("http://www.wikiservice.at/upload/LaurentLunati/content-bg.png");
	background-position: top left;
	background-repeat: repeat-y;
	}
 a,   a:link,   a:active,   a:visited {
	color: #25344B;
	text-decoration: underline;
	margin: 0 10px 0 0;
	}
  a:hover {
	color: #3E587F;
	text-decoration: none;
	}
#header {
	width: auto;
	height: 200px;
	overflow: hidden;
	background-image: url("http://www.wikiservice.at/upload/LaurentLunati/laurent.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	}
#header h1 {
	font-size: 4em;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 20px;
	color: #fff;
	padding: 170px 0 0 10px;;
	margin: 0;
	}
/*-- menu horizontal --*/
#menu {
		background-color: #000;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 25px;
	}
#menu p{
		margin: 0; padding: 0 10px;
	}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0 10px 0 0;
	}
#menu a:hover {
	color: #E6A947;
	text-decoration: none;
	}
/*-- Contenu --*/

#content p, #content ul,  #content ol    {
	font-size: 1.2em;
	line-height: 1.6em;
	}
#content div.inner {
	padding: 0 20px 30px 10px;
	margin: 30px 0 0 0;
	border-right: 1px dashed #ccc;
	}

#content h2 {
	font-size: 3em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 30px 0 0 0;
	padding: 0;}

#content h3 {
	font-size: 2.2em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 30px 0 0 0;
	padding: 0;}

#content h4 {
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;}

 
	
/*-- sidebar --*/

#sidebar p, #sidebar ul,  #sidebar ol    {
	font-size: 1.2em;
	line-height: 1.6em;
	}
#sidebar ul    {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;	}
	
#sidebar div.inner {
	padding: 0 10px 30px 10px;
	margin: 45px 0 0 0;
	}

#sidebar h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 45px 0 0 0;
	padding: 0;
	text-transform: uppercase;}
	
 #sidebar h3, #sidebar h4 {
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: uppercase;}




#other {
font-size: 1em;
	line-height: 1.3em;
color: #fff;
background-color: #202020;
}
#other div.inner {
	padding: 0 10px 30px 10px;
	margin: 45px 0 0 0;
}

#other ul    {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;	}

#other h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 45px 0 0 0;
	padding: 0;
	text-transform: uppercase;}
	
 #other h3, #other h4 {
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 15px 0 1em 0;
	padding: 0;
	text-transform: uppercase;}
#other a, #other a:link, #other a:active, #other a:visited {
	color: #6CF;
	text-decoration: none;
	margin: 0 10px 0 0;
	}
#other a:hover {
	color: #E6A947;
	text-decoration: none;
	}

#other .flickr_badge_wrap, .flickr_badge_uber_wrapper {
	margin: 0; 
	padding: 0;
	}
#other .flickr_badge_image {
	display: inline;
	}
#other .flickr_badge_image a{
	margin: 0;
	padding: 0;
	}
#other .flickr_badge_image img{
	display: inline;
	margin: 0 0 10px 10px;
	padding: 0;


	}



#tools {
position: fixed;
top: 5px;
left: 50%;
width: 180px;
height: 200px;
margin-left: 210px;
background-color: transparent;

overflow: hidden;
}
#tools p {
display: block;
font-size: 1px;
line-height: 1px;
width: 1800px;
margin: 0;
padding: 0 0 0 200px
}
#tools a {
	display: block;
	width: 172px;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin: 0 0 0 -200px;
	padding: 0 8px 0 0;
	background-image: url("http://www.wikiservice.at/upload/LaurentLunati/toolsbg2.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#tools a:first-child {

	background-image: url("http://www.wikiservice.at/upload/LaurentLunati/toolsbg.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}



	
#tools p br {
	display: none;
}




#footer {
	clear: both;}
























