﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   /* background: #b6b7bc;*/
    /*font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
   /* color: #696969;*/
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2 h3, h4, h5, h6
{
    font-size: 1.5em;
  /* color: #666666;*/
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.3em;
}


h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}



.pageAdmissibiliteBCE
{
    width: 100%;
    max-width:1100px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    /*height:500px;
   border: 1px solid #496077;*/
}




div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}




.btnOK
{
    padding: 10px !important;
    border: none;
    font-size: 15px;
    background: #f07f13;
    color: white;
}



input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.textEntryPetit
{
    width: 100px;
    border: 1px solid #ccc;
}
input.textEntryMoyen
{
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
}



input.textEntryLong
{
    width: 400px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
