/*
Theme Name: Thème  BRM WordPress
Theme URI: http://www.brmavocats.com/
Version: 1.0
 
Theme BRM by BRM Avocats
*/


body {
font-family: Times, Serif;
font-size: 0.9em;
text-align: left;
color: #555;
margin: 0;
padding: 0;
background-color:#FFFFFF;
position:relative;
}

#page {
margin-top:0px;
margin-bottom:0px;
margin:auto;
width: 1024px;
background-color: #b1b1b1;
position:relative;
min-height:1000px;
}

#blocblanc{
width:974px;
background-color:#FFFFFF;
margin-top:0px;
margin-left: 25px;
margin-bottom:0px;
margin-right:25px;
postion:relative;
border-bottom-color:#555;
border-style:solid;
border-width:1px;
}
/* header */

#header {
margin:auto;
height:150px;
background-image:url(../../../../images/header.png)
}

/* RECHERCHE */
#searchform {
	position: absolute;
	top: -48px;
	left: 760px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 33px;
	width: 190px;
}
#searchform .s{
	background: #ffffff url(images/noimage.gif) no-repeat ;
	height: 17px;
	width: 190px;
	margin: 6px 2px 0px 8px;
	padding: 3px 1px 2px 1px;
	color: #999999;
	border: none;
}
#searchform .searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/*Menu*/
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : normal; /* on met le texte en gras */
        font-family : Verdana; /* on utilise Verdana, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		position:absolute;
		top:91px;
		left:47px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0px; /* aucune marge intérieure */
        background : #fff; /* couleur de fond */        
        color : #F29400; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 135px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        
		float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid white  /*on met une bordure blanche à droite de chaque élément */
}
#qui{text-align:center;}
#metier{text-align:center;}
#espacedoc{text-align:center;}
#evenements{text-align:center;}
#contact{text-align:center;}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid white ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 140px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		/*revoir menu pour disposer le menu horizontalement sous le menu principal*/
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid white; /* on met une bordure  en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid white; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 140px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid white ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid white ; /* on met une bordure transparente sur la gauche de chaque élément */
}

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

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #fff; /* On passe le texte en noir... */
        background-color: #F29400; /* ... et au contraire, le fond en blanc */
}
/* ------------------------------------------------------------------------------ */ 
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
		
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
	

/*Fil d'ariane*/
#fil{position:absolute;top:125px;left:40px;text-decoration:none;font:Verdana;font-size:11px;color:#FFFFFF;}
#fil a{text-decoration:none;font:Verdana;font-size:11px;color:#FFFFFF; text-decoration:underline;}
#fil a:hover{text-decoration:none;font:Verdana;font-size:11px;color:#FFFFFF;text-decoration:underline;}

/*Logo*/
#logo {height: 69px; width: 128px; margin:auto; 
position:absolute; top: 5px; left:50px; background-image:url(../../../../images/logo.png)}

/*Drapeaux*/
#drapeau_fr, #flag_img_fr{height: 16px; width: 16px;margin: auto; 
position:absolute;top:2px;right:26px; background-image:url(../../../../images/drapeau_fr.png)}
#drapeau_en, #flag_img_en{height: 16px;width: 16px;margin: auto; 
position:absolute;top:2px;right:5px;background-image:url(../../../../images/drapeau_en.png)}



h1 a {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
	}

#header p {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
	}

/* home content */

#content {
width: 700px;
margin-left: 10px;
padding: 20px 20px 20px 10px;
float: left;
border-right-color:#CCCCCC;
border-right-style:dashed;
border-right-width:1px;
}

* html #content {
width:700px;
margin-left: 10px;
padding: 20px 10px 10px 10px;
float: left;
}

#content h2 a {
font-family: Verdana;
font-size: 22px;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;

}

#content h2 {
font-family: Verdana;
font-size: 22px;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
color: #e95d0f;;
margin: 0;
}

.post_content {
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #000000;
}


.tags {
background-color: #f2f2f2;
padding: 5px;
margin-bottom: 30px;
font-family:Verdana;
font-size: 10px;
	
}

#categorie {
text-align:left;
font-family:verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
color:#555;
margin-top: 5px;
margin-bottom:3px;
list-style:none;
}

#date {
border-top-style:solid;
border-top-width:1px;
border-color:#CCCCCC;
text-align:left;
font-family:Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
color:#999999;
margin-top: 5px;
}

#auteur{
text-align:left;
font-family:Verdana;
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: -2px;
line-height: 1em;
text-decoration: none;
color:#999999;
margin-top: 5px;
}

#home-comments, #home-comments a {
	display: inline;
	color: #555;
}

/* sidebar */

.sidebar {
width: 223px;
margin: 5px 0px 0px 10px;
float: right;
background-color:#FFF;
background-repeat:no-repeat;
}

*html .sidebar {
width: 223px;
margin: 5px 0px 0px 10px;
float: right;
}



.sidebar a {
	text-decoration: none;
}

.sidebar ul{
list-style-type: none;
padding: 0;
margin-bottom: 20px;
margin-left: 0px;
}

.sidebar ul h2{
	color:#555;
	font-weight:bold;
	font-size: 15px;
	padding: 5px;
	text-align:center;
	text-decoration:none;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	margin-left: 0px;
	margin-right:9px;
}

#cat-sidebar{margin-left:10px}
#cat-sidebar ul li a{padding:2px; text-decoration:underline; font-size:13px; font-family:Verdana;color: #e95d0f; }
#cat-sidebar ul ul li a{padding:0px;margin-left:30px;padding:0px; list-style-type: disc; text-decoration:none; font-size:11px; font-family:Verdana;color:#333333}


.current-cat-parent {font-weight: bold;}
.children {font-weight: normal;}
.children .current-cat {font-weight: bold;}
.current-cat {font-weight: bold;}

.widget{
	margin-bottom: 20px;
}

/* footer */
#footer{
margin:0px;
border-top-color:#555;
border-top-style:solid;
border-top-width:1px;
clear:both;
padding: 5px;
background-color: #666666;}

#footer p{font-family:Verdana; font-size:12px;
text-align:center;
color: white;

}

#footer a{color:white; text-decoration:underline;}
#footer a:hover{color:#e95d0f; text-decoration:underline;}

/*couleur des liens de */
a {
color: #e95d0f;
text-decoration: none;
}

a:hover {
color:#555;
}






/* gestion des commentaires */

.comments-template{
margin: 0px 0 0 0;
}

.comments-template ol{
margin: 0px;
padding: 0;
list-style: none;
}


.comments-template ol li{
margin: 10px 0 10px 0;
line-height: 15px;
padding: 0 0 0px;
display: inline;
float: left;
width: 580px;
}

.comments-template ol li p{
margin-left: 10px;
}

.reply {
	margin: 10px;
}


.comments-template ol li .depth-2 {
	background-color: #f5f5f4;
	width: 540px;
}

.comments-template ol li .depth-2 p textarea#comment {
	width: 510px;
}

.comments-template ol li .depth-3 {
	background-color: #ccc;
	width: 490px;
}

.comments-template h2, .comments-template h3{
font-size: 1.5em;
margin: 0;
padding: 20px 0;
}


.comments-template p.nocomments{
padding: 0;
}


.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	border: 2px solid #ccc;
}

cite {
	padding: 0 0 0 15px;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	
}

cite a{
	background-color: transparent;
	text-decoration: none;
}

.commentmetadata a {
	padding: 0 0 0 15px;
	background-color: transparent;
	text-decoration: none;
}

.comment-author {
	margin: 10px 10px 5px;
}

.comment_info {
	padding: 3px 0;
}



.comment {
	color: #555;
	padding: 20px 20px 20px 220px;
}

.comment p {
	margin: 0;
	padding-bottom: 10px;
}


h3#respond {
clear: both;
}

ol.trackbacks-layout {
	clear: both;
	padding-bottom: 10px;

}

ol.trackbacks-layout li {
	padding: 20px;
	background: #ccc;
	width: 540px;
}

textarea#comment {
	width: 580px;
}


/* page search */

#searchno #searchform {
	float: left;
}
