/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	border-top: 5px solid #000;
	color: #000;
	font-size: 12px;
	padding: 0 0 40px;
}

.clearer{clear: both;margin: 2em 0;}
/* anchors
----------------------------------------------- */
a {
	color: #16c7b8;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}



/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#fff;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* Selon Lui
------------------------------*/
#container{
	width:960px;
	margin:0 auto;
	position:relative;
}
h1.logo{
	display: block;
	width: 229px;
	height: 36px;
	background: url(/images/logo-selonlui.jpg) no-repeat;
	margin: 1.4em 0;
}
	h1.logo a{
		display: block;
		text-indent: -9999px;
		width: 229px;
		height: 36px;
	}
#navigation-content{
	float: left;
	position: absolute;
	top:15px;
	right:0;
}
	#navigation-content ul{
		font-size: 12px;
		list-style: none;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
		#navigation-content ul li{
			float:left;
			margin-right:10px;
			padding-top:5px;
			position: relative;
			top:1px;
		}
			#navigation-content ul li a{
				border-bottom: none;
				display: block;
				text-decoration: none;
			}
			#navigation-content ul li a:hover{
				border-top:4px solid #16c7b8;
				top: -4px;
				position: relative;
			}
			#navigation-content ul li input{
				background: transparent url(/images/loupe.jpg) no-repeat;
				border:0;
				border-bottom: 1px solid #DADADA;
				border-left: 1px solid #999;
				color: #696969;
				font-size:13px;
				font-weight: bold;
				font: italic 1em/1.3em Georgia, sans-serif;
				height: 14px;
				padding: 3px 5px 3px 20px;
				width: 125px;
			}
			
.bloc_intro{
	display: inline;
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}
	.bloc_intro p{
		text-align:center;
	}
	
.sl{
	text-align: center;
	border: 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding:10px;
	position:relative;
}

.categs {
  font-size:20px;
}

.categs ul li, .add ul li {
  list-style-type:none;
}



 .add input, .add select{
	display: block;
	font-weight: 300;
	margin: 0.25em 0;
}

.add label{
	width:250px;
	float: left;
}

.tweetThis{
    padding-left:80px;
}
ul.notationList{margin-left:400px;}
