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

/*Texte normal du site*/
body
{
	color: #000000;
	font-size: 9pt;
	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: underline;
}
a:link
{
	color: #28a9e2;
}
a:visited, a:active
{
	color: #28a9e2;
}
a:hover
{
	text-decoration: none;
	color: blue;
}

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

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

/*Menus JavaScript*/
.menu_container {
	border-collapse: collapse;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 44px;
}
.menu, .menu_over
{
	border-width: 0;
	padding: 0;/*1px 8px 3px 8px;*/
	color: #ffffff;
	font-size : 14pt;
	text-align: center;
	text-decoration : none;
}
.menu
{
	color: #FFFFFF;
}
.menu_over, .menu.selected
{
}

.submenu, .submenu_over
{
	font-size : 9pt;
	font-weight: normal;
	text-align: left;
	text-decoration : none;
	/*padding: 2px 5px 3px 15px;*/
	padding: 2px 15px 3px 15px;
}
.submenu
{
	color: #FFFFFF;
	background-color: #27a9e0;
	background-repeat: no-repeat;
	background-image: url('../themes/main/fr/images/pg/submenu_normal.jpg');
	background-position: left top;
}
.submenu_over, .submenu.selected
{
	color: #FFFFFF;
	background-color:#046bc2;
	background-repeat: no-repeat;
	background-image: url('../themes/main/fr/images/pg/submenu_over.jpg');
	background-position: left top;
}

/*Titre de page*/
.pagetitle
{
	font-size:14pt;
	color: #0e5597;
}
.pagetitle_details
{
	font-size: 10pt;
}
/*Titre*/
.sectiontitle
{
	font-size:14pt;
	color: #0e5597;
}
.sectiontitle_details
{
	font-size: 10pt;
}
/*Sous-titre*/
.subtitle
{
	/*font-size: 17pt;*/
	font-size:10pt;
	font-weight:bold;
	color: #0e5597;
}
.subtitle_details
{
	font-size: 8pt;
}
.bigcontent_title
{
	font-weight: bold;
	font-size: 11pt;
}
.bigcontent
{
	font-size: 11pt;
}
.content_title
{
	font-weight: bold;
}
.content
{
}
.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: 11pt;
	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: 9pt;
	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;
}












/*		####################################################################################################################################################################### */
/*		################################################################### CODE SPÉCIFIQUE AU TEMPLATE ####################################################################### */
/*		####################################################################################################################################################################### */

body
{
	margin: 0;
	padding: 0;
}

/* div qui englobe tout l'information de la page */
.g_container
{
	min-width: 960px;
	vertical-align: top;
}





/*		################# PARTIE CONTENU ############## */

.content
{
	max-width: 100%;
	width: 100%;
}


.td_center_shadow
{
	background: #FFFFFF url('../themes/main/fr/images/pg/shadow_center.jpg') repeat-y left top;
}


.content_left
{
	background: #FFFFFF url('../themes/main/fr/images/pg/shadow_left.jpg') repeat-y right top;
}

.content_center_left_part
{
	/*padding: 30px 10px 10px 55px;*/
	padding: 30px 30px 10px 55px;
	/*width: 533px;*/
	width:514px;
	background: #FFFFFF url('../themes/main/fr/images/pg/shadow_center.jpg') repeat-y right top;
	vertical-align: top;
}

.content_center_right_part
{
	width:324px;
	padding: 20px 18px 10px 19px;
	vertical-align: top;
}


.content_right
{
	background: #FFFFFF url('../themes/main/fr/images/pg/shadow_right.jpg') repeat-y left top;
}



/* pour le theme a 1 colonne */
.content_left_single
{
	background: url('../themes/main/fr/images/pg/shadow_left.jpg') repeat-y right top;
}

/* pour le theme a 1 colonne */
.content_center_single
{
	width:895px;
	padding: 30px 10px 10px 55px;
	vertical-align: top;
	background-image:url(../themes/equipe/fr/images/pg/centerbck.gif);
	background-repeat:repeat-y;
	background-position:right top;
}


/* pour le theme a 1 colonne */
.content_right_single
{
	background: url('../themes/main/fr/images/pg/shadow_right.jpg') repeat-y left top;
}

/*		################# PARTIE GRISE DANS LE BAS ############## */


.gray
{
	background: #FFFFFF url('../themes/main/fr/images/pg/gray_rep.jpg') repeat-x right top;
	max-width: 100%;
	width: 100%;
}


.gray_left
{
	background: url('../themes/main/fr/images/pg/gray_shadow_left.jpg') no-repeat right top;
}

.gray_center
{
	width: 960px;
}

.gray_center_single
{
	background: url('../themes/main/fr/images/pg/bottom.jpg') no-repeat left top;
	width: 960px;
}


.gray_right
{
	background: url('../themes/main/fr/images/pg/gray_shadow_right.jpg') no-repeat left top;
}





/*		################# FOOTER ############## */

.bottom
{
	background: #FFFFFF url('../themes/main/fr/images/pg/bottom_rep.jpg') repeat-x right top;
	max-width: 100%;
	width: 100%;
	height: 136px;
}


.bottom_left
{
	background: url('../themes/main/fr/images/pg/bottom_shadow_left.jpg') repeat-y right top;
}

.bottom_center
{
	width: 910px;
	padding-left: 50px;
	/*background-image:url(../themes/main/fr/images/pg/sysdfr.gif);
	background-position:right center;
	background-repeat:no-repeat;*/
}

.bottom_right
{
	background: url('../themes/main/fr/images/pg/bottom_shadow_right.jpg') repeat-y left top;
}
/*pour le listing des équipe*/
.eq_numero {
	color: #fff700;
	font-weight:bold;
}
.eq_name {
	color:#ffffff;
}
/*pour l'affichage des blog*/
.blog_date {
	/*font-size:14px;*/
	color:#4c4c4c;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:3px;
}
.calendar_date {
	color:#fff100;
}
.calendar_title {
	color:#ffffff;
	font-size:10pt;
}
.calendar_text {
	color:#ffffff;
}
