/* --------------------------------------------------------------------------------
	REINITIALISATION
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

caption {
	display: none;
}
html {
	font-size: 100%;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	GLOBAL
-------------------------------------------------------------------------------- */

body {
	background-color: #e1e0e0;
	background-image: url(/images/design/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	font-family: Arial, Helvetica, sans-serif;
}

#global {
	margin: 0 auto;
	width: 984px;
}

.clear {
	clear: both;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	HEADER
-------------------------------------------------------------------------------- */

/* ENCART *********************************************************/
#header_encart {
	background-image: url(/images/design/header_encart_bg.jpg);
	background-repeat: no-repeat;
	height: 122px;
	margin: 0 auto;
	width: 980px;
}
	#header_encart_connect {
		float: left;
		width: 243px;
	}
	#header_encart_pub {
		float: left;
		height: 90px;
		margin: 12px 0 0 0;
		width: 730px;
	}

/* NAV *********************************************************/
#header_nav {
	background-image: url(/images/design/header_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	margin: 116px 0 0 0;
}
#header_nav ul {
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
}
#header_nav ul li {
	float: left;
}
#header_nav ul li#header_nav_01 {width: 108px;}
#header_nav ul li#header_nav_02 {width: 106px;}
#header_nav ul li#header_nav_03 {width: 126px;}
#header_nav ul li#header_nav_04 {width: 109px;}
#header_nav ul li#header_nav_05 {width: 365px;}
#header_nav ul li#header_nav_06 {margin: 0 5px 0 0; width: 25px;}
#header_nav ul li#header_nav_07 {margin: 0 5px 0 0; width: 25px;}
#header_nav ul li#header_nav_08 {margin: 0 5px 0 0; width: 25px;}
#header_nav ul li#header_nav_09 {width: 31px;}
#header_nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#header_nav ul li a:hover {
	color: #000;
}
#header_nav ul li#header_nav_06 a {
	background-image: url(/images/design/header_nav_picto_facebook.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent:  -10000px;
	width: 25px;
}
#header_nav ul li#header_nav_07 a {
	background-image: url(/images/design/header_nav_picto_facebook.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent:  -10000px;
	width: 25px;
}
#header_nav ul li#header_nav_08 a {
	background-image: url(/images/design/header_nav_picto_facebook.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent:  -10000px;
	width: 25px;
}
#header_nav ul li#header_nav_09 a {
	background-image: url(/images/design/header_nav_picto_plus.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent:  -10000px;
	width: 31px;
}

/*********************************************************************************/

#content {
	background-image: url(/images/design/content_bg.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

#content_bg {
	background-image: url(/images/design/content_top.png);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}

#col_01 {
	float: left;
	margin: 0 0 0 4px;
	width: 190px;
}
#col_02 {
	float: left;
	margin: 0 0 0 10px;
	width: 470px;
}
#col_03 {
	float: left;
	margin: 0 0 0 5px;
	width: 300px;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	FOOTER
-------------------------------------------------------------------------------- */

#footer {
	background-image: url(/images/design/footer_content.jpg);
	background-repeat: repeat-y;
}
#footer #footer_top {
	background-image: url(/images/design/footer_top.jpg);
	height: 20px;
}
#footer #footer_bottom {
	background-image: url(/images/design/footer_bottom.jpg);
	height: 20px;
}

