/* BARRE ACTIONS
----------------------------*/

#barre_actions {
	width: 599px;
	margin-top: 10px;
	padding: 0 10px;
	color: #8C8C8C;
	background-color: #F2F2F2;
	font-size: 0.9em;
}

#barre_actions a, .barre_actions a {
	display: block;
	float: left;
	text-decoration: none;
}

#barre_actions span.texte, .barre_actions span.texte {
	display: block;
	float: left;
	color: #8C8C8C;
	padding: 7px 10px 4px 0;
	text-decoration: none;
}

#barre_actions a div.images, .barre_actions a div.images {
	float: left;
	padding: 4px 5px 2px 0;
}

.barre_actions_large {
	margin-left:10px;
}
/* NAVIGATION SECONDAIRE
---------------------------------------------------------*/

#navig_font_size a:hover, #barre_actions a:hover, .navigation_secondaire a:hover, .barre_actions a:hover {
	background:transparent;
}

#navig_font_size a .over, #barre_actions a .over, .navigation_secondaire a .over, .barre_actions a .over {
	position:absolute;
	visibility:hidden;
}

#navig_font_size a:hover .over, #navig_font_size a.selected .over, #barre_actions a:hover .over, #barre_actions a.selected .over,
.navigation_secondaire a:hover .over, .navigation_secondaire a.selected .over, .barre_actions a:hover .over {
	visibility:visible;
}



* html #recherche img {
	margin: 0 0 0 -3px;
}

#recherche a {
	padding: 0;
	margin: 0;
}

#navig_accueil {
	position: absolute;
	top: 10px;
	left: 20px;
}

#navig_accueil a {
	color: #CD93A1;
	text-decoration: none;
}

#navig_accueil a:hover {
	color: #fff;
}

.navigation_secondaire {
	margin-bottom: 4px;
	position:relative;
}

.navigation_secondaire.dernier {
	padding-bottom: 59px;
}

.navigation_secondaire a,
.navigation_secondaire img {
	display: block;
}

.navigation_secondaire .sous_navigation_secondaire a {
	margin-top: 1px;
	text-decoration: none;
	padding: 4px 4px 4px 28px;
	color: #2D2C2E;
}

.navigation_secondaire .sous_navigation_secondaire .sous_sous_navigation_secondaire a {
	margin-top: 1px;
	text-decoration: none;
	padding: 4px 0 4px 28px;
	color: #2D2C2E;
	background-repeat: no-repeat;
}


/* boîte du message qui apparaît sur un mouse over*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: #790131;
color:#FFFFFF;
visibility: hidden;
z-index: 1;
}

/* DEBUT CONTENU
---------------------------------------------------------*/
#conteneur_centre {
	float: left;
	width: 619px;
	padding: 10px 20px 0 10px;
}

#conteneur_centre_gauche {
	float: left;
	width: 422px;
	padding: 0 10px 20px 0;
}

#conteneur_centre_droite {
	float: left;
	width: 207px;
	padding: 0 0px 20px 0;
}

#conteneur_droite {
	float: left;
	width: 121px;
	padding: 10px 6px 10px 10px;
}

#padding_bas {
	width: 860px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}


/* SECTION DE GAUCHE
----------------------------*/

#conteneur_gauche {
	float: left;
	width: 190px;
	padding: 0 10px 0 10px;
}


/* SECTION DU CENTRE
----------------------------*/

.contenu_titre_section_gauche {
	padding:4px 8px;
	text-transform:uppercase;
	background:#2D2C2E;
	color:#d4d06d;
}

.contenu_titre_section_gauche .lien {
	float:right;
	text-transform:none;
}
.contenu_titre_section_gauche .lien a {
	color:#b6b1ab;
}
.contenu_titre_section_gauche .lien a:hover {
	color:#fff;
}

.contenu_conteneur_section_gauche {
}

.contenu_titre_details_section_gauche {
	padding:4px 20px;
}

