/var/www/vhosts/datakit.com/httpdocs/css/datakit.css/*****************************/
/********** general **********/
/*****************************/

html, body {
	height: 100%;
}

body{
	font-family:Tahoma;
	background-color:#FFFFFF;
	margin:0; 
	padding:0;
}

.paragraphe{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:15px;
	padding-right:20px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:justify; 
}
.paragraphe-result{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:15px;
	padding-right:20px;
}

input.search{
	background-color:#00346D; 
	color:#FFFFFF; 
	font-size:10px; 
	width:120px; 
	font-family:Tahoma;
	border: solid 0 #00344D;
	padding:1px 0 0 2px; 
	margin:0;
	height:15px;
}

input.client_access{
	background-color:#D9D9D9; 
	color:#00344D; 
	font-size:11px; 
	width:135px; 
	height:15px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #969696;
	border-right: solid 1px #969696;
	border-bottom: solid 1px #969696;
	padding-left:10px;
}

a{
	color:#0CB3E0;
	text-decoration:none;
	font-size:11px;
}

a:hover{
	color:#0CB3E0;
	text-decoration:underline;
}

.pagination{
	color:#003F59;
	font-size:11px;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
	display:inline;
	padding-left:3px;
	padding-right:3px;
}

img.titre_contenu{
	margin-left:35px;
	margin-bottom:0;
	padding-bottom:0;
}

ul.disc li {
	list-style:disc;
}

a img{
	border:0;	
}

