body {
	margin: 0;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333333;
}

a img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.none {
	/*text-transform: none;*/
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 130px;
}

#logo {
	float: left;
	padding-top: 20px;
	height: 100px;
	width: 312px;
}

#logo img {
	margin-left: 5px;
}

#langs {
	float: left;
	width: 240px;
	height: 22px;
	text-align: center;
	padding-left: 60px;
	padding-top: 33px;
	color: #444;
	font-weight: bold;
	text-align: center;
}

#langs a {
	color: #666;
	font-weight: normal;
}

#langs .disabled {
	color: #999;
	font-weight: normal;
}

#langs .disabled.current {
	font-weight: bold;
}

#langs img {
	/*margin-right: 10px;*/
}

#langs .lang {
	margin-right: 5px;
	margin-left: 5px;
}

#contact {
	float: left;
	width: 328px;
	height: 55px;
}

#contact img {
	float: right;
	margin-top: 30px;
}

#menu {
	float: left;
	width: 628px;
	height: 55px;
}

#menu_container {
	width: 560px;
	height: 30px;
	float: right;
	margin-top: 25px;
}

#menu_container .left {
	background: url('/images/top_menu_bg_left.png') left center no-repeat;
	width: 100%;
	height: 100%;
}

#menu_container .right {
	background: url('/images/top_menu_bg_right.png') right center no-repeat;
	width: 100%;
	height: 100%;
}

#menu_container .mid {
	background: url('/images/top_menu_bg_mid.png') center center repeat-x;
	width: 100%;
	height: 100%;
}

#menu_container a {
	display: block;
	width: 100%;
	height: 100%;
	color: #186187;
}

#menu_container a:hover {
	font-style: italic;
	text-decoration: none;
}

#menu_container ul {
	list-style: none;
	margin-left: 0;
	list-style-image: none;
	padding-top: 7px;
	margin: 0;
	padding-left: 28px;
}

#menu_container li {
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: 101px;
	text-align: center;
	color: #186187;
}

#menu_container li.current {
	font-style: italic;
}

#banner {
	height: 330px;
	background: url('/images/banner_bg.jpg') left center no-repeat;
}

#banner.inside {
	height: 160px;
	background: url('/images/banner_inside_bg.jpg') left center no-repeat;
}

#banner_text {
	width: 100%;
	height: 100%;
	background: transparent;
}

#banner_text .text {
	position: absolute;
}

#banner_text .text.line1 {
	font-size: 31px;
	font-family: Georgia;
	color: #085272;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 87px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#banner_text .text.line2 {
	font-size: 18px;
	color: #fff;
	margin-left: 47px;
	margin-top: 150px;
}

#banner_text .text.line3 {
	font-size: 18px;
	color: #fff;
	margin-left: 120px;
	margin-top: 173px;
}

#banner_left {
	float: left;
	width: 380px;
	height: 299px;
}

#banner_left img.achi {
	position: absolute;
	z-index: 10;
}

#banner_right {
	float: left;
	/*background: url('/images/banner_right.jpg') left center no-repeat;*/
	width: 580px;
	height: 299px;
}

#banner_left a {
	display: block;
	position: absolute;
	width: 380px;
	height: 299px;
	z-index: 10;
}

#banner_right a {
	display: block;
	position: absolute;
	width: 580px;
	height: 299px;
}

#banner .button {
	position: absolute;
	margin-left: 50px;
	margin-top: 215px;
}

#flashinfo {
	height: 31px;
	width: 940px;
	margin-left: 10px;
	color: #fff;
	font-size: 11px;
}

#banner.inside #flashinfo {
	position: relative;
	margin-top: 0;
}

#banner_inside_text {
	height: 130px;
	color: #fff;
	font-size: 24px;
}

#banner_inside_text p {
	padding-top: 40px;
	text-align: right;
	padding-right: 50px;
	/*font-family: Georgia;*/
}

