/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */

body, html {
	background:#0c8aa4;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}

body {
	background:url(../images/fond.png) no-repeat center;
}
img#photo_emmanuelle, img#photo_isabelle, img#photo_elodie, img#photo_stephanie, img#photo_coralie, img#photo_stephanie2   {
    max-width: 100px;
    height: 150px;
    object-fit: cover;
	    width: 100%;
}
/* ----------------------------------------------------------------------------------------------- */
/* Les titres */

h1 {
	color:#0c8aa4;
	padding-left:28px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	background:url(../images/h1.png) no-repeat 0px 1px;
}
h1 a {
	color:#0c8aa4;
}
h1 a:hover {
	color:#0c8aa4;
}
h1 a:active {
	color:#0c8aa4;
}

/* ---------- */

h2 {
	color:#749a3b;
	padding-left:7px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-left:5px solid #749a3b;
}
h2 a {
	color:#749a3b;
}
h2 a:hover {
	color:#749a3b;
}
h2 a:active {
	color:#749a3b;
}

/* ---------- */

h3 {
	color:#3399cb;
	padding-left:7px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-left:5px solid #3399cb;
}
h3 a {
	color:#3399cb;
}
h3 a:hover {
	color:#3399cb;
}
h3 a:active {
	color:#3399cb;
}

/* ---------- */

h4 {
	color:#0c8aa4;
}
h4 a {
	color:#0c8aa4;
}
h4 a:hover {
	color:#0c8aa4;
}
h4 a:active {
	color:#0c8aa4;
}

/* ---------- */

h5 {
	color:#749a3b;
}
h5 a {
	color:#749a3b;
}
h5 a:hover {
	color:#749a3b;
}
h5 a:active {
	color:#749a3b;
}

/* ---------- */

h6 {
	color:#3399cb;
}
h6 a {
	color:#3399cb;
}
h6 a:hover {
	color:#3399cb;
}
h6 a:active {
	color:#3399cb;
}

/* ---------- */

ul, ol {
	margin:0;
}

ul li, ol li {
	list-style:none;
	padding-left:11px;
}

ul li {
	background:url(../images/li.jpg) no-repeat 0px 8px;
	margin-left:15px;
}
ul li:hover {
	background:url(../images/li_hover.jpg) no-repeat 0px 8px;
}

ol li {
	background:url(../images/li_hover.jpg) no-repeat 0px 8px;
	margin-left:15px;
}
ol li:hover {
	background:url(../images/li.jpg) no-repeat 0px 8px;
}

ul li ul li, ol li ol li {
	background:url(../images/li_2.jpg) no-repeat 0px 8px;
}
ul li ul li:hover, ol li ol li:hover {
	background:url(../images/li_2.jpg) no-repeat 0px 8px;
}

/* ---------- */

a {

}

a:hover {
	color:#749a3a;
	text-decoration:none;
}

a:active {
	color:#098ba5;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu total */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	min-height:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie haute du site */

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Bannière du site */

#banniere {
	position:relative;
	overflow:hidden;
	background:#fff url(../images/banniere.jpg) no-repeat;
	height:185px;
	width:1018px;
}

#logo {
	position:absolute;
	overflow:hidden;
	height:101px;
	width:195px;
	top:26px;
	left:20px;
}

#fond_banniere {
	position:absolute;
	overflow:hidden;
	top:13px;
	left:227px;
	width:792px;
	height:147px;
	background:url(../images/fond_banniere.png) no-repeat left top;
}

#logo_opacite {
	position:absolute;
	overflow:hidden;
	top:0;
	left:500px;
	width:165px;
	height:142px;
	background:url(../images/logo_opacite.png) no-repeat left top;
}

