@charset "UTF-8";
/* CSS Document */

html, body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	outline:none;
}

p {
	color:#1c1e20;
	font-size:12px;
}
a {
	outline:none;
	color:rgb(125, 171, 29);
	text-decoration:underline;
}
a {
	outline:none;
	color:rgb(125, 171, 29);
	text-decoration:none;
}
h2 {
	color:rgb(125, 171, 29);
	font-size:17px;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:5px;
	line-height:18px;
}
h3 {
	color:rgb(49, 87, 141);
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:5px;
	line-height:18px;
}

p.bleu {
	color:rgb(49, 87, 141);
}

img {
	border:none;
}

.green {
	color:rgb(125, 171, 29);
}

#container {
	width:900px;
	margin:0;
	padding:0;
	margin:0px auto;
	/*border:#FF0000 solid 1px;*/
	position:relative;
}

.swfImgHide {
	display:none;
}

#leftCol ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#leftCol li{
	list-style:none;
	background:url(../images/li_ico.png) no-repeat;
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	padding-left:30px;
	margin-left:20px;
	font-size:12px;
}
p {
	line-height:16px;
}

/* Header
-------------------------------------------------------------------------------------------------------------------------- */

#header {
	position:relative;
	z-index:15;
	width:100%;
	height:125px;
	background:url(../images/header_bg.gif) repeat-x;
}

#header #logo {
	position:absolute;
	width:160px;
	height:47px;
	background:url(../images/logo.png) no-repeat;
	left:0px;
	top:25px;
}


/* content 1 level
-------------------------------------------------------------------------------------------------------------------------- */

#content {
	width:100%;
	/*height:535px;*/
	background:#212730 url(../images/topContent_bg2.jpg) no-repeat top center;
}
/*#content a,
#content a:visited {
color:#31578d;
text-decoration:none;
} 
	
#content a:hover {
color:#7eac1d;
text-decoration:none;
}*/

#content #leftBox {
	position: relative;
	width:617px;
	overflow:hidden;
	float:left;
}
#content #leftBox .container {
	margin-left:20px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}
#content #leftBox h1 {
	color:#9bd91d;
	font-size:36px;
	font-weight:lighter;
}
#content #leftBox p {
	color:#fff;
	font-size:13px;
}
#content #leftBox p.headline {
	color:#9bd91d;
}
#content #leftBox #breadcrumb {
	font-size:13px;
	color:#7dab1d;
}
#content #leftBox #breadcrumb a {
	font-size:13px;
	color:#7dab1d;
	outline:none;
}
#content #leftBox #breadcrumb a:hover {
	font-size:13px;
	color:#fff;
}
#content #leftBox #breadcrumb a.selected {
	font-size:13px;
	color:#fff;
}

#content #rightBox {
	width:283px;
	padding-bottom:15px;
	float:left;
	background:url(../images/topContent_rightBox_bg.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topContent_rightBox_bg.png', sizingMethod='crop');
}

.rhome {
	height:263px;
}

/* SubNav 
--------------------------------------------------------*/
#content #rightBox ul.subNav {
	padding:0px;
	margin:0px;
	margin-top:30px;
	list-style:none;
	width:283px;
	position:relative;
}

#content #rightBox ul.subNav li {
	padding:0px;
	margin:0px;
	list-style:none;
	min-height:30px;
	width:283px;
	background:url(../images/content_subNav_separator.gif) no-repeat 0px 28px;
}

#content #rightBox ul.subNav li a {
	padding:0px;
	margin:0px;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:283px;
	text-decoration:none;
	padding-left:40px;
	background:url(../images/arrow_white.png) no-repeat 20px 1px;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_white.png', sizingMethod='crop');
	outline:none;
}
#content #rightBox ul.subNav li a:hover,
#content #rightBox ul.subNav li a.selected {
	color:#7eac1d;
	background:url(../images/arrow_green.png) no-repeat 20px 1px;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_green.png', sizingMethod='crop');
}

#content #rightBox ul.subNav li ul.subNavBis {
	padding:0px;
	margin:0px;
	list-style:none;
	width:283px;
	position:relative;
}

