body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
	background-image: url(../images/background-header-ch35-repeat-x-top.png);
	background-position: top;
	background-repeat: repeat-x;
}

#header{
	background: url(../images/header-ch35.png) top no-repeat;
	height: 245px;
}

#content{
	width: 1000px;
	margin: auto;
}

h3{
	font-size: 26pt;
	font-weight: bolder;
	color: #e6d8e9;
	margin: 10px;
	margin-left: 25px;
}

hr{
	border-top: 2px solid #e6d8e9;
}

label{
	font-size: 14pt;
	font-weight: bolder;
	color: #823d8f;
	display: block;
	padding-bottom: 15px;
}

a{
	font-size: 14pt;
	color: #000000;
	text-decoration: underline;
}

td{
	width: 350px;
	vertical-align: bottom;
}

td.chmax{
	vertical-align: top;
	text-align: center;
}

td.chtot{
	vertical-align: top;
}

td.milieu{
	text-align: center;
}

.restemp{
	background-color: #ebebeb;
	display: block;
	width: 220px;
	height: 30px;
}

table{
	border-spacing: 10px;
}

input{
	background: #e6d8e9;
	width: 220px;
	height: 30px;
	border: none;
	padding-left: 5px;
}

p.commentaire{
	font-size: 14pt;
	color: #823d8f;
}

span.cat5_erreur{
	font-size: 14pt;
	color: #f22416;
}

.resultat {
	width: 165px;
	height: 165px;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #823d8f;
	line-height: 165px;
	font-size: 36pt;
	color: #823d8f;
}

.conclusion{
	color: #4d4d4d;
}


/*Styling Selectbox*/
.dropdown {
	display: inline-block;
	background-color: #e6d8e9;
	position: relative;
	font-size: 14px;
	color: #474747;
}
.erp.dropdown{
	width: 300px;
}
.installation.dropdown{
	width: 220px;
}
.fluide.dropdown{
	width: 150px;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
	font-style: normal;
	font-weight: bolder;
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #e6d8e9
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #e6d8e9
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #e6d8e9;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}