.body
{
	background-color: #E5E5E5;
    font-family: arial;
    color: #404040;
    font-size: 11pt;
}


.login
{
    width: 400px;
    height: 170px;
    background-color: #7287FF;
    border-width:2px;
    border-style: solid;
    border-color: #3D4989;
    border-radius: 10px;
}


.shadow
{
  box-shadow: 10px 10px 10px #808080;
}

.footer
{
    width: 100%;
    position: absolute;
	bottom: 5px;
    vertical-align:middle;
}



.input
{
    border-width:1px;
    border-style: solid;
    border-color: #000;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
}


.input_formulaire
{
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    font-size:14px;
    font-family: arial;
}


.input_formulaire_thin
{
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:5px;
    padding-right:5px;
    font-size:13px;
    font-family: arial;
}


.link
{
    color: #404040;
    text-decoration: none;
}


.link:hover
{
    color: #404040;
    text-decoration: underline;
}


.banner
{
    margin-left:1%;
    margin-right:1%;
    width:97.5%;
    height:65px;
    background-color:#d4d5e5;
    border-style: solid;
    border-width: 2px;
    border-color: #848aea;
    border-radius: 10px;
}


.right-banner
{
    text-align:right;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    display:inline;
    float:right;
}


.left-banner
{
    text-align:left;
    padding-left:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    display:inline;
    float:left;
}


.middle-banner
{
    text-align:center;
    padding-top: 5px;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    display:inline;
    position:absolute;
    top:10px;
    width:33%;
    left:33%;
}


.heure
{
    padding-right:5px;
}


.menu
{
    float:left;
    margin-top:0.5%;
    margin-left:1%;
    width:20%;
    height:88%;
    background-color:#d4d5e5;
    border-style: solid;
    border-width: 2px;
    border-color: #848aea;
    border-radius: 10px;
    padding-left:0px;
    padding-right:0px;
    overflow:auto;
}


.tablemenu
{
   width: 90%;
   vertical-align:top;
}


.tablemenu_modif
{
   width: 90%;
   height:75%;
   vertical-align:top;
}


.menutop
{
    vertical-align:top;
}


.menubottom
{
    vertical-align:bottom;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}


.content
{
    float:left;
    margin-top:0.5%;
    margin-left:0.5%;
    margin-left:1%;
    width:76.5%;
    height:88%;
    background-color:#d4d5e5;
    border-style: solid;
    border-width: 2px;
    border-color: #848aea;
    border-radius: 10px;
    padding-left:0px;
    overflow:auto;
}


.button_menu
{
    height: 30px;
    background-color: #7178ed;
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
}


.button_menu:hover
{
    height: 30px;
    background-color: #a4a9f4;
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;;
    color: #ffffff;
    text-decoration: none;
}


.button_top
{
    width: 70%;
    height: 30px;
    background-color: #C4A66B;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
}


.button_top:hover
{
    width: 70%;
    height: 30px;
    background-color: #917A4F;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;;
    color: #ffffff;
    text-decoration: none;
}


.button
{
    width: 200px;
    height: 30px;
    background-color: #7178ed;
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
}


.button:hover
{
    width: 200px;
    height: 30px;
    background-color: #a4a9f4;
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    text-align:center;
    padding-top:7px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;;
    color: #ffffff;
    text-decoration: none;
}


.rubrique
{
    width:75%;
    background-color: #b1b4e5;
    border-width:1px;
    border-style: solid;
    border-color: #4952eb;
    text-align:center;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;;
    color: #ffffff;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
}


.titre
{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;;
    color: #000000;
    text-decoration: underline;
}


.tableau
{
    border-style: solid;
    border-width: 1px;
    border-color: #4952eb;
}


.tableau-titre
{
    background-color: #7178ed;
    text-align:center;
}


.tableau-ligne
{
    background-color: #ffffff;
    text-align:center;
    font-size:14px;
    height:25px;
}


.ligne
{
    font-size:14px;
    color: #000000;
    font-family: arial;
    font-weight: normal;
}


.tableau-sousligne
{
    background-color: #ffffff;
    text-align:left;
    font-size:13px;
    vertical-align:top;
}


.pagerubrique
{
    width:75%;
    border-width:1px;
    border-style: solid;
    border-color: #000000;
    font-family: arial;
    text-decoration: none;
}


