@import url("Menu/menu.css");
@import url("Accueil.css");
@import url("Typo.css");
@import url("Page.css");

@charset "iso-8859-1";

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		background-color: #ededee;
		font-family:Arial, Helvetica, sans-serif;
		color:#1a171b;
		font-size:75%;
		scrollbar-face-color: #141215;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #A0A0A0;
		scrollbar-3dlight-color: #999999;
		scrollbar-darkshadow-color: #999999;
		scrollbar-track-color: #CCCCCC;
		scrollbar-arrow-color: #FFFFFF;
	}
	
	#conteneur {
		position: absolute;
		left: 50%;
	/*	top: 50%;*/
		width: 800px;
	/*	margin-top: -275px; /* moitié de la hauteur */
		margin-left: -400px; /* moitié de la largeur */
	}
	
	/*HEADER*/
	#header {
	width:800px;
	height: 115px; 
	}
	#LogoGEBTP{
	float:left;
	background:url(images/Logo_GEBTP.gif) center top no-repeat;
	height:115px;
	width:225px;
	}#LogoGEBTP span {
	display:none;
	}
	#Slogan{
	float:left;
	background:url(images/Haut.gif) center top no-repeat;
	height:115px;
	width:350px;
	}
	#LogoCrri{
	float:left;
	background:url(images/Logo_CRRI.gif) center top no-repeat;
	height:115px;
	width:225px;
	}#LogoCrri span {
	display:none;
	}
	
	#MenuAdmin{
	float:left;
	width:800px;
	height:70px;
	font-size:150%;
	text-align:center;
	}#MenuAdmin a.on{
	color:#eb0000;
	}
	
	#MenuAd{
	float:left;
	width:800px;
	height:70px;
	}

	/*PIED*/
	#pied{
	float:left;
	width:800px;
	height:36px;
	}
	.PiedLien{
	float:left;
	width:128px;
	text-align:center;
	}
	#Adresse{
	float:left;
	width:542px;
	text-align:center;
	}
	#Adresse p {
	color:#eb0000;
	font-weight:bold;
	font-size:90%;
	}
