/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	scrollbar-base-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
}
td
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
	color: #0D63C2;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 18px;
}
.fdpge {
	background-attachment: scroll;
	background-image: url(../images/charte/fd_pge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*
*******************************************************************
Start section Title */

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FF8041;
	letter-spacing: 4px;
	padding-right:0px;
	margin-right:0px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	color: #02468A;
}
.titregros {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BC0001;
	letter-spacing: 2px;
}
.agrandir{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#FF8041;
text-decoration:none;
}
.agrandir:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}
h2{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
color: #BC0001;
}
h3{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color: #FF8041;
}
hr{
size:1px;
}
p{
text-indent:0px;
}
/*
End Section Title
*******************************************************************
Start Defaultlink */

a:link, a:visited{
	color: #FF8041;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF8041;
	text-decoration: underline;

}
/*
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: #D2E7FC;
width:150px;
color: #003399;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.inputFormOver{
border:1px solid #2B86F8;
background-color: #FFFFFF;
width:150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #003399;
font-size: 12px;
}
.button{
border:1px solid #2B86F8;
background-color: #D2E7FC;
width:65px;
color: #003399;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.buttonOver{
border:1px solid #2B86F8;
background-color: #FFFFFF;
width:65px;
color:#003399;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.notice{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#BC0001;
}
/*
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: 1px solid #FF8041;
	padding:0px;
	width:100%;
}
.frmContact table tr td{
padding:5px 1px 5px 1px;
}
.frmContact .Label, .frmContact label{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
white-space:nowrap;
}
#tabela_contact{
background-image:url(../images/charte/a.gif);
background-position:center top;
background-repeat:no-repeat;
}

/* 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:#FFFFFF;
border:1px solid #0482FF;
padding:1px;
}
.ImageList .Title{
text-align:center;
font-size:12px;
font-weight:bold;
border-top:1px solid #0482FF;
background-color:#D5EDF7;
}
.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*/
