html{
background: #3d3d3d url('../images/gradient_bg.jpg') repeat-x;
}
body {
    margin: 0;
    padding: 20px 0 0 0; /* top right bottom left */
    font: 13px ;
  	/*background:  url('/images/bkg-middle.png') repeat-y scroll center center;*/
   /*background: #8c8e8c;*/
    text-align: justify;
    color: #333333; /*dark grey;*/
    font-family:helvetica,verdana,arial,sans-serif;
    text-decoration:none;
    
}

#container {
	position: relative;
	margin: 0 auto;/* top right bottom left */
  	padding: 0 0 10px 0;/* top right bottom left */
  	font: 13px Arial,Helvetica,Verdana,Sans-Serif;
  	text-align: justify;
  	color: #333333; /*dark grey;*/
	width: 1000px;
	line-height:20px;

}
ul.features-list li{
   color:#f3664a;
   list-style: square;
 }   
ul.features-list li span{
   color:#333333; /*dark grey;*/
 }  
#content {
    /*margin: 0px 0px 10px 20px; /* top right bottom left */
    /*border-bottom: 3px solid grey;*/
	/*margin-left: 20px;
	margin-right:20px*/
    width: 1000px;
    position:relative;
	float:left;
	background:url('../images/bkg-middle2.png') repeat-y scroll center center ;
	
}

/*------------------- Frame content ---------------------*/

#frameContent h3{
	font: 16px Arial,Helvetica,Verdana,Sans-Serif;
	color: #da2131; /* rouge */
	font-weight : bold;
	vertical-align:center;
	height:40px;
	padding-left:55px;
	/*background: yellow;*/
	vertical-align:center;
}
#frameContent h3 span{
	font: 14px Arial,Helvetica,Verdana,Sans-Serif;
	color: #1e168f; /* bleu */
	font-weight : bold;
	vertical-align:center;
	height:40px;
	padding-left:60px;
	/*background: #dedfde;*/
}

.h3icon {
	float:left;
	position:relative;
	/*background:yellow;*/
	top:-60px;
	
	
}

#frameContent h4 {
	font: 14px Arial,Helvetica,Verdana,Sans-Serif;
	/*color: #da2131; /* rouge */
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

ul.proservices{
        margin-top:0px;
       
}	


/*------------------- Titres ---------------------*/

/*
.codendi_logo {
	top: 0;
    right: 0;
    background:url("../images/header.png") no-repeat center center;
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 130px;
}
*/
h1 {
	
	top: 0;
    right: 0;
    background:url("../images/header.png") no-repeat center center transparent;
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 130px;/*
	background: url("../images/codendi_logo.png") no-repeat scroll 0 0 transparent;
    height: 118px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 204px;*/
}


h3 {
	color: #1e168f; /* bleu */
}

h4 {
	 color: #f3664a; /* orange */
	 text-align:left; 
	 }


/*=============================Footer =============================*/

#pageFooter {
	float:left;
   color: #fff;
    font-weight: bolder;
    text-align: left;
   /*padding: 150px 10px 0 0; /* top right bottom left 
    line-height: 26px;
    margin-top: 120px;
    margin-left: 0px;*/
	margin 0;
	padding:0px;
	padding-bottom:00px;
    height: 73px;
    width: 1000px;
    background: url('../images/footer2.png') no-repeat center ;
}

#pageFooter a {
    color: #DA2131; /* red RGB 218 33 49 */
    text-decoration: none;
    font-size: 12px;
}

#pageFooter a:hover {
    text-decoration: underline;
}

ul#footer {
    list-style-type: none;
   
    position:relative;
    width:340px;
    margin-left:140px;
    margin-top:20px;
    float:left;
}

ul#footer li {
    display: inline;
    margin-left: 25px;
    margin-right: 25px;
 
    
}

#pageFooter span#copyright {
	position:relative;
    font-size: 9px;
	font-weight:bolder;
	top:10px;
	margin-left: 30px;
	
}
.newsletter {
  cursor: pointer;
position:relative;
left : 30px;

  	text-align:left;
	font-size: 10px;
	color :#da2131;

	margin-top:20px;
	float:left;
}

