
/*---------------------------
GENERAL
---------------------------*/
img{
border:0;
}

/*---------------------------
MISE NE PAGE BLOC
----------------------------*/
/*Fond noir*/
body {	
	background-color:#FFFFFF;
/*	overflow:auto;
*/}

/*Page centrée horizontalement*/
#page	{	
	width:1000px;
	height:600px;
	position:relative;
/*	left:50%;
	margin-left:-400px;*/
/*	top:50%;
	margin-top:-300px;*/
	margin:0pt auto;
	top:15px;
}

#header {
	height:200px;
}

#logo {
	height:50px;
	background:url(../SaL-images/SaL-logo10.png) no-repeat;
}	

#banniere {
	height:110px;
	border:#999999 1px solid;
}

#menu {
	height:20px;
	border-bottom:#999999 1px solid;
}

#sousmenu {
	height:20px;
}

/*---------------------------
CONTENU 
----------------------------*/
#PAGE_Content	{	
	width:1000px;
	height:450px;
	position:relative;
	text-align:center;
	display:inline;
	vertical-align:middle;
	color:#CCCCCC;
}

/*---------------------------
Bas de page : logos sponsors
----------------------------*/
#footer	{
	position:relative; 
	text-align:center; 
	top:100px; 
	width:100%; 
	height:100%;
}


/*---------------------------
TEXTE PRESENTATION - Quand page vide pour photo et visite
----------------------------*/
p.texte{
	font-size:18px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:10000;
	font-weight:bold;
}


