body {
	color: black;
	text-decoration: none;
	height: auto;
	font: .7em/1.5em "Lucida Grande", "Helvetica Neue", Helvetica, Arial;
}

html, body {
	margin: 0;
	padding: 0;
}

#page {
	height: auto !important;
	height: 100%;
	width: 1000px;
}

/* @group header */

/* @group haut_de_page */

#header {
	margin: 0;
	padding: 0;
	height: 194px;
	top: 0px;
	left: 0px;
	position: relative;
}

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

li.logo_poiesis a {
	width: 151px;
	height: 27px;
	background: url(images_new/haut_de_page/logos/logo_poiesis.png) no-repeat;
	position: relative;
	top: 36.5px;
	left: 51.6px;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	float: left;
}

li.banniere a {
	width: 495px;
	height: 175px;
	background: url(images_new/haut_de_page/banniere_haut3.jpg) no-repeat;
	position: absolute;
	left: 253px;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	float: left;
	top: 0px;
}

li.lignes_haut a {
	float: left;
	position: absolute;
	left: 835px;
	background: none no-repeat;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	width: 90px;
	height: 175px;
}

li.logo_aedii a {
	float: left;
	top: 64.5px;
	left: 777px;
	height: 50px;
	background: url(images_new/haut_de_page/logos/logo_aedii.png) no-repeat -30px 0;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	width: 30px;
}

li.logo_aedii a:hover {
	background: url(images_new/haut_de_page/logos/logo_aedii.png) no-repeat 0 0;
}

li.logo_radium a {
	float: left;
	top: 68px;
	left: 851px;
	width: 60px;
	height: 45px;
	background: url(images_new/haut_de_page/logos/logo_radium.png) no-repeat -60px 0;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
}

li.logo_radium a:hover {
	background: url(images_new/haut_de_page/logos/logo_radium.png) no-repeat 0 0;
}

li.logo_edin a {
	float: left;
	top: 67px;
	left: 942px;
	width: 40px;
	height: 45px;
	background: url(images_new/haut_de_page/logos/logo_edin.png) no-repeat -40px 0;
	text-indent: -9999px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
}

li.logo_edin a:hover {
	background: url(images_new/haut_de_page/logos/logo_edin.png) no-repeat 0 0;
}

/* @end */


/* @group navigation */

#nav { 
	width: 1000px; 
	height: 19px; 
	position: absolute; 
	background: url(images_new/haut_de_page/menu.png) no-repeat; 
	margin:0; 
	padding: 0;
	top: 175px;
	left: 0;
} 

#nav li { 
	float: left; 
}

#nav li a { 
	top: 0; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: 19px; 
	background: url(images_new/haut_de_page/menu.png) no-repeat; 
	text-indent: -9999px; 
	overflow: hidden;
	position: absolute;
}

li#nav_accueil a { 
	left: 0; 
	width: 124.6px; 
	background-position: 0 0;
}

li#nav_revue a { 
	left: 124.6px; 
	width: 124.6px; 
	background-position: -124.6px 0;
}

li#nav_blogue a { 
	left: 249.2px; 
	width: 125px; 
	background-position: -249.2px 0;
}

li#nav_video a { 
	left: 373.8px; 
	width: 125px; 
	background-position: -373.8px 0;
}

li#nav_ressources a { 
	left: 498px; 
	width: 125px; 
	background-position: -498px 0;
}

li#nav_partenaires a { 
	left: 623px; 
	width: 125px; 
	background-position: -623px 0;
}

li#nav_liens a { 
	left: 747.6px; 
	width: 125px; 
	background-position: -747.5px 0;
}

li#nav_contact a { 
	left: 872.1px; 
	width: 127.7px; 
	background-position: -872.2px 0;
}

li#nav_accueil a:hover { 
	background-position: 0 -19px;
}

li#nav_revue a:hover { 
	background-position: -124.6px -19px;
}

li#nav_blogue a:hover { 
	background-position: -249.2px -19px;
}

li#nav_video a:hover { 
	background-position: -373.8px -19px;
}

li#nav_ressources a:hover { 
	background-position: -498.4px -19px;
}

li#nav_partenaires a:hover { 
	background-position: -623px -19px;
}

li#nav_liens a:hover { 
	background-position: -747.5px -19px;
}

li#nav_contact a:hover { 
	background-position: -872.2px -19px;
}

#body_accueil li#nav_accueil a {
	background-position: 0 -38px;
}

#body_revue li#nav_revue a {
	background-position: -124.6px -38px;
}

#body_blogue li#nav_blogue a {
	background-position: -249.2px -38px;
}

#body_video li#nav_video a {
	background-position: -373.8px -38px;
}

