/* Définitions des polices */

@font-face {
	font-family: 'PoliceTitrePage' ;
	src: url('polices/KaushanScript-Regular.otf');
}

@font-face {
	font-family: 'PoliceVV' ;
	src: url('polices/AftaSerifThin-Regular.otf');
}


body /* Fond d'écran de toute la page*/
{
	background-image: url("Images/fondbeige.png");
}

#Page /* Fond d'écran du fond de page */
{
	background-color: rgb(239,228,176);
	border-radius: 20px;
}


#Page /*Page entière*/
{
	max-width: 1000px;
	margin: auto;
}

/*header*/

#entete
{
	top: 0px;
	margin-left: 15px;
	position: absolute;
	color: rgb(255,255,255);
	margin-bottom: 0px;
}

#photobanniere
{	
	position: static;
	border-radius: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 1000px;
	height: 241px;
}

#Nom
{
	font-weight: bold;
	font-size: 2.3em;
	font-family: PoliceTitrePage, Verdana, Arial;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#Barreau
{
	Text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	font-family: PoliceVV, arial;
}


		/* Navigation */
 
#NAV1
{
    text-align: right;
	margin-right: 42px;
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 15px;
}
 
nav a
{
	font-size: 1.3em;
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}
 
nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

#coordonnees p
{
	font-family: PoliceVV, Verdana, Arial;
	font-size: 0.8em;
	border: 2px solid black;
	padding: 12px;
	display: inline-block;
	margin-top: 0px;
}

#Titrepage
{
	text-align: center;
	font-size: 1.2em;
	font-family: PoliceTitrePage, Verdana, Arial, sans-sherif;
	font-weight: bold;
	padding-left: 280px;
}

#coordonnees, #Titrepage
{
	display: inline-block;
}

#coordonnees
{
	margin-left: 50px;
}



/* Corps de la page */

#textehonoraires
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	font-size: 1em;
	font-family: Verdana, Arial;
}
















/* footer */

#principal , #telfaxmail , #secondaire
{
	font-family: PoliceVV;
	display: inline-block;
	border: 2px solid black;
	padding: 12px;
	margin-top: 120px;
	margin-bottom: 30px;
	font-size: 0.8em;
}

#telfaxmail , #secondaire
{
	margin-left: 50px;
}


#encart
{
	text-align: center;
}


#listefin
{
	text-align: center;
	margin-bottom: 50px;
	font-size: 0.75em;
}

#fb		/*logofb*/
{
	border: none;
	max-width: 30px;
	max-height: 30px;
	text-align: left;
	margin-left: 45px;
	margin-right: 5px;
}

#clicfb:visited
{
	color: black;
}

#clicfb
{
	color: black;
	text-decoration: none;
}

#clicfb:hover
{
	color: grey;
	text-decoration: underline;
}


#pj		/* logo pages jaunes */
{
	border: none;
	max-width: 30px;
	max-height: 30px;
	margin-left: 45px;
	margin-right: 5px;
}

#clicpj:visited
{
	color: black;
}

#clicpj
{
	color: black;
	text-decoration: none;
}

#clicpj:hover
{
	color: grey;
	text-decoration: underline;
}







