body, form, ul, li, h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #b3d5ff;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#global{
	width: 980px;
	margin: auto;
	background-color: white;
}
/* !HEADER */
#header{
	position: relative;
	width: 980px;
	height: 275px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
}
#header ul.menu{
	position: absolute;
	top: 10px;
	right: 10px;
}
#header ul.menu li{
	display: inline;
	margin: 0 5px;
}
#header ul.menu a{
	text-transform: uppercase;
	color: white;
	font-size: 14px;
}
#header form{
	position: absolute;
	bottom: 40px; /* 40 */
	right: 55px;
}
#header form label{
	display: none;
}
#header #subscriber_email{
	width: 180px;
}
.header_accueil{
	background-image: url(../images/header-mediaone.gif);
}
.header_classic{
	background-image: url(../images/header-mediaone2.gif);
}
/* !BREACRUMB */
#breadcrumb{
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-indent: 10px;
}
/* !LEFT SIDEBAR */
#left_sidebar{
	float: left;
	width: 187px;
	margin-right: 20px !important;
	margin: 10px;
}
.menu_top{
	background-image: url(../images/bg_menu_top.gif);
	background-repeat: no-repeat;
	width: 187px;
	height: 8px;
}
.menu_bottom{
	background-image: url(../images/bg_menu_bottom.gif);
	background-repeat: no-repeat;
	width: 187px;
	height: 9px;
}
#left_sidebar ul.menu{
	width: 187px;
	background-image: url(../images/bg_menu_left.gif);
	background-repeat: repeat-y;
}
#left_sidebar ul.menu li{
	margin-left: 6px;
	width: 175px;
	height: 31px;
	line-height: 31px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;

	text-indent: 15px;
}
/* Hack CSS pour Internet Explorer 7, merci d'utiliser un vrai navigateur -_- */
*:first-child+html #left_sidebar ul.menu li{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
/* Hack CSS pour Internet Explorer 6, merci d'utiliser un vrai navigateur -_- */
* html #left_sidebar ul.menu li{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
#left_sidebar ul.menu li.parent{
	height: auto;
}
#left_sidebar ul.menu a{
	color: black;
	font-size: 14px;
	font-weight: bold;
}
#left_sidebar ul.menu a:hover{
	color: #F03931;
	text-decoration: none;
}
/* Second niveau */
#left_sidebar ul.menu li.parent li{
	display: none;
	margin: 0;
	list-style: none;
	background: none;
	background-color: #ececec;
	height: 20px;
	line-height: 20px;
	text-indent: 40px;
}
#left_sidebar ul.menu li.parent:hover li, #left_sidebar ul.menu li.active li{
	display: block;
}
#left_sidebar ul.menu li.parent li a{
	font-size: 12px;
}
/* !BLOC CENTRAL */
#component{
	float: left;
	width: 534px;
	margin-top: 10px;
}
#page, .leading, .contact{
	background-image: url(../images/bg_article.gif);
	background-repeat: repeat-y;
}
.contentheading{
	width: 534px;
	height: 39px;
	line-height: 39px;
	background-image: url(../images/bg_title_wide.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
.article_content{
	margin: 10px 10px 5px 10px;
}
.article_footer{
	background-image: url(../images/bg_article_footer.gif);
	background-repeat: no-repeat;
	width: 534px;
	height: 10px;
}
/* !RIGHT SIDEBAR */
#right_sidebar{
	float: right;
	width: 200px;
	margin: 10px 10px 10px 0;	
}


/* !FOOTER */
#footer{
	position: relative;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 42px;
	margin: auto;
	margin-bottom: 20px;
	color: white;
}
#footer ul.menu{
	margin-left: 10px;
	width: 300px;
	float: left;
}
#footer ul.menu li{
	display: inline;
	margin: 0 5px;
	height: 42px;
	line-height: 42px;
}
#footer ul.menu a{
	color: white;
}
#copyright{
	float: right;
	width: 200px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	text-align: right;
}
/* !MODULE NEWSFLASH */
.newsflash_title{
	width: 200px;
	height: 39px;
	line-height: 39px;
	background-image: url(../images/bg_title.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
.newsflash_content{
	background-image: url(../images/bg_newsflash_content.gif);
	background-repeat: repeat-y;
	padding: 10px;
	text-align: justify;
}
.newsflash_content h4{
	font-size: 13px;
}
.newsflash_content img{
	margin-right: 5px;
}
.newsflash_lien a{
	display: block;
	padding-left: 12px;
	margin-left: 80px;
	color: #F58238;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
}
.newsflash_content .article_separator{
	margin: 15px auto;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	width: 90%;
	height: 1px;
}
.newsflash_footer{
	width: 200px;
	height: 10px;
	background-image: url(../images/bg_newsflash_footer.gif);
}

/* !PAGE CONTACT */
#emailForm{
	margin-top: 30px;
}
#emailForm div.contact_email{
	clear: both;
}
#emailForm label{
	display: block;
	float: left;
	width: 150px;
	margin: 5px 0;
}
#emailForm label.copy{
	display: inline;
	float: none;
}
#emailForm input{
	width: 150px;
}
#emailForm button.validate{
	margin: 15px 0;
}