#flashinfo a {
	color: #fff;
	background-color: #014363;
	width: 760px;
}

#flashinfo .arrow,
#flashinfo .dash {
	margin-left: 5px;
	margin-right: 5px;
}

#flashinfo_left {
	float: left;
	height: 20px;
	padding-left: 10px;
	padding-top: 9px;
	width: 880px;
}

#flashinfo_right {
	float: right;
	text-align: right;
	padding-right: 6px;
	padding-top: 9px;
}

#flashinfo_left .title {
	float: left;
}

#flashinfo_right img {
	border: 1px solid #014363;
}

#flashinfo_right img:hover {
	border: 1px solid #fff;
}

#content {
	min-height: 350px;
	width: 938px;
	margin-left: 10px;
	background: url('/images/content_bg.jpg') left top no-repeat #fff;
	line-height: 18px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#content.home {
	width: 940px;
	min-height: 275px;
	height: 275px;
	background: url('/images/content_home_bg.jpg') left center no-repeat;
	line-height: normal;
	border: 0;
}

#content h1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

#content h2 {
	color: #004463;
	font-size: 15px;
	margin: 0;
	font-weight: normal;
	padding-top: 5px;
}

h2.contact,
h2.runware,
h2.magnifier {
	padding-left: 40px;
	height: 26px;
	padding-top: 8px !important;
}

h2.puce {
	padding-left: 10px;
	padding-top: 0 !important;
}

h2.mini {
	padding-left: 20px;
	height: 22px;
	padding-top: 5px;
}

h2.contact {
	background: url('/images/icon_contact.png') left center no-repeat;
}

h2.runware {
	background: url('/images/icon_runware.png') left center no-repeat;
}

h2.puce {
	background: url('/images/puce5.gif') left center no-repeat;
}

h2.runware.mini {
	background: url('/images/icon_runware_mini.png') left center no-repeat;
}

h2.magnifier {
	background: url('/images/icon_magnifier.png') left center no-repeat;
}

img.email {
	margin-bottom: -6px;
}

#content.home h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 18px;
}

#content h3 {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #3e4241;
	text-align: center;
}

#content h3.date {
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 12px;
	text-align: left;
}

#content p {
	text-align: justify;
	font-size: 12px;
	margin-top: 10px;
}

#content ul {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

#content .zoom,
#content .partners,
#content .customers {
	float: left;
	margin-left: 1px;
	padding-left: 10px;
	height: 275px;
}

#content .customers {
	padding-left: 5px;
}

#content .zoom {
	width: 290px;
}

#content .partners {
	width: 115px;
	padding-left: 20px;
}

#content .customers {
	width: 175px;
}

#content .zoom {
	padding-right: 10px;
}

#content .zoom p.right {
	margin-left: 160px;
}

#content .partners ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#content .partners li {
	background: url('/images/partner_bg_noborder.png') left center no-repeat;
	display: inline;
	float: left;
	width: 92px;
	height: 69px;
	margin-top: 8px;
	margin-right: 8px;
	text-align: center;
}

#content .partners li img {
	border: 1px solid #cecece;
}

#content .partners li:hover img {
	border: 1px solid #999;
}

#content .customers ul {
	list-style: none;
	list-style-image: none;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}

#content .customers ul li {
	margin-bottom: 15px;
	background: url('/images/puce3.gif') left center no-repeat;
	padding-left: 15px;
}

#content .news p {
	margin-top: 5px;
	margin-bottom: 0;
}

#content .news .scroll {
	margin-top: 5px;
	overflow: auto;
	height: 238px;
	padding-right: 8px;
	/*padding-bottom: 10px;*/
}

#content .news h2 {
	float: left;
}

#content .news .rss {
	float: right;
	margin-top: 16px;
	padding-right: 5px;
}

#content .news .rss a {
	font-size: 11px;
	color: #eb6f0c;
	/*color: #f49446;*/
	font-weight: bold;
}

#content p.tous {
	text-align: center;
	margin-top: 15px;
}

/*#content .news .rss a:hover {
	color: #eb6f0c;
}*/

#content .news .rss img {
	margin-bottom: -3px;
}

#content .news {
	float: left;
	margin-left: 27px;
	width: 264px;
	height: 270px;
}

#content p.plus {
	text-align: right;
	margin-top: 5px;
}

#content a {
	color: #114e6b;
	font-weight: bold;
}

#content_left {
	width: 650px;
	padding: 10px;
	float: left;
}

#content_left p {
	text-align: justify;
}

#content_right {
	float: left;
	padding: 10px;
	width: 240px;
}

#content_right p {
	text-align: left;
}

#content ul {
	margin-bottom: 0;
	list-style: url('/images/bullet_square.gif');
	padding: 0;
}

#content ul li {
	margin-left: 20px;
}

#content.home ul li {
	margin-left: 0;
}

.block {
	width: 238px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.block .top {
	background: url('/images/block_right_bg_top.png') left top no-repeat;
	height: 11px;
}

.block .mid {
	background: url('/images/block_right_bg_mid.png') left center repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.block .bot {
	background: url('/images/block_right_bg_bot.png') left bottom no-repeat;
	height: 11px;
}

.block ul {
	text-align: left;
	margin-left: 0;
}

.block ul li {
	text-align: left;
	margin-bottom: 10px;
}

#footer {
	height: 30px;
	width: 100%;
	background: url('/images/footer_bg.png') left center no-repeat;
	margin-bottom: 35px;
	margin-left: 10px;
}

#footer.home {
	background: url('/images/footer_home_bg.png') left center no-repeat;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 10px;
}

#footer a {
	color: #fff;
}

.slideshow {
	float: left;
}

#slideshow_flashinfo {
	width: 750px;
	display: none;
}

#slideshow_flashinfo_loading {
	width: 750px;
}

p.chapo {
	color: #004463;
	font-size: 15px !important;
	padding-bottom: 5px;
}

p.date {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	color: #888;
	text-align: right !important;
	width: 100%;
	padding-bottom: 15px;
}

p.date a {
	color: #888 !important;
	font-weight: normal !important;
	text-decoration: underline;
}

table.documents {
	margin-top: 20px;
}

table.documents td.logo img {
	border: 1px solid #cecece;
}

table.documents td.logo img:hover {
	border: 1px solid #999;
}

table.documents td.desc {
	padding-left: 10px;
}

#content img.achi {
	border: 1px solid #cecece;
	margin-bottom: 10px;
}

#content img.achi:hover {
	border: 1px solid #999;
}

#content img.achi.left {
	float: left;
	margin-right: 20px;
}

#content img.achi.right {
	float: right;
	margin-left: 20px;
}

.first {
	margin-top: 0 !important;
}

.achievement {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}

.achievement.last {
	border-bottom: 0;
}

.achievements {
	margin-top: 15px;
}

.achievement h2 {
	padding-bottom: 10px;
	font-weight: bold !important;
}

.achievement p.date {
	border: 0;
}

.achievement_left {
	float: left;
	width: 170px;
}

.spip_documents_left {
	margin-right: 10px;
	margin-bottom: 10px;
}

.spip_documents_right {
	margin-left: 10px;
	margin-bottom: 10px;
}

p .spip_documents_center {
	width: 100%;
	text-align: center;
}

.spip_documents_center {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.highlight {
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #f5f5f5;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

.linked {
	margin-top: 10px;
}

a.none {
	font-weight: inherit !important;
	color: inherit !important;
}

a.none:hover p {
	text-decoration: underline !important;
}

.source {
	padding-top: 10px;
}

.list.article .title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.list.article {
	float: left;
	width: 530px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.list.article .left {
	float: left;
}

.list.article .right {
	float: right;
	color: #888;
}

.list.articles .image {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	width: 80px;
	height: 80px;
}

.article_item {
	margin-top: 20px;
}
