/*Contenu de toutes les pages*/
body,html
{
	background-color: #FFFFFF;
	height:100%;
}

/*Texte normal du site*/
body
{
	color: #000000;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #FFFFFF;
}

/*Contenu normal du site et contenu seulement*/
.site_content, .site_content_only
{
	background-color: #FFFFFF;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #E9F1DB;
}
.site_links:hover
{
	color: #FDFEFA;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: none;
}
a:link
{
	color: #ae2441;
}
a:visited, a:active
{
	color: #ae2441;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}

/*Champs de formulaire*/
input, textarea, select, .formfield, .formfield_error
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #ae2441;
	background-color: #FFFFFF;
}
.formfield:focus {
	background-color:#f7f8f8;
}
.formfield_error
{
	border-width: 1px;
	border-style: solid;
	border-color: #DD0000;
}

/*Boutons*/
.button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color:#f7f8f8;
	background-color:#ae2441;
}
.button:hover {
	background-color:#f7f8f8;
	color:#ae2441;
	border-color:#ae2441;
}

/*Menus JavaScript*/
.menu_container {
	position: relative;
	top: 56px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: 44px;
	/*margin: 0px 44px 0 auto;*/
	height:25px;
}
.menu, .menu_over
{
	padding: 3px 5px 0px 5px;
	color: #ffffff;
	font-size : 9pt;
	text-align: right;
	text-decoration : none;	
}
.menu
{
	color: #666666;
}
.menu_over, .menu.selected
{
	color:#ae2441;
}

.submenu, .submenu_over
{
	font-size : 9pt;
	text-align: left;
	text-decoration : none;
	padding: 3px 5px;	
	background-color:#ffffff;
}
.submenu
{
	color: #666666;
}
.submenu_over, .submenu.selected
{
	color: #ae2441;
}

/*Titre de page*/
.pagetitle
{
	font-family:"Times New Roman", Times, serif;
	font-size: 32px;
	color:#ae2441;
}
.pagetitle_details
{
	font-size: 11pt;
}
/*Titre*/
.sectiontitle
{
	font-size: 12pt;
}
.sectiontitle_details
{
	font-size: 10pt;
}
/*Sous-titre*/
.subtitle
{
	font-size: 12pt;
}
.subtitle_details
{
	font-size: 10pt;
}
.bigcontent_title
{
	font-weight: bold;
	font-size: 11pt;
}
.bigcontent
{
	font-size: 11pt;
}
.content_title
{
	font-size:10pt;
	font-weight: bold;
}
.content
{
	font-size:10pt;
	line-height:16pt;
}
.smallcontent_title
{
	font-weight: bold;
	font-size: 8pt;
}
.smallcontent
{
	font-size: 8pt;
}
.whitecontent_title
{
	font-weight: bold;
	color: #FFFFFF;
}
.whitecontent
{
	color: #FFFFFF;
}
.whitecontent:link
{
	color: #FFFFFF;
}
.whitecontent:visited, .whitecontent:active
{
	color: #FFFFFF;
}
.whitecontent:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/*Styles appliqués autour des boutons retour dans le bas des pages publiques*/
.bt_nav_div
{
	text-align: center;
	padding: 10px;
}


/*Tableau*/
.main
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #015DAB;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F3FC;
	padding-top: 1px;
	padding-bottom: 2px;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #015DAB;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}

/*Lignes en alternance*/
.row1
{
	background-color: #F8F9FF;
}
.row2
{
	background-color: #F8F9FF;
}
.emptyrow1, .emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #F8F9FF;
}
.emptyrow2
{
	border-color: #F8F9FF;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

/*Listes avec ligne actuelle allumée*/
.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px;
	border-bottom:1px solid #CCCCCC;
}
.list
{
	background-color: #FFFFFF;
}
.listover
{
	background-color: #FFFFDD;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #FFFFDD;
}

.list_green
{
	background-color: #EEFFEE;
}
.list_orange
{
	background-color: #FFF9F2;
}
.list_red
{
	background-color: #FFEEEE;
}

/*Valeur négative ou limitée*/
.negativ
{
	color: #DD0000;
}

.hr
{
	border-top:1px solid #999999;
	width:100%;
	height:0.5em;
}
.hr hr
{
	display:none;
}
/*CSS pour le theme MAIN*/
.total_site {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
.top_row {
	width:955px;
	height:81px;
	margin-right:44px;
	vertical-align:bottom;
	text-align:right;
	background-color:#ffffff;
}
.spacer_row {
	widht:955px;
	height:46px;
	background-color:#ffffff;
}
.content_row {
	width:867px;
	padding: 0 44px 0 44px;
	background-color:#ffffff;

}
.bottom_spacer {
	width:955px;
	height:68px;
	background-color:#ffffff;
}
.content_alone {
	position:absolute;
	top:45%;
}
