﻿body
{
    background-color: Transparent;
    background-image: url("../../Images/background.jpg");
    background-repeat:repeat;

    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

@font-face
{
    font-family: "JplFont";
    src: url('./Fonts/Nasalization.eot');
}

@font-face
{
    font-family: "JplFont";
    src: url('./Fonts/Nasalization.ttf');
}


a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
    font-weight:bold;
    font-family:  Verdana, Helvetica, Sans-Serif;
}

.Title
{
    color: #696969;
    font-weight: bold;
    font-size: large;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
}




/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 12pt;
    color: #000;
    font-family: "JplFont" , Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /*position: relative;     margin-bottom: 0px;     color: #000;     padding: 0;*/
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: Transparent;
    border-style: solid;
    border-width: 2px;
    border-color: Black;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.checkBoxInfos
{
    text-align:center;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em; /*background-color: #e8eef4;*/
    background-color: Transparent; /*color: #034af3;*/
    color: #FFFFFF;
    background-image: url(../Images/button.png);
}

ul#menu li a:hover
{
    /*background-color: #fff;*/
    background-color: Transparent;
    text-decoration: none;
    background-image: url(../Images/buttonHover.png);
}

ul#menu li a:active
{
    /*background-color: #a6e2a6;*/
    background-color: #FFFFFF;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* TAB CUSTOMER MENU   
----------------------------------------------------------*/
ul#CustomerMenuList
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#CustomerMenuList li
{
    text-align: center;
    display: inline;
    list-style: none;
}

ul#CustomerMenuList li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

/*ul#CustomerMenuList li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #e8eef4;
    color: #034af3;
}*/

ul#CustomerMenuList li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em; /*background-color: #e8eef4;*/
    background-color: Transparent; /*color: #034af3;*/
    color: #FFFFFF;
    background-image: url(../Images/button.png);
}

ul#CustomerMenuList li a:hover
{
    /*background-color: #fff;*/
    background-color: Transparent;
    text-decoration: none;
    background-image: url(../Images/buttonHover.png);
}


ul#CustomerMenuList li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#CustomerMenuList li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

label
{
    margin-top:20px;
    font-size:12pt;
    display: block;
    font-weight: bold;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
    font-weight: bold;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}


/* Register / Login */

.RegisterLoginDiv
{
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.RegisterLoginTitle
{
    font-weight: bold;
}

.ContactForm
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px Black;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px Black;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #79BAF2; /*#e8eef4;*/
    border: solid 1px Black;
}

/* Account
---------------------------------------------------------*/

.AccountInfos
{
    margin-top: 15px;
}
.Disconnect
{
    text-align: center;
}

/*Ajax Tab Container
----------------------------------------------------------*/

.AjaxTabContainer
{
    background-color: Transparent;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    padding: 5px 20px 20px 20px;
}

.AjaxTabContainerHeader
{
    margin: 0px 10px 0px 10px;
    padding: 10px 15px 10px 15px;
    width: auto;
    height: auto;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
    cursor:pointer;
    font-size: 12pt;
    color: #FFFFFF;
    background-image: url(../Images/button.png);
}

.AjaxTabContainerHeader:Hover
{
    background-image: url(../Images/buttonHover.png);
}

/* News
----------------------------------------------------------*/


.DownloadNewsFile
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: x-small;
    text-align:left;
}

.NewsTitle
{
    font-weight: bold;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-right: 50px;
    text-align:left;
}

.TDNews
{
    width:200px;
}

.NewsActions
{
    text-align:left
}

.NewsDate
{
    font-weight: lighter;
    text-align:left;
}

.NewsText
{
    margin-top: 10px;
    background-color: Transparent;
    border: solid 0 Transparent;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
}

.NewsTable
{
    border-collapse: separate;
    border-spacing: 5px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.ImageNews
{
    max-height:200px;
    max-width:200px;
}

/* Offre JPL
-----------------------------------------------------------*/

.JPLOffer
{
    clear:both;
    margin-bottom: 50px;
}
.DownloadFileOffer
{
    cursor:pointer;
}


/* Customer Menu
-----------------------------------------------------------*/

.CustomerMenu
{
    margin-bottom: 5%;
}

/* Mise à jours Infos
-----------------------------------------------------------*/

.MajInfos
{
}
.MajTitle
{
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.Update
{
    margin-top: 3px;
}

.UpdateNumber
{
    font-weight: bold;
    display: inline;
}

.UpdateTitle
{
    font-weight: bold;
    display: inline;
}

.UpdateComment
{
    margin-top: 10px;
    text-indent: 30px;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    text-align: left;
    display: inline;
}

#logindisplay
{
    font-size: 1.1em;
    text-align: right;
    color: White;
    font-weight: bold;
    display: inline;
}

div#title
{
    display: block;
    text-align: center;
    height: 140px;
}

div#footerD
{
    display: block;
    text-align: center;
    margin-top: 100px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.JPLLogo
{
    text-align: center;
    height: 110px;
    width: 800px;
}

.footerPage
{
    text-align: center;
    height: 110px;
    width: 800px;
}

/* Intervention */

.AddIntervention
{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Hardware */

.AddHardware
{
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.MaterielsList
{
    margin-top: 20px;
}

/* Index */

.LysiasLogo
{
    float: left;
}
.LysiasPresentation
{
    padding-top:20px;
    text-align:center;
    color: #696969;
    font-weight: bold;
    font-size:xx-large;
    font-family: "JplFont" , Verdana, Helvetica, Sans-Serif;
}

.EnterpriseIndexTitle
{
    height: 130px;
}

.publicNews
{
    margin-top:50px;
    text-align:left;
    vertical-align:bottom;
    float:none;
    display:block;
    clear: both;
}


.IndexDesc
{
    margin-top: 100px;
    font-weight: bold;
    border: 0;
}

.IndexPanels
{
    margin-top:40px;
    height:250px;
    margin-left:auto;
    margin-right:auto;
}

.DemoVideo
{
    display:none; /* ligne à supprimer pour afficher la vidéo */
    float:left;
    text-align:right;
    margin-bottom:20px;
}

.Demonstration
{
text-align:right;
}

.IndexPanel
{
    text-align: center;
    font-weight: bold;
    width:25%;
    float:left;
    margin-left:4%;
    margin-right:4%;
}

.TitleIndexPanel
{
    font-size:12pt;
    font-weight:bold;
    font-family: "JplFont" , Arial, Helvetica, sans-serif; 
    margin-bottom: 5px;
    margin-top: 5px;
    height:70px;
}

.ImgIndexPanel
{
    height: auto;
    width:100%;
    display:inline;
    cursor:pointer;
}

/* About */

.format1
{
    font-size: small;
}

.format2
{
    font-size: medium;
}

/* Locaux */

.Montpellier
{
    margin-top: 0px;
    margin-bottom: 50px;
}


.Perpignan
{
    margin-top: 10px;
    margin-bottom: 50px;
}

.Ville
{
    text-align: center;
    font-size: x-small;
    font-weight: bold;
}

.Adress
{
    text-align: center;
    font-size: xx-small;
}

.Manager
{
    text-align: center;
}

.ManagerName
{
    margin-top: 10px;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
}

.Contact
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: xx-small;
}

.ManagerMail
{
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: xx-small;
}


/*Contact */

.imgContact
{
    float: left;
    width: 25%;
}

.infosContact
{
    margin-left: 25%;
}


/* Download */

.imgFile
{
    cursor:pointer;
    height: 48px;
    width: 48px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}