@import url(https://fonts.googleapis.com/css?family=Cabin:700,700italic);

@font-face {
    font-family: "nudista";
    font-style:  normal;
    font-weight: normal;
    src: url('/fonts/nudista-web_regular.woff');
}
@font-face {
    font-family: "nudista";
    font-style: italic;
    font-weight: normal;
    src: url('/fonts/nudista-web_italic.woff');
}
@font-face {
    font-family: "nudista";
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/nudista-web_bold.woff');
}
@font-face {
    font-family: "nudista";
    font-style: italic;
    font-weight: bold;
    src: url('/fonts/nudista-web_bold_italic.woff');
}

.margin-zero {
	margin: 0; 
}

.gradient-grey {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #F8F8F8 0%, #DFDFDF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #F8F8F8 0%, #DFDFDF 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #F8F8F8 0%, #DFDFDF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F8F8F8), color-stop(1, #DFDFDF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #F8F8F8 0%, #DFDFDF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #F8F8F8 0%, #DFDFDF 100%);
}
.sous-wrapper-2 {
	margin: auto;
	width: 1000px;
}
body {
	background-color: #FFF;
	color: black;
	font-family: Arial;
	font-size: 12px;
    height: 100%;
    margin: 0; 
    padding: 0;
    /*background: white url('/images/body.png') center 0 no-repeat scroll;*/
    width: 100%;
}
#content {
	background: white;
	color: black;
	font-size: 12px;
    font-family: Arial;
    min-height: 600px;
    margin: auto; 
    padding: 20px 0;
	position: relative;
    width: 1000px;
}
.section-body {
	height: 140px;
	overflow: hidden;
}
.section-body:hover {
	overflow-y: scroll;
}
.login-picture {
	height: 28px;
	margin: 0;
	background:url('/images/bouton-me-connecter.png') left top no-repeat;
	width: 136px;
}
.login-picture:hover {background-position: left center;}
.login-picture:active {background-position: left bottom;}
#sous-menu-actualite article {
	height: 55px;
	margin-bottom: 5px;
}
.articles-wrapper .vitrine-article-box {
	border-bottom: 1px dotted #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	padding-top: 4px;
}
.vitrine-article-box { 
	position:relative; 
}
.vitrine article {
	margin: 5px 0 10px;
}
.vitrine h3 {
 	margin: 2px 0; 
}
.vitrine h3 a { 
	color: #244a55; 
	font-size: 13px; 
	font-weight: bold; 
}
.vitrine .auteur { 
	font-style: italic; 
	margin: 0; 
	padding-left: 0px; 	
}
.vitrine .intro {
	padding: 6px 0;
}
.vitrine .intro img { 
	float: left; 
	margin-right: 6px; 
}
.vitrine .intro p { 
	padding: 0; 
	text-indent: 0; 
}
.vitrine .infos { 
	border-bottom: 1px dotted gray; 
	padding-bottom: 6px; 	
	font-size: 11px;
}
.vitrine .voir-tout { 
	margin: 2px 0 6px; 
	text-align: center;
}
.selection { 
	margin-top:10px; 
}
.selection article { 
	margin:0px; 
	padding:0px; 
}
.selection .intro { 
	margin:0px; 
	padding:0px; 
	margin-top:4px; 
}
.selection .intro h3 a { 
	font-size:12px; 
}
.intro .floatLeft { 
	float:left;
	margin:0px; 
	padding:0px; 
	width:40px; 
}
.intro .floatLeft img { 
	margin-left:8px; 
}
.intro .floatRight { 
	float:right; 	 	 
	margin:0px; 
	padding:0px;
	width:250px;
}
.selection .auteur { 
	font-size:11px; 
	font-weight:normal; 
}
.rss-icone {
	background:url('/images/reseaux.png') -106px 0 no-repeat;	
	height: 50px;
	width: 28px;
}
.section-header {
	background-color: #024282;
	color: #FFF;
	font-family: cabin;
	height: 25px;
	padding-left: 8px;
	padding-right: 5px;
}
#loginBox p {
    margin: 4px 25px; 
    padding: 0 5px;
    text-align: left;
}
.section-header a {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}
.section-header span {
	display: block;
	font-weight: bold;
	padding-top: 4px;
}
.section-header h2 {
	color: #FFF;
	padding-top: 5px;
}
.boiteQuestions.large div {
	height: 60px;
	padding : 7px;
}
.boiteQuestions.large div  a {
		float: left;
		width: 140px;
}
.categoriesLettres h2{
	font-family: cabin;
	font-size: 12px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}
