/*Contenu de toutes les pages*/
body,html
{
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat:no-repeat;
}

/*Texte normal du site*/
body
{
	color: #383838;
	font-size: 14px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bolder;
}

/*« body » normal du site*/
.site_body
{
	background: transparent url("../themes/main/fr/images/pg/bg.jpg") top center repeat;
}

/*Contenu normal du site et contenu seulement*/
.site_content
{

}
.site_content_only
{
	background-color: #FFFFFF;
	padding: 10px 0;
}

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

/*Liens*/
a, a:link, a:visited, a:active, a:hover
{
	text-decoration: underline;
	color: #5577AA;
}
a:hover
{
	text-decoration: none;
}

/*Champs de formulaire*/
input, textarea, select,optgroup,option,.formfield, .formfield_error
{
	font-size: 14px;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #5577AA;
	background-color: #FFFFFF;
}
.formfield_error
{
	border-width: 1px;
	border-style: solid;
	border-color: #DD0000;
}

/*Boutons*/
.button
{
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color:#666666;
	background-color:#DDDDDD;
}
.button:hover
{
	background-color:#FFFFFF;
}

/*-- Menu principal --*/
/*Conteneur*/
.menu_container
{
	position:relative;
	z-index:2;
	border-collapse: collapse;
	margin-bottom:20px;
}
/*Items*/
.menu
{
	color: #333333;
	text-align: center;
	text-decoration : none;	
}
/*Mouse over*/
.menu.selected
{
	color:#000000;
}
/*Page actuelle*/
.menu.current
{
	font-weight:bold;	
}
.menu.current.selected
{
}
/*Menu en image*/
.menu.image, .menu.image.selected, .menu.image.current
{
	border:none;
	padding:0;
	background-color: transparent;
}
/*Sous-menu*/
.submenu_container
{
	z-index:1;
	margin:0;
}
.submenu
{
	font-size : 1em;
	text-align: center;
	text-decoration : none;
	padding: 3px 5px;
	background-color:#ffffff;	
}
.submenu.selected
{
}
.submenu.current
{
}
.submenu.current.selected
{
}

/*Titre de page*/
h1, .pagetitle
{
	font-size: 20px;
	margin-bottom:0.5em;
	color: #1573BB;
}
.pagetitle_details
{
	font-size: 1.5em;
}
/*Titre*/
h2, .sectiontitle
{
	font-size: 1.7em;
	margin-bottom:0.5em;
}
.sectiontitle_details
{
	font-size: 1.2em;
}
/*Sous-titre*/
h3, .subtitle
{
	font-size: 1.5em;
	margin-bottom:0.75em;
}
.subtitle_details
{
	font-size: 1em;
}
h4, .bigcontent_title
{
	font-weight: bold;
	font-size: 1.5em;	
}
.bigcontent
{
	font-size: 1.5em;
	line-height: 120%;
}
h5, .content_title
{
	font-weight: bold;
}
.content
{
	line-height: 120%;
}
h6, .smallcontent_title
{
	font-weight: bold;
	font-size: 0.8em;
}
.smallcontent
{
	font-size: 0.8em;
	line-height: 120%;
}
.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
{
	border: 1px solid #CCCCCC;
}
table.main
{
	border-collapse:collapse;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 1.5em;
	/*font-weight: bold;*/
	color: #000000;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin:0;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	color: #333333;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}

/*Lignes en alternance*/
.row1
{
	background-color: #FFFFFF;
}
.row2
{
	background-color: #EDEDED;
}
.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;
}

div.hr
{
	border-top:1px solid #999999;
	width:100%;
	height:0.5em;
}
div.hr hr
{
	display:none;
}
div.hr.dotted
{
	border-top-style:dotted;
}
div.hr.dashed
{
	border-top-style:dashed;
}

.menubox
{
}
.menubox_outer
{
	border-size:0;
}

.box1_main
{
	border: 1px solid #CCCCCC;
}
.box1_title
{
	font-size: 1.2em;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	font-weight: bold;
}
.box1_content
{
	padding: 8px 8px 8px 8px;
}

.box2_main
{
	border: 1px solid #CCCCCC;
}
.box2_title
{
	font-size: 1.2em;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	font-weight: bold;

	margin: 2px;
	border: 1px solid #CCCCCC;
}
.box2_content
{
	padding: 8px 8px 8px 8px;
}
