@import "/skins/standard/Content.css";/*****************************************************************************	Agestis - Content Management System - http://www.agestis.com	by ARICIA http://www.aricia.fr*****************************************************************************			Version:	20080408.1538			coder:	Damien*****************************************************************************	Feuille de style par defaut / mise en place graphique du site		1- Mise ŕ zéro des styles sur les balises		2- Balise de bases (couleurs,polices, ...)		2- Mise en places des blocs (mise en page)				4- Style du contenu (dans l'improt Content.css)*****************************************************************************//********** Remise ŕ zéro des styles **********/	html, body, div {		margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;		vertical-align:baseline; background:transparent;	}	:focus { outline:0; }	/* citations */	blockquote:before, blockquote:after, q:before, q:after { content:""; }	blockquote, q { quotes:"" ""; }/********** Balises de base **********/	body {		font-family: verdana,"Trebuchet MS",geneva,arial,helvetica,sans-serif;		font-size:10pt;		color:#000000;		background:#E1FBBD;	}/********** Mise en places des blocs / interfacage graphique **********/	#GUI_PageContent {		border: 1px solid Black;		background:#FFFFFF;	}	#GUI_Header {		height: 190px;	}	#GUI_Footer {		height: 48px;		background-color: #375E06;		text-align:center;		color: #FFFFFF;	}	#GUI_Footer  A {color: #FFFFFF;}		#GUI_Content {		margin: 25px;	}#Menu{height: 24px;		background:#375E06;}	/* Classe permettant de donner une largeur fixe ŕ un élément et de le centrer horizontalement */	.LargeurCentree {		width: 980px;		margin: 0 auto;	}		#GUI_Logo{		width:205px; height:189px; display:block; position:absolute; 		z-index: 5;		margin-left:0px;		margin-top:0px;		background: transparent url('/bibliotheque/logo.png') top left repeat-y;	}		#GUI_Logo * { display:none; }			#GUI_Titre{		width:686px; height:137px; display:block; position:absolute; 		z-index: 5;		margin-left:250px;		margin-top:30px;		background: transparent url('/bibliotheque/beatrice-jaillet.png') top left no-repeat;	}		#GUI_Titre * { display:none; }		#Arianne {	font-weight:bold;	color:#1C095B;	padding-left:10px;	padding-top:10px;}		