body {
	margin:0 auto; 
	}
	
ul
{
list-style-image : url( "../images/bullet.png" );
}
		
p {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align:justify;
		}
		
.content {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
		}
		
.contentwhite {
	font-family: Arial;
	color:#FFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
		}

.titlewhite {
	font-family: Arial;
	color:#FFF;
	font-weight: normal;
	font-size: 15px;
		}
		
.header {
	font-family: Arial;
	font-weight: bold;
	color:#f58426;
	font-size: 28px;
	line-height: 30px;
		}

.news {
	font-family: Arial;
	font-weight: bold;
	color:#f58426;
	font-size: 22px;
	line-height: 24px;
		}
		
.date {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
		}
		
.header2 {
	font-family: Arial;
	font-weight: bold;
	color:#f58426;
	font-size: 20px;
	line-height: 30px;
		}

.sub {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
		}
		
.footer {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color:#FFF;
		}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f58426;
	font-weight: bold;
	text-decoration: none
}

a:active {
	color: #f58426;
	font-weight: bold;
	text-decoration: none;
}

a.ref:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.ref:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.ref:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none
}

a.ref:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.white:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.white:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.white:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none
}
		
		
.formbutton {
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/soumettre.png) 0 0 no-repeat;
	width: 23px;
	height: 22px;
	position:absolute;
	cursor:pointer;
}

.frm_search_field {
	width: 180px;
	height: 16px;
	color: #999;
	padding: 2px;
	border: 1px solid #bbbbbb;
	}