.contenu_titre_section_droite {
	padding:4px 8px;
	text-transform:uppercase;
	font-size:0.9em;
}
.contenu_conteneur_section_droite {
	padding:8px;
	font-size:0.85em;
	margin-bottom:10px;
}
.contenu_conteneur_section_droite ul {
	margin:0;
	padding:0;
}
.contenu_conteneur_section_droite ul li {
	padding:0 0 4px 0;
}



/* SECTION DU CENTRE
---------------------------------------------------------*/

.info_avocats {
	float: left;
	width: 206px;
	padding-top: 13px;
}

.titre_info {
	width: 180px;
	padding: 2px 10px 1px 16px;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
}

.titre_accueil_section {
	width: 180px;
	padding: 2px 10px 1px 0;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
}


.titre_accueil, .titre_accueil_section_droite  {
	width:186px;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #6C6B6B;
	padding: 4px 10px;
	text-transform: uppercase;
}

.titre_accueil_section_droite {
	width: 183px;
}

.titre_accueil.titre_section_2, .titre_accueil_section_droite.titre_section_2 {
	background-color: #EB7C00;
}

.titre_accueil.titre_section_avocats, .titre_accueil_section_droite.titre_section_avocats {
	background-color: #BBA751;
}

.titre_accueil.titre_section_actualites, .titre_accueil_section_droite.titre_section_actualites {
	background-color: #790131;
	font-size: 1em;
}

.titre_accueil_section_droite.titre_section_actualites.petit {
	width: 114px;
	padding: 4px 8px;
}


a.liens_vers.blanc {
	background-color: #fff;
	background-position: 183px 5px;
	text-decoration:none;
}



/* SECTIONS
----------------------------*/


#section_gauche, #accueil_section_gauche, #section_gauche_elargie {
	float: left;
	width: 469px;
	padding: 0 10px;
	/*position:relative;*/
}

#section_gauche_elargie {
	width:480px;
	padding:0;
	font-size:0.9em;
}

/*#section_gauche_elargie {
	width:499px;
	padding:0;
}*/

#section_gauche_elargie .liste_2_colonnes {
	float:left;
	width:237px;
}

/*#section_gauche_elargie .liste_2_colonnes {
	float:left;
	width:247px;
}*/

#section_gauche_elargie .liste_2_colonnes a.onglet {
	display:block;
	margin-top:3px;
	padding:4px 4px 4px 25px;
	text-decoration:none;
}


#section_gauche_elargie .liste_2_colonnes a.onglet span.txt {
	text-decoration:underline;
}

#section_gauche_elargie .liste_2_colonnes a.onglet span.nbr {
	color:#a29a6b;
}

#section_gauche_elargie .liste_2_colonnes ul {
	display:none;
	margin:10px 7px 6px 9px;
}
#section_gauche_elargie .liste_2_colonnes ul.selected {
	display:block;
}

#section_gauche_elargie .liste_2_colonnes ul li {
	padding-bottom:4px;
}

#section_droite, #accueil_section_droite, #section_droite_elargie {
	float: left;
	width: 130px;
	margin-top:-15px;
}

#accueil_section_gauche {
	width: 396px;
}


#accueil_section_droite {
	width: 197px;
}

#section_droite_elargie {
	margin-left:10px;
}

.titre_section_droite {
	background:#2c2c2e;
}

.documents_entete {
	width:118px;
	padding: 3px 6px;
	margin-top: 10px;
	background-color: #73A79E;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}


/*	SECTION 3 (Services aux avocats)
	Personnalisation
----------------------------*/



.documents_entete_avocats {
	background-color: #7D7C7D;	/*TODO*/
	color: #fff;
}

#conteneur_centre_accueil .titre_section_avocats {
	background:#2d2c2e;
	color:#d4d06d
}

#section_gauche_elargie .titre_section_avocats {
	background:#2d2c2e;
	color:#d4d06d
}

.titre_details_section_avocats {
	background-color:#ece4bd;
	color:#000;
}

.titre_details_section_avocats h4 {
	font-weight:bold;
}

#conteneur_centre_accueil .titre_details_section_avocats_inactif {
	background-color:#f1ecd1;
	margin-top:2px;
	padding-bottom:6px;
	color:#000;

}

