/* CSS Document */

BODY,TD,TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}



BODY {
	margin: 0px;
	padding: 0px;
	overflow:-moz-scrollbars-vertical;
	background:#f6f6f6;
}

#extra_text{display:none;}

INPUT, TEXTAREA{
	padding:2px;
	margin:0;
	border:1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

INPUT.button{}

P{margin:0 0 15px 0;padding:0;}

H1, H2, H3, H4, H5, H6{margin:0;padding:0}

UL{list-style-type: none; padding:0;margin:10px 0;}

UL LI{
	background: url(/design/puce.gif) no-repeat 0px 5px;
	padding:2px 0 2px 15px;
	margin:0 0 0 20px;
}

TD{vertical-align:top;}

INPUT.formbutton{

	display:block;
	background:#159;
	border:#159 1px solid;
	padding:2px;
	color:#fff;
	width:80px;
	text-align:center;
	text-decoration:none;
	width:75px;
	float:left;
	margin:0 10px 0 0;	
	padding:3px 6px;


}

#container{

	position:relative;
	margin:0 auto;
	width:950px;
	background:#ffffff;
	border:solid #dcdcdc;
	border-width:0 1px 1px 1px;
}

A {color:#113377;}
A:visited{color:#333333;}
A:hover, A:active{color:#FA833A;}

HR.clear{
	clear:both;
	visibility:hidden;
}

HR{  
	color:#ccc;
  	background:#ccc;
  	height:1px;
  	border-bottom: 1px solid #ccc;
}

/* ==============================================
TOP OF THE PAGE
============================================== */


#top{
	height:120px;
}

#logo{
	position:absolute;
	left:0;
	top:0;
}

#logo IMG{
	border:none;
}

/* ============LANGUAGES============ */

#languages{ 
	position:absolute;
	top:15px;
	right:15px;
	text-align:left;
	font-size: 10px;
}

#languages SPAN.start{
	display:block;
	float:right;
	width:450px;
	padding:2px;
	
	border:solid #d4d4d4;
	border-width:1px 0 1px 1px;
	color:#fff;
}

#languages SPAN.end{
	display:block;
	float:right;
	width:4px;
	padding:2px 0;
	
	border:solid #d4d4d4;
	border-width:1px 1px 1px 0;
	color:#fff;
}

#languages A , #languages A:visited{
	color:#555555;
	text-decoration:none;
	padding:2px 0;
	display:block;
	width:20px;
	float:right;
	
	border:solid #d4d4d4;
	border-width:1px 0;
	
	text-align:center;
}

#languages A:hover, #languages A:active{
	color:#FA833A;
	
}

#languages SPAN.selected {
	display:block;
	float:right;
	color:#fff;
	background:url(/design/languages.gif) repeat-y center center;
	padding:3px 0;
	border:none;
	width:26px;
	text-align:center;

}

/* ============QUICKLINK============ */

#quickLink{
	position:absolute;
	width:820px;
	top:70px;
	right:15px;
	border-bottom:1px solid #dddddd;
	text-align:right;
	padding:2px 0;
	
}

#quickLink TABLE TD.tdSpace{
	background:#ddd;
	width:120px;
}

#quickLink TABLE TD.tdLink{
	vertical-align:middle;
	background:#ddd;
	border-left:1px solid #fff;
}

#quickLink TABLE TD.tdSearch{
	vertical-align:middle;
	border-left:1px solid #fff;
	background:#ddd;
}

#quickLink IMG{
	border:none;
	margin:0;
	padding:0;
}

#quickLink FORM{
	margin:0;
	padding:0;
}

INPUT#field{
	background:#fff url(/design/glass.gif) no-repeat 5px 5px;
	padding:2px 3px 3px 15px;
	border:solid #ddd;
	border-width:1px;
}

INPUT#send{
	border:none;
}

/* ============BREACRUMPS============ */

#breadcrumbs{
	position:absolute;
	width:820px;
	top:100px;
	right:15px;
	border-bottom:1px solid #dddddd;
	padding:2px 0 4px 100px;
	color:#ccc;
}

#breadcrumbs A , #breadcrumbs A:visited {color:#777777;}

#breadcrumbs A:hover , #breadcrumbs A:active{color:#333333;}

/* ==============================================
MENU
============================================== */

#topMenu{
	padding:0;
	margin:2px 15px 0 15px;
	text-align:center;
	background:#eaeaea url(/design/main-menu-0.gif) repeat-x center bottom;
}

#topMenu TABLE TD.niv01{
	border:solid #fff;
	border-width:0 1px;	
}

