/* @override http://wwwtest.biologie.ens.fr/~ingeco/bones/css/structure.css */

/* @group general */

body {
	padding: 5px 370px 10px;
}

body {
	font-size: 62.5%;


/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}


/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

img {
	behavior: url(win_png.htc);
}


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

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

a {
	color: #12cb55;
	text-decoration: none;
}

a:hover {
	color: #17ff6b;
	text-decoration: none;
}

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}

select {
	width: 130px;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

a img {
	border: none;
}

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

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

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

/* @end */

/* @group spip */

table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
}

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left:auto; margin-right:auto;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left:auto; margin-right:auto;
}

table.spip caption {
	caption-side: top;


/* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}

table.spip tr.row_first {
	background: #FFC;
}

table.spip tr.row_odd {
	background: #DDD;
}

table.spip tr.row_even {
	background: #EEE;
}

table.spip th, table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

/* @end */

/* @group head */

#header_title {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 44px;
	left: 177px;
	z-index: 100;
}

h2.liendepbio {
	position: absolute;
	right: 0;
	bottom: 117px;
	z-index: 1;
}

#header {
	padding: 0;
	height: 130px;
	background: url(../images/headerimg_background.jpg) repeat-x;
}

#headerimg_left {
	margin: 0;
	height: 134px;
	background: url(../images/) no-repeat 0 top;
	width: 525px;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 6px;
	left: 5px;
}

#headerimg_right {
	margin: 0;
	height: 134px;
	background: url(../images/) no-repeat 0 top;
	padding: 0;
	position: absolute;
	right: 10px;
	z-index: 0;
	top: 5px;
	width: 235px;
}

#logogaie {
	position: absolute;
	left: 4px;
	top: 4px;
}

#header_title h1 {
	font-weight: normal;
	font-style: normal;
	color: #7e95ac;
	position: relative;
	z-index: 300;
	left: 72px;
	bottom: 28px;
}

#header_title h1 a:hover {
	opacity: 0.5;
}

#headerimg_right h2.chef {
	position: absolute;
	right: 0;
	top: 131px;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	text-align: right;
	padding: 0;
}

#headerimg_right h2 a {
	color: #26264d;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#headerimg_right h2 a:hover {
	color: #5858b1;
}

/* @end */

/* @group nav */

.artniv1 li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.artniv1 li a {
}

.artniv1 li a:hover {
	opacity: 1;
}

#nav {
	position: relative;
	bottom: 4px;
	padding: 0;
	margin: 0;
	z-index: 300;
	width: 566px;
	right: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#langues {
	width: 82px;
	float: right;
}

#langues form {
	margin: 0;
	padding: 0;
}

#langues select {
	font-family: futura, Arial, Helvetica, Geneva, sans-serif;
	width: 80px;
	border: 1px dashed #7e7e7e;
	background-color: #dbdbdb;
}

.formulaire_menu_lang {
	margin: 0;
	padding: 0;
}

#langues label {
	display: none;
}

#navitems {
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
}

#nav a:hover {
	opacity: 0.75;
}

/* @end */

/* @group content */

#content {
	width: 68%;
	display: inline;
	float: left;
	margin: 14px 0 90px;
	padding: 0 1%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content p {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 15px;
}

#content li {
	font-size: 1.1em;
	list-style-position: inside;
}

#content h2 {
	color: #00007e;
	text-align: left;
	font: 1.6em futura, Arial, Helvetica, Geneva, sans-serif;
	left: 220px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
}

#content h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #2367ac;
	font: normal normal 19px Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-size: 1.2em;
	background-color: #f7efd8;
	color: #593e2c;
	padding: 0;
	margin: 18px 0 5px;
}

#content h5 {
	font-size: 14px;
	margin: 36px 0 18px;
	padding: 0;
	color: #2eb400;
	font-weight: normal;
	font-style: normal;
}

.doc {
	margin: 10px;
	display: none;
	text-align: left;
}

strong.caractencadre-spip.spip {
	background-color: #2367ac;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#meme-rubrique {
	float: right;
	width: 200px;
	background-color: #f0ffeb;
	margin: 0 0 0 10px;
	padding: 2px;
	font-size: 8px;
	line-height: 9px;
	text-align: justify;
}