/*--------------- Images ----------------------------*/

a img {
    border: 0;
}



/*------------------- MENU -------------------------------------*/

menu {
   /*position:absolute;*/
   background: white;
   top:10px;
   left:200px;

}
	

ul#menu {
   left: 230px;
   position: absolute;
    top: 50px;
    right: 0px;
    padding: 0px 20px 10px 20px; /* top right bottom left */
    margin: 0;
	margin-top:10px;
	width:600px;
}

ul#menu li {
    display: inline;
}

ul#menu li a { 
	  font-weight: bold;
	  font-size:14px;
    background: #ffffff; /* red RGB 218 33 49 */
    /*border: 1px solid #600 ;*/
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px; 
    padding-bottom: 4px; 
    text-decoration: none; 
    color: #DA2131;
    font-weight: bold;
    border-right-width:1px;
  border-right-style:solid;
 /* border-color:#da2131;*/
  /*padding-right:5px;
  padding-left:5px;*/
  text-align:justify;
}
ul#menu li a:hover {
    color: #FFFFFF; /* red RGB 218 33 49 */
    background-color: #DA2131 ;
}

ul#menu li a.selected { 
    font-weight: bolder;
  	color:#ffffff;
  	background-color: #010498;  /*bleu */
}


ul#menu li.download a{ 
   color: #010498
   background-color:#FFFFFF; /* dark green */
 
}
ul#menu li.download a:hover {
    color: #ffffff; /* green */
    background-color: #da2131; /* red */
}

ul#menu li.download a.selected { 
	font-weight: bolder;
    background: #010498; /* blue */
}
menu {
   position:absolute;
   background: white;
   top:10px;
   left:200px;

}
/*--------------------NEWS-----------------------*/

ul#news {
   left: 280px;
   position: absolute;
    top: 7px;
    right: 0px;
    padding: 0px 20px 10px 20px; /* top right bottom left */
    margin: 0;
	margin-top:10px;
	height:35px;
}

ul#newsli {
    display: inline;
}

ul#news a { 
    /*border: 1px solid #600 ;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px; 
    padding-bottom: 5px; 
    text-decoration: none; 
    color: #DA2131;
    font-weight: bold;
    /*border-right-width:1px;
  border-right-style:solid;
  border-color:#da2131;*/
    text-align:justify;
font-size: 12px
}

ul#news img {
    padding-top:5px;
}   
	
/*--------------------SOCIAL MEDIA-----------------------*/

ul#socialmedia {
   left: 700px;
   position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 20px 10px 20px; /* top right bottom left */
    margin: 0;
	margin-top:10px;
	height:35px;
}

ul#socialmedia li {
    display: inline;
}

ul#socialmedia li a { 
    /*border: 1px solid #600 ;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px; 
    padding-bottom: 5px; 
    text-decoration: none; 
    color: #4047A4;
    font-weight: bold;
    /*border-right-width:1px;
  border-right-style:solid;
  border-color:#da2131;*/
    text-align:justify;
font-size: 11px
}

ul#socialmedia img {
    padding-top:5px;
}   
/*--------------------LANGUAGE-----------------------*/
ul#changeLanguage li {
    display: inline;
}

ul#changeLanguage {
   position: absolute;
    top: 50px;
    left: 900px;
    padding: 0px 0px 10px 0px; /* top right bottom left */
    margin: 0;
	margin-top:10px;
	/*width:600px;*/
}
	
ul#changeLanguage li a { 
    background: white;
    /*border: 1px solid #600 ;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px; 
    padding-bottom: 7px;
    text-decoration: none; 
    color: white;
    font-weight: bold;
}

.breadcrumb {
    font-size: small;
    color: black;
}
.breadcrumb a {
    color: black;
}

/*--------------------CUSTOMERS ACCESS-----------------------*/
ul#customers-access {
   left: 900px;
   position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 20px 10px 20px; /* top right bottom left */
    margin: 0;
	margin-top:10px;
	/*width:600px;*/
}
/*------------------- SUBMENU -------------------------------------*/


