/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4d4d4d;
	text-decoration: none;
}

body {
	margin: 0px;
	background-image: url(gifs/images/mcr-avocats-fond.jpg);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}

h1 {
	color: #af000e;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
h2 {
	color: #127839;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px;
	}

h3 span {
	color: #fff;
	background-color:#af000e;
	font-size: 14px;
	font-weight: bold;
	}
/******************************************************************** Lien ******************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #af000e;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #af000e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #af000e;
}
a:active, a:visited{
	text-decoration: none;
	color: #af000e;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.numpage {
}
.numpage_selec {
	color:#ff0000;
}
.bt_suivant{
}
.bt_precedent{
}
.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/

/*************************** MENU ****************************************/

#cabinet {    /* "lien" sera notre conteneur, ici la balise div */
    width: 132px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu1-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#cabinet a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu1.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#cabinet a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}

#me2 {    /* "lien" sera notre conteneur, ici la balise div */
    width: 146px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu2-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#me2 a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu2.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#me2 a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}


#actualites {    /* "lien" sera notre conteneur, ici la balise div */
    width: 101px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu3-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#actualites a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu3.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#actualites a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}


#honoraires {    /* "lien" sera notre conteneur, ici la balise div */
    width: 106px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu4-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#honoraires a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu4.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#honoraires a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}

#me3 {    /* "lien" sera notre conteneur, ici la balise div */
    width: 110px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu5-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#me3 a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu5.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#me3 a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}

#nous_rencontrer {    /* "lien" sera notre conteneur, ici la balise div */
    width: 148px;  /* changer la largeur ici */
    height: 65px; /* changer la hauteur ici */
    background: url(gifs/images/mcr-avocats-menu6-r.jpg) no-repeat left top;    /* placement de l'image over */
}

#nous_rencontrer a {    /* définition du lien qui occupera toute la place du conteneur */
    display: block;
    width: 100%;
    height: 100%;
    background: url(gifs/images/mcr-avocats-menu6.jpg) no-repeat left top;    /* placement de l'image du menu */
    color: #000;
}

#nous_rencontrer a:hover {    /* masquage de l'image1 au survol */
    background: transparent none;
}

/***************************** FIN MENU ***********************************/

.fd_newsletter {
	background-image: url(gifs/images/mcr-avocats-newsletter2.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 43px;
	padding: 0;
	margin: 0;
	padding-left: 10px
	}
	
.fd_actu {
	background-image: url(gifs/images/mcr-avocats-actu2.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 85px;
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
	padding-right: 15px;
	}
	
.fd_blanc_gauche {
	background-color: #FFFFFF;
	}
	
.fd_blanc_contenu {
	background-color: #FFFFFF;
	width: 694px;
	height: 405px;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 15px

	}
	
.txt_footer {
	color: #008001;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	}
	
#fd_encart {
	background-image: url(gifs/images/mcr-avocats-fd-encart.jpg);
	background-repeat: no-repeat;
	width: 245px;
	padding: 0;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-top: 12px;
	}
	
	#fd_encart a {
		font-weight: bold;
		text-decoration: none;
		}
		
	#fd_encart a:hover {
		font-weight: bold;
		text-decoration: underline;
		}	
			
.lien_titre, .lien_titre a, .lien_titre, .lien_titre a:active, .lien_titre, .lien_titre a:visited {
	color: #127839;
	font-weight: bold;
	}	
	
.lien_titre a:hover {
	color:#AF000E;
	font-weight: bold;
}

.droite{
	text-align:right;
}


/*************************************Modif*************************************/

#fd_logo {
	background:url(gifs/mcr-avocats-logo.jpg) no-repeat top;
	width:194px;
	height:289px;
}

#fd_logo #btn {
	width:190px;
	height:80px;
	padding-top:20px;
	cursor:pointer;
}

#fd_logo .coord {
	font-family:Garamond;
	font-size:15px;
	color:#fff9b9;
	text-align:center;
}

#fd_logo .coord p {
	line-height:15px;
}

#fd_logo .coord .tel {
	font-family:Garamond;
	font-size:16px;
	color:#fff9b9;
	letter-spacing:0.1em;
}

.align_l {
	float:left;
	border:1px solid #127839;
	margin-right:15px;
	margin-bottom:10px;
}

.align_r {
	float:right;
	border:1px solid #127839;
	margin-left:15px;
	margin-bottom:10px;
}


p.indent {
	padding: 0px 0px 0px 10px;
}

.btn_decision a {
	background:url(gifs/btn_decision.jpg) no-repeat;
	width:240px;
	height:23px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	text-align:center;
	float:right;
	margin-right:15px;
}

.btn_decision a:hover {
	background:url(gifs/btn_decision_over.jpg) no-repeat;
	width:240px;
	height:23px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.filet {
	width:80%;
	margin:auto;
	padding:10px 0;
	border-bottom:1px dashed #999;
}

.liens
{
	text-align:right !important;
	margin-right:15px;
}

.liens strong {
	color:#333;
}

.fd_blanc_contenu li {
	list-style-image:url(gifs/images/mcr-avocats-puce2.jpg);
}

legend {
color:#4D4D4D;
font-weight:bold;
}

.textfooter{
	text-align:center;
	font-weight:normal;
	font-size:11px;
	margin-top:3px;
}
.textfooter h2{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#AF000E;
	margin-left:auto;
	margin-right:auto;
	display:inline;
}
.textfooter a{
	font-weight:normal;
}
.textfooter a:hover{
	font-weight:normal;
}
