*
{
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Verdana, sans-serif;
}

body
{
	width: 100%;
	height: 100%;
	background-color: #41546c;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

#page
{
	width: 1016px;
	height: 100%;
	margin: 0px auto 50px auto;
	border-collapse: collapse;
}

#banniere
{
	width: 100%;
	height: 200px;
}

#centre
{
	width: 100%;
}

#corps
{
	width: 783px;
	height: 100%;
	vertical-align: top;
}

#menu
{
	width: 214px;
	height: 100%;
	vertical-align: top;
	padding: 12px 7px 7px 12px;
}

#footer
{
	width: 902;
	height: 250px;
	padding: 7px 7px 5px 7px;
}

.titre_page
{
	width: 100%;
	height: 50px;
	padding-top: 5px;
	background-color: #c8d0db;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px #8b97a6;
}

/* #################### FONTS DEFINITION ############## */

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/segoeui.ttf'),
		 url('../fonts/segoeui.eot');
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/segoeuib.ttf'),
		 url('../fonts/segoeuib.eot');
	font-weight: bold;
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/segoeuii.ttf'),
		 url('../fonts/segoeuii.eot');
	font-style: italic;
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/segoeuiz.ttf'),
		 url('../fonts/segoeuiz.eot');
	font-style: italic;
	font-weight: bold;
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/segoeuil.ttf'),
		 url('../fonts/segoeuil.eot');
	font-weight: 100;
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('../fonts/seguisb.ttf'),
		 url('../fonts/seguisb.eot');
	font-weight: 150;
}