﻿#main {
	width: 960px;
			font-size: 15px;

	margin: 50px auto;
}

#survol:hover {
	color: #000;
}
body{
		font-size: 15px;

 font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}

html  {
	zoom: 100%; /* Old IE only */
		font-size: 50px;
	
}
span {
color:red
}
#survol {
	font-size: 14px;
}
#fixe
{
    position        : fixed;
    bottom          : 10px;
}

th, td {
    text-align: left;
	border-left: none;
  border-right: none;
}
.logText {
	font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
	width: auto;
	text-align: left;

}
.defText {
font-size:16px;
font-family: 'Roboto Condensed', sans-serif;
}
#tableStyle {
	font-size: medium;
}
.selectSubmit
{
	display: table-cell;
	vertical-align: middle;
}
.centerInterface {
	background-color: #F59D03;
	height: 100%;
	width: 100%;
	display: table;	
}
.wrapper {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#centerID {
	text-align: center;
}
.selectBox
{
	overflow: hidden;
border: none;
outline: none;
-webkit-appearance: none;
}
.inputModify {
	background: url(icone/pictoGreenRightA.png);
	;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.centerLog {
	margin: 1em;
	top: auto;
	padding: 10;

}
.bandeau{
	border: 2px;
	border-color: #000;
	border-style: dotted;
	margin: 10px;
	float: left;
	width: 200px;
	height: auto;
	border-radius: 15px;
	padding: 10px;

}
.buttonMulti {
	font-size: 9px;
}

h2 {
background-color:#FFFFFF;
text-align:center;
border-radius:10px 10px 0 0;
margin:-10px -40px;
padding:15px;
font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;

}
hr {
border:0;
border-bottom:1px solid #ccc;
margin:10px -40px;
margin-bottom:10px;
font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;

}
#login {
width:300px;
float:left;
border-radius:10px;
font-family: 'Roboto Condensed', sans-serif;
border:2px solid #ccc;
padding:10px 40px 25px;
margin-top:70px
}
input[type=text],input[type=password] {
width:99.5%;
padding:10px;
margin-top:8px;
border:1px solid #ccc;
padding-left:5px;
font-size:16px;
font-family: 'Roboto Condensed', sans-serif;
}
input[type=submit] {
	width: auto;
	background-color: #F59D03;
	color: #fff;
	padding: 10px;
	font-size: 20px;
    margin-bottom: 5px;
	cursor: pointer;
	border-style:none;
font-family: 'Roboto Condensed', sans-serif;
}

#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
}
#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
}
#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu-deroulant a {
    text-decoration: none;
    display: block;
	color:#000;
}
#submit_standard {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: left;
	padding: 5px;
	width: auto;
}

#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#recallButton {
	width: auto;
	height: auto;
	font-size: xx-small;
	color: #000;
}

#blockSearch {
	margin-right: auto;
	margin-left: auto;
}

.buttonHolder {
	text-align: center;
	border-color: #000;
	border-width: 2xp;
	border-radius: 15px;
	background-color: #F59D03;

}

#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}


#clientinfo{
	padding: 10px;
	font-size: 20px;
	background-color: #FFFFFF;
font-family: 'Roboto Condensed', sans-serif;	
	height: auto;
}
#profile {
	padding: 10px;
	font-size: 20px;
	background-color: #FFFFFF;
font-family: 'Roboto Condensed', sans-serif;
	height: auto;
}
#logout {
	float: right;
	padding: 5px;
font-family: 'Roboto Condensed', sans-serif;
}
#divClient {
	height: auto;
}

#block {
font-family: 'Roboto Condensed', sans-serif;
}
#block_sub {
	border: 1px;
	border-color: #309;
	border-style: dotted;
	width: 100%;
	margin: 5px;
	overflow: hidden;
	padding: 5px;
	float: left;
}
#listeClient {
	padding: 5px;
	height: 500px;
	width: 100%;
}

#blockCentral {

}



a {
text-decoration:none;
color:#F59D03;
font-family: 'Roboto Condensed', sans-serif;
		font-size: 15px;

}
i {
color:#F59D03
}
