/* @override http://usinette.org/squelettes/css/structure.css */

/* @group general */

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

body {
	color: #333;
	font: 62.5% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}


/* 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: #7e7e7e;
	text-decoration: none;
}

a:hover {
	color: #7e3f3f;
	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;
}

div.spip_forms {
	border-style: none;
}

legend {
	font-family: Courier, mono, "Courier New";
	font-weight: bold;
	color: #647749;
}

object {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @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 { margin-left:auto; margin-right:auto;
	font: italic bold 11px/12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}
.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 {
	padding: 0;
	height: 99px;
}

#headerimg_left {
	padding: 0;
	position: absolute;
	width: 523px;
	left: 10px;
	margin: 0;
	top: 5px;
	height: 100px;
	z-index: 20;
}

#logosite {
	position: absolute;
	top: 20px;
	left: 10px;
}

#logosite a:hover {
	opacity: 0.25;
}

#header_title {
	position: absolute;
	left: 120px;
	top: 5px;
	height: 100px;
	z-index: 30;
	margin-bottom: 10px;
}

#headerimg_right {
	padding: 0;
	position: absolute;
	width: 691px;
	margin: 0;
	top: 5px;
	height: 100px;
	right: 10px;
	z-index: 10;
	text-align: right;
}

#header_title h1 {
	position: relative;
	font: 81px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

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

#header_title h2 {
	position: relative;
	font-size: 22px;
	margin: 0 0 10px;
	text-align: left;
	padding: 0;
	color: #7f7f7f;
	left: 1px;
	bottom: 7px;
}

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

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

#traduction {
	padding: 0;
	font: 11px Courier, mono, "Courier New";
	text-align: left;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
	position: relative;
	bottom: 10px;
	color: #000;
}

#traduction a {
	color: #51a928;
}

#traduction a:hover {
	color: #a3e484;
}

/* @end */

/* @group content */

#content {
	width: 65%;
	display: inline;
	float: left;
	margin: 20px 0 90px;
	padding: 0 1%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	padding: 0;
	margin-bottom: 5px;
}

#content h5 {
	font-size: 12px;
	text-align: center;
}

#content a {
	text-decoration: none;
	color: #0092d0;
}

#content a:hover {
	text-decoration: none;
	color: #7dd8ff;
}

#content ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#content ul li {
	list-style-type: disc;
}

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

strong.caractencadre-spip.spip {
	background-color: #2367ac;
	position: relative;
	padding: 3px;
	bottom: 20px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

/* @end */

/* @group nav */

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

.artniv1 li a {
}

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

#nav {
	font: 1.2em futura, Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	bottom: 22px;
	padding: 0;
	margin: 0;
	right: 30px;
	z-index: 300;
	width: 566px;
}

#langues {
	width: 82px;
	position: absolute;
	right: 5px;
	top: 15px;
}

#rech {
	position: absolute;
	right: 5px;
	top: 39px;
}

#rech label {
	position: absolute;
	bottom: 27px;
}

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

#langues select {
	width: 95px;
	background-color: #51a928;
	color: #fff;
	font: 12px Courier, mono, "Courier New";
}

.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 sidebar */

#sidebar {
	width: 28%;
	margin-top: 45px;
	margin-bottom: 80px;
	float: right;
	display: inline;
	position: relative;
	padding: 5px;
	font-weight: bold;
}

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

#sidebar ul li {
	opacity: 1;
}

#sidebar ul li a {
	opacity: 0.90;
}

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

#sidebar ul ul li {
	margin-left: 9px;
	margin-bottom: 10px;
	margin-top: 0;
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #50a928;
	opacity: 1;
	font: 12px Courier, mono, "Courier New";
}

#sidebar ul ul li a:hover {
	color: #a3e484;
	opacity: 1;
}

#newsletter {
	background-color: #f7f7f7;
	padding: 9px;
	border: 1px dashed #51a928;
	font: 12px mono, Courier, "Courier New";
	color: #51a928;
}

#newsletter input#sub_email {
	width: 95%;
}

/* @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 news */

.datenews {
	color: #457f40;
}

/* @end */

/* @group intranet */

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

/* @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: 65%;
	min-width : 110px;
}

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

/* Holly hack for IE \*/

* html #container {
	height: 0;
}

/* */

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

#wrapper {
	width: 100%;
}

/* @end */