﻿html, body ,form{height:100%;} 
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
    margin: 0px 0px 0px 0px;
    background: #ffffff url('Images/bg-1.gif') repeat-y fixed center;
    cursor: default;
}

select
{
}
h3
{
	font-size:1.2em;
	padding:0px;
	margin:0px;
}
span
{
	white-space:normal;
}

fieldset
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #828282;
}

legend
{
    padding-left: 0px;
    border: none;
    color:#C64A1B;
    font-size:medium;
}

.detail-grid legend
{
    font-size: small !important;
    color: Black !important;
}

A:link
{
    white-space:normal;
	text-decoration:none;
}
A:visited{
    white-space:normal;
	text-decoration:none;
}
A:hover{
    white-space:normal;
    text-decoration:none;
}
A:active{
    white-space:normal;
	text-decoration:none;
}

.center
{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

input[type="submit"]
{
	font-weight:bold;
}

input[type="button"]
{
	font-weight:bold;
}

.titre_principal
{
    color:#C64A1B;
    font-size:medium;
    
}

.messageRequired
{
	font-style:italic;
}
.required
{
    font-weight:bold;
}

.labelSucceed
{  
	font-weight:bold;
	color:Green;
}

.labelError
{  
	font-weight:bold;
	color:red
}

.groupBoxLabel
{
    padding-left:10px;
}

.labelTitre
{
    font-size: 11pt;
    font-weight:bold;
}

/*form validator style*/
.errorsSummary 
{
	border: 2px solid red;
	color: red;
	margin: 5px 0px;
	padding: 20px;
	background: #fff url('Images/agt_stop.png') no-repeat 5px 50%;
}
.errorsSummary ul {
	 margin: 0;
	 padding: 0;
	 margin-left: 80px;
	 list-style: square;
}

/*administration tools box*/
.adminBox
{
	padding:10px;
}

div.help-section-container
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFF3C8 url(Images/help-section.gif) repeat-x scroll 0 0;
	border:1px solid #FFE58A;
	color:#000000;
	margin:1.6em 0;
	padding:1em 3em 1em 0;
}

div.no-margin-top
{
	margin-top: 0px !important;
}

.help-section-container .help-section
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(Images/info-orange.gif) no-repeat scroll 15px;
	line-height: 1.4em;
	min-height:30px;
	padding:0 0 0 50px;
}

.help-section li
{
	padding-bottom: 3px;
}

.help-section ul
{
	list-style: none;
}

div.legende-container
{
	border: 1px solid #828282;	
	border-top: none;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

div.boutons-container
{
	border: 1px solid #828282;	
	border-bottom: none;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

.boutons-container > a
{
	color:#000000;
}

.boutons-container a > img
{
	padding-right: 5px;
}

.boutons-container li > a
{
    color:#000000;
	padding-right: 5px;
}

.boutons-container ul
{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
.boutons-container li
{
    display: inline;    
}

td.rtWrapperContent /*Telerik tooltip*/
{
	padding-right: 15px !important;	
}

.rgPager .rgAdvPart /*Pager grid telerik*/
{
    width: 250px;    
}