<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>SETIT 18</title>
                
                <style type="text/css">
                .buttonLien {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.buttonLien:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
                        }
                </style>
        <style type="text/css">
                        /* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
                        #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
                        .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
                        .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
                        body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
                        table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
                        img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */

                        /* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
                        body{margin:0; padding:0;}
                        img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
                        table{border-collapse:collapse !important;}
                        body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}

                        /* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */

                        /* ========== Page Styles ========== */

                        #bodyCell{padding:20px;}
                        #templateContainer{width:600px;}

                        /**
                        * @tab Page
                        * @section background style
                        * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
                        * @theme page
                        */
                        body, #bodyTable{
                                /*@editable*/ background-color:#DEE0E2;
                        }

                        /**
                        * @tab Page
                        * @section background style
                        * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
                        * @theme page
                        */
                        #bodyCell{
                                /*@editable*/ border-top:4px solid #BBBBBB;
                        }

                        /**
                        * @tab Page
                        * @section email border
                        * @tip Set the border for your email.
                        */
                        #templateContainer{
                                /*@editable*/ border:1px solid #BBBBBB;
                        }

                        /**
                        * @tab Page
                        * @section heading 1
                        * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
                        * @style heading 1
                        */
                        h1{
                                /*@editable*/ color:#202020 !important;
                                display:block;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:26px;
                                /*@editable*/ font-style:normal;
                                /*@editable*/ font-weight:bold;
                                /*@editable*/ line-height:100%;
                                /*@editable*/ letter-spacing:normal;
                                margin-top:0;
                                margin-right:0;
                                margin-bottom:10px;
                                margin-left:0;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Page
                        * @section heading 2
                        * @tip Set the styling for all second-level headings in your emails.
                        * @style heading 2
                        */
                        h2{
                                /*@editable*/ color:#404040 !important;
                                display:block;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:20px;
                                /*@editable*/ font-style:normal;
                                /*@editable*/ font-weight:bold;
                                /*@editable*/ line-height:100%;
                                /*@editable*/ letter-spacing:normal;
                                margin-top:0;
                                margin-right:0;
                                margin-bottom:10px;
                                margin-left:0;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Page
                        * @section heading 3
                        * @tip Set the styling for all third-level headings in your emails.
                        * @style heading 3
                        */
                        h3{
                                /*@editable*/ color:#606060 !important;
                                display:block;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:16px;
                                /*@editable*/ font-style:italic;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ line-height:100%;
                                /*@editable*/ letter-spacing:normal;
                                margin-top:0;
                                margin-right:0;
                                margin-bottom:10px;
                                margin-left:0;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Page
                        * @section heading 4
                        * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
                        * @style heading 4
                        */
                        h4{
                                /*@editable*/ color:#808080 !important;
                                display:block;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:14px;
                                /*@editable*/ font-style:italic;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ line-height:100%;
                                /*@editable*/ letter-spacing:normal;
                                margin-top:0;
                                margin-right:0;
                                margin-bottom:10px;
                                margin-left:0;
                                /*@editable*/ text-align:left;
                        }

                        /* ========== Header Styles ========== */

                        /**
                        * @tab Header
                        * @section preheader style
                        * @tip Set the background color and bottom border for your email's preheader area.
                        * @theme header
                        */
                        #templatePreheader{
                                /*@editable*/ background-color:#F4F4F4;
                                /*@editable*/ border-bottom:1px solid #CCCCCC;
                        }

                        /**
                        * @tab Header
                        * @section preheader text
                        * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
                        */
                        .preheaderContent{
                                /*@editable*/ color:#808080;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:10px;
                                /*@editable*/ line-height:125%;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Header
                        * @section preheader link
                        * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
                        */
                        .preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
                                /*@editable*/ color:#606060;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ text-decoration:underline;
                        }

                        /**
                        * @tab Header
                        * @section header style
                        * @tip Set the background color and borders for your email's header area.
                        * @theme header
                        */
                        #templateHeader{
                                /*@editable*/ background-color:#F4F4F4;
                                /*@editable*/ border-top:1px solid #FFFFFF;
                                /*@editable*/ border-bottom:1px solid #CCCCCC;
                        }

                        /**
                        * @tab Header
                        * @section header text
                        * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
                        */
                        .headerContent{
                                /*@editable*/ color:#505050;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:20px;
                                /*@editable*/ font-weight:bold;
                                /*@editable*/ line-height:100%;
                                /*@editable*/ padding-top:0;
                                /*@editable*/ padding-right:0;
                                /*@editable*/ padding-bottom:0;
                                /*@editable*/ padding-left:0;
                                /*@editable*/ text-align:left;
                                /*@editable*/ vertical-align:middle;
                        }

                        /**
                        * @tab Header
                        * @section header link
                        * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
                        */
                        .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
                                /*@editable*/ color:#EB4102;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ text-decoration:underline;
                        }

                        #headerImage{
                                height:auto;
                                max-width:600px;
                        }

                        /* ========== Body Styles ========== */

                        /**
                        * @tab Body
                        * @section body style
                        * @tip Set the background color and borders for your email's body area.
                        */
                        #templateBody{
                                /*@editable*/ background-color:#F4F4F4;
                                /*@editable*/ border-top:1px solid #FFFFFF;
                                /*@editable*/ border-bottom:1px solid #CCCCCC;
                        }

                        /**
                        * @tab Body
                        * @section body text
                        * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
                        * @theme main
                        */
                        .bodyContent{
                                /*@editable*/ color:#505050;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:14px;
                                /*@editable*/ line-height:150%;
                                padding-top:20px;
                                padding-right:20px;
                                padding-bottom:20px;
                                padding-left:20px;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Body
                        * @section body link
                        * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
                        */
                        /*.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
                                /*@editable*/ color:#EB4102;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ text-decoration:underline;
                        }