.listepages
{
    color: #000000;
    font-family: arial;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    overflow:auto;
}


.listepages_small
{
    color: #000000;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    overflow:auto;
}


.prospect_small
{
    width:90%;
    margin:0px;
    background-color: #D3C4A9;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:left;
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    padding-top:10px;
    height:24%;
}


.prospect_big
{
    width:90%;
    margin:0px;
    background-color: #D3C4A9;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:left;
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    padding-top:10px;
    height:70%;
}


.prospect_small_short
{
    width:85%;
    margin:0px;
    background-color: #D3C4A9;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:left;
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    padding-top:10px;
}


.commentaires_big
{
    width:90%;
    margin:0px;
    border-width:1px;
    border-style: solid;
    background-color: #D3C4A9;
    border-color: #9E8556;
    text-align:left;
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    height:65%;
    padding-top:10px;
}


.commentaires_small
{
    width:90%;
    margin:0px;
    border-width:1px;
    border-style: solid;
    background-color: #D3C4A9;
    border-color: #9E8556;
    text-align:left;
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border-radius: 10px;
    height:19%;
    padding-top:10px;
}


.attente
{
    width:80%;
    text-align:center;
    font-family: arial;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding-top:20%;
}


.rubrique_page
{
    width:80%;
    background-color: #D3C4A9;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    font-family: arial;
    margin:0px;
    border-radius: 10px;
    padding-top:10px;
}


.button_prospection
{
    height: 30px;
    background-color: #C4A66B;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    padding-top:3px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
    padding-left:10px;
    padding-right:10px;
    display: inline;
    white-space: nowrap;
}


.button_motifs
{
    height: 27px;
    background-color: #C4A66B;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    padding-top:3px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
}


.tableau-rappel
{
   width:500px;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   text-align:center;
}


.tableau-rappel-cellule
{
   text-align:center;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   background-color:#D3C4A9;
}


.tableau-agenda
{
   width:90%;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   text-align:center;
}


.tableau-agenda-cellule
{
   text-align:center;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   background-color:#D3C4A9;
}


.tableau-rdv
{
   width:350px;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   text-align:center;
}


.tableau-rdv-cellule
{
   text-align:center;
   border-style:solid;
   border-width:1px;
   border-color:#9E8556;
   background-color:#D3C4A9;
}


.tableau-rdv-jour
{
   width:395px;
   vertical-align:middle;
   display:inline;
}


.contenu-journee
{
   font-size: 14px;
}


.rdv
{
    font-size:12px;
    color: #000000;
    font-family: arial;
    font-weight: normal;
}


.bottom_buttons
{
    width: 75%;
	position:absolute;
    bottom:40px;
    margin-bottom:10px;
}


.bottom_buttons_small
{
    width: 75%;
	position:absolute;
    bottom:0;
    margin-bottom:20px;
}


.button_bottom
{
    width: 250px;
    height: 20px;
    background-color: #C4A66B;
    border-width:1px;
    border-style: solid;
    border-color: #9E8556;
    text-align:center;
    padding-top:1px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    border-radius: 5px;
    display: inline;
}


.tooltip
{
	text-decoration: none;
	position: relative;
    color: #404040;
}


.tooltip span
{
    margin-left: -999em;
	position: absolute;
}


.tooltip:hover span
{
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}


.tooltip:hover img
{
    border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}


.tooltip:hover em
{
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}


.classic
{
    padding: 0.8em 1em;
}


.custom
{
    padding: 0.5em 0.8em 0.8em 2em;
}


* html a:hover
{
    background: transparent;
}


.classic
{
    background: #FFFFAA; border: 1px solid #FFAD33;
}


.critical
{
    background: #FFCCAA; border: 1px solid #FF3334;
}


.help
{
    background: #9FDAEE; border: 1px solid #2BB0D7;
}


.info
{
    background: #DBBA75; border: 1px solid #9E8556;
}


.warning
{
    background: #FFFFAA; border: 1px solid #FFAD33;
}


@-webkit-keyframes blinker
{
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}


.blink
{
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 2.5s;
}


#draggable
{
  width: 150px;
  height: 150px;
  padding: 0.5em;
}


.modal 
{
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modal:target 
{
	opacity:1;
	pointer-events: auto;
}

.modal > div 
{
	width: 450px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #DBBA75;
    border-color: #9E8556;
    border-style: solid;
    border-width: 2px;
}