/* @override http://wwwtest.biologie.ens.fr/~desnrng/bones/css/wp-layout.css */

/*   
Kubrick v1.2.5  for  WordPress 1.2
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


*** REGARDING IMAGES ***
All CSS that involves the use of images, can be found in the 'index.php' file.
This is to ease installation inside subdirectories of a server.

Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
}

#page {
	background-color: white;
	border: 1px solid #959596;
}

#intranet {
	background-image: url(../images/intranet_pattern.png);
	background-repeat: repeat;
	background-attachment: scroll;
}

.logout a {
	border-style: solid;
	border-width: 1px;
	border-color: #9a0082;
	padding: 2px;
	color: #9d0383;
}

.logout a:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #9a0082;
	padding: 2px;
	color: #9d0383;
	font-weight: bold;
}

#header {
}


#content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
}

.widecolumn p {
	text-align: justify;
	font-size: 12px;
}

.narrowcolumn p {
	text-align: justify;
	font-size: 11px;
	line-height: 14px;
}






.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background-color: #eee;
	height: 50px;
	margin: 0px;
}

.menupied {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.menupied li {
	list-style: none;
	display: inline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar a {
	color: #2805ad;
}

#sidebar a:hover {
	color: #6f57fe;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #47ca42;
	text-decoration: none;
}

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	background-color: white;
	padding: 0;
	width: 760px;
	border: 0px solid #959596;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
}

#headerimg {
	margin: 0;
	position: relative;
}

h1 {
	position: absolute;
	top: 22px;
	text-align:right;
	right: 10px;
	width: 420px;
}

#headerimg h1 a {
	color: #9d0383;
	text-decoration: none;
	font: normal small-caps 32px Courier;
}

#headerimg h1 a:hover {
	color: #fa05d0;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#chefequipe {
	font-size: 14px;
	position: absolute;	
	top: 203px;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	width: 215px;
	right: -12px;
}

#chefequipe a {
	color: #9d0383;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#chefequipe a:hover {
	color: #fa05d0;
}

#content h2 {
	font-variant: small-caps;
	font-family: Courier New, Courier, mono;
	margin-bottom: 1.5em;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

#content h3 {
	font-size: 18px;
	font-family: Courier New, Courier, mono;
	font-variant: small-caps;
	font-weight: bold;
	color: #9d0383;
	text-align: right;
	border-bottom-color: #9d0383;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 1.5em;
}

.artniv1 li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font: 13px Courier, "Courier New", mono;
}

.artniv1 li a {
	color: #2700af;
}

.artniv1 li a:hover {
	color: #774bfe;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
} 

.widecolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 500px;
}

.post {
	margin-top: 40px;
	text-align: justify;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
/* End Structure */



/*	Begin Headers */

.description {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	top: 192px;
	left: 22px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.description label {
	visibility: hidden;
}

.description form {
	width: 130px;
}

.description ul {
	list-style-type: none;
	position: relative;
	width: 400px;
	margin: 0;
	padding: 0;
	bottom: 20px;
}

.description li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 16px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

.spip_documents {
	margin-top: 10px;
	margin-bottom: 20px;
}

.spip_documents_center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.spip_doc_titre {
	font-style: italic;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
	color: #181f5e;
	padding-top: 2px;
}

.spip_doc_descriptif {
	font-style: italic;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}



.spip_documents_right img {
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 20px;
	margin: 0;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.rubniv2 {
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Sidebar */
#sidebar
{
	padding: 44px 0 10px;
	margin-left: 530px;
	width: 200px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.boitepliante {
	border: 1px solid #d5d5d5; 			background: #ffffff;
	text-align: justify;
}

.boitepliante table {
	border:0; 
	width: 100%;
	background: #e7e7e7;
	color: #000000;
	font-size: 1em;
	line-height: 1.2em;
}

.boitepliante div {
	font-size: 0.9em;
	line-height: 1.3em;
}

.pliante {
	padding: 0px;
	list-style: none;
	background: #ffffff;
}

.pliante li {
	padding: 0px;
	margin: 0px;
}

.pliante div {
	padding: 1px;
}

.datepub {
	color: #ffffff;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	background: #7b206f;
	text-align: left;
	padding-left: 2px;
	font-weight: bold;
}


.datenews {
	color: #457f40;
}

.datemaj {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #f80d8e;
}

.review {
	color: #000000;
	font-size: 12px;

	width: 100%;
	background: #9680be;
	text-align: left;
	padding-left: 2px;
	font-style: italic;
}


.whoiswho {
	display: inline;
	float: left;
	height: 145px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding: 0;
}

.whoname {
	text-align: center;
}

.whoimage {
	text-align: center;
}

#langues {
	visibility: hidden;
}

/* @group publication */

.tabpub {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}

td.contpeople {
	margin: 0;
	vertical-align: middle;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
}

td.conttitle {
	margin: 0;
	vertical-align: middle;
	text-align: left;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

td.contpress {
	text-align: left;
	margin: 0;
	vertical-align: middle;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

td.contabstract {
	
}

.contabstract a {
	font-family: futura, Arial, Helvetica, Geneva, sans-serif;
}

.contabstract a:hover {
	color: #9d0383;
}

.contabstract div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	color: #575555;
}

.contabstract div hr {
	border: 1px solid #d5d1d1;
}

.docpubli, .linkpubli {
	text-align: right;
	padding: 2px;
}

.docpubli a {
}

.datepub {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

/* @end */

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