*/
                        .bodyContent img{
                                display:inline;
                                height:auto;
                                max-width:560px;
                        }

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

                        /**
                        * @tab Footer
                        * @section footer style
                        * @tip Set the background color and borders for your email's footer area.
                        * @theme footer
                        */
                        #templateFooter{
                                /*@editable*/ background-color:#F4F4F4;
                                /*@editable*/ border-top:1px solid #FFFFFF;
                        }

                        /**
                        * @tab Footer
                        * @section footer text
                        * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
                        * @theme footer
                        */
                        .footerContent{
                                /*@editable*/ color:#808080;
                                /*@editable*/ font-family:Helvetica;
                                /*@editable*/ font-size:10px;
                                /*@editable*/ line-height:150%;
                                padding-top:20px;
                                padding-right:20px;
                                padding-bottom:20px;
                                padding-left:20px;
                                /*@editable*/ text-align:left;
                        }

                        /**
                        * @tab Footer
                        * @section footer link
                        * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
                        */
                        .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
                                /*@editable*/ color:#606060;
                                /*@editable*/ font-weight:normal;
                                /*@editable*/ text-decoration:underline;
                        }

                        /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */

            @media only screen and (max-width: 480px){
                                /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
                                body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */

                                /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
                                #bodyCell{padding:10px !important;}

                                /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */

                                /* ======== Page Styles ======== */

                                /**
                                * @tab Mobile Styles
                                * @section template width
                                * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
                                */
                                #templateContainer{
                                        max-width:600px !important;
                                        /*@editable*/ width:100% !important;
                                }

                                /**
                                * @tab Mobile Styles
                                * @section heading 1
                                * @tip Make the first-level headings larger in size for better readability on small screens.
                                */
                                h1{
                                        /*@editable*/ font-size:24px !important;
                                        /*@editable*/ line-height:100% !important;
                                }

                                /**
                                * @tab Mobile Styles
                                * @section heading 2
                                * @tip Make the second-level headings larger in size for better readability on small screens.
                                */
                                h2{
                                        /*@editable*/ font-size:20px !important;
                                        /*@editable*/ line-height:100% !important;
                                }

                                /**
                                * @tab Mobile Styles
                                * @section heading 3
                                * @tip Make the third-level headings larger in size for better readability on small screens.
                                */
                                h3{
                                        /*@editable*/ font-size:18px !important;
                                        /*@editable*/ line-height:100% !important;
                                }

                                /**
                                * @tab Mobile Styles
                                * @section heading 4
                                * @tip Make the fourth-level headings larger in size for better readability on small screens.
                                */
                                h4{
                                        /*@editable*/ font-size:16px !important;
                                        /*@editable*/ line-height:100% !important;
                                }

                                /* ======== Header Styles ======== */

                                #templatePreheader{display:none !important;} /* Hide the template preheader to save space */

                                /**
                                * @tab Mobile Styles
                                * @section header image
                                * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
                                */
                                #headerImage{
                                        height:auto !important;
                                        /*@editable*/ max-width:600px !important;
                                        /*@editable*/ width:100% !important;
                                }

                                /**
                                * @tab Mobile Styles
                                * @section header text
                                * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
                                */
                                .headerContent{
                                        /*@editable*/ font-size:20px !important;
                                        /*@editable*/ line-height:125% !important;
                                }

                                /* ======== Body Styles ======== */

                                /**
                                * @tab Mobile Styles
                                * @section body text
                                * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
                                */
                                .bodyContent{
                                        /*@editable*/ font-size:18px !important;
                                        /*@editable*/ line-height:125% !important;
                                }

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

                                /**
                                * @tab Mobile Styles
                                * @section footer text
                                * @tip Make the body content text larger in size for better readability on small screens.
                                */
                                .footerContent{
                                        /*@editable*/ font-size:14px !important;
                                        /*@editable*/ line-height:115% !important;
                                }

                                .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
                                
        
                </style>
    </head>
    <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0"><div class="inbox-preview" style="display: none; font-size: 0; max-height: 0; line-height: 0; padding: 0; mso-hide: all;">You are cordially invited to attend SETIT'18</div><!-- inbox-preview --><style type="text/css" id=bmeresponsecss>    
    
 @media only screen and (max-width: 480px){    
body { margin: 0; padding: 0; }    
}    
    
 @media only screen and (max-width: 480px){    
table[class=container-table], .bmeheadertext, .container-table{ width: 95% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
.header{font-size: 24px !important;}     
}    
    
 @media only screen and (max-width: 480px){    
.contenttitle{font-size: 20px !important;line-height: 140% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
.contenttext{font-size: 16px !important;line-height: 140% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
.single-col{display: block !important; width: 100% !important; float:left; clear:both;}     
}    
    
 @media only screen and (max-width: 480px){    
img.mobile-img-large { width: 100% !important; height:auto !important;display:block;}     
}    
    
 @media only screen and (max-width: 480px){    
img.bmeRSSImage{max-width:300px; height:auto !important;}     
}    
    
 @media only screen and (max-width: 480px){    
td[class="preheader-table"]{padding: 10px 0 !important;}     
}    
    
 @media only screen and (max-width: 480px){    
div[class="bmeheadertext"]{font-size: 12px !important;line-height: 140% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
td[class="bmefootertext"], div[class="bmefootertext"]{font-size: 12px !important;padding-top: 10px;line-height: 140% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
div[class="bmefooter"] td[width="79%"], div[class="bmefooter"] td[width="21%"]{display: block !important;width: 100%;}     
}    
    
 @media only screen and (max-width: 480px){    
.mobile-footer, .mobile-footer a{ font-size: 13px !important; line-height: 18px !important;}     
}    
    
 @media only screen and (max-width: 480px){    
.mobile-footer{ text-align: center !important;}     
}    
    
 @media only screen and (max-width: 480px){    
div.bmefooter, div.bmeheader{ display:block !important;}     
}    
    
 @media only screen and (max-width: 480px){    
table[class="share-tbl"] { padding-bottom: 15px; width: 100% !important;}     
}    
    
 @media only screen and (max-width: 480px){    
table[class="share-tbl"] td { display: block !important; text-align: center !important; width: 100% !important;}     
}    
    
 @media only screen and (min-width: 640px){    
img.bmeRSSImage{max-width:500px !important; height:auto !important;}     
}    
    
</style>    

        <center>
                    
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
                <tr>
                        <td align="center" valign="top" id="bodyCell">
                        <!-- BEGIN TEMPLATE // -->
                            
<table border="0" cellpadding="0" cellspacing="0" id="templateContainer">
                                <tr>
                                <td align="center" valign="top">
                                        <!-- BEGIN PREHEADER // -->
                                        
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
                                        <tr>
                                            <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00">
                                               
                                            </td>
                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->
                                            <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01">
                                                   
    <br />    
<a href="http://setit.benchurl.com/c/l?u=84EF9E2&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"></a>.
                                            </td>
                                            <!-- *|END:IF|* -->
                                        </tr>
                                        
</table>
                                    <!-- // END PREHEADER -->
                                </td>
                            </tr>
                                <tr>
                                <td align="center" valign="top">
                                        <!-- BEGIN HEADER // -->
                                        
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
                                        <tr>
                                                                        This email is sent out to all those on the SETIT
                                      2018 database. If you want to be removed from this database, please click:
                                              
<a href="http://setit.benchurl.com/c/l?u=84F1042&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank" style="color: rgb(0, 0, 255); text-decoration: none;"><strong>Unsubscribe</strong></a>
                                            <td valign="top" class="headerContent">    
<a href="http://setit.benchurl.com/c/l?u=84EF9E8&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank">
                                                <img    
 src="https://scontent.ftun7-1.fna.fbcdn.net/v/t1.0-9/46517356_10157170721897345_2262324356166189056_n.jpg?_nc_cat=110&_nc_ht=scontent.ftun7-1.fna&oh=86f03e708e61efff7ce7f26eaab025d7&oe=5C7B1843" style="max-width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext /></a>
                                            </td>
                                        </tr>
                                        
</table>
                                    <!-- // END HEADER -->
                                </td>
                            </tr>
                                <tr>
                                <td align="center" valign="top">
                                        <!-- BEGIN BODY // -->
                                        
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
                                        <tr>
                                            <td valign="top" class="bodyContent" mc:edit="body_content">
                                                                                                        <span style="color: rgb(51, 51, 255);"> Apologies if you received multiple copies.    
<br>
                                                                                                        Thanks for forwarding the information on this Call for Submissions to those potentially interested to submit.</span>
                                                                                                            
<br>     
<br>
                                                                                                        <h2><center>Invitation to attend SETIT 2018 conference</center></h2>
                                                                                                            
<br>     
<br>
                                                                                                        <h3>  Dear Colleague ,</h3>
                                                                                                        On <span style="text-align: justify">behalf of SETIT, the Sciences of Image and Telecommunication Research  Unit, would like 
                                              to invite you to join us for the 8<sup>th</sup> international conference named SETIT which will be held 
                                              in     
<a href="http://setit.benchurl.com/c/l?u=84EF9E5&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"> Golden  Mehari hotel</a>, Hammamet-Tunisia from 18 to 20 December 2018.</span>
                                                                                                            
<br>     
<br>
                                                                                                                <strong><span style="color: rgb(0, 0, 255);">Why joining the conference right now?</span></strong>
                                                                                                                    
<br>    
<br>
                                                                                                        This Conference is technically sponsored by <span style="color: rgb(0, 0, 255);">Springer and IEEE tunisia section</span>. 
                                                                                                        In this seven Edition, more than 1500 papers have
                                                                                                        been proposed among which 300 have been retained. The papers' authors are from more than 45 Nationalities.
                                                                                                            
<br>    
<br>
        <span style="text-align: justify">                                                                                              This conference is an essential forum for sharing knowledge about the latest progress and advances in information and telecommunication technologies through papers, 
      and has an excellent track record for fostering synergism between research teams that are working in the fields related to the conference topics.</span>
                                                                                                
                                                                                                            
<br>     
<br>
                                                                                        <span style="text-align: justify">      
The rich assortment of tutorials, presentation sessions, and receptions will allow you to gain in-depth knowledge of fundamental principles and the latest trends in the sciences of electronics, technologies of information and telecommunications.
                                              </span>                                                 
<br>     
<br>
                                              <span style="text-align: justify">
With its many sessions, the Conference is an excellent opportunity to renew old friendships and network with new contacts. You and your accompanists will also enjoy the vibrant culture and many points of interest in our beautiful and hospitable country Tunisia, so make your plans now to join us for this exciting event.

                                              </span>                                             
                                                                                                            
<br>     
<br>

                                                                                                        <strong><span style="color: rgb(0, 0, 255);">Financial support:</span></strong>
                                                                                                            
<br>     
<br>
                                                                                                        
<span style="text-align: justify">
A substantial financial support (Up to 100 Euros) is allocated for participants from developing countries and countries with poor currencies and not supported by their research structures.This Financial support is giving to help participants to attend SETIT'18

                                                                <span>                                    
                                                                                                            
<br>     
<br>
<span style="text-align: justify">
                                      The organizing committee of the SETIT conference inform you once again that you are cordially invited to join this event and benefit from the offer as indicated below.

                                                                                                        Please do not hesitate to contact us if you have any queries regarding SETIT'2018.
                                  </span>
    
<br>     
<br>
                                  <span style="text-align: justify">       
                                  Updated information about the conference can be found at:     
<a href="http://setit.benchurl.com/c/l?u=84EF9E8&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=2" target=_blank  target="_blank">http://www.setit.rnu.tn</a>
                                  </span>
    
<br>     
<br>
                                  <span style="text-align: justify">                             If you are interested, please log in to your session account:</span>
                                                                                                        <center>    
<a href="http://setit.benchurl.com/c/l?u=84F10D2&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank">  http://www.setit.rnu.tn/register.html  </a></center>
                                                                                                            
<br>     
<br>
                                                        
                                  <span style="text-align: justify">
                                                                                                        <strong><span style="color: rgb(0, 0, 255);">PS:</span></strong>
                                                                                                                        
                                                                                                        
                                    Poster paper submission still open until November 30, 2018.</span>
                                    
                                        
<br><center>
                                        
<a href="http://setit.benchurl.com/c/l?u=84F014A&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank">http://www.setit.rnu.tn/special-poster-session.html</a></center>
                                                                                                            
<br>     
<br>
                                                                                                </div>
                                                                                                    
<br>                                                                                      
                                                                                                We look forward to seeing you among us. 
                                            </td>
                                        </tr>
                                        
</table>
                                    <!-- // END BODY -->
                                </td>
                            </tr>
                                <tr>
                                <td align="center" valign="top">
                                        <!-- BEGIN FOOTER // -->
                                        
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
                                        <tr>
                                            <td valign="top" class="footerContent" mc:edit="footer_content00">
                                                
                                            </td>
                                        </tr>
                                        <tr>
                                            <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
                                                
                                                Pr. Med Salim BOUHLEL    
<br>
   Head of the Research Unit: SETIT ( Sfax University )    
<br>
  General Chair of     
<a href="http://setit.benchurl.com/c/l?u=84EF9E8&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=3" target=_blank  target="_blank"> SETIT'18</a>    
<br>
  General Chair of     
<a href="http://setit.benchurl.com/c/l?u=84F029C&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"> AfriCHI'18</a>    
<br>
  Honorary Chair of     
<a href="http://setit.benchurl.com/c/l?u=84F02A4&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"> HMI'18</a>    
<br>
 GSM (+216) 20 20 00 05    
<br>
     
<a href="http://setit.benchurl.com/c/l?u=84F02B6&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"> 
<img    
 src="https://scontent.ftun7-1.fna.fbcdn.net/v/t1.0-9/41954958_2462375740455545_8133797485932969984_n.jpg?_nc_cat=0&oh=8249684557e07e9261fcd6bbb18158ce&oe=5C24A480" height="24" width="24"></a>
     
<a href="http://setit.benchurl.com/c/l?u=84F02C4&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=1" target=_blank  target="_blank"> 
<img    
 src="https://pbs.twimg.com/profile_images/610753506228748289/GBfhn7j7_bigger.png" border="0" height="24" width="24"></a> 
                                                                                            
<br>
                                                                                                  
                                                                                                    
<br>
                                                                                                
                                            </td>
                                        </tr>
                                        <tr>
                                            <td valign="top" style="padding-top:0; padding-bottom:40px;" mc:edit="footer_content02">
                                                This email is sent out to all those on the SETIT
                                                                                                2018 database. If you want to be removed from this database, please click: 
                                                  
<a href="http://setit.benchurl.com/c/l?u=84F1042&e=D9B618&c=9A1A2&t=0&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&seq=2" target=_blank  target="_blank" style="color: rgb(0, 0, 255); text-decoration: none;"><strong>Unsubscribe</strong></a>
                                                                                                
                                                                                        
                                                                                                                       
 
                                            </td>
                                        </tr>
                                        
</table>
                                    <!-- // END FOOTER -->
                                </td>
                            </tr>
                            
</table>
                        <!-- // END TEMPLATE -->
                    </td>
                </tr>
                
</table>
        </center>
    <img    
 src='http://setit.benchurl.com/c/o?e=D9B618&c=9A1A2&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&relid=A0B1A87' alt='' border=0 style="display:none;" height=1 width=1></body>
</html>    
    
    
<table width="100%" cellspacing="0" cellpadding="0" border="0" name="blk_footer" class="blk" style="color: #666666;"><tbody><tr><td name="tblCell" style="padding: 20px;" align="left" valign="top">    
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td name="bmeBadgeText" style="text-align:center; word-break: break-word;" align="center"><span id="spnFooterText" style="font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 140%;">    
    <br />UR SETIT. Sfax university. Tunisia</span>    
    <br />    
    <br /><span style="font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height:140%;"><!-- Verified 0:False:0 -->    
    
<a class=bmefootertext  href="http://setit.benchurl.com/c/su?e=D9B618&c=9A1A2&l=&email=x1xNfiruv2npagS9UDglLmVCkNH0Y05lNyIeD9VsXLU%3D&relid=A0B1A87"  style="color:inherit;text-decoration:underline;">Unsubscribe</a>      
    <br /></span></td></tr></tbody>    
</table></td></tr></tbody>    
</table>