#meme-rubrique a.on {
	color: #6089b2;
}

#meme-rubrique h2 {
	margin: 0;
	padding: 0;
}

#meme-rubrique ul {
	padding: 0;
	margin: 5px;
}

#meme-rubrique li {
	padding: 0;
	margin: 0 0 8px;
	list-style-type: square;
	list-style-position: inside;
}

#actus p {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	margin-top: 3px;
}

.date {
	font-size: 14px;
	font-style: italic;
}

.grostitre {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #2fbb00;
}

.titre {
	color: #2fbb00;
	font-style: italic;
	font-size: 12px;
}

ul.article-ressources {
	padding: 0;
	position: relative;
	list-style-type: none;

}

#content ul.article-ressources h3 {
	font-size: 15px;
	text-align: right;
}

#content ul.article-ressources h4 {
	background: none;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #3dd20a;
}

ul.article-ressources ul {
	list-style-type: none;
	padding: 2px 5px;
}

ul.article-ressources ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

.impaire {
	background-color: #e3f0ff;
	height: 35px;
}

.paire {
	background-color: #f4f9ff;
	height: 35px;
}

.logodoc {
	position: absolute;
	right: 10px;
}

.typedoc {
	position: absolute;
	right: 40px;
}

.tailledoc {
}

.titredoc {
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
}

.titre-art-doc {
	font: italic 10px Arial, Helvetica, Geneva, sans-serif;
	color: #848484;
}

#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }

a.on {
	font-weight: bold;
}

/* @end */

/* @group equipe */

.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;
}

/* @end */

/* @group publication */

.tabpub {
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #e0e2ee;
	padding: 0;
	margin-top: 0;
	margin-left: 5%;
}

.pubrowtitre {
	background-color: #e0e2ee;
	vertical-align: top;
	text-align: justify;
}

.pubrowtitre td {
	font: italic 1.2em/1em futura, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding: 2px;
	vertical-align: middle;
	color: #222744;
	border-color: #e0e2ee;
}

.pubrowpeople {
	background-color: #efe9f8;
}

td.contpeople {
	text-align: right;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	color: #451f7e;
	font-family: futura, Arial, Helvetica, Geneva, sans-serif;
}

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

.pubrowabstract {
	
}

td.contabstract {
	
}

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

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

.coin_g_titre {
	width: 30px;
	height: 30px;
}

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

.docpubli a {
}

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

.review {
	color: #000000;
	font-size: 12px;
	width: 100%;
	background: #9680be;
	text-align: left;
	padding-left: 2px;
	font-style: italic;
}

/* @end */

/* @group news */

.datenews {
	color: #457f40;
}

/* @end */

/* @group intranet */

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

/* @end */

/* @group sidebar */

#sidebar {
	width: 30%;
	padding-right: 0;
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
	margin-bottom: 80px;
	padding-left: 0;
	float: right;
	display: inline;
	position: relative;
	right: 0;
	left: 16px;
	border-top: 2px dotted #cfe3f3;
	border-bottom: 2px dotted #cfe3f3;
	background: #f5f9fb url(../images/sidebar_bg.jp) repeat-y -3px;
}

#sidebar a {
	color: #2367ac;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	opacity: 0.75;
}

#sidebar a:hover {
	color: #7abcff;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

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

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

#sidebar ul li a:hover {
	opacity: 0.75;
}

#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: 2px 0 12px 10px;
}

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

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0 0 0 10px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 4px;
}

#sidebar ul ul li a {
	font-size: 11px;
	opacity: 0.51;
}

#sidebar ul ul li a.on {
	font-size: 11px;
	opacity: 1;
}

#sidebar ul ul ul li {
	margin-bottom: 8px;
}

#sidebar ul ul ul li a {
	font-size: 11px;
	opacity: 1;
	font-weight: normal;
	font-style: normal;
}

#sidebar ul ul ul ul li a {
	opacity: 1;
	color: #2367ac;
	font-style: normal;
	font-size: 10px;
	font-variant: normal;
	padding: 0;
	margin: 0;
}

#sidebar ul ul ul ul li a.on {
	color: #2367ac;
	font-size: 10px;
	font-variant: normal;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#sidebar ul ul ul li a.on {
	font-size: 12px;
	opacity: 1;
	font-weight: bold;
	color: #2367ac;
}

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