#section_gauche_elargie .liste_2_colonnes.section_avocats a.onglet {
	background-color:#f3efd9;
	background-image: url(../images/puces/fleche_categorie.gif);
	background-position: 5px 3px;
	background-repeat: no-repeat;
}

#section_gauche_elargie .liste_2_colonnes.section_avocats a.onglet:hover {
	background-color:#ebe4bd;
}

/* CYBERFORMATIONS */
#section_gauche_elargie .liste_2_colonnes.section_avocats a.cyberformations {
	background-color:#7ecdc7;
	background-image: url(../images/puces/fleche_cyberformations.gif);
}
#section_gauche_elargie .liste_2_colonnes.section_avocats a.cyberformations:hover {
	background-color:#70c4bc;
	color:#000;
}
#section_gauche_elargie .liste_2_colonnes a.cyberformations span.txt {
	color:#2d2c2e;
}
#section_gauche_elargie .liste_2_colonnes a.cyberformations span.nbr {
	color:#4d7c78;
}
#section_gauche_elargie .liste_2_colonnes.section_avocats ul.section_barreau li {
	color:#7ecdc7;
}
/* FIN CYBERFORMATIONS */

#section_gauche_elargie .liste_2_colonnes.section_avocats a.selected {
	background-image: url(../images/puces/fleche_categorie_in.gif);
}

#section_gauche_elargie .liste_2_colonnes.section_avocats ul li {
	color:#a29a6b;
	padding-bottom:4px;
}

#section_gauche_elargie .formation_recherche {
	border:1px solid #2d2c2e;
	border-top:0;
	background-color:#f9f5e8;
	padding:5px;
}

#section_droite_elargie .contenu_titre_section_droite.section_avocats {
	background:#2D2C2E;
	color:#d4d06d;
}

#section_droite_elargie .contenu_conteneur_section_droite {
	background-color:#efe8c9;
	color:#2D2C2E;
}
#section_droite_elargie .contenu_conteneur_section_droite strong,
#section_gauche_elargie .formation_recherche .description strong {
	color:#a29a6b;
}

.contenu_titre_formation_recherche {
	padding:8px;
	background-color:#f8f5e8;
	border:1px solid #2d2c2e;
	border-bottom:0;
}
.contenu_titre_formation_recherche .entete {
	position:relative;
	padding:4px 8px;
	color:#6c6b6b;
	background-color:#ebe4bd;
}

.formation_recherche_legende {
	border:1px solid #2d2c2e;
	border-top:0;
	padding:8px;
}

.formation_recherche .etat {
	margin-bottom:2px;
}
.formation_recherche .etat span {
	padding:1px 2px;
	background-color:#64a0a7;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
	line-height:0.9em;
	font-family: Verdana,Arial, Verdana, sans-serif;

}

.formation_recherche_domaine_titre,
.formation_recherche_cyberformations_titre {
	color:#fff;
	padding-left:17px;
	text-transform:none;
	background:#2d2c2e;
}
.formation_recherche_cyberformations_titre {
	color:#000;
	background:#7ecdc7;
	border:1px solid #2d2c2e;
	border-bottom:none;
}

.formation_recherche .date_lieu {
	float:left;
	padding:4px 10px 4px 12px;
	width:175px;
}
.formation_recherche_domaine .date_lieu {
	float:right;
}

.formation_recherche .date_lieu ul {
	margin:0;
	padding:0;
}
.formation_recherche .date_lieu ul li {
	margin:0;
	padding:0 0 0.3em;
	color:#2d2c2e !important;
}

.formation_recherche .description {
	padding:4px 10px;
	margin:0 0 0 200px;
	width:250px;
	line-height:1.45em;
	height:1%; /* IE6 Bug */
}
.formation_recherche_domaine .description {
	margin:0 0 0 0;
	width:auto;
}

table.formation_details {
	background-color:#f9f5e8;
	border-bottom:1px solid #ebe4bd;
	width:100%;
	font-size:0.87em;
}

