/* HTML tag styles                             */

html, body{
	margin:0;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #999999;
	background-color: #CCCCCC;
}


/* overrides decoration from previous rule for hovered links */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/



div#container {
	position:absolute;
	top:50%;
	left:50%;
	width:985px;
	height:701px;
	margin-left:-495px;
	margin-top: -350px;
}



div#principale{
}


div#footer{
	background-color: #0289B4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 20px;
	padding: 5px;
	color: #FFFFFF;
}

div#menu{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 68px;
}