#content #rightBox  ul.subNav li ul.subNavBis li {
	padding:0px;
	margin:0px;
	list-style:none;
	height:30px;
	width:283px;
	background:url(../images/content_subNav_separator.gif) no-repeat bottom;
}

#content #rightBox ul.subNav li ul.subNavBis li a {
	padding:0px;
	margin:0px;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:283px;
	text-decoration:none;
	padding-left:40px;
	background:url(../images/arrow_white.png) no-repeat 20px 1px;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_white.png', sizingMethod='crop');
	margin-left:20px;
	outline:none;
}
#content #rightBox ul.subNav li ul.subNavBis li a:hover,
#content #rightBox ul.subNav li ul.subNavBis li a.selected {
	color:#7eac1d;
	background:url(../images/arrow_green.png) no-repeat 20px 1px;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_green.png', sizingMethod='crop');
}

/* Testimonials
--------------------------------------------------------*/

#content #rightBox p {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
}

#content #rightBox p.title {
	font-size:16px;
	font-weight:bold;
	color:#a1c230;
	margin-top: 40px;
}

#content #rightBox p.quote {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin-top: 0px;
}

#content #rightBox p.signature {
	font-size:14px;
	font-weight:bold;
	color:#a1c230;
	margin-top: 20px;
}

#content #rightBox p.function {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-top: 0px;
}

#content #rightBox img {
	margin-top:20px;
}



/* content 2 level
-------------------------------------------------------------------------------------------------------------------------- */

#content #box1 {
	width:332px;
	height:262px;
	overflow:hidden;
	float:left;
	border-left:#d8d8d8 solid 1px;
	background:url(../images/mainContent_box_bg.jpg) repeat-x;
}

#content #box1 h1 {
	font-size:16px;
	color:#31578d;
	font-weight:normal;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}

#content #box1 p,
#content #box2 p,
#content #box3 p {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}

#content #box2 {
	width:282px;
	height:262px;
	overflow:hidden;
	float:left;
	border-left:#d8d8d8 solid 1px;
	background:url(../images/mainContent_box_bg.jpg) repeat-x;
	position:relative;
}

#content #box2 .rss_ico {
	position:absolute;
	top:15px;
	right:15px;
	z-index:2;
}

#content #box2 h1,
#content #box3 h1 {
	margin:0;
	padding:0;
	padding-top:17px;
	margin-left:20px;
	border-bottom:#d0d0d0 solid 1px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#020819;
	font-weight:normal;
}

#content #box2 p.date {
	color:#1c1c1c;
	font-weight:bold;
}
#content #box2 p.topNews {
	color:#314b66;
	font-weight:bold;
}
#content #box2 p.bottomNews {
	color:#1c1c1c;
	font-weight:normal;
}

#content #box3 {
	width:282px;
	height:262px;
	overflow:hidden;
	float:left;
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	background:url(../images/mainContent_box_bg.jpg) repeat-x;
}

#content #box_all {
	margin:0;
	padding:0;
	width:900px;
	overflow:hidden;
	float:left;
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	background:#fff url(../images/content_bg.jpg) no-repeat bottom;
	min-height:400px;
}

#content #box_all h1 {
	margin:0;
	padding:0;
	color:#0e3d68;
	font-size:18px;
}

#content #box_all #leftCol {
	float:left;
	margin:0;
	padding:0;
	padding-bottom:50px;
	width:615px;
}
#content #box_all #leftCol .container {
	margin:20px;
	margin-right:0px;
}
#content #box_all #rightCol {
	width:283px;
	float:right;
	border-left:#d9d9d9 solid 1px;
	border-bottom:#d9d9d9 solid 1px;
	padding-bottom:30px;
	background:#fff url(../images/content_rightCol_bg.jpg) repeat-x bottom;
	height:330px;
}

#content #box_all #rightCol p {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
}

#content #box_all #rightCol p.title {
	font-size:16px;
	font-weight:bold;
	color:#a1c230;
	margin-top: 20px;
}