#topMenu TABLE TD.niv01 A , #topMenu TABLE TD.niv01 A:visited{
	padding:5px 10px 10px 10px;
	display:block;
	color:#939393;
	font-size:14px;
	text-decoration:none;
	background:#dddddd url(/design/main-menu-1.gif) repeat-x bottom;
	text-align:center;
}

#topMenu TABLE TD.niv01 A:hover , #topMenu TABLE TD.niv01 A:active{
	background:#dddddd url(/design/main-menu-3.gif) repeat-x bottom;
	color:#FA833A;
}

#topMenu TABLE TD.niv01 A.selected , #topMenu TABLE TD.niv01 A.selected:visited , #topMenu TABLE TD.niv01 A.selected:hover , #topMenu TABLE TD.niv01 A.selected:active {
	padding:5px 10px 10px 10px;
	display:block;
	color:#707070;
	font-size:14px;
	text-decoration:none;
	background:#dddddd url(/design/main-menu-2.gif) repeat-x bottom;
	text-align:center;
}

TABLE#contentArea TD#subMenu{
	vertical-align:top;
	padding:15px 0;
	width:180px;
}

TABLE#contentArea TD#subMenu A , TABLE#contentArea TD#subMenu A:visited{
	display:block;
	padding:5px 0;
	margin:0 10px;
	font-weight:bold;
	color:#1177bb;
	font-size:12px;
	text-decoration:none;
}

TABLE#contentArea TD#subMenu A:hover , TABLE#contentArea TD#subMenu A:active{color:#FA833A;}

TABLE#contentArea TD#subMenu A.niv03, TABLE#contentArea TD#subMenu A.niv03:visited{
	display:block;
	padding:5px 0 5px 10px;
	margin:0 10px 0 15px; 
	border-left:3px #113377 solid;
	
	font-weight:normal;
	color:#707070;
	font-size:11px;
	text-decoration:none;
}


TABLE#contentArea TD#subMenu A.niv03:hover , TABLE#contentArea TD#subMenu A.niv03:active{
color:#FA833A;
}

TABLE#contentArea TD#subMenu A.sel , TABLE#contentArea TD#subMenu A.sel:visited , TABLE#contentArea TD#subMenu A.sel:hover , TABLE#contentArea TD#subMenu A.sel:active{
	font-weight:bold;
	color:#159;
}


/* ==============================================
NEWS
============================================== */

.titre{
	color:#115599;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:3px;

}

.date {
	text-align:right;
	font-style:italic;
	color:#666;
}

IMG.imgNews{
	border:2px solid #ccc;
	float:left;
	margin:0 10px 10px 0;

} 

/* ==============================================
CONTENT
============================================== */

#mainContentArea{
	min-height:400px;
}

TABLE#contentArea{

	margin:0 15px;
	display:block;
	background:#fff;
}

TABLE#contentArea TD{
/*	background:none;*/

	vertical-align:top;
}

#content{
	padding:15px 0 15px 15px;	
	background:url(/design/background/fond01.gif) top right no-repeat;
	width:920px;
	line-height:150%;

}

#content A IMG , #content A:hover IMG , #content A:visited IMG ,#content A:active IMG {border-color:#666;}

TABLE#contentArea #content{
	width:725px;
	padding:15px 0 15px 15px;
}

TABLE#contentArea .contentNoMenu{
	width:900px !important;
}


#content H1.title{
	color:#113377;
	font-size:16px;
	background:url(/design/title.gif) no-repeat 0 2px;
	padding:2px 0 2px 110px;
	margin:5px 0 10px 0;
}

/* ============VISUAL MENU============ */

#index{
	margin:0 0 25px 0;
}

#index A.visualMenu , #index A.visualMenu:visited{
	Display:block;
	margin:0;
	padding:15px 15px 15px 15px;
	width:310px;
	height:100px;
	overflow:hidden;
	float:left;
	text-decoration:none;
	color:#666;



}

#index A.visualMenu:hover , #index A.visualMenu:active{
	color:#FA833A;
}

#index A.visualMenu SPAN{
	display:block;
	font-size:12px;
	color:#1177bb;
	font-weight:bold;
	margin:0 0 5px 0;
}

#index A.visualMenu:hover SPAN{
	color:#FA833A;
}

#index A.visualMenu IMG{
	float:left;
	background:#ccc;
	border:1px solid #1177bb;
	padding:2px;
	margin:0 10px 10px 0;
}

#index A.visualMenu:hover IMG{

	border:1px solid #FA833A;
	background:#aaa;

}

#navigation A {
	display:block;
	width:10px;
	height:10px;
	background:#fff;
}

#navigation A.nv{
	
}


