/* CSS Document */
body{
margin:0px;
height:100%;
background-image:url(../images/charte/bg.jpg);
background-color:#000051;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.contentText{
font-family:Georgia;
font-size:12px;
color:#EEEEEE;
text-align:justify;
}
/*
*******************************************************************
Start section Title */
h1{
font-size:13px;
letter-spacing:1px;
font-family:Tahoma, Verdana, Arial;
color:#FFAB18;
}
h2{
font-size:13px;
letter-spacing:1px;
font-family:Tahoma, Verdana, Arial;
color:#CC0000;
}
h3{
margin:0px;
font-size:12px;
letter-spacing:2px;
font-weight:bold;
text-indent:30px;
}
hr{
size:1px;
}
p{
margin:0px;
text-indent:30px;
}
/*
End Section Title
*******************************************************************
Start Defaultlink */

a:link, a:visited{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover, a:active{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/*
End Default link 
*******************************************************************
Strat Special default link; other link will be renamed to .link2, .link3, ......
*/
.link1:link, .link1:visited{
	color:#009900;
}
.link1:hover, .link1:active{
	color:#006600;
}
.link2:link, .link2:visited{
	color:#6633FF;
}
.link2:hover, .link2:active{
	color:#6666CC;
	font-weight:bold;
}
/*
Strat Special default link 
*******************************************************************
Start for image
*/
.imageDescription{ /* for base image other will be renamed to  .imageDescription1, .imageDescription2 .... */

}
/* End for image
*************************************************************
Start Common Form definition
*/
.inputForm{
border:1px solid #2B86F8;
background-color: #BBE0F0;
width:150px;
color: Black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.inputFormOver{
border:1px solid #2B86F8;
background-color: #E4F0FC;
width:150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: Black;
font-weight: bold;
font-size: 10px;
}
.button{
border:1px solid #2B86F8;
background-color: #BBE0F0;
width:65px;
color: #003399;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.buttonOver{
border:1px solid #2B86F8;
background-color: #E4F0FC;
width:65px;
color:black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
cursor:hand;
}
.notice{
	color:#FFAB18;
}
/*
Start Common Form definition
*************************************************************
Start contact form definition */
.frmContact{ /* dedicated ID for "contact form"*/
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.frmContact table{
	text-align:center;
	font-size:11px;
	border: 0px solid black;
	background-color:;
	padding:10px;
	width:100%;
}
.frmContact table tr td{
padding:5px 1px 5px 1px;
}
.frmContact .Label, .frmContact label{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
white-space:nowrap;
}

/* End contact form definition
*****************************************************************
Start Command form definition
*/
.frmCommand{
background-color:#6699FF;
border:1px solid black;
width:400px;
padding:5px;

}
.frmCommand table tr{
	background-color:#00CCCC;
}
.frmCommand label, .frmCommand .Label{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
background-color:#009900;
}
/*
End Command form definition
*****************************************************************
Start table list with head and body */
.ListTable {
	border: 1px solid #007CC4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ListTable td {
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
}

.ListTable thead td {
font-size: 13px;
font-weight: bold;
color: Black;
background-color: #00B0E8;
}
/*
End table list with head and body
*************************************************************
Strat image List
*/
.ImageList table{
background-color:#CCCCCC;
border:1px solid black;
padding:1px;
}
.ImageList .Title{
text-align:center;
font-size:14px;
font-weight:bold;
}
.ImageList .Description{
text-align:center;
font-size:14px;
font-weight:bold;
}
.ImageList .Image{
text-align:center;
vertical-align:middle;
background-color:#00CC00;
padding:5px;
}
.ImageList .Over{
text-align:center;
vertical-align:middle;
background-color:#00CCFF;
padding:5px;
cursor:pointer;
cursor:hand;
}
.imageField{
font-size:11px;
}
.ImageList .label, .ImageList label{
font-weight:bold;
font-size:11;
}
/* End image List*/
.invisible
{
	display:none;
}