/* @override 
	http://www.citynet.be/pro/templates/css/main.css
*/

html,
body,
#page,
h1,
ul,
li
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFFFF url(../images/bg3.jpg) repeat-x;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

#page
{
	position: relative;
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#header
{
	height: 112px;
	width:  100%;
	margin: auto auto 20px;
	position: relative;
}

#page #menu
{
	margin-top: -20px;
}

#page #header h1
{
	text-align: left;
	color: #FFFFFF;
}
#page #header h1.titre
{
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top: 15px;
	font-size: 100%;
	width: 700px;
	text-align: center;
	padding-top: 70px;
	margin-left: 20px;
}

#page #header h1.devenir
{
	padding: 26px 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 150%;
}

/*#page #header h1
{
	
}

#page #header h1.devenir
{
	background-image: none;
}*/

#page #content
{
	margin: 10px;
}

#page #menu ul
{
	margin-left: 25px;
}

#content div div.buttons a {
	text-decoration: none;
	color: #2c2c39;
	font-weight: bold;
	font-size: 0.9em;
	border: 2px solid #fbbf81;
}

#page #menu li
{
	float: left;
	list-style-type: none;
	padding: 3px 10px;
	margin-right: 5px;
	background-color: #1d344e;
	margin: 5px;
}

#page #menu li.right
{
	float: right;
}

#page #menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}

#page #menu li.selected
{

}

#page #menu li.selected a
{
}

h1, h2
{
	text-align: center;
}
