﻿/*
 * Styles généraux
*/
body { font-family: Arial, Helvetica, sans-serif; text-align: left; }

a img { border: 0; }
#langues img { vertical-align: middle; }
#contenu p {}
#contenu .chapo { font-style: italic; }
dt { font-weight: bold; }

/*
 * Partie variable des sites
*/
body { font-size: 0.8em; color: #535353;}
a {	color: #e92b53;	text-decoration:none;}
a:hover { color:#e92b53; text-decoration: underline;}
#contenu a:visited { color: #fff; }

h1, h2, h3, h4, h5, h6 {margin: 1em 0px;}
h1 { padding-bottom: 5px; margin-bottom: 15px; font-size: 1.2em; text-indent: -9999px; background-position: left top; background-repeat: no-repeat; border-bottom: 1px solid #fff;}
.index h1 {background-image: url(../images/h1_accueil.gif);}
.avocats h1 {background-image: url(../images/h1_avocats.gif);}
.offre-services h1 {background-image: url(../images/h1_services.gif);}
.droit-affaires h1 {background-image: url(../images/h1_droit_affaires.gif);}
.droit-social h1 {background-image: url(../images/h1_droit_social.gif);}
.droit-civil h1 {background-image: url(../images/h1_droit_civil.gif);}
.point-actualite h1 {background-image: url(../images/h1_point_actualite.gif);}
.contact h1 {background-image: url(../images/h1_contact.gif);}
.mentions-legales h1 {background-image: url(../images/h1_mentions.gif);}
.plan-site h1 {background-image: url(../images/h1_plan_site.gif);}

h2 { margin: 0px 0px 10px; padding: 0px 0px 5px; font-size: 16px; color: #76263e; text-transform: uppercase; background: url(../images/bg_li_actualite.gif) no-repeat bottom left;}
h3 { font-size: 1.15em; color: #e92b53; text-transform: uppercase; padding: 0px;}

h4 {font-size: 1.1em;}

p { margin: 0px 0px 15px; padding: 0px;}

#contenu ul { margin: 1em 0px;  padding: 0px 0px 0px 30px;}
#contenu li { padding: 0px 0px 0px 12px; margin:2px 0; list-style: none; background:url(../images/bg_li.gif) no-repeat 0 6px;}
/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; padding: 0; border-top: 1px solid white; margin: 1em 0;}

/* alignement des images dans les pages */
div.gauche, div.droite, div.centre { padding: 0.4em; background: #fff; }
.gauche { float: left; margin: 0 1.5em 1em 0;}
.droite { float: right; margin: 0 0 1em 1.5em;}
.centre { margin: 1em auto; text-align: center; }
#contenu .gauche span, #contenu .droite span, #contenu .centre span { display: block; font-size: smaller; text-align: center; }
#contenu #rss div { padding:0; margin:0; background:none; border:none;}

/* icones des fichiers */
#contenu .icone a, #contenu a.icone {margin-top: 0em; padding-left: 1.5em; list-style: none;}
#contenu .pdf { background: url(../images/icons/acrobat.gif) left center no-repeat !important; }
#contenu .doc, #contenu .rtf { background: url(../images/icons/word.png) left center no-repeat !important; }
#contenu .xls, #contenu .xla { background: url(../images/icons/excel.png) left center no-repeat !important; }
#contenu .ppt, #contenu .pps { background: url(../images/icons/powerpoint.png) left center no-repeat !important; }
#contenu .zip, #contenu .rar { background: url(../images/icons/compressed.png) left center no-repeat !important; }
#contenu .gif, #contenu .jpg, #contenu .png { background: url(../images/icons/picture.png) left center no-repeat !important; }
#contenu .url { background: url(../images/icons/world.gif) left center no-repeat !important; }
#contenu .email { background: url(../images/icons/email.png) left center no-repeat !important; }
.url a[target="_blank"], a.url[target="_blank"] {background: url(../images/icons/external.png) right center no-repeat !important;}
.icone { padding: 0.2em 0; }
.broken { text-decoration: line-through; }
/*
 * Pagination et Outils d'impression et de retour
*/
#pagination, #contenu ul#nav-contenu {
	clear: both;
	padding: 0.5em 0;
	margin-top: 2em;
	text-align: center;
}
#contenu ul#nav-contenu { margin:2em 0 0 0; }
#contenu #nav-contenu li { background: none; display: inline; padding:0 1.2em; font-size:smaller; color:#3A846E; }
/*
 * Pagination et Outils d'impression et de retour
*/


/*
 * les actus
*/

div.chapo { margin-bottom: 15px;}
small a { color: #000;}


/* tableaux */
table { margin:1em auto;}
th { background:#a55f74; color:#fff; }
td {padding:4px;}
table p { margin:0; padding:0;}

/* liste avocats */
.liste-avocats { position: relative; }
.avocats .avocat { width:15%; height:150px; overflow:hidden; float:left; margin:0 2%;}
.avocats .avocat .gauche { margin-bottom:5px; }
.avocats .avocat img { width:94%; padding:3%; background:#fff;}
.avocats .avocat h3 { margin-top:0; font-size:1em; text-transform:none;}
.avocats .avocat h3 a:hover, .avocats #contenu .avocat h3 a:visited:hover { text-decoration:none; color:#666;}
.avocats #contenu .avocat h3 a:visited, .avocats #contenu .avocat h3 a { color:#ac2a59;}

.avocats .avocat .detail {
	z-index:10;
	cursor: pointer;
	position: absolute;
	top: 10%;
	left: 10%;
	width:600px;
	padding:10px;
	visibility: hidden;
	background: #FFF;
	border: 1px solid #666666;
}
.avocats .avocat .texte { float:left; width:60%;}

.avocats .avocat .visible { visibility: visible; }
.avocats .avocat .detail img { width:auto; padding:0;}

table.droit_civil{margin-left:5px;width:100%;}
/*table.droit_civil td.tdtitre{width:200px;}*/

.liste-avocats h2 {clear:both;}

ul.nav li.formations {display:none;}
.formations h1 {background-image:url(../images/bg_formation.gif);}