div#submenuDiv {
  /*  position: absolute;*/
 /*   top: 179px;
    left: 20px;
    width: 200px;*/
    border: 1px solid #1e168f;
	padding: 10px 0;
	text-align: center; 
	padding-bottom:20px;
	width: 160px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
}

div#submenuTitle h4 {
border: 1px solid #1e168f;
padding-left: 10px;
padding-top: 8px;
margin:0px;
color:white; 
font-weight: bolder; 
font-size: 14px;
text-align: left;  width: 150px; height:27px;
-webkit-border-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-radius: 10px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #1e168f url(../images/bkg-submenu-title.png) repeat-x ;
/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f88221), to(#1e168f));
background: -moz-linear-gradient(#f88221, #1e168f);
background: linear-gradient(#f88221, #1e168f);
-pie-background: linear-gradient(#f88221, #1e168f);
}

h4#submenuTitle span {
/*    display: block;*/
/*    padding-top: 7px;*/
/*    margin-left: 10px;
    color: #ffffff; 
    font-weight: bolder;
    font-size: 14px;
    vertical-align: top;*/
}

ul#submenu {
    list-style-type: none;
    padding: 0 10px 0 10px; 
    margin: 0;
}

ul#submenu li {
    padding: 3px 0 3px 0;/* top right bottom left */
	text-align:left;
	color:#1e168f;
	list-style:none;
}
ul#submenu li a { 
    text-decoration: none;
    color: #1e168f; /* bleu */
    
}
ul#submenu li a:hover {
    color:#FFF; /* white */
	 background-color:#1e168f; /* bleu */
}
ul#submenu li a.selected { 
    font-weight: bolder;
    	
}	

#submenu h5{
	padding: 0px 0px 0px 0px;/* top right bottom left */
	margin: 3px 0 3px 0;

}

#submenu h5 ul{
	margin: 0 0 0 0;
	border-spacing:0px;
	padding: 0px 0px 0px 15px;/* top right bottom left */
	list-style-position:outside;
	list-style:none;
	display:block;
	text-align:left;
	font-weight:normal;
	
}

#submenu h5 li{
	padding: 2px 0px 2px 0px;/* top right bottom left */
	

}

#submenu h5 li a{
  padding: 0 0px 0 0px;
	margin: 0;

}


#submenu h5 li a.selected { 
    font-weight: bolder;
    /*color:#FFFFFF;
	background-color: #F3664A; /* orange */
}	

#submenuDiv table tr img{
	  text-align: center;
		margin: 10px 0px 10px 0px;/* top right bottom left */

}


/*---------------specifications-table------------------*/

table.specifications-table tr th.title{
   font-size:13px;
   color: #1e168f;
     text-align: left;
     height:40px;
     width:205px;
     

}

table.specifications-table tr th.details {
 text-align: left;
  font-size:13px;
  font-weight: normal;

  line-height:10px;
}
/*---------------community-table------------------*/

table.community-table {
  /* border:1px solid black;*/
   /*background :yellow; /*url('/images/discover-backgound-2.png')*/;
   font-family:helvetica,verdana,arial,sans-serif;
   padding-left :0px;
  
}

table.community-table div.community-header img {
    vertical-align: middle;
    margin-right: 1em;
    background :yellow;
    
}
table.community-table div.community-table-header{
    font-size:16px;
    color: red;
    margin-right:20px;
    /* background :blue;*/
     text-align:center;
     font-weight: bold;
     height:40px;
    width:250px;
    
  }
table.community-table div.description {
    text-align: justify;
    font-size:12px ;
    height:70px;
    width:250px;
   color: #1E168F;
   vertical-align :top;
   font-weight: normal;
   margin-bottom:20px;
   /* background :purple;*/
    margin-right:30px;
   
    
 }
 
 /*---------------discover-table1------------------*/

table.discover-table1 {
  /*border:1px solid grey;*/
   /*background :yellow; */
   font-family:helvetica,verdana,arial,sans-serif;
   height:100px;
   /*width:400px; largeur*/
   vertical-align: top;
  text-align:center;
  -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
   background :#DFF1FF;
}