#sidebar #searchsubmit {
	padding: 1px;
}

#sidebar form {
	margin: 6px 0 0 3px;
}

.formulaire_recherche {
}

.formulaire_recherche label {
	display: none;
}

input#recherche.forml {
	border: 1px inset #cfe4fe;
	color: #717171;
	width: 140px;
}

#highlights {
	background-color: #dfffd4;
	padding: 5px;
	margin-top: 18px;
}

#highlights h2 {
	font-size: 14px;
}

.surtitre {
	text-align: right;
}

.soustitre {
	text-align: right;
	margin-bottom: 30px;
}

.chapo {
	color: #279d00;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#actu-clic {
	position: relative;
	top: 7px;
	left: 13px;
}

.meme-rub {
	padding: 5px;
	border: 2px dotted #b1ff96;
	position: relative;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	float: left;
}

#content h2.menu-titre {
	margin: 0;
	padding: 0;
	position: static;
}

.meme-rub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.meme-rub ul li {
	margin-left: 7px;
}

.meme-rub a:hover {
	opacity: 0.5;
}

.meme-rub a {
	opacity: 0.5;
}

.meme-rub a.on {
	opacity: 1;
}

/* @end */

/* @group foot */

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	font-family: futura, Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 6px;
}

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

.menupied li {
	list-style: none;
	display: inline;
	margin-right: 30px;
}

/* @end */

/* @group jello */

/* 
http://sandbox.mikepurvis.com/css/jello/calculator.php
 */

#stretch {
	margin: 0 auto 0 auto;
	padding: 5px 0 10px;
	width: 60%;
}

#container {
	margin: 0 -380px;
	position: relative;
}

/* Holly hack for IE \*/

* html #container {
	height: 0;
}

/* */

/* helps IE get the child percentages right. */

#wrapper {
	width: 100%;
}

/* @end */

/* @group roundedcorner */

/*
http://www.456bereastreet.com/lab/transparent-custom-corners-borders-v2/
 */

html {
	background: transparent
}

body {
	background: #5f5f5f url(bg.png) repeat-x fixed}

/* Default CSS
================================================*/

/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin: 1em 0;
	padding: 0 10px;
	border: 1px solid #666;
	background: #fff;
}

.cbb h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Normal styling */

.cb {
	margin: 0.5em 0;
}

/* Top corners and border */

.bt {
	background: url(../images/box.jpg) no-repeat 100% 0;
	margin: 0 0 0 15px;
	height: 15px;
}

.bt div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url(../images/box.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

/* Bottom corners and border */

.bb {
	background: url(../images/box.jpg) no-repeat 100% 100%;
	margin: 0 0 0 15px;
	height: 25px;
}

.bb div {
	height: 25px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url(../images/box.jpg) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}

/* Left border */

.i1 {
	padding: 0 0 0 15px;
	background: url(../images/borders.jpg) repeat-y 0 0;
}

/* Right border */

.i2 {
	padding: 0 15px 0 0;
	background: url(../images/borders.jpg) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */

.i3 {
	display: block;
	margin: 0;
	padding: 1px 10px;
	background: #fff;
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */

.i3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.i3 {
	display: inline-block;
}

.i3 {
	display: block;
}

/* Default CSS ends here */

/* Custom CSS
================================================*/

/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position: absolute;
	top: 0;
	right: 0;
}

.two {
	float: left;
	width: 45%;
}

.two .i1,
.two .i2 {
	background-image: url(../images/borders.gif);
}

.two .bt,
.two .bt div,
.two .bb,
.two .bb div {
	background-image: url(../images/box.gif);
}

#three {
	float: left;
	clear: both;
	width: 80%;
}

#three .cb {
	float: left;
	width: 40%;
}

/* @end */

/* @group couverture */

#couverture {
	background-color: #c8d0fd;
	width: 100%;
	height: 300px;
	margin-top: 8px;
}

#couverture h1 {
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
}

#couverture #image {
	width: 60%;
	background-color: #cdffbd;
	height: 276px;
	float: left;
}

#couverture #text {
	width: 39%;
	height: 276px;
	background-color: #ffdea8;
	float: right;
}



/* @end */
