* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

* html * {
text-align:left;
}

ul, li {list-style-type: none;}

a {text-decoration : none;color: #000000;}


/* ----   ---- */

* html body {
text-align:center;
}

#main {
	margin: 0 auto 0;
	width:970px;
	height:100%;
	background-image :url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: 180px 0px;
}
* html #main {
background-position: 180px 5px;
}

#top {
	width: 960px;
	height: 100px;
	clear: left;
	margin-top:5px;
}

#top img {
	float: left;
}

#topform{
	width: 155px;
	float:right;
	overflow:hidden;
	padding-right : 0px;
	height:48px;
	margin-top:-2px;
}

.newsletter label, .newsletter input{
	float: left;
	color: #FF4D00 ;
	font-size : 11px;
}

.newsletter input {
	border: solid 1px #FF4D00 ;
	height: 19px;
	width : 50px;
	font-size : 10px;
	padding-left: 2px;
	padding-top:2px;
	float:left;
	margin-bottom: 5px;
}

.newsletter input.button {
	background-color : #FF4D00;
	color:white;
	width: 23px;	
	font-size : 10px;
	font-weight : bold;
	cursor: hand;
	padding: 0px;
	float:left;
}
*  > .newsletter input.button {
padding-bottom:2px;
}


.bandeau{
	float:right;
	margin-top:30px;
	margin-left:90px;
}

#loggin {
	float: right;
	background-image :url('../images/login.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 193px;
	height: 94px;
}


#loggin label {
	color: #FF4D00 ;
	float: left;
	font-size : 11px;
	clear: left;
	margin-right: 5px;
}

#loggin input {
	color: #FF4D00 ;
	border: solid 1px #FF4D00 ;
	font-size : 11px;
	height: 15px;
	float: left;
	padding-left: 2px;
}

#login {
	width: 108px;
	margin-bottom: 6px;
}

#pass {
	width: 70px;
}

#loggin input.logButton  {
	background-color : white;
	clear: left;
	display:block;
	float: none;
	font-size : 10px;
	margin-left: -32px;
	cursor: hand;
	border: none;
	font-weight: bold;
	height: 15px;
	background-image :url('../images/orange_dotte.png');
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: 25px 3px;
}

#centerColumnSearch span {
	color : #FF4D00 ;
}

html>body #loggin input.logButton  {
	margin-left: 0px;
}

#menuTopBg {
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
    opacity: 0.75;
	height: 19px;
	position: absolute;
	top: 81px;
	z-index: 1;
	width: 960px;
	position: absolute;
	~position: static;
	~margin-top: -5px;
}

* html #menuTopBg {
left: 0px;
}

#menuTop {
	width: 960px;
	clear: left;
	height: 19px;
	position : absolute;
	top:81px;
	z-index: 50;
	float:left;
}

#menuTop ul.topic{
	padding-top: 2px;
}

#menuTop ul.topic li{
	border-right: solid 1px #FF4D00 ;
	float: left;
    padding-left:5px;
	padding-right: 12px;
	margin-left : 7px;
	font-weight: bold;
    text-align:center;
	color: #054958;
	font-size : 11px; 
	/**width : 115px;*/
}

* html #menuTop ul.topic li{
	margin-left : 6px;
	/*width : 140px;*/
}

#menuTop ul.topic li.last{
        border:0px;
}

#menuTop ul.topic li a{
	color: #054958;
	font-size : 11px;
	
}

#flash{
	margin-left : 0px ;
	width:580px;
	text-align:center;
	/*margin-top:-35px;*/
	/*z-index:100;*/
}

*  html #flash{
	margin-left : 0px;
	/*margin-top : 15px;*/
	
}

#contentArticle{
	/*width : 500px;
	margin-left : -30px;
	width : 280px;
	float : left;*/
	position:absolute;
	overflow:hidden;
	width:214px;
	margin-left:-50px;
	text-align:left;
}

/** html #contentArticle{
	width : 310px;
	margin-left : 300px;
	margin-top : 90px;
	float : left;
}*/


/* ----   ---- */
.floatLeft
{
	float: left!important;
	margin-bottom: 20px;
}

a.seeMore {
	color: #054958;
	clear : left;
	display:block;
	font-weight: bold;
	
}

a.seeMore strong {
	font-size: 20px;
	font-weight: normal;
	
}

.print {
	display :none;
}

hr.spacer {
	clear: left;
	display : block;
	color :white;
	width : 1px;
	height: 1px;
}