#content #box_all #rightCol p.quote {
	font-size:16px;
	font-weight:normal;
	color:#1c1e20;
	margin-top: 0px;
}

#content #box_all #rightCol p.signature {
	font-size:16px;
	font-weight:bold;
	color:#a1c230;
	margin-top: 20px;
}

#content #box_all #rightCol p.function {
	font-size:14px;
	font-weight:normal;
	color:#1c1e20;
	margin-top: 0px;
}

#content #box_all #rightCol img {
	margin-top:20px;
}




/* Slider 
-------------------------------------------------------------------------------------------------------------------------- */
#content #slider {
	position: relative;
	width:617px;
	height:273px;
	overflow:hidden;
	float:left;
	position:relative;
}


.window {
	height:273px;	width: 619px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel div {
	float: left;
	width:619px;
	height:273px;
}

.image_reel div h1 {
	margin:0px;
	padding:0px;
	padding-left:70px;
	margin-left:20px;
	margin-top:50px;
	
	background:url(../images/arrow_h1_home.png) no-repeat;
	font-size:30px;
	color:#FFFFFF;
	
}
.image_reel div h1 span {
	color:#9ec02f;
	
}

.paging {
	height:10px;
	display: none; 
	position:absolute;
	top:250px;
	left:0px;
	z-index:10;
}
.paging a {
	width:10px;
	height:10px;
	background: url(../images/slider_paging.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider_paging.png', sizingMethod='crop');
	padding: 5px;
	text-decoration: none;
	color: #fff;
	float:left;
	outline:none;
}
.paging a.active {
	
	background: url(../images/slider_paging_active.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider_paging_active.png', sizingMethod='crop');
	
}

.paging a:hover {
	font-weight: bold;
}


/* footer
-------------------------------------------------------------------------------------------------------------------------- */

#footer {
	width:100%;
	height:220px;
	background:url(../images/footer_bg.jpg) repeat-x;
}

#footer .col {
	width:204px;
	float:left;
}

#footer .col h1 {
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:20px;
}

#footer .col a {
	width:100%;
	font-size:12px;
	color:#898989;
	font-weight:normal;
	text-decoration:none;
	float:left;
	margin-bottom:6px;
	outline:none;
}
#footer .col a:hover {
	
	text-decoration:underline;
	
}

#footer .rBox {
	width:282px;
	height:217px;
	overflow:hidden;
	float:right;
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	border-bottom:#2f343e solid 3px;
	background:url(../images/mainContent_box_bg.jpg) repeat-x 0px -1px;
}

#footer .rBox h1 {
	margin:0;
	padding:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	font-size:16px;
	color:#083a64;
	font-weight:normal;
}

#footerBottom {
	width:100%;
	height:40px;
	background:url(../images/footerBottom_bg.jpg) repeat-x;
	margin-bottom:25px;
	font-size:11px;
	color:#074075;
}
#footerBottom a {
	font-size:11px;
	color:#074075;
	text-decoration:none;
}
#footerBottom a:hover {
	font-size:11px;
	color:#074075;
	text-decoration:underline;
}

#footerBottom .left {
	margin-top:20px;
	float:left;
}

#footerBottom .right {
	margin-top:20px;
	float:right;
}

/* Barre de recherche
-------------------------------------------------------------------------------------------------------------------------- */

#langChoice {
	position:absolute;
	top:52px;
	right:170px;
	font-size:11px;
	color:#FFFFFF;
}


#langChoice a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#langChoice a:hover {
	text-decoration:underline;
}
#langChoice a.selected {
	color:#475160;
	text-decoration:none;
}

#search {
	position:absolute;
	top:45px;
	right:-10px;
	width:165px;
	height:25px;
	margin:0px;
	padding:0px;
}

.formulaire_search {
	border:none;
	background:url(../images/search_bg.gif) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:0px;
	padding-left:10px;
	padding-top:0px;
	width:120px;
	height:25px;
	margin:0px;
	outline:none;
	float:left;
	line-height:25px;
	vertical-align:middle;
}

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.formulaire_search {
		padding-bottom:0px;
		padding-top:0px;
	}
}