#texte_haut {
	position:absolute;
	overflow:hidden;
	text-align:left;
	width:730px;
	height:110px;
	top:30px;
	left:250px;
	z-index:30;
}
#texte_haut .tableau_de_bord {
	border:none;
	background:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
	height:16px;
}
#texte_haut h1 {
	color:#FFFFFF;
	background:none;
	padding-left:20px;
}
#texte_haut h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#texte_haut h1 a:hover {
	cursor:text;
}
#texte_haut p {
	color:#FFFFFF;
	font-size:14px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menu du haut */

#menu_haut {
	position:absolute;
	overflow:hidden;
	text-align:left;
	background:#666666;
	width:950px;
	height:30px;
	top:155px;
	left:12px;
	background:#666666 url(../images/menu_haut.png) no-repeat left top;
}

#menu_haut ul {
	margin:0;
	padding:0;
	height:30px;
	width:735px;
	margin-left:215px;
}

#menu_haut ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background:none;
}

#menu_haut ul li a {
	margin:0;
	display:block;
	text-align:center;
	padding:7px;
	height:16px;
	width:150px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	margin-left:17px;
}
#menu_haut ul li a:hover {
	background:#6caabf;
	text-decoration:none;
}
#menu_haut ul li a:active {
	background:#91bd47;
	text-decoration:none;
}
#menu_haut ul li a.active_menu {
	background:url(../images/background_active_menu.png) no-repeat bottom center;
}

#menu_4, .actu_resume {
	margin:0;
	padding:0;
	width:250px;
	margin-left:54px;
	margin-top:40px;
}
#menu_4 li, .actu_resume li {
	margin:0;
	padding:0;
	background:none;
}
#menu_4 li a, .actu_resume li a {
	display:block;
	width:220px;
	padding:5px;
	padding-left:20px;
	background:#606060 url(../images/li_blanc.jpg) no-repeat 0px 0px;
	color:#FFFFFF;
	border:none;
	margin-bottom:1px;
}
#menu_4 li a:hover, .actu_resume li a:hover {
	background:#4591c8 url(../images/li_blanc.jpg) no-repeat 0px 0px;
	color:#FFFFFF;
}
#menu_4 li a:active, .actu_resume li a:active {
	background:#8ac048 url(../images/li_blanc.jpg) no-repeat 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
}
#menu_4 li a.active_menu, .actu_resume li a.active_menu {
	background:#8ac048 url(../images/li_blanc.jpg) no-repeat 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie centrale du site Internet */

#centre {
	position:relative;
	overflow:auto;
	width:1018px;
	margin-top:0;
	text-align:left;
	background-color:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#zone_encadree {
	padding:0;
	position:relative;
	overflow:auto;
	background:#fff url(../images/background_gauche.jpg) repeat-y 12px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie gauche du site */

#gauche {
	position:relative;
	overflow:hidden;
	float:left;
	width:215px;
	margin-left:12px;
	background:#666666;
	padding-bottom:40px;
}

#gauche ul {
	margin:0;
	padding:0;
}
#gauche ul li {
	margin:0;
	padding:0;
	background:none;
}
#gauche ul li a {
	display:block;
	background:none;
	color:#FFFFFF;
	border-bottom:1px solid #ffffff;
	padding-bottom:0px;
	padding-top:15px;
	padding-left:40px;
}
#gauche ul li a:hover {
	text-decoration:none;
	color:#f4f4f4;
}

#gauche ul li ul {
	margin:0;
	padding-left:0px;
}
#gauche ul li ul li {
	margin:0px;
	padding:0px;
}

#gauche ul li ul li a {
	border:none;
	padding:4px;
	padding-left:40px;
	padding-top:8px;
	margin:0;
	color:#64a7bc;
}
#gauche ul li ul li a:hover {
	color:#addbea;
	text-decoration:none;
}
#gauche ul li ul li a:hover {
	color:#addbea;
	text-decoration:none;
}

#img_top_left {
	position:relative;
	overflow:hidden;
	height:19px;
	width:215px;
	background: url(../images/img_top_left_1.jpg) no-repeat top left;
}

#mots_cles {
	position:relative;
	overflow:hidden;
	height:300px;
	width:215px;
	background:#cacccc url(../images/mots_cles.jpg) no-repeat left top;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu du site */

#milieu {
	position:relative;
	overflow:auto;
	float:left;
	width:711px;
	padding:10px;
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
}

#milieu.milieu_col {
	width:341px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie droite du site */

#droite {
	position:relative;
	overflow:auto;
	float:right;
	width:350px;
	padding:10px;
	display:none;
}

#droite.droite_plan {
	display:block; 
	overflow:hidden; 
	top:30px; 
	height:520px; 
	padding:0; 
	width:340px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Image située en bas à droite */

#image_bas_droite {
/* 	position:absolute; */
	overflow:hidden;
	width:300px;
	height:320px;
	bottom:30px;
	right:35px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Pied de page du site */

#pied {
	position:relative;
	overflow:auto;
	float:left;
	
	width:1018px;
	height:22px;
	
	padding-top:15px;
	padding-bottom:15px;
	background:#ffffff;
}

#menu_bas {
	position:absolute;
	overflow:hidden;
	height:40px;
	width:791px;
	left:227px;
	top:0px;
}

#menu_bas ul, #menu_bas li {
	padding:0;
	margin:0;
}

#menu_bas ul li
{
	display:inline;
}

#menu_bas ul li a
{
	display:block;
	float:left;
	padding:11px;
	padding-left:20px;
	padding-right:20px;
	background:url(../images/li.jpg) no-repeat right 15px;
}
#menu_bas ul li a.active_menu {
	color:#739939;
}

#menu_bas ul li a:hover
{
	display:inline;
}

#actualites_bottom {
	position:absolute;
	overflow:hidden;
	width:102px;
	height:22px;
	top:5px;
	left:700px;
	z-index:10;
}

#encadre_url {
	position:absolute;
	overflow:hidden;
	left:12px;
	top:0;
	height:40px;
	width:215px;
	background:#666666;
}
#encadre_url:hover {
	background:#90bc47;
}
#encadre_url a {
	display:block;
	padding:8px;
	height:24px;
	width:199px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	background:none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Haut de page */

#haut_de_page {
	position:absolute;
	overflow:auto;
	width:16px;
	height:16px;
	top:15px;
	right:15px;
	z-index:10;
}

#haut_de_page p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu auto */

.contenu_auto {
	overflow:auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

.active_menu {
	color:#FF0000;
}

/* ----------------------------------------------------------------------------------------------- */
/* Utilisé pour les actualités du site Internet : */

.lire_la_suite {
	text-align:right;
}
.lire_la_suite a {	
	color:#3399ca;
}
.lire_la_suite a:hover {	
	color:#749939;
}
.lire_la_suite a:active {	
	color:#cccccc;
}

#pour_avancer_dans_un_monde_de_droit {
	display:none;
	color:#666666;
	font-size:34px;
	margin-left:40px;
	margin-top:50px;
	border:none;
	background:none;
}

#nos_metiers_gauche {
	padding-bottom:200px;
}

.cadre_nos_metiers {
	position:absolute;
	overflow:auto;
	top:182px;
	right:20px;
	width:410px;
	height:307px;
	padding:10px;
	z-index:11;
}

#img_nos_metiers {
	position:absolute;
	overflow:hidden;
	height:172px;
	width:350px;
	top:10px;
	right:80px;
	z-index:12;
	background:url(../images/nos_metiers.jpg) no-repeat;
}

#les_avocats, #personnel_administratif {
	position:relative;
	overflow:auto;
	height:300px;
	width:300px;
	background:url(../images/bg_cabinet.jpg) no-repeat;
}
#isabelle, #emmanuelle, #laetitia, #catherine, #elodie, #stephanie, #coralie, #stephanie2 {
	position:absolute;
	overflow:hidden;
	height:150px;
	width:100px;
}
#elodie {
	top:0px;
	left:200px;
}
#stephanie2{
	top:0px;
	left:0px;
}
#stephanie{
	top:150px;
	left:0px;
}
#emmanuelle, #catherine, #coralie {
	top:150px;
	left:200px;
}

#presentation_isabelle, #presentation_emmanuelle, #presentation_laetitia, #presentation_catherine, #presentation_elodie, #presentation_stephanie, #presentation_coralie, #presentation_stephanie2 {
	position:absolute;
	overflow:auto;
	background:#8ac048;
	color:#31363a;
	width:180px;
	height:280px;
	left:100px;
	padding:10px;
	top:0px;
	z-index:12;
	display:none;
}
#presentation_isabelle h2, #presentation_emmanuelle h2, #presentation_laetitia h2, #presentation_catherine h2, #presentation_elodie h2, #presentation_stephanie h2, #presentation_coralie h2, #presentation_stephanie2 h2 {
	color:#31363a;
	border-left-color:#31363a;
	
}
#presentation_emmanuelle, #presentation_catherine, #presentation_elodie, #presentation_coralie {
	background:#3399ca;
	left:0px;
}


.form_client {
	border:1px solid #363636;
	color:#3399ca;
	background:#ffffff url(../images/li.jpg) top left no-repeat;
	padding-left:10px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.enchere {
	position:relative;
	overflow:hidden;
	height:203px;
	margin-top:35px;
}
.enchere .tableau_de_bord {
	border:none;
	background:none;
	padding:0;
	margin:0;
	position:absolute;
	width:50px;
	height:16px;
	top:10px;
	right:10px;
	z-index:10;
}
.bas_enchere {
	position:relative;
	overflow:hidden;
	width:100%;
	height:25px;
	background:url(../images/filet_bas_enchere.png) no-repeat;
}
.plus_d_infos_enchere {
	position:absolute;
	overflow:hidden;
	background:pink;
	height:25px;
	width:175px;
	top:0;
	right:0;
}
.plus_d_infos_enchere a {
	display:block;
	padding:4px;
	background:#666666;
	text-align:center;
	color:#e5e5e5;
	font-size:14px;
	font-weight:bold;
}
.plus_d_infos_enchere a:hover,
.plus_d_infos_enchere a:active {
	background:#8fbe47;
	color:#ffffff;
	text-decoration:none;
}
.plus_d_infos_enchere a:active {
	background:#3399ca;
}
.infos_enchere {
	position:relative;
	overflow:hidden;
	height:178px;
	background:url(../images/filet_gauche_enchere.png) no-repeat top left;
}
.details_enchere {
	position:relative;
	overflow:hidden;
	float:left;
	height:177px;
	margin-left:9px;
	width:257px;
	padding:0;
	padding-left:10px;
	padding-right:10px;
}
.date_enchere {
	position:relative;
	height:31px;
	margin-bottom:1px;
}
.date_enchere p {
	margin:0;
	padding:0;
	padding-top:7px;
	color:#3399ca;
	font-weight:bold;
}
.description_sommaire_enchere {
	position:relative;
	overflow:hidden;
	height:82px;
}
.description_sommaire_enchere p {
	color:#666666;
}
.lieu_enchere {
	position:relative;
	overflow:hidden;
	height:31px;
	margin-bottom:1px;
}
.lieu_enchere p {
	margin:0;
	padding:0;
	padding-top:7px;
	color:#749939;
	font-weight:bold;
}
.mise_a_prix_enchere {
	position:relative;
	overflow:hidden;
	height:31px;
}
.mise_a_prix_enchere p {
	margin:0;
	padding:0;
	padding-top:7px;
	color:#91bc48;
	font-weight:bold;
}
.telechargement_enchere {
	position:relative;
	overflow:hidden;
	float:left;
	height:177px;
	width:248px;
	border-left:1px solid #e5e5e5;
	background:url(../images/bg_telechargement.png) no-repeat top left;
}
.telechargement_enchere .titre_telechargement {
	margin:0;
	padding:0;
	padding-left:30px;
	padding-top:3px;
	color:#e5e5e5;
	font-weight:bold;
	font-size:12px;
}
.telechargement_enchere .contenu_auto {
	margin-top:15px;
}

.telechargement_enchere .contenu_auto a {
	display:block;
	color:#ffffff;
	padding:5px;
	padding-left:15px;
	background:#8fbe47 url(../images/carre_blanc.jpg) no-repeat top left;
	width:135px;
	margin-bottom:10px;
	margin-left:35px;
	font-size:10px;
}
.telechargement_enchere .contenu_auto a:hover,
.telechargement_enchere .contenu_auto a:active {
	text-decoration:none;
	background-color:#3399ca;
}
.telechargement_enchere .contenu_auto a:active {
	background-color:#666666;
}


.photo_enchere {
	position:relative;
	overflow:hidden;
	float:left;
	height:177px;
	width:176px;
}


@media (max-width: 1024px) {
	
	body, html {
		background:none;
	}
	
	#contenu,
	#haut,
	#banniere,
	#logo,
	#fond_banniere,
	#logo_opacite,
	#menu_haut,
	#menu_haut ul,
	#texte_haut,
	#centre,
	#zone_encadree,
	#gauche,
	#droite,
	#droite.droite_plan,
	div.cadre_nos_metiers,
	#milieu,	
	#pied,
	.enchere,
	.infos_enchere,
	.details_enchere,
	.telechargement_enchere,
	.photo_enchere,
	#menu_bas,
	#encadre_url,
	#menu_2 {
		position:relative;
		overflow:hidden;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		margin:0;
		padding:0;
		float:none;
		height:auto;
		width:100%;
	}
	
	#logo {
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#menu_haut {
		/*background:url("../images/menu_haut.png") repeat-y top left #666666;*/
		background:none;
		background-color:#666666;
		margin-bottom:1px;
	}
	#menu_haut ul li {
		width:50%;
	}
	#menu_haut ul li a {
		width:100%;
		margin:0;
		padding-left:0;
		padding-right:0;
	}
	
	#texte_haut {
		padding:20px 4% 20px 4%;
		width:92%;
		background:#0085a0;
		border-bottom:1px solid #ffffff;
	}	
	#texte_haut * {
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}
	
	#contenu {
		/*padding:20px 4% 20px 4%;
		width:92%;*/
	}
	
	#zone_encadree {
		background:none;
		background-color:#ffffff;
	}
	
	#milieu,
	#milieu.milieu_col,
	#droite,
	#droite.droite_plan {
		background:#ffffff;
		width:90%;
		padding:20px 5%;
	}
	
	#droite,
	#droite.droite_plan {
		border-top: 1px dotted #666666;
	}
	
	#menu_4, 
	.actu_resume {
		margin:0;
		width:100%;
	}
	#menu_4 li a, 
	.actu_resume li a {
		padding-left:5%;
		padding-right:5%;
		width:90%;
	}
	
	#mots_cles,
	#image_bas_droite,
	#img_nos_metiers,
	#haut_de_page {
		display:none;
	}
	
	#nos_metiers_gauche {
		padding:0;
		padding-bottom:20px;
	}
	
	/* -------------------------- */
	
		.enchere {
			padding-bottom:40px;
		}

		.infos_enchere {
			width:90%;
			padding-left:5%;
			padding-right:5%;
			background: url("../images/filet_gauche_enchere.png") repeat-y top left;
		}
		
		.telechargement_enchere {
			border:none;
		}
		.telechargement_enchere .contenu_auto a {
			width:90%;
			margin-left:5%;
			margin-right:5%;
			margin-left:0;
			margin-right:0;
		}
		
	/* -------------------------- */
	
	h2#pour_avancer_dans_un_monde_de_droit {
		font-size:25px;
	}
	
	#pied {
		background:#cccccc;
	}
}