/* ==============================================
HOME PAGE
============================================== */

#home{
	padding:15px;
}

#home TABLE TD {vertical-align:top;}

#home TD.flash{
	padding:10px;
	width:612px;
	height:231px;
}

#home TD.flash .animation {margin-bottom:15px;}

#home TD.homeContent{
	padding:10px;
	width:296px;
	line-height:150%;
}

#home TD.homeContent H1{
	font-size:11px;
	font-weight:bold;
	color:#159;
}

#home TD.homeAgenda{
	padding:10px;
	width:296px;
	border-left:1px solid #ccc;
}

#home TD.homeAgenda H1{
	font-size:11px;
	font-weight:bold;
	color:#707070;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #999;
}

#home TD.homeAgenda A.agendaLink{
	display:block;
	color:#999;
	text-decoration:none;
	margin-bottom:10px;
}

#home TD.homeAgenda A.agendaLink SPAN{
	display:block;
	padding:3px 0 3px 15px;
	background:url(/design/puce.gif) no-repeat 0 5px;
	color:#666;
}

#home TD.homeNews{
	padding:10px;
}

A.homeNewsLink , A.homeNewsLink:visited{
	display:block;
	background:#f6f6f6 url(../design/news-home.gif) repeat-y left top;
	padding:10px 10px 10px 15px;
	text-decoration:none;
	color:#666;
	margin-bottom:10px;
	zoom:1;

	height:145px;

}

A.homeNewsLink:hover , A.homeNewsLink:active{
	color:#FA833A;
}

A.homeNewsLink .titre{
	color:#115599;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:3px;

}

A.homeNewsLink:hover .titre{
	color:#1177bb;
}

A.homeNewsLink .date , A.homeNewsLink:hover .date , A.homeNewsLink:active .date , A.homeNewsLink:visited .date{
	text-align:right;
	font-style:italic;
	color:#666;
}

A.homeNewsLink IMG{
	border:2px solid #ccc;
	float:left;
	margin:0 3px 3px 0;

} 

A.homeNewsLink:hover IMG{
	border-color:#bbb;
}

A.homeNewsLink .chapeau{}

#home TD.homeAgenda A.agendaLink:hover SPAN {
	color:#FA833A;
}

A.moreInfo , A.moreInfo:visited{
/*	background:#159;*/
	background:#555;
	color:#fff;
	padding:3px 6px;
	text-decoration:none;
}

A.moreInfo:hover , A.moreInfo:active{
/*	background:#1177bb;*/
	background:#777;
	color:#fff;
}



/* ==============================================
BOTTOM MENU
============================================== */

#bottomMenu{
	background:#d4d4d4 URL(/design/bottom.gif) top repeat-x;
	padding:18px 0 7px 0;
	text-align:center;
	
}

#bottomMenu A , #bottomMenu A:visited{
	color:#555555;
	text-decoration:none;
}
#bottomMenu A:hover, #bottomMenu A:active{
	color:#000000;
	text-decoration:underline;
	
}

/* ==============================================
INFOS BOTTOM PAGE
============================================== */

#infos{
	text-align:center;
	padding:5px;

}

/* ==============================================
COPYRIGHT
============================================== */

#copyright{
	padding:5px 0;	
	margin:0 auto;
	width:950px;
	text-align:center;
	font-size:9px;
}

#copyright A, #copyright A:visited{
	color:#999;
	text-decoration:none;
}

#copyright A:hover, #copyright A:active{
	color:#666;
	text-decoration:underline;
}

/* ==============================================
SENDTO
============================================== */
BODY.bodysendto{
	background:#fff url(/design/background.gif) repeat-y -200px 0;
	padding:10px;

}

INPUT.bouton_sendto{

	display:block;
	background:#159;
	color:#fff;
	padding:3px 6px;
	text-decoration:none;
	width:80px;
	text-align:center;
	width:75px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #159;

}

BODY.bodysendto IMG{

	margin:0;
	float:left;

}

/* ==============================================
NEWS NAVIGATION
============================================== */ 

#navbarnews{
	text-align:center;
	margin:15px;

}

.nav_activ{
	text-decoration:none;
	font-weight:bold;
	
}

#nav_prec{
	padding-left:10px;
	background:URL(/design/prec.gif) no-repeat left 5px; 

}

#nav_next{
	padding-right:10px;
	background:URL(/design/next.gif) no-repeat right 5px;

}

/* ==============================================
TEMPLATE utilisateur
============================================== */

TD.utilImgVert{

	width:100px;
	padding:0 15px;
}

TD.utilImgVert IMG{
	margin:0 0 15px 0;
	border:2px solid #666666;
}

