@import "/skins/standard/Content.css";
/*****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20071018.1751
			coder:	Damien
*****************************************************************************
	Feuille de style par defaut / mise en place graphique du site

		2- Balise de bases (couleurs,polices, ...)
		2- Mise en places des blocs (mise en page)
		
		4- Style du contenu (dans l'improt Content.css)
*****************************************************************************/



/********** Balises de base **********/
	html, body {
		width:100%; height:100%;
		background:#FFFFFF;
		margin:0; padding:0;
		border:0;
	}

	
	body {
		font-family: verdana,"Trebuchet MS",geneva,arial,helvetica,sans-serif;
		font-size:0.8em;		/* equiv 10pt */
		
		color:#000000;
		background: transparent url('/skins/standard/images/bg_body.jpg') 0px 220px repeat-x;
	}
	

/********** Mise en places des blocs / interfacage graphique **********/

	#GUI_LogoAgestis {
		width:350px; height:150px; display:block; position:absolute; 
		z-index:5;
		top:50px; margin-left:50px;
		background: transparent url('/skins/standard/images/bg_LogoAgestis.png') top left repeat-y;
	}
		#GUI_LogoAgestis * { display:none; }

	#GUI_Main {
		display: block;
		min-height: 100%; /*height:100%;*/
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 0;
		background: transparent url('/skins/standard/images/bg_ombre.png') top center repeat-y;
	}

	#GUI_PageContent {
		background: #FFF;
		padding-bottom: 50px;
		min-height: 100%; /*height:100%;*/
	}
		
	#GUI_Header {
		height: 200px;
	}

		#GUI_Banniere{
			height:150px; width:100%; float:left; position:relative; left:0; top:0; z-index:1;
		}
		
		#GUI_BarreH{
			height: 50px; clear:both;
			background: #FFF url('/skins/standard/images/bg_header_barre.jpg') top left repeat-x;
		}
			#GUI_BarreH a {
				display: block; float: right; margin:6px 2px;
				width:35px; height: 26px;
				text-decoration: none;
				background: url(/skins/standard/images/bg_Menu_barre.gif) 0 0 no-repeat;
			}
			#GUI_BarreH a span { display:none; }
			#GUI_BarreH a.En { background-position: 0 -26px; }
			#GUI_BarreH a.Nl { background-position: 0 -52px; }
			#GUI_BarreH a.contact { width:82px !important; margin-left:15px; background-position:0 -78px; }

	#GUI_Footer {
		width:100%; height:50px;
		position:absolute; bottom:0; left: 0px;
		display: block; z-index: 999;
	}
		#GUI_Copy {
			line-height:50px;
			color:#707173; font-size:8pt; text-align:center;
			background: #FFF url('/skins/standard/images/bg_footer.jpg') top left repeat-x;
		}
		#GUI_Copy b { color:#8c1f19; }
		#GUI_Copy a { color:#707173; text-decoration:none; }

	#GUI_Content {
		/*min-height:368px;*/
		margin:20px 50px 20px 162px;
	}
	#Content_Container {
		width:588px;
	}


	/* Classe permettant de donner une largeur fixe à un élément et de le centrer horizontalement */
	.Largeur800 {
		width: 800px;
	}
	.Centered {
		margin: 0 auto;
	}