@charset "utf-8";
@import url("glyph.css");
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);
/* CSS Document */

html {
    height: 100%;
}

a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
body {
	height: 100%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	background-position: 0px 0px;
	margin: 0px;
}
.DetailIntervention {
	border: 1px solid #B7B7B7;
	background-color: #F3F3F3;
}
.ContourGlobalGris {
	border: 1px solid #6A6A6A;
}
.ContourLoginGris {
	border: 1px solid #CCC;
}
.ContourRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.ContourRightTop {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ContourTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ContourRight12pxBold {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
.EnTeteGrisBlanc {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}
.EnTete11pxBold {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.EnTete11pxWhiteBold {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.EnTete14pxBold {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.EnTete14pxWhiteBold {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.min {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9px;
}
.iframeTooltip {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent {
	background-color: #EAEAEA;
	padding: 4px;
	border: 1px solid #999;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 2px;
}
.AdmInput50 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	width: 50px;
	height: 18px;
	border: 1px solid #E5E5E5;
}
.AdmInputValid {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 22px;
	border: 1px solid #E5E5E5;
	background-color: #666;
}
#foot_global {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 10px;
	color: #FFF;
	height: 26px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	visibility: visible;
	width: 100%;
	margin-top: 20px;
	background-color: #8D8D8D;
	position : relative;
}
#contenu {
	padding: 10px;
}
#contenu_interventions {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	z-index: 10000;
}
#Page {
	text-align: center;
}





/* ........................................................................................... */
/* Ajouts 2016 */
/* ........................................................................................... */

p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.InputStd {
	width: 650px;
	padding: 10px;
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
}
.InputStdMini {
	width: 200px;
	padding: 10px;
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
}
.SelectStd {
	width: 650px;
	padding: 10px;
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
}
.TextArea {
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 5px;
	height: 250px;
	width: 650px;
}
.BtnValidation{
	width: 300px;
	height: 40px;
	background-color: rgba(190,228,124,1.00);
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.BtnValidationRouge{
	width: 150px;
	height: 40px;
	background-color: rgba(203,41,41,1.00);
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.BtnValidationVert{
	width: 150px;
	height: 40px;
	background-color: rgba(190,228,124,1.00);
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.TableLstPacks {
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
}
.TitreTableLstPacks {
	color: rgba(0,0,0,1.00);
	font-weight: 700;
	background-color: rgba(224,216,223,1.00);
}
.ThTableLstPacks {
	font-size: 12px;
	font-weight: 700;
	background-color:rgba(230,230,230,1.00);
}
.TdTableLstPacks {
	border-top-color: rgba(199,199,199,1.00);
	border-top-width: 1px;
	border-top-style: solid;
}
.TableLstClients {
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
}
.TitreTableLstClients {
	color: rgba(0,0,0,1.00);
	font-weight: 700;
	background-color: rgba(224,216,223,1.00);
}
.ThTableLstClients {
	font-size: 12px;
	font-weight: 700;
	background-color:rgba(230,230,230,1.00);
}
.TdTableLstClient {
	border-top-color: rgba(199,199,199,1.00);
	border-top-width: 1px;
	border-top-style: solid;
}
a.BtnPacks {
	display: inline-block;
	padding: 10px;
	margin-top: 0px;
	margin-right : 10px;
	vertical-align: top;
	background-color: rgba(190,228,124,1.00);
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}
a.BtnPacks:hover {
	background-color: rgba(111,70,128,1.00);
	color: #fff;
}
a.BtnPacksQuit {
	display: inline-block;
	padding: 10px;
	margin-top: 0px;
	margin-left : 20px;
	vertical-align: top;
	background-color: rgba(203,41,41,1.00);
	border-color: rgba(199,199,199,1.00);
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
a.BtnPacksQuit:hover {
	background-color: rgba(0,0,0,1.00);
}