/* ==================================================================
	       Author: Corentin Azelart
	       Published: 09 September 2009
===================================================================== */
* {
	margin : 0;
	padding : 0;
}

/* === BODY === */
body {
	font : 13px "Tahoma", Arial, Sans-Serif;
	color : #554b42;
	line-height : 1.6;
	background : #353433 url(images/bg_top.gif) repeat-x 0 0;
}
img {
	border : none;
}
a:link, a:visited {
	text-decoration : none;
	color : #2c6f89;
}
a:hover, a:active {
	text-decoration : none;
	color : #ed145b;
}


/* === HEADER === */
#headerContainer {
	width: 100%;
	height: 48px;
	background-image:url(../images/header_bg.png);
}

/* === BODY ===*/
#bodyContainer {
	height: 200px;
	background-color: #AECBD3;
}

#menuContainer {
	text-align: right;
	margin-right: 10px;
}

#spacer {
	height: 10px;
	width: 100%;
}

#description {
	border-left: 1px solid #333333;
	padding-left: 5px;
}

#ariane {
	font-weight: bold;
}

/* === FOOTER === */
#footerContainer {
	width : 100%;
}
#footer {
	margin : 0 auto;
	width : 800px;
}
#footertext {
	margin : 0 auto;
	width : 800px;
	height : 120px;
	text-align : center;
	font : 12px "Tahoma", Arial, Sans-Serif;
	color : #a7ccdc;
	padding-top : 30px;
}
#footertext a:link, #footer a:visited {
	color : #a7ccdc;
}
#footertext a:hover, #footer a:active {
	color : #ffff00;
}