﻿body 
{
	background-color: #1E63A5;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img 
{
  border: none;
}

*.bgMainMasterRightCorner
{
	background-image:url(../picts/mainMaster/basPageRight.png);
	width:88px;
	height:52px;
}
*.bgMainMaster
{
	background-image:url(../picts/mainMaster/basPage.png);
	height:52px;
	text-align:center;
	color:White;
	
}

#page {
	width: 945px;
	margin: 2px auto 0 auto;
    background-color: #FFFFFF;
	padding: 0px;
}
#contact {
	border-bottom: solid 1px #AAAAAA;
	/*height: 40px;*/
	margin-top: 10px;
	/*padding: 8px 5px 0 10px;	*/
	width: 183px;

	font-weight: bold;
	color: #3083B3;
	font-size: 14px;
}

#contact a {
	color: #3083B3;
	text-decoration: none;
}

#langue select {
	border: solid 1px #AAAAAA;
	color: #5D5D5D;
	display: inline;
}

#langue form {
	display: inline;
}

#langue {
	border-bottom: solid 1px #AAAAAA;
	/*height: 39px;*/
	margin-top: 0px;
	/*padding: 8px 5px 0 10px;	*/
	width: 130px;

	font-weight: bold;
	color: #5D5D5D;
	background-repeat: no-repeat;
	background-position: top right;
}
*.gradient
{
	background-color:#3976b1;
	background-position: right;
	background-image: url(../picts/autentication/gradientEnd.png);
	width: 304px;
	height: 4px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}
*.title1
{
	color:#1e63a6;
	font-size:17pt;
	font-weight:bold;
}

*.title2
{
    font-size: 14px;
    font-weight:bold;   
}

*.title3
{
    font-size: 16px;
    font-weight:bold;   
}

*.legendeTxt
{
    font-size: 9px;  
    text-align:left;
}

*.underlineField
{
    text-decoration: underline;
}

input.BtnOk 
{ 
	  color:#050; 
	  font-weight: bolder;
	  background-color:#ccf; 
	  border: 1px solid; 
	  font-size: 13px;
	  border-color: #000; 
} 

.errors 
{ 
	background: #ffebe8 url('../picts/errors.png') 15px 50% no-repeat; 
	background-position: 15px 50%; 
	text-align: left;
	padding: 5px 2px 5px 45px;
	border: 2px solid #660000;
	font-size: 13px;
	margin-top: 2px;

}

.errors2
{ 
	background: #ffebe8 url('../picts/errors.png') 10px 50% no-repeat; 
	background-position: 10px 20%; 
	text-align: left;
	padding: 2px 10px 2px 30px;
	border: 1px solid #660000;

}

.errors3
{ 
	background: #ffebe8 url('../picts/errors.png') 10px 50% no-repeat; 
	background-position: 10px 20%; 
	text-align: left;
	padding: 2px 10px 2px 30px;
	border: 1px solid #660000;
	margin-bottom : 10px;

}
.warns 
{ 
	background: #f8fafc url('../picts/warns.png') 15px 50% no-repeat; 
	text-align: left;
	padding: 5px 20px 5px 45px; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
	font-weight: bold;
	margin-top: 2px;
}

.warnsLabel
{ 
	background: #f8fafc url('../picts/warns.png') 15px 50% no-repeat; 
	text-align: left;
	padding: 5px 20px 5px 45px; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
	font-weight: bold;
}

.info 
{ 
	background: #f8fafc url('../picts/information.png') 15px 50% no-repeat; 
	text-align: left;
	padding: 5px 20px 5px 45px; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
	font-weight: bold;
	margin-top: 2px;
}

.Filters 
{ 
	background-color: #f8fafc;
	text-align: left;
	padding: 5px 20px 5px 5px; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
	font-weight: bold;
	margin-top: 2px;
}

.infoSmall
{ 
	background: #f8fafc url('../picts/information.png') 15px 50% no-repeat; 
	text-align: left;
	padding: 5px 20px 5px 45px; 
	border-top: 1px solid #b5d4fe; 
	border-bottom: 1px solid #b5d4fe; 
	font-style:italic;
	font-size : x-small;
}

input.groovybutton
{
    margin:5px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.DarkLink a {color: #21007F;}
.DarkLink a:link {color:#21007F}      /* unvisited link */
.DarkLink a:visited {color:#21007F}  /* visited link */
.DarkLink a:hover {color:#21007F}  /* mouse over link */
.DarkLink a:active {color:#21007F}  /* selected link */

.Offline
{
    background-color: Yellow;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px;
    margin:5px;
}

.ContactName
{
    color: #333399;
    font-weight: bolder;
    font-size: 14px;   
}

#footer_style {
	width: 955px;
	height: auto;
	margin: 0 auto;
	margin-top : 15px;
	padding-bottom : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top: 20px;
	background-color: #1E63A5;
	color: #fff;
	background-image: url("../picts/mainMaster/footer.png");
	background-repeat: repeat-x;
	background-position: top left;
}