table.formation_details th {
	color:#a39a6b;
	vertical-align:top;
	padding:10px;
	text-align:left;
	width:7em;
}
table.formation_details td {
	vertical-align:top;
	padding:10px;
}


table.formation_details_2 {
	background-color:#f4f4f4;
	border-bottom:1px solid #ebe4bd;
	width:479px;
}

table.formation_details_2 th {
	color:#a39a6b;
	vertical-align:top;
	padding:10px 5px 5px 0px;
	text-align:left;
	width:15em;
}
table.formation_details_2 td {
	vertical-align:top;
	padding:10px 10px 5px;
}

div.formation_details,
div.formation_details_confirmation {
	background-color:#f9f5e8;
	border-bottom:1px solid #ebe4bd;
	margin-bottom:10px;
}

div.formation_details_confirmation,
div.formation_details_confirmation table.formation_details {
	background-color:#f4f4f4;
	border-color:#e6e5e5;
	width:auto;
}

div.formation_details_confirmation table.formation_details th {
	color:#2d2c2e;
	width:7em;
}

div.titre_details_confirmation {
	background-color:#e6e5e5;
}

div.formation_details .formation_details_texte {
	padding:10px 20px;
	color:#6c6b6b;
	background-color:#f9f5e8;
	border-bottom:1px solid #ebe4bd;
	margin-bottom:10px;
	height:11em;
	margin-bottom:0px;
}

div.formation_details .formation_details_texte label {
	font-size:0.87em;

}


div.formation_details .formation_details_texte strong {
	color:#620026;
}

div.bande_actions{
	background:#999999;
	padding:5px;
	margin-top:5px;
	text-align:right;
}


div.formation_details_exemption1 {
	background-color:#f9f5e8;
	border-bottom:1px solid #ebe4bd;
	margin-bottom:10px;
}
div.formation_details_exemption1 .formation_details__exemption1_texte {
	padding:10px 20px;
	color:#6c6b6b;
	background-color:#f9f5e8;
	border-bottom:1px solid #ebe4bd;
	margin-bottom:10px;
}
div.formation_details_exemption1 .formation_details__exemption1_texte strong {
	color:#620026;
}
div.formation_details_exemption {
	
	border-bottom:1px solid #ebe4bd;
	margin-bottom:10px;
}

div.formation_details_2_colonnes {
	width:312px;
}

.formation_description_details {
	margin:20px 0;
	line-height:1.45em;
}

.formation_description_details h6 {
	color:#a39a6b;
}

.formation_description_details h3 {
	text-transform:none;
}

.formation_description_details ul {
	list-style-type:disc;
	margin:0 0 10px 16px;
}
.formation_description_details ul li {
	padding: 0 0 5px 0;
}

#etapes_inscription {
	background-color:#ccc;
	border-top:0.5em solid #ccc;
	padding:0 1px 0 1px;
	height:3.5em;
}
#etapes_inscription a {
	position:relative;
	display:inline;
	float:left;
	background:#e6e5e5 url('../images/boutons/fond_etapes.gif') top left repeat-x;
	color:#7F7F82;
	margin-left:5px;
	width:110px;
	height:2.65em;
	padding:5px 10px 0 30px;
	text-decoration:none;
	border-bottom:0.5em solid #ccc;
	line-height:1em;
}

#etapes_inscription a.actif {
	background-color:#e6e5e5;
	background-image:none;
}

#etapes_inscription a.inactif {
	cursor:default;
}
#etapes_inscription a.selected {
	color:#620026;
	background-color:#fff;
	background-image:none;
	border-color:#fff;
}
#etapes_inscription a span.numero {
	position:absolute;
	top:6px;
	left:6px;
	width:18px;
	height:1.15em;
	background-color:#ccc;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	line-height:1.1em;
}

#etapes_inscription a.selected span.numero {
	background-color:#620026;
}
#etapes_inscription a.actif span.numero{
	background-color:#fff;
	color:#ccc;
}

.section_avocats form .btn_submit {
	background:#d2c574;
	color:#000;
	
}
.section_avocats form .btn_reinitialiser {
	background:#ebe4bd;
	color:#000;
}

