* {
	margin: 0;
	padding: 0;
	outline: none;
	
}
body {
	background: #dfdfdf url(images/body_bg.jpg) repeat-y top center;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #01466F;
}
a {
	color: #0087DB;
	text-decoration: none;
	border-bottom: 1px dotted #0087DB;
}
a:hover {
	color: #A96C01;
	border: none;
}
h1 {
	color: #006da9;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal !important;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(images/title_underline.jpg) no-repeat bottom left;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 20px 0 10px 20px;
}
p {
	margin-left: 30px;
}
ul {
	margin: 10px 0 20px 60px;
	list-style-type: none;
}
li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left 5px;
}
ul ul li, li ul li {
	background: url(images/bullet2.gif) no-repeat left 5px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/container_bg.jpg) repeat-y top left;
	width: 920px;
	text-align: left;
}
#header {
	height: 109px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/header_bg.jpg) repeat-x top left;
}
#header_photo {
	float: left;
	width: 267px;
	height: 109px;
	background: transparent url(images/header_photo.jpg) no-repeat top left;
}
#header_logo {
	display: block;
	border: none;
	float: right;
	width: 212px;
	height: 109px;
	margin-left: 421px;
	background: transparent url(images/header_logo.jpg) no-repeat top left;
}
#menu {
	height: 24px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/menu_bg.jpg) repeat-x top left;
}
#menu a.menu_link {
	display: block;
	float: left;
	height: 20px;
	border-bottom: none;
	padding: 4px 20px 0 20px;
	border-right: 1px solid white;
	font-weight: normal;
	color: white;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(images/menu_bg.jpg) repeat-x top left;
}
#menu a.menu_link:hover {
	color: white;
	border-bottom: none;
	text-decoration: none;
	background: transparent url(images/menu_hover_bg.jpg) repeat-x top left;
}
#main_content_2col {
	float: left;
	width: 667px;
	padding: 10px 20px 30px 30px;
	margin: 10px 0 10px 0;
}
#main_content {
	float: left;
	width: 767px;
	padding: 10px 20px 30px 30px;
	margin: 10px 0 10px 30px;
}
#menu_titre {
	display:inline;
	background:none;
	padding:0px;
}
#sub_menu {
	display:block;
	background:none;
	padding:0px;
}
.lang_au {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 15px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/au.png) no-repeat top left;
	display : block;
}
.lang_ch {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 16px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/ch.png) no-repeat top left;
	display : block;
}
.lang_cn {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 16px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/cn.png) no-repeat top left;
	display : block;
}
.lang_fr {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 16px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/fr.png) no-repeat top left;
	display : block;
}
.lang_sg {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 15px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/sg.png) no-repeat top left;
	display : block;
}
.lang_us {
	border-bottom: none;
	float: right;
	width: 19px;
	height: 16px;
	margin: 5px 5px 0 5px;
	background: transparent url(images/flags/us.png) no-repeat top left;
	display : block;
}
#column {
	float: left;
	width: 170px;
	padding: 20px 10px 20px 10px;
}
#footer {
	height: 26px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	background: transparent url(images/footer_bg.jpg) no-repeat top left;
	text-align: center;
	font-size: 11px;
}
input.text, textarea {
	font-size: 11px;
	color: #00476D;
	border: 1px solid #00476D;
	margin-bottom: 3px;
	padding: 1px;
}
input.button {
	font-size: 11px;
	font-weight: bold;
	color: #00476D;
	border: 1px solid #00476D;
	background: #f3f3f3;
	margin-bottom: 3px;
	padding: 2px;
}
input.button:hover {
	color: #f3f3f3;
	background-color: #00476D;
	border-color: #f3f3f3;
}
input.text:hover, textarea:hover {
	background-color: #f3f3f3;
}
#flash_anim {
	width: 900px;
	height: 203px;
	margin-left: 10px;
	background: transparent url(images/flash_bg.jpg) no-repeat top left;
}
.clearance {
	clear: both;
}
label {
	font-weight: bold;
	line-height: 1.2em;
}
.okButton {
	width: 22px;
	height: 23px;
	background: transparent url(images/ok_button.jpg) no-repeat top left;
	border: none;
}
.okButton:hover {
	background: transparent url(images/ok_button_hover.jpg) no-repeat top left;
}
.message {
	padding: 5px;
	margin: 10px 20px 20px 40px;
	background: #900;
	color: white;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #300;
	text-align: center;
}
.listTable {
	width: 800px;
	font-size: 10px;
}
.listTable th {
	font-weight: bold;
	color: white;
	background: #333;
	padding: 2px;
	text-align: center;
}
.listTable td {
	padding: 2px;
}
.listTable tr.even td {
	background: #f3f3f3;
}
blockquote {
	background: transparent url(images/open_quote.gif) no-repeat top left;
	margin: 0 0 40px 30px;
	padding: 10px 0 0 27px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	color: #666;
}
blockquote p {
	margin: 0;
	padding: 0 22px 10px 0;
	text-align: justify;
	line-height: 1.3em;
	background: transparent url(images/end_quote.gif) no-repeat bottom right;
}
blockquote .quote_source {
	text-align: right;
	margin-right: 2em;
	font-style: normal;
}
.testim_button_fr {
	display: block;
	float: left;
	width: 244px;
	height: 93px;
	border: none;
	background: transparent url(images/testim_button_fr.gif) no-repeat top left;
}
.testim_button_fr:hover {
	background: transparent url(images/testim_button_hover_fr.gif) no-repeat top left;
}
.testim_button_en {
	display: block;
	float: left;
	width: 244px;
	height: 93px;
	border: none;
	background: transparent url(images/testim_button_en.gif) no-repeat top left;
}
.testim_button_en:hover {
	background: transparent url(images/testim_button_hover_en.gif) no-repeat top left;
}
.news_button_fr {
	display: block;
	float: right;
	width: 244px;
	height: 93px;
	border: none;
	background: transparent url(images/news_button_fr.gif) no-repeat top left;
}
.news_button_fr:hover {
	background: transparent url(images/news_button_hover_fr.gif) no-repeat top left;
}
.news_button_en {
	display: block;
	float: right;
	width: 244px;
	height: 93px;
	border: none;
	background: transparent url(images/news_button_en.gif) no-repeat top left;
}
.news_button_en:hover {
	background: transparent url(images/news_button_hover_en.gif) no-repeat top left;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.lflt {
	float: left;
}
.rflt {
	float: right;
}
#searchResults {
	width: 75%;
	margin-left: 100px;
}
.highlight {
	font-weight: bold;
	background: #E5E5FF;
}
.editButton {
	display: block;
	border: none;
	float: right;
	margin: 2px 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/edit_icon.gif) no-repeat top left;
}
.editButton:hover {
	background-image: url(images/edit_icon_hover.gif);
}
.delButton {
	display: block;
	border: none;
	float: right;
	margin: 2px 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/delete_icon.gif) no-repeat top left;
}
.delButton:hover {
	background-image: url(images/delete_icon_hover.gif);
}
#references {
	margin-left: 100px;
}
#references td {
	padding: 15px;
}
#references img {
	padding: 0 25px;
	vertical-align: middle;
}

/* Présentations vidéos */
#presentation_banner {
	height: 200px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/new_banner.png) repeat-x top left;
}
#presentation_container h2, #presentation_container span {
	margin-left: 40px;
}
#presentation_container h2:hover {
	color: #0087DB;
}
.separator {
	background: transparent url(images/title_underline.jpg) no-repeat bottom left;
	height: 5px;
	margin-top: 15px;
	width: 99%;
}