/*
 * Copyright © ECILIA SARL
 */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: #666666;
	margin: 0;
	margin-bottom: 20px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	background-image: url(/images/public/puce_h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	color: #666666;
	font-size: 20px;
}

h2 {
	color: #666666;
	font-size: 13px;
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
}

img  {
	border: 0;
}

/* Styles personnalisés */
h2.news {
	color: #666666;
	font-size: 13px;
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
}

div#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	background-color: white;
}

div#global {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: hidden;
	padding: 0;
}

div#banner {
	position: relative;
	width: 954px;
	height: 189px;
	background-image: url(/images/public/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

div#banner_anacofi_cif {
	position: relative;
	width: 954px;
	height: 189px;
	background-image: url(/images/public/header_anacofi_cif.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

div#banner_anacofi {
	position: relative;
	width: 954px;
	height: 189px;
	background-image: url(/images/public/header_anacofi.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

ul#banner_menu a {
color: white;
}

ul#banner_menu {
	position: absolute;
	left: 210px;
	top: 50px;
}

ul#banner_menu li {
	list-style-type: none;
	background-image: url(/images/public/header_menu_item.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

.details {
	font-size: 10px;
}

div#info {
	margin-bottom: 5px;
}

p#address_banner {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	margin-bottom: 0;
}

div#breadcrumb {
	float: left;
}

div#welcome {
	float: right;
	font-size: 11px;
}

.bg_menu_title {
	background-image: url(/images/public/bg_menu_title.png);
	background-repeat: no-repeat;
	width: 174px;
	height: 36px;
	padding-top: 5px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

ul.menu {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

div#last_news {
	width: 174px;
	border: 0;
	border-top: 1px solid #f0f0f0;
	background-image: url(/images/public/bg_last_news.jpg);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}

.bg_bottom_last_news {
	background-image: url(/images/public/bg_bottom_last_news.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
	margin-bottom: 5px;
}

.bg_menu_item {
	background-image: url(/images/public/bg_menu_item.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 24px;
	color: #666666;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	padding: 0;
	padding-left: 25px;
	margin: 0;
	padding-top: 4px;
	margin-bottom: -4px;
}

.bg_menu_item_selected, .bg_menu_item:hover {
	background-image: url(/images/public/bg_menu_item_selected.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 24px;
	color: #666666;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	padding: 0;
	padding-left: 25px;
	margin: 0;
	padding-top: 4px;
	margin-bottom: -4px;
}

div#colonne1 {
	float: left;
	width: 175px;
	margin-right: 4px;
}

div#colonne2 {
	float: right;
	width: 175px;
	/*margin-left: 20px;*/
}

div#centre {
	width: 565px;
	text-align: justify;
	/*margin-left: 180px;*/
	min-height: 500px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

/* bandeau défilant */
marquee {
	width: 760px;
	background-color: #A9D763;
	float: right;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-size: 12px;
}

/* Pied de page */
div#footer {
	text-align: center;
	margin-bottom: 25px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

div#footer ul li {
	display: inline;
}

.separator {
	border-right: 1px solid #666666;
	padding-right: 20px;
	padding-left: 20px;
}

.last_separator {
	padding-left: 20px;
}

/* Recherche d'un conseiller */
div#search_adviser {
	position: absolute;
	right: 15px;
	top: 30px;
	color: white;
	font-size: 12px;
}

div#search_adviser option, div#search_adviser select {
	font-weight: bold;
	font-size: 12px;
}

div#search_adviser select {
	width: 250px;	
}

div#announcement_news {
	margin-bottom: 20px;
}

/* formulaire */ 
form {
	padding: 0;
	margin: 0;	
}
fieldset {
	border: 0;	
}

.legend {
	color: #565E37;
	font-weight: bold;
}

.field {
	width: 260px;
}

form#lost_password .button, form#form_contact .button, form#member_account_email .button, form#member_account_password .button, form#member_trainings .button, form#member_private .button, form#filter .button {
	float: right;
	background-color: #CCCABB;
	color: white;
	border: 0;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

form#form_contact label, form#member_account_email label, form#member_account_password label, form#lost_password label, form#member_trainings label, form#member_private label {
	float: left;
}

form#form_contact textarea, form#member_trainings textarea, form#member_private textarea {
	height: 100px;
}

/*form#filter label {
	float: left;
	width: 200px;
	margin-left: 130px;
}

form#filter p {
	margin: 3px 0;
}*/

form#filter select {
	width: 150px;
}

label {
	width: 310px;
}

.required {
	font-size: 9px;	
}

/* Bloc de login */
div.login {
	padding: 10px;
	padding-top: 0px;
	margin: 0;
	font-size: 11px;
	margin-top: -9px;
}

div.login input.field {
	border: 1px solid #f0f0f0;
	font-size: 11px;
	width: 150px;
	margin-bottom: 5px;
}

div.login input.button {
	margin-left: 10px;
}

div.login label {
	font-weight: bold;
}

/* Plan du site */
div#site_map li  {
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}

div#site_map ul{
	margin:0;
	padding: 0;
	padding-left: 10px;
	padding-top: 5px;
}

div#site_map li.category {
	font-weight: bold;
	color: #666666;
}

