*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
body{
	width:100%;
	height:100%;
	background-color:#FCCD6F;

}
	

h1{
}

img{
	border:0;
}


.hidden{
	display:none;
}
	
#global-container{
	width:902px;
	height:514px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-451px;
	margin-top:-251px;
	background-color:#F9FCFD;
}

#left-container{
	width:311px;
	height:502px;
	background-image:url(../../../../images/pages/escalade/home/background-left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#logo-box{
	width:65px;
	height:35px;
	position:absolute;
	left:4px;
	top:2px;
}

#menu-box{
	width:310px;
	position:absolute;
	top:60px;
	left:1px;
	
}

#menu-box ul{
	list-style-type:none;
}


#main-menu li{
	margin-bottom:5px;
}
#sub-menu li{
	margin-bottom:0px;
	margin-left:10px;
}



#center-container{
	height:502px;
	position:absolute;
	top:0px;
	left:311px;
	background-image:url(../../../../images/pages/escalade/home/background-center.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#right-container{
	height:502px;
	position:absolute;
	top:0px;
	left:714px;
	padding:0px;
	width:188px;
}




#actualites-container{
	width:462px;
	height:185px;
	background-image:url(../../../../images/pages/escalade/home/background-actualites.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:-85px; 
	bottom:-7px;
}
#actualites-container #img-text-actualites{
	margin-top:14px;
	margin-left:107px;
}

#actualites-box{
	width:340px;
	height:130px;
	margin-left:110px;
	color:#2d6174;
	font-size:12px;
}

.actualite-box{
	margin:8px 0;
}
.actualite-date a{
	color:#2D4174;
	font-size:11px;
	font-weight:bold;
}
.actualite-date a:hover{
	text-decoration:overline underline;
}
.actualite-titre{
}
.actualite-resume{
	font-size:11px;
}




#texte-accueil{
	width:394px;
	height:200px;
	background-color:#F9FCFD;
	padding:4px;

}
#texte-accueil p{
	font-size:12px;
	color:#D88600;
	line-height:16px;
}



/**	Mentions legales
------------------------------------------------*/
#mentions-container{
	clear:both;
	height:12px;
	width:100%;
	background-color:#FCCD6F;
}
#mentions-container a{
	font-size:10px;
	color:#2D4174;
	background-color:#FCCD6F;
	text-decoration:underline;
	position:relative;
	top:-4px;
	_top:-2px;
}