/*****************************/
/*********** about ***********/
/*****************************/
ul {
	padding-top: 0;
	padding-left: 12px;
	padding-right:0;
	padding-bottom: 0;
	margin-left: 24px;
	margin-right:0;
	margin-top: 6px;
	margin-bottom:6px;
}
.about {
	background-image:url(../imgs/listes/puce.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:17px;
	padding-right:20px;
}

.about_brun {
	background-image:url(../imgs/listes/puce.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
	color:#900;
	font-size:11px;
	line-height:16px;
	padding-left:17px;
	padding-right:20px;
}

.about2{
	background-image:url(../imgs/listes/puce.gif);
	background-position: 12px 3px;
	background-repeat:no-repeat;
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:32px;
	padding-right:20px;
}

.listes_images{
	clear:left;
	margin-bottom:10px;
}

.listes_images img{
	margin-bottom:10px;
	padding-right:10px;
	width:100px;
	float:left;
}


/*****************************/
/********* recherche *********/
/*****************************/
.product_search_table{
/*	width: 100%;*/
	width: 500px;
	margin-left: 26px;
	/*margin-right: 20px;*/
}
.recherche_label {
	color:#0CB3E0;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding-top: 6px;
	width: 56px;
	padding-right: 4px;
	text-align:center;
/*	margin-left: 18px;*/
}

.recherche_interface {
	list-style-type:none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	background-image:url(../imgs/listes/bottom_narrow.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	width: 210px;
	padding-left: 10px;
	
}

.recherche_interface a {
	color: #003F59;
	text-decoration:none;
}

.recherche_interface li {
	cursor: pointer;	
	border-bottom: 1px solid #D9D9D9;
/*	width: 180px; */	
}

.extension {
	white-space : nowrap;
	font-size: 9px;
	color:#0CB3E0;
	font-weight: normal;
}


.recherche_interface li .extension {
	white-space : nowrap;
	font-size: 9px;
	color:#0CB3E0;
	font-weight: normal;
}

.recherche_interface li:hover {
	/*background-color:#D9D9D9; */
	font-weight: bold;

}

.recherche_interface li.selected {
	background-color: #003F59;/*#D9D9D9;*/
	color:#FFFFFF;
	font-weight: bold;
	background-image:url(../imgs/listes/puce_actu.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 14px;
}
.recherche_interface li.selected a {
color:#FFFFFF;
}

.recherche_interface li.selected .extension {
color:#FFFF00;
}

.recherche_interface li.first {
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: none;
}

select.recherche{
	background-color:#D9D9D9;
	color:#00344D;
	font-size:11px; 
	width:212px; 
	height:18px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}

.recherche{ /* les champs texte dans la plupart du site DTK */
	background-color:#D9D9D9; 
	color:#00344D; 
	font-size:11px; 
	width:200px; 
	height:15px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}

select.recherche_prod{
	color:#00344D;
	font-size:11px; 
	width:212px; 
	height:18px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}

.checkbox{
	background-color:#D9D9D9; 
	color:#00344D; 
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
}

/*.product_recherche{
	background-color:#D9D9D9; 
	color:#00344D; 
	font-size:11px; 
	width:135px; 
	height:15px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}
*/

select.product_recherche{
	background-color:#D9D9D9; 
	color:#00344D; 
	font-size:11px; 
	height: 18px;
	width:135px; 
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}


textarea.recherche{
	background-color:#D9D9D9; 
	color:#00344D; 
	font-size:11px; 
	width:200px; 
	height:100px;
	font-family:Tahoma;
	border-top: solid 1px #969696;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	padding-left:10px;
}

.recherche_optgroup {
	font-weight: bold;
	font-style:italic;
	padding-left: 6px;
}

.recherche_titre_sta {
	background-color:#F39B1F;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}

.recherche_titre_plg {
	background-color:#0CAFDA;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}

.recherche_titre_ware {
	background-color:#EEEEEE;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}

.recherche_gamme_plg {
	background-color:#21C9F3;
	font-weight: bold;
	font-style:italic;
	padding-left: 6px;
}
.recherche_sta {
	background-color:#F9C784;
}

.recherche_plg {
	background-color:#5AD7F5;
}

.recherche_ware {
	background-color:#FFFFFF;
}

.recherche_blank {
	background-color:#FFFFFF;
}

/*****************************/
/********** partners *********/
/*****************************/

.reseller a{
	color:#0CB3E0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}

.reseller a:hover{
	color:#0CB3E0;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:11px;
}

.reseller {
	padding-left: 15px;
	color:#003F59;
	font-size:11px;
}

.reseller_detail {
	padding-bottom: 12px;
}
.reseller_detail a {
	padding-left: 12px;
	text-transform:capitalize;
	font-style:italic;
}	
.reseller_detail a:hover {
	padding-left: 12px;
	text-transform:capitalize;
	text-decoration:underline;
	font-style:italic;
}	
.pays_reseller{
	color:#003F59;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	margin-top:15px;
	margin-bottom:5px;
}

.tab_reseller_contact{
/*	text-align:center; */
	margin-top:10px; 
	padding-left: 60px;
	padding-right: 20px;
}

.tab_reseller_prod{
	background-image:url(../imgs/listes/puce.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	padding:3px 0 3px 15px;
}

/*div pour chaque partenaires*/
.vign_partner{
	width:100px;
	height:80px;
	margin:10px 18px;
	text-align:center;
	float:left;
}

	.vign_partner img{
		width:80px;
	}


/*****************************/
/********** support **********/
/*****************************/

.support{
	font-size:11px;
	line-height:16px;
	padding:0 2px 0 4px;
	text-align:justify; 
	text-transform: uppercase;
	
}

.support_pdf{
	font-size:11px;
	padding:2px 0 0 2px;
	margin:0;
}

.support_pdf_img{
	margin:0;
	padding:2px 0 0 0;
	border:0;
}

.support_cat{
	/*background-image:url(../imgs/bg_support_cat.gif); 
	background-repeat:no-repeat; 
	background-position:right; */
	line-height:16px;
	padding:0 2px 0 4px;
}

.titre_support_cat{
	color:#003F59;
	font-size:10px;
	padding:0 2px 0 5px;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
}

.support_faq_puce {
	vertical-align: top;
	
}

.support_faq_question {
	padding-left: 16px;
	padding-bottom: 8px;
	vertical-align: top;
}

.support_faq_question a {
	color: #000000;
	
}


/*****************************/
/*** left (news et subnav) ***/
/*****************************/

.news_titre{
	color:#FFFFFF;
	font-size:11px;
	padding-left:20px;
	padding-right:5px;
	padding-top:5px;
	margin:0;
	text-transform:uppercase;
}

.subnav_titre{
	color:#FFFFFF;
	font-size:11px;
	padding-left:38px;
	padding-right:5px;
	padding-top:5px;
	margin:0;
	text-transform:uppercase;
}

a.subnav_titre{
	color:#FFFFFF;
	font-size:11px;
	padding-left:38px;
	padding-right:5px;
	padding-top:15px;
	margin:20px 0 0 0 ;
	text-transform:uppercase;
	text-decoration:none;
}

a.subnav_titre:hover{
	color:#0CB3E0;
	font-size:11px;
	padding-left:40px;
	padding-right:5px;
	padding-top:15px;
	margin:20px 0 0 0 ;
	text-transform:uppercase;
	text-decoration:none;
}

	a.subnav_titre_inter{
		color:#FFFFFF;
		font-size:9px;
		padding-left:38px;
		padding-right:5px;
		padding-top:15px;
		margin:20px 0 0 5px ;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	a.subnav_titre_inter:hover{
		color:#0CB3E0;
		font-size:9px;
		padding-left:40px;
		padding-right:5px;
		padding-top:15px;
		margin:20px 0 0 5px ;
		text-transform:uppercase;
		text-decoration:none;
	}

.news{
	color:#FFFFFF;
	font-size:10px;
	padding-left:20px;
	padding-right:25px;
	padding-top:2px;
	text-align:left;
	margin-bottom:10px;
	/*text-transform: uppercase;*/
}

.news a {
	color: #FFFFFF;
	text-decoration:none;
}
.news a:hover {
	color: #0CB3E0;
	text-decoration:none;
}

.subnav{
	color:#FFFFFF;
	font-size:11px;
	padding-left:40px;
	padding-right:25px;
	padding-top:5px;
	text-align:justify;
	margin-bottom:10px; 
}

.news_box{
	background-image:url(../imgs/news.gif); 
	background-repeat:no-repeat; 
	height:30px;
}

.subnav_box{
	color:#FFFFFF;
	background-image:url(../imgs/titre_subnav.gif); 
	background-repeat:no-repeat; 
	height:30px;
	padding-top:3px;
	cursor:pointer;
}

.subnav_box:hover{
	background-image:url(../imgs/titre_subnav_hover.gif); 
}

.subnav_box:hover a{ 
	color:#0CB3E0;
	text-decoration:none;
}

	.subnav_box_inter{
		color:#FFFFFF;
		background-image:url(../imgs/titre_subnav_inter.gif); 
		background-repeat:no-repeat; 
		height:30px;
		padding-top:3px;
		cursor:pointer;
	}
	
	.subnav_box_inter:hover{
		background-image:url(../imgs/titre_subnav_inter_hover.gif); 
	}
	
	.subnav_box_inter:hover a{ 
		color:#0CB3E0;
		text-decoration:none;
	}

.subnav_box_alt2{
	color:#FFFFFF;
	background-image:url(../imgs/titre_subnav.gif); 
	background-repeat:no-repeat; 
	height:30px;
	padding-top:3px;
	cursor:pointer;
}

.subnav_box_alt2:hover{
	background-image:url(../imgs/titre_subnav_hover.gif); 
}

.subnav_box_alt2:hover a{ 
	color:#0CB3E0;
	text-decoration:none;
}

.subnav_box_alt {
	color:#0CB3E0;
	background-image:url(../imgs/titre_subnav.gif); 
	background-repeat:no-repeat; 
	height:30px;
	padding-top:3px;
	cursor:pointer;
}
.subnav_box_alt a{
	color:#0CB3E0;
}
.subnav_box_alt:hover{
	background-image:url(../imgs/titre_subnav_hover.gif); 
}

.subnav_box_alt:hover a{ 
	color:#FFFFFF;
	text-decoration:none;
}
.news_date{
	color:#FFFFFF;
	font-size:11px;
	padding-left:20px;
	padding-top:0;
	text-align:justify;
	margin-bottom:0; 
	font-weight:bold;
}


/*****************************/
/***** right (features) ******/
/*****************************/
.feature_table {
	width: 200px;
	margin-left: 20px;
}

.feature_box{
	background-image:url(../imgs/feature.gif); 
	background-repeat:no-repeat; 
	height:25px;
	padding-top:0;
	padding-bottom:0;
	cursor: pointer;
}
.feature_box  img{
	float: right;
	padding-top: 8px;
	padding-right: 6px;
}

.feature_box_hover{
	background-image:url(../imgs/feature_fleche.gif); 
	background-repeat:no-repeat;
	background-position:right;  
	height:25px;
	padding-top:0;
	padding-bottom:5px;
}

.feature_titre{
	color:#003F59;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:2px;
	margin-top:1px;
}

.feature{
	color:#003F59;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:0;
	margin-top:0;
	margin-bottom:5px; 
}
.feature_titre a {
	color:#003F59;
	text-decoration:none;
}
.feature_titre a:hover {
	color:#003F59;
	text-decoration:none;
}
img.titre_feature{
	margin-left:20px;
	margin-bottom:5px; 
}


/*****************************/
/********** produits *********/
/*****************************/

.product_families{
	padding-right: 15px;
}

.product_family_img {
	text-align: center;
	padding-bottom: 8px;
}
.product_family_desc {
	padding-left: 30px;
	padding-right: 26px;
	padding-bottom: 20px;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

.titre_produit {
	color:#0CB3E0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:5px;
	margin-top:20px;
	margin-bottom:0; 
	padding-bottom:0; 
}

.phrase_produit{
	color:blue;
	font-size:12px;
	margin-left:35px;
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	height:40px;
	vertical-align:middle;
	background-image:url(../imgs/fond_produits.gif);
	border-top: 2px solid #BBBBBB;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 2px solid #BBBBBB;
	width: 95%;
}

.phrase_produit img{
	margin:0;
	padding:0;
}

.detail_produit{
	color:#003F59;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	padding-top:0;
	margin-top:5px;
	margin-bottom:10px; 
}

.detail_fiche_produit {
	color:#003F59;
	font-size:10px;
	font-weight:bold;
	padding-top:0;
	margin-top:5px;
	margin-bottom:10px; 
}
.description_produit{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:45px;
	padding-right:45px;
	text-align:justify; 
	margin-top:10px;
	margin-bottom:10px;
}

.formulaire_recherche{
	color:#0CB3E0;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-align:left; 
	margin-left:20px;
	margin-top:4px;
	margin-bottom:6px;
	padding-right: 4px;
}

.formulaire_recherche_insc_violet{
	color:#C06;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-align:left; 
	margin-left:20px;
	margin-top:4px;
	margin-bottom:6px;
	padding-right: 4px;
}
.formulaire_recherche_insc_vert{
	color:#060;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-align:left; 
	margin-left:20px;
	margin-top:4px;
	margin-bottom:6px;
	padding-right: 4px;
}

.formulaire_recherche_insc_rouge{
	color:#F00;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-align:left; 
	margin-left:20px;
	margin-top:4px;
	margin-bottom:6px;
	padding-right: 4px;
}

table.liste_produit{
	margin-left:30px;
	margin-top:15px;
	background-image:url(../imgs/listes/bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

table.liste_recherche_produit{
	width:500px;
	margin-left:30px;
	margin-top:15px;
	background-image:url(../imgs/listes/bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border: 3px solid;
	border-color: #dddddd #666666 #666666 #dddddd;
}

div.cadre_flv{
	font-size: 9px;
	height:200px;
	width:250px;
	background-color:#CCCCCC;
	margin-bottom:10px;
}

div.fiche_produits{
	margin-left:10px;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #b5b5b5;
	text-align:center;
}

.host_container {
 padding-top: 5px;
 text-align: center;
}

.host_container a {
	color: #00273D;
	text-decoration: none;
	font-weight:bold;
}
.host{
	width: 85px;
	font-size:8px;
	cursor: pointer;
	border: 2px solid #E0E0E0;
}
.host:hover{
	cursor: pointer;
	border: 2px solid #999999;
}

.host_select {
	width: 85px;
	font-size:8px;
	border: 2px solid #999999;
}

.text_manager {
	font-size:12px;
	color:#F39B1F;
	font-weight:bold;
}

.text_plg {
	font-size:12px;
	color:#0CAFDA;
	font-weight:bold;
}

.text_ware {
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

.prod_price {
	font-size:16px;
	color:#0CAFDA;
	font-weight:bold;
	vertical-align:middle;
}

/*****************************/
/********* actualités ********/
/*****************************/
table.liste_actu{
	margin-left:45px;
	margin-bottom:35px;
	width: 480px;
}


.description_actu{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:16px;
	padding-right:16px;
	text-align:justify; 
	margin-top:10px;
	margin-bottom:10px;
}

.liste_actu p {
	color:#00273D;
	font-size:11px;
	line-height:16px;
	text-align: justify;
}

.detail_actu{
	color:#003F59;
	font-size:10px;
	font-weight:bold;
	padding-left:35px;
	padding-top:0;
	margin-top:5px;
	margin-bottom:5px; 
}

.titre_actu{
	color:#0CB3E0;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	margin-right: 40px;
	padding-bottom:0;
}

.titre_actu img {
	padding-right: 6px;
}

img.actu_img_menu{
	float: left;
	width: 50px;
	max-height: 80px;
	padding-right: 5px;
}

img.actu_img{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}

.checkbox_logiciel{
	color:#00273D;
	font-size:11px;
	padding-left:3px;
	padding-right:20px;
	text-align:left;
}

.lien_actu {
	background-image:url(../imgs/listes/puce.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding-left: 16px;
	margin-left: 15px;
}

.sitemap_titre {
	padding: 10px 0 0 8px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.sitemap_titre a {
	color:#00273D;
	text-decoration:none;
}

.sitemap_titre a:hover {
	color:#0CB3E0;
	text-decoration:none;
}

.sitemap_subtable {
	padding-bottom: 8px;
	font-size:11px;
}

.sitemap_item{
	padding: 0 0 0 32px;
	margin: 0;
	line-height:12px;
}

.sitemap_subitem{
	margin: 0;
	font-size: 9px;
	padding-left: 10px;
}

.sitemap_group {
 	padding: 5px 0 0 24px;
	font-weight: bold;
	font-size: 11px;
}

.sitemap_subgroup {
	padding: 2px 0 0 28px;
	font-style:italic;
	font-size: 11px;
}

.events_intro {
	font-size: 11px;
	line-height: 16px;
	padding-left: 30px;
	padding-bottom: 20px;	
}

/*****************************/
/************ faq ************/
/*****************************/

.tab_faq{
	margin-left:35px;
	margin-bottom:10px; 
	padding-bottom: 15px;
	border-bottom:1px solid #B5B5B5; 
	width:450px;
}


.rubrique_faq{
	color:#00273D;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.question_faq{
	color:#0CB3E0;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-align:justify;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:0;
	width: 390px;/* / 450px; */
	cursor:pointer;
}

.reponse_faq{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding-left:60px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0;
	width: 380px;/* / 450px; */
	text-align:justify;
	overflow:hidden;
}

.reponse_faq ul{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding: 0;
	margin:0;
	text-align:justify;
}
.reponse_faq ol{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding: 0;
	margin:0;
	text-align:justify;
}
/**/
.reponse_faq li{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	padding: 0;
	margin:0;
	text-align:justify;
	list-style-image:url(../imgs/listes/puce.gif) ;
	list-style-position:outside;
}

.liens_faq{
	color:#00273D;
	font-size:11px;
	line-height:16px; 
	padding-left:60px;
	padding-bottom:20px;
	font-weight:normal;
	font-style:normal;
}

.liens_faq a{
	color:#0CB3E0;
	font-size:11px;
	line-height:16px;
	padding-left:15px;
	font-weight:normal;
	font-style:normal;
	background:url(../imgs/listes/puce.gif) left no-repeat;
}

.liens_faq ul, ol, li{
	color:#00273D;
	font-size:11px;
	line-height:16px;
	margin-left:0;
	padding-left:0;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:normal;
	font-style:normal;
	list-style: none;
}

.liens_faq li a{
	color:#0CB3E0;
	font-size:11px;
	line-height:16px;
	padding-left:15px;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:normal;
	font-style:normal;
	list-style:none;
	background:url(../imgs/listes/puce.gif) left no-repeat;
}


.nl_form_table {
	padding:0;
	margin: 0;
	border:0;
	width:100%;
}

.nl_form_table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_form{
	padding:0;
	margin: 0;
	border:0;
	width:100%;
}

.table_form td {
	padding-top: 5px;
	padding-bottom: 5px;

}

.static_paragraphe {
	color:#00273D;
	font-size:11px;
	line-height: 16px;
	padding-left:32px;
	padding-right:36px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	text-align:justify; 
}

.static_paragraphe_mauve {
	color:#C03;
	font-size:11px;
	line-height: 16px;
	padding-left:32px;
	padding-right:36px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	text-align:justify; 
}

.static_paragraphe_left {
	color:#00273D;
	font-size:11px;
	width: 247px; /*263px total*/
	line-height: 16px;
	padding-left:4px;
	padding-right:0;
	padding-bottom: 8px;
	text-align:justify; 
}
.static_paragraphe_right {
	color:#00273D;
	font-size:11px;
	width: 233px; /*263px total*/
	line-height: 16px;
	padding-left:12px;
	padding-right:0;
	padding-bottom: 8px;
	text-align:justify; 
}

.static_titre {
	color:#003F59;
	font-size:18px;
	font-weight:bold;
	padding-left: 18px;
	padding-right: 0;
	padding-top:0;
	margin-top:1px;
	line-height: 15px;
}

.static_titre_rouge {
	color:#F00;
	font-size:14px;
	font-weight:bold;
	padding-left: 18px;
	padding-right: 0;
	padding-top:0;
	margin-top:1px;
	line-height: 15px;
}

.static_table {
	width: 525px;
	margin-bottom:15px; 
	margin-left:15px; 
	padding-right:0;
}

.loading {
	position: absolute;
	z-index:10;
	text-align:center;
	background-color: #F2F2F2;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	/*padding-top: 48px;*/
}


.search_results {
	padding-left: 40px;
}

.new_products_header {
	width: 199px; /*204 px à la base */
	height: 22px; /* 27px */
	background-image: url(../imgs/en/features/titre_recent.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-bottom:5px; 
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
.new_products_header_fr {
	width: 199px; /*204 px à la base */
	height: 22px; /* 27px */
	background-image: url(../imgs/fr/features/titre_recent.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-bottom:5px; 
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

.updated_products_header {
	width: 199px; /*204 px à la base */
	height: 22px; /* 27px */
	background-image: url(../imgs/en/features/titre_updates.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-bottom:5px; 
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

.updated_products_header_fr {
	width: 199px; /*204 px à la base */
	height: 22px; /* 27px */
	background-image: url(../imgs/fr/features/titre_updates.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-bottom:5px; 
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}


.extranet_list_td_label {
	
	padding-bottom: 8px;
	padding-left: 24px;
	font-size: 10px;
}
.extranet_list_td {
	padding-bottom: 1px;
	font-size: 10px;
}

.extranet_message {
	font-size: 11px;
	padding-left: 12px;
	color: #00273D;
}


.formElement {
	height: 16px;
}

/**
* Liste en accordéon dans les extranets
*/
.acc_eu_nom {	
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	color: #00273D;
	padding-bottom: 2px;
}

.acc_eu_detail {
	font-size: 11px;
	color: #00273D;
	margin-bottom: 2px;
	padding-left: 12px;
}

.acc_eu_detail .titre {
	font-size: 10px;
	font-weight: bold;
	color: #00273D;
	padding-top: 4px;
}

.dist_liste_client{
	background-image:url(../imgs/listes/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
/* extranet enduser : liste de licences */
.acc_eup_titre {
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	color: #00273D;
	padding-bottom: 2px;
	
}
.acc_eup_detail {
	font-size: 11px;
	color: #00273D;
	margin-bottom: 8px;
	padding-left: 12px;
}

/*****************************/
/***** Présence éditeurs *****/
/*****************************/
.cadre_bleu {
	border: solid 2px RGB(12,160,224); 
	width: 85%;
	padding: 10px 0 5px 0;
	margin: 6px 0 8px 30px;
	text-align: justify; 
}
.titre_bleu {
	font-weight: bold;
	font-size: 1.1em;
	color: RGB(12,160,224);
}
.img_left {
	float: left;
	margin: 10px 10px 10px 30px;
}
.img_right {
	float: right;
	margin: 10px 10px 10px 30px;
}
.clearer {
	clear: both;
}
table.tableau_CM  td{
	padding: 1px 5px;
}


/*****************************/
/****** Première visite ******/
/*****************************/

ul.titre li {
	list-style:disc;
}

ul.reponse li {
	list-style:circle;
}

a h2 {
	color:#0CB3E0;
	font-size:14px;
}

a[href='first_visit.php'] h2 {
	color:#000000;
}

img[src='/imgs/fr/features/titre_aide.gif'], img[src='/imgs/en/features/titre_help.gif'] {
	padding: 5px 3px 2px 3px;
	margin-left: 17px;
	background-color:#0CAFDA;
}


/*****************************/
/****** Espace clients *******/
/*****************************/

table.espace{
/*background-color:#0FF;
border: 1px solid #000000;*/
padding: 0 0 0 0;
margin: 0 0 0 40px;	
}

/**********************/
.titre_rouge{
	color:#F00;
	font-size:12px;
}