div#site_map li.category a {
	font-weight: bold;
	color: #DC4381;
	font-style: normal;
}

/* Styles utilitaires */
.faded {
	color: #B7B7B7;
}

.faded_padding {
	color: #8090A0;
	padding-right: 20px;
	display: inline-block;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.align_top {
	vertical-align: top;
}

.align_middle {
	vertical-align: middle;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #EEEDE8;
}

.clear {
	clear: both;
}

div#fatal_error {
	background-color: #FFECEC;
	padding: 5px;	
}

.error {
	background-color: #FEE0D3;
	border: 1px solid red;	
	width: 252px;
}

#error_box {
	background-color: #FEE0D3;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid red;
	color: red;
}

#error_box ul {
	margin: 0;
	margin-left: 30px;
	margin-bottom: 10px;
}

#success_box {
	background-color: #E0EDF6;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #006BB3;
	color: #006BB3;
}

.link {
	background-image: url(/images/public/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.small {
	font-size: 0.8em;
}

.green_border {
	text-align: right;
	border-bottom: 1px solid #A5C675;
}

.warning {
	border: solid 1px orange;
	background-color: #FFDC9B;
	padding: 1em;
	margin: 1em 0;
	font-size: 0.9em;
}

/* Font size des tableaux pour correctif chrome */
.fontSize_12{
    font-size: 12px;
}


/* Liste des documents adhérents */
table.data {
	width: 99%;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
}

table.data tr:first-child {
	background-color: #599500;
    font-size: 12px;
	font-weight: bold;
	color: white;
}

table.data tr:first-child td {
	padding: 0.2em;
}

table.data_cif {
	width: 99%;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
}

table.data_cif tr:first-child {
	background-color: #586037;
    font-size: 12px;
	font-weight: bold;
	color: white;
}

table.data_cif tr:first-child td {
	padding: 0.2em;
}

td.doc_status {
	width: 3%;
}

td.doc_name {
	width: 46%;
}

td.doc_date {
	width: 24%;
}

/* Liste des formations */
table td.green {
	background-color: #599500;
	font-weight: bold;
	color: white;
}

/* Liste des formations adhérents */
td.train_title {
	width: 52%;
}

td.train_date {
	width: 24%;
}

td.train_capacity {
	width: 14%;
}

/* Annuaire des adhérents */
table.card {
	width: 100%;
    font-size: 12px;
	background-color: #f0f0f0;
}

table.card tr:first-child {
	background-color: #f0f0f0;
	font-weight: normal;
	color: #666666;
}

img.person_toggle:hover {
	cursor: pointer;
}

/* Fiche adhérent */

div#card_enterprise{
    background-color: #EEEDE8;
    padding: 1px 5px 5px 5px;
}

div#card_employees{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_adhesion{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_formation{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_formation_ext{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_formation2{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_control{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
}

div#card_communication{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
    margin-right: 10px;
    width:267px;
    float: left;
}

div#card_activity{
    margin-top: 10px;
    background-color: #EEEDE8;
    padding: 1px 5px 10px 5px;
    width:268px;
    float: left;
}

div.tab_employees{
    font-size: 10px;
}

div.tab_adhesion{
    font-size: 10px;
}

div.tab_formation{
    font-size: 10px;
}

div.tab_control{
    font-size: 10px;
}

div.tab_communication{
    font-size: 10px;
}

div.tab_activity{
    font-size: 10px;
}

.card_title{
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}

.tab_padding_left{
    padding-left: 10px;
}

.tab_extern_bg{
	background-color: #A9D763;
}

.chrome_tab{
    font-size: 10px;
}

.card_green{
    color: #599500;
    font-size: 12px;
}

.card_separator{
    color: #599500;
    background-color: #599500;
    height: 2px;
    border: 0;
}

div#member_card_info_1, div#member_card_info_2{
    width:180px;
    float: left;
    padding-right: 5px;
}

div#member_card_info_3{
    width:180px;
    float: right;
}

div.subscription_other {
	float: left;
	width: 170px;
	padding: 2px;
	border: solid 1px #CCCCCC;
    margin-right: 13px;
}

div.subscription_anacofi {
	float: left;
	width: 170px;
	padding: 2px;
    margin-right: 13px;
	border: solid 1px #CCCCCC;
}

div.subscription_anacoficif {
	float: left;
	width: 170px;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

.text_align_left{
    text-align: left;
}

/* Accordion PersonModule */
.accordion_title{
	background-color: #599500;
	display: block;
	width: 545px;
	cursor: pointer;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	border-bottom: #FFFFFF 1px solid;
	outline:0;
}

.accordion_title:hover{
	background-color: #A9D763;
}

.ui-icon-triangle-1-e{
	display: block;
	width: 10px;
	height: 10px;
	background: url('/images/fl.png') no-repeat top left;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.ui-icon-triangle-1-s{
	display: block;
	width: 10px;
	height: 10px;
	background: url('/images/fl.png') no-repeat bottom left;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.agreement_warning{
	display: block;
	background-color:#A5C675;
	border:1px solid #599500;
	color: #FFFFFF;
	width: 470px;
	padding: 10px;
}