table.discover-table1 div.discover-table-header img {
    vertical-align: middle;
    margin-right:10px;
   
}
table.discover-table1 div.discover-table-header p{
    font-size:15px;
   margin-top:5px;
   margin-bottom:5px;
     text-align:center;
     font-weight: bold;
     vertical-align: top;
     text-decoration: none;
     
}

table.discover-table1 div.discover-table-header a:link {
       color: #da2131;
      text-decoration: none;
}

table.discover-table1 div.discover-table-header a:visited {
     text-decoration: none;
        color: #da2131;
}  

table.discover-table1 ul.description {
    text-align: left;
    font-size:12px ;
    color: #333333;
  /* background :purple;*/
   line-height: 20px;
   margin-top:0px;
   margin-bottom:0px;
   

       
 }
 
/*ul.description li{
   color:#f3664a;
   list-style: square;
}
 
ul.description li div {
   color:#1e168f;
}  */
 
/*---------------discover-table2------------------*/


table.discover-table2 td{
  /* border:1px solid black;*/
   /*background :yellow; */
   font-family:helvetica,verdana,arial,sans-serif;
   /*width:320px; largeur*/
   vertical-align: top;
   text-align:left;
   -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
   background :#DFF1FF;
        
}

/*ul.features-list li{
   color:#f3664a;
   list-style: square;
}
 
ul.features-list li span{
   color:#1e168f;
}  */

table.discover-table2 div.discover-table-header img {
    vertical-align: middle;
 margin-right:10px;
 
   
}
table.discover-table2 div.discover-table-header p{
    font-size:15px;
 margin-top:5px;
   margin-bottom:5px;
     text-align:center;
     font-weight: bold;
     vertical-align: top;
     text-decoration: none;
     
}

table.discover-table2 div.discover-table-header a:link {
        color: #da2131;;
      text-decoration: none;
       margin-top:0px;
   margin-bottom:0px;
}

table.discover-table2 div.discover-table-header a:visited {
     text-decoration: none;
      color: #da2131;
}  

table.discover-table2 ul.description {
    text-align: left;
    font-size:12px ;
    color: #333333;
   line-height: 20px;
    margin-top:0px;
   margin-bottom:0px;
    height:120px;
       
 }
 
/*ul.description li{
   color:#f3664a;
   list-style: square;
}
 
ul.description li div {
   color:#1e168f;
}  */
/*---------------synthese-table (screenshots points clefs)------------------*/

table.synthese {
  vertical-align:top;
  /*background:#BCB9DA;*/
  background :#DFF1FF;
/*-webkit-border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;*/
	width:600px;
	height:130px;
	
}

table.synthese td{
  vertical-align:top;

}

table.synthese .header{
 text-align:center;
 color: #333333; /*dark grey;*/
 font-size:13px ;
 height:30px;
 margin-right:20px;
 vertical-align:top;

 
}

table.synthese .image{
 text-align:center;
 margin-right:20px;
 vertical-align:top;
} 

table.synthese img{
-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
/*---------------features-table ------------------*/

/*table.features-table {
     border:1px solid #1e168f;
     text-decoration: none;
     vertical-align: top;
  	color: #1E168F; 
	line-height:20px;
	padding-left:10px;
    font-weight:normal;
   font-size:13px;
}*/

/*table.features-table tr td {
   	vertical-align:top;

}*/
table.features-table div.feature-title {
    color: #1e168f;
   text-decoration: none;
   font-weight:normal;
     height:40px;
    width:270px;
    margin-right:20px;
    text-align: center;
    vertical-align: top;
}

table.features-table div.feature-title  {
    color: #333333;
   
}


table.features-table div.feature-title a:link, a:visited, a:active a:hover{
     color: #1e168f;
     
    
}

table.features-table div.icon {
    text-align: center;
    text-decoration: none;
    font-weight:normal;
    margin-right:20px;
     margin-bottom:20px;
     vertical-align: top;
   }