TD.utilImgHoriz IMG{
	margin:0 5px;
	border:2px solid #666666;
}

TD.utilText{
	
}


/* ==============================================
TEMPLATE produit
============================================== */

.table-content {
border-collapse: collapse;
}

TD.produitImg{
	padding: 5px 0 15px 35px;
	width: 440px;
}

.produitText{
	background:url(/design/news-home.gif) repeat-y left top;
	padding:5px 0 5px 10px;
	margin-bottom:15px;

}

.produitList TABLE {
	border:1px solid #999;
	
}


.produitList TABLE TR{}

.produitList TABLE TD{
	
	padding:0 5px;
	font-size:10px;
	vertical-align:top;
}

TD.produitListTitre{
	background:#faf8c4;
	font-weight:bold;
	border-bottom:1px solid #999;
	padding:3px 0;
	background:#faf8c4 !important;
}

TD.produitListSousTitre{
	border-bottom:1px solid #999;
	padding:3px 0;
	background:#fdfce7 !important;
}

TD.produitTd{background:#fdfce7 !important;}

.produitDegresif{
	color:#159;
	padding:2px 2px 2px 10px;
	background:url(/design/puce2.gif) no-repeat 0 3px;
	font-size:10px;
	line-height:100%;
}



.produitMore{
	border:1px solid #999;
	padding:5px;
	background:#faf8c4;
	font-size:10px;
	margin:5px;
	text-align:center;
	line-height:100%;

}

.produitThumbs IMG{
	margin:5px;
/*	width: 68px;
	height: 68px;*/
	border:2px solid #666666;
}

#more-info {
	width: 250px;
}

.produitOption{
	font-weight:bold;
	margin: 10px 0;
}

TABLE.produitOptionTable {
border-collapse: collapse;
}

.displayNone {
	display:none;
}

.produitOptionTable input {
width: 63px!important;
}

TABLE.produitOptionTable TD {
	font-size:9px;
	width:68px;
	padding-right: 20px;
}

TABLE.produitOptionTable TD IMG{
	font-size:9px;
	border: 1px solid #9c9c9c;
}

/* SITEMAP */


#sitemap_cmp_1 DIV {
	height:23px;
	padding-top:7px;
}

#sitemap_cmp_1 DIV A , #sitemap_cmp_1 DIV A:visited{
	text-decoration:none;
}

#sitemap_cmp_1 DIV A:hover , #sitemap_cmp_1 DIV A:active{
	text-decoration:underline;
}

.level_xxx {
	font-weight:bold;
	margin-top:30px;
}

.level_xyx {
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}
.level_xyx_last {
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}

.level_yxx{
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left:30px;
}
.level_yxx_last{
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left:30px;
}

.level_yyx {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}

.level_yyx_last {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}

.level_xyy {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
}

.level_yyy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0301.gif) left no-repeat;
}

.level_yyy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0302.gif) left no-repeat;
}

.level_yxy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0303.gif) left no-repeat;
}



/* ==============================================
SEARCH
============================================== */ 

.search_result{
	margin-top:10px;
}

.search_title{
	font-weight:bold;
	font-size:12px;
	color:#336299;
}

.search_title  A{
	
}

.search_progress_container{
border:1px solid #ddd;
padding:0;
margin:0;
height:3px;
}

.search_progress_bar{
	background:#ccc;
	padding:0 3px;
	color:#fff;
	font-size:9px;
	margin:0;
	padding:0;
/*	margin-top:3px;
	margin-bottom:3px;*/
	height:3px;
	line-height:0;
}

.search_resume{

}

.search_resume B{
	color:#FA833A;
}

FORM.search_form INPUT {
	width:350px;
}

FORM.search_form INPUT.search_formbutton{

	height:20px;
	width:100px;
	background:#ddd;
	font-weight:bold;
	text-decoration:none;
	color:#939393;
	text-align:center;
	border:none;

	cursor:pointer;

}

.search_error{
	color:#FFA600;
	font-weight:bold;
	margin:5px 0;
}

.searc_nav{
	margin:10px 0;
	text-align:center;
}

#search_resume_table{
	margin:20px 0;
	border:solid #ccc;
	border-width:1px 0 1px 0;
}

#search_resume_table B{
	color:#336299;
	font-weight:normal;
}

.form_auto_fill{
	text-align:right;
	margin-bottom:5px;
}

.form_auto_fill INPUT{
	border:0;
	margin:0;
	padding:0;
}

#g3form{
	background:#262626;
	height:22px;
	padding:3px;
}

#g3_folder {
	float:left;
}

.offering A {
	font-weight:bold;
}