#body_ressources li#nav_ressources a {
	background-position: -498.4px -38px;
}

#body_partenaires li#nav_partenaires a {
	background-position: -623px -38px;
}

#body_liens li#nav_liens a { 
	background-position: -747.5px -38px;
}

#body_contact li#nav_contact a { 
	background-position: -872.2px -38px;
}

/* @end */

/* @end */

/* @group colonne gauche */

#colonne_gauche {
	position: relative;
	width: 250px;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	left: 0;
	height: 420px;
}

#volno_revue { 
	position: relative; 
	margin:0; 
	padding: 0;
	top: 100px;
	left: 125px;
	list-style-type: none;
	font-size: 8px;
	line-height: 1.2em;
	color: #989898;
	float: left;
	clear: left;
}

li#volno_revue_link a:link, a:visited { 
	text-decoration: underline;
	color: black;
}

li#volno_revue_link a:hover { 
	text-decoration: none;
	color: white;
	background-color: black;
}


/* @end */

/* @group contenu */

li#pronto {
	position: relative;
	top: -10px;
	left: 0;
}


li#coopsco {
	position: relative;
	top: 15px;
	left: 0;
} 
 
#onglets_partenaires img {
	display: block;
}

#contenu_special {
	position: relative;
	top: 0px;
	left: 0;
	padding: 0 0 60px;
	margin: 0;
	height: 500px;
	width: 600px;
}

#contenu {
	position: relative;
	top: 0px;
	width: 495px;
	left: 0;
	padding: 0 0 60px;
	margin: 0;
	float: left;
	height: auto;
}

.blogue { 
	float: left; 
	margin: 0; 
	padding:0; 
	width:495px;
	height: auto;
} 


.blogue img { 
	margin: 0 30px 0 0; 
	padding: 0; 
	display: block;
	float: left;
} 


#contenu_pages {
	position: relative;
	top: 76px;
	float: left;
	padding: 0;
	margin: 0;
}

#contenu_pages li { 
	list-style-type: none;
	left: 0px;
}

li#texte_titre {
	top: 0;
	position: relative;
	left: 0;
	height: 60px;
}

li#texte_pt1 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
}

li#texte_pt2 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt3 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt4 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt5 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt6 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt7 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

li#texte_pt8 {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	border-top: 1px dotted black;
	padding-top: 40px;
}

#contenu_pages a:link, a:visited { 
	text-decoration: underline;
	color: black;
}

#contenu_pages a:hover { 
	text-decoration: none;
	color: white;
	background-color: black;
}

li#paru_actuelle {
	margin: 0;
	padding: 0;
	position: relative;
	top: 30px;
}

li#image_couverture_actuelle {
	margin: 0;
	padding: 0;
	top: 50px;
	position: relative;
	border-style: none;
}

/* @group page partenaires */

#onglets_partenaires { 
	position: relative;
	width: 600px;
	margin: 0;
	left: 0;
	padding: 0;
	float: left;
	top: 80px;
}

#onglets_partenaires li { 
	float: left;
	list-style-type: none;
	margin: 0px 60px 60px 0;
}

/* @end */

/* @group images page « projets » */

#onglets_page_projets { 
	width: 350px;
	margin: 0;
	padding: 0;
	float: left;
	top: 76px;
	position: relative;
	left: 23px;
}

#onglets_page_projets li { 
	float: left;
	list-style-type: none;
	margin: 0 30px 30px 0;
} 
 
#onglets_page_projets img {
	display: block;
	border: 1px solid #989898;
}

li#padding {
	padding-right: 90px;
}
/* @end */

/* @group noms des projets (pg. projets) */

#page_projets {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 800px;
}

#page_projets li {
	list-style-type: none;
}

li#pro1 {
	position: relative;
	top: 127px;
	float: right;
	margin-bottom: 79px;
	margin-left: 30px;
}

li#pro2 {
	position: relative;
	top: 128px;
	float: right;
	margin-bottom: 79px;
	margin-left: 30px;
}

li#pro3 {
	position: relative;
	top: 129px;
	float: right;
	margin-bottom: 79px;
	margin-left: 90px;
}

li#pro4 {
	position: relative;
	top: 130px;
	float: right;
	margin-bottom: 79px;
	margin-left: 30px;
}

li#pro5 {
	position: relative;
	top: 131px;
	float: right;
	margin-bottom: 79px;
	margin-left: 30px;
}

li#pro6 {
	position: relative;
	top: 132px;
	float: right;
	margin-bottom: 79px;
	margin-left: 30px;
}

li#pro7 {
	position: relative;
	top: 133px;
	float: right;
	margin-bottom: 78px;
	margin-left: 30px;
}

li#pro8 {
	position: relative;
	top: 134px;
	float: right;
	margin-bottom: 78px;
	margin-left: 30px;
}

/* @end */

/* @group revues passées */

#navcover_top {
	width: 550px;
	margin: 175px 0 0;
	position: relative;
	top: 150px;
	padding: 0 0 30px;
	left: 0;
}

#navcover_top img {
	display: block;
	border: 1px solid #989898;
}

#navcover_top li { 
	list-style-type: none;
	margin: 0 45.5px 37px 0;
	float: left;
}

#navcover {
	width: 550px;
	margin: 0;
	position: relative;
	top: 150px;
	padding: 0 0 30px;
	left: 0;
}

#navcover li { 
	list-style-type: none;
	margin: 0 45.5px 37px 0;
	float: left;
} 
 
#navcover img {
	display: block;
	border: 1px solid #989898;
}

li#titre_navigation {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 40px;
}

li#titre_navigation2 {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 30px;
}

/* @end */

/* @group page video */

#onglets_video { 
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
	top: 0px;
	position: relative;
	left: 0px;
}

#page_video {
	float: left;
	width: 225px;
	margin: 0 27px 0 0;
	padding: 0;
	position: relative;
	top: 76px;
	left: 0px;
	height: auto;
}

#page_video li {
	list-style-type: none;
}

li#vid1 {
	position: relative;
	top: 94px;
	left: 0px;
	float: right;
	margin-bottom: 79px;
	text-align: right;
}

li#vid2 {
	position: relative;
	top: 94px;
	float: right;
	margin-bottom: 79px;
	text-align: right;
}

li#vid3 {
	position: relative;
	top: 84px;
	left: 0px;
	float: right;
	margin-bottom: 79px;
	text-align: right;
}

li#vid4 {
	position: relative;
	top: 73px;
	left: 0px;
	float: right;
	margin-bottom: 79px;
	text-align: right;
}

#onglets_page_video { 
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 253px;
	top: 156px;
	height: 400px;
}

#onglets_page_video li {
	list-style-type: none;
	margin: 0 30px 30px 0;
	float: left;
} 
 
#onglets_page_video img {
	display: block;
	border: 1px solid #989898;
}

li#padding_plus {
	padding-right: 120px;
}

/* @end */


/* @end */

/* @group colonne droite */

#colonne_droite {
	position: absolute;
	top: 194px;
	left: 805px;
	padding: 0;
	margin: 0;
	height: auto;
	float: left;
}

/* @group boîte auteurs */

#auteur { 
	position: relative;
	margin: 0;
	padding: 0;
	top: 76px;
	width: 195px;
}

#auteur li {
	list-style-type: none;
}

li#nom_auteur {
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.2em;
}

li#a_propos {
	position: relative;
	top: 0;
	left: 148px;
	line-height: 1.2em;
	font-size: 85%;
}

li#titre_auteur {
	position: relative;
	font-size: 75%;
	line-height: 1.2em;
	width: 195px;
	top: 20px;
}



/* @end */

/* @group onglets */

#onglets {
	margin: 0;
	left: 0;
	padding: 0;
	height: 500px;
	position: relative;
	top: 140px;
	width: 210px;
}

#onglets li {
	list-style-type: none;
	margin: 0px 30px 30px 0;
	float: left;
	padding: 0;
} 
 
#onglets img {
	display: block;
	border: 1px solid #989898;
}




/* @end */



/* @end */

/* @group footer */

#footer {
	height: 15px;
	top: 120px;
	position: relative;
	margin: 100px 0 0;
	border-top: 1px dotted black;
	width: 1000px;
	text-indent: 51px;
	font-size: 9px;
	padding: 2px 0 3px;
	left: 0;
	clear: left;
	visibility: visible;
}


#footer a {
	color:black; 
}

#footer a:hover { 
	text-decoration: none;
	color: white;
	background-color: black;
}



/* @end */

/* @group typographie */

.a_propos a:link, a:visited {
	line-height: 1.2em;
	text-decoration: underline;
	color: black;
}


.a_propos a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
}

.titre_article {
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2em;
}

* {
	
}

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.gras_double {
	font-weight: bold;
	font-size: 12px;
}

.bold {
	font-weight: bold;
	line-height: 1.5em;
}

.references {
	font-size: 85%;
	line-height: 1.2em;
}

.texte9px {
	line-height: 1.5em;
	font-size: 9px;
}

.texte8px {
	font-size: 8px;
}

.texte9px a:link, a:visited {
	text-decoration: underline;
	color: black;
}

.texte9px a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
}

.titolo {
	font-weight: bold;
	line-height: 1.2em;
}

.gris {
	color: #989898;
}

/* @end */

img {
	border-style: none;
}