.boite-lettre-exemple hr,
.categoriesLettres hr {
	margin: 0;
}
.separator {
	background-color: #FFF;
	display: block;
	height: 1px;	
}
.boite-lettre-exemple  p {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 10px;
}
.boite-lettre-exemple span {
	color: #0257ac;
	font-weight: bold;
	font-family: cabin;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
}
.boite-lettre-exemple-tittle {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.section-header .pro-droit-title {
	font-weight: bold;
}
.categoriesLettres2 {
    border-left: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    margin-bottom: 10px;
    width: 200px;
}
.categoriesLettres2 div a {
	color: #3D5C81;
	display: block;
	margin: 0;
	padding: 4px 0 4px 6px;
	width: 192px;
}
.categoriesLettres2-content a {
	border-bottom: 1px dotted #BEBEBE;
}
.categoriesLettres2-content .active {
	font-weight: bold;
	color:#0257ac;
}
.categoriesLettres2 h2 {
	margin: 0;
	padding-top: 3px;
}
.article-theme-section p {
	text-align: left;
}
i.accueil-sprites-icons2 {
    display: inline-block;
    background: url('/images/icone/icone-lettre.png') no-repeat;
}
.microblog-header-titre {
	color: #0257ac;
	font-family: cabin;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}
.microblog.mini.gradient-grey hr{
	margin: 0;
}
.microblog.mini.gradient-grey  .quand {
	color: #0257ac;
}
.microblog.mini.gradient-grey p {
	margin-left: 6px;
}
.comment .section-header .nom,
.comment .section-header .date {
	padding-top: 0;
}
.cas-pratiques-meme-theme2 h2,
#lesComments .lesComments-titre {
	border-bottom: 3px solid #0257ac;
	color: #0257ac;
	font-size: 14px;
}
.boiteDocuments .section-header a,
.boiteDemandes .section-header a,
.boiteQuestions .section-header a {
	padding-top: 4px;	
}
.tag2 {
	border-radius: 8px;
	color: #3d5c81;
    display: inline-block;
    margin: 0 5px 0 0; 
    padding: 3px 6px;
}
.tag-wrapper-title {
	height: 25px;
}
.tag-wrapper-title h2 {
	color: #0257ac;
	font-family: cabin;
	margin: 0;
	padding-top: 5px;
	padding-left: 8px;
}
.model-dossier-compl-titre h2 {
	color: #0257ac;
	font-family: cabin;
	margin: 0;
	padding: 5px;
}
.requetes_corresp-titre h2 {
	color: #0257ac;
	border-bottom:  3px solid #0257ac;
}
.titre-souligne {
	border-bottom: 3px solid #0257ac;
	font-family: cabin;
	margin-bottom: 5px;
}
.titre-souligne a {
	color: #0257ac;
	font-size: 14px;
	font-weight: bold;
}
.titre-section-light {
	border-bottom: 2px solid #0257ac;
	color: #0257ac;
	display: block;
	font-weight: bold;
	font-family: cabin;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.docListWrapper2 .docList.mini a {
	max-width: 260px;
}
.panneau-affichage-entete a,
.panneau-affichage-entete {
	color: #0257ac;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: cabin;
	text-transform: uppercase;
}
.dossier-updated-titre {
	color: red;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	font-family: cabin;
	text-transform: uppercase;
}
.comment  header.coment-titre2 {
	color: #0257ac;
}
.comment .comment-content {
	border-bottom: 2px dotted silver;
	border-left: none;
	border-right: none;
	background: #FFF;
}
.left-space20 {
	margin-left: 20px;
}
.fbTwitterBox {
	/*display: none;*/
}
.categoriesLettres .section-header a {
	padding-top: 4px;
	border: none;
}
.categoriesLettres div {
	border: 1px solid silver;
	border-top: none;
}
.categoriesLettres a {
	border-bottom: 1px dotted silver;
}
.categoriesLettres a.active {
	color: 	#0257ac;
	font-weight: bold;
}
.banniere-icone {
	margin-left: 5px;
	padding-top: 5px;
}
.banniere-bouton {
	background: url(/images/packs/bouton-pack-general.png);
	background-position: top;
	display: block;
	font-family: 'Cabin';
	font-style: normal;
	display: block;
	margin: 0 auto;
	height: 54px;
	width: 220px;
}
.w300 .banniere-bouton {
	margin: 10px auto;
}
.banniere-bouton:hover {
	background-position: bottom;
}
.banniere-bouton table {
	height: 34px;
	width: 220px;
}
.banniere-bouton-content {
	color: #FFF;
	display: block;
	font-size: 10px;
	float: right;	
	padding-top: 5px;
	padding-right: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 170px;
}
.pack-autopromo .arguments div.argument {
	font-size: 12px;
}
div.pack.master div.pack-autopromo {
	margin-right: 0;
}
.pack-autopromo div.nom-avocat {
	border: none;
	font-style: italic;
	font-size: 12px;
}
.pack-autopromo td.titre {
	font-family: 'cabin';
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
.banniere-titles-wrapper {
	margin-left: 17px;
	width: 230px;
}
.w300 .banniere-titles-wrapper {
	width: 200px;
}
.banniere-title {
	display: block;
	font-size: 13px;
	padding-top: 7px;	
	text-transform: uppercase;
}
.pack-autopromo .pack-reference {
	margin: 8px 0 4px;
	text-align: center;
}
.banniere-title-1 {
	border-bottom: 1px solid silver;
	font-size: 15px;
	padding-top: 18px;
	padding-bottom: 4px;
}
.pack-autopromo-0 .banniere-title-1 {
	padding-top: 40px;
}
.pack-autopromo .banniere-right-col {
	width: 220px;
}
.pack-autopromo.w300 .banniere-right-col {
	width: 190px;
}
.pack-autopromo div.nom-avocat {
	padding-bottom: 4px;
	padding-left: 0;
}