.formulaire_searchbuttton {
	border:none;
	background:url(../images/search_bg.gif) no-repeat -130px 0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#666666;
	width:25px;
	height:25px;
	margin:0px;
	outline:none;
	float:left;
}

/* Newsletter From
-------------------------------------------------------------------------------------------------------------------------- */

#newsletter {
	width: 214px;
}

.form_newsletter {
	border:none;
	background:url(../images/newsletter_input.gif) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	width:140px;
	height:30px;
	margin:0px;
	outline:none;
	float:left;
	line-height:30px;
}

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.form_newsletter {
		padding-bottom:0px;
		padding-top:0px;
	}
}

.form_newsletterbuttton {
	border:none;
	background:url(../images/newsletter_button.gif) no-repeat 0 0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#666666;
	width:54px;
	height:37px;
	margin:0px;
	margin-top:-2px;
	outline:none;
	float:left;
}

/* General
-------------------------------------------------------------------------------------------------------------------------- */

.clear {
	clear:both;
	padding:0;
	margin:0;
	height:0;
	font-size: 1px; 
	line-height: 0;
}

a.bt {

	width:219px;
	height:36px;
	/*display:block;*/
	display:inline-block;
	
	background:url(../images/bt_bg.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bt_bg.png', sizingMethod='crop');
	padding-left:20px;
	
	font-size:12px;
	color:#31578d;
	font-weight:normal;
	line-height:36px;
	text-align:left;
	margin-left:13px;
	text-decoration:none;
	

}

a.bt:hover {

	background:url(../images/bt_bg_over.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bt_bg_over.png', sizingMethod='crop');

}
a.bt_arrow {
	height:25px;
}
a.bt_arrow {
	font-size:12px;
	font-weight:bold;
	color:#31578d;
	text-decoration:none;
	line-height:25px;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	padding-right:30px;
}
a.bt_arrow img {
	position:absolute;
	top:-1px;
	right:0px;
}
a.bt_arrow:hover {
	text-decoration:underline;
}

a.bt_arrow_home {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	padding-right:30px;
	margin-left:93px;
	margin-top:10px;
}
a.bt_arrow_home img {
	position:absolute;
	top:-1px;
	right:0px;
}
a.bt_arrow_home:hover {
	
	text-decoration:underline;
	
}

a.btArrowFront {
	height:25px;
}
a.btArrowFront {
	font-size:12px;
	font-weight:bold;
	color:#31578d;
	text-decoration:none;
	line-height:25px;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	padding-left:30px;
	display:inline;
	margin-bottom:5px;
	margin-left:10px;
	background:url(../images/arrow_bt.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_bt.png', sizingMethod='crop');
}
a.btArrowFront img {
	position:absolute;
	top:0px;
	left:0px;
}
a.btArrowFront:hover {
	text-decoration:underline;
}

a.btArrowFrontLeft {
	height:25px;
}
a.btArrowFrontLeft {
	font-size:12px;
	font-weight:bold;
	color:#31578d;
	text-decoration:none;
	line-height:25px;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	padding-left:30px;
	display:inline;
	margin-bottom:5px;
	margin-left:10px;
	background:url(../images/arrow_bt_left.png) no-repeat;
	_background: transparent; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_bt_left.png', sizingMethod='crop');
}
a.btArrowFrontLeft img {
	position:absolute;
	top:0px;
	left:0px;
}
a.btArrowFrontLeft:hover {
	text-decoration:underline;
}
.center{
	margin: auto;
}
hr {
	height: 1px;
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;

} 
/*hr { height: 1px; margin: -0.5em 0; padding: 0; color: #d9d9d9; background- color: #d9d9d9; border: 0; }*/
ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	list-style:disc;
}

.thumbc {
	width:100px;
	height:100px;
	text-align:center;
	border:#ededed solid 1px;
	background-color:#FFFFFF;
	float:left;
	position:relative;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin:5px;
}

.thumbc img {
	width:80px;
}

.thumbc * {
    vertical-align: middle;
}

.thumbc span {
    display: inline-block;
    height: 100%;
}

