/* CSS Document */
/* PROPRIETES UNIVERSELLES---------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-position: center top;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	padding-top: 10px;	
	}

#conteneur /*pour tout contenir + aligner  au milieur de l'écran*/
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px; /* largeur obligatoire pour être centré */
	text-align: justify; /* on rétablit l'alignement normal du texte */     
	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 5px;
	line-height: 25px;
	}

h2 {
	line-height: 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	border-bottom: groove 1px #072f5b;
	width: 950px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 800px;
	text-align: left;
	margin-left: 100px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
	margin: auto;
	text-align:justify;
	}

ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin: auto;
	text-align: left;
	width: 650px;
	list-style: square inside;
	}
	
.gras {/* mettre en gras */
	font-weight: bolder;
	}
	

img {
	width: 200px;
	padding: 5px;
	height: auto;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover a:focus {
text-decoration: none;
color: red;
}

a:active {
text-decoration: none;
color: red;
}

/*HEADER + MENU HORIZONTAL------------------------------------------------------------------------------------------------------------------------------------------------*/

#bandeau  
{
	height: 146px;
	background-repeat: no-repeat;
}

#haut  /*contenant du menu*/
{
	height: 36px;
	background-repeat: no-repeat;
}
.menu 
{
	width: 100%; /* correction pour Opera */
	margin-left: 0px;
}

.menu h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin: 0px auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	float: left;
	width: 125px;
	font-variant: normal;
	letter-spacing: normal;
	}

.menu h1 a {
	display: block;
	height: 100%;
	text-decoration: none;
	}


.menu h1 a:hover, .menu h1 a:focus {
	background-repeat: no-repeat;
	border: groove 2px;
	}



/*CORPS----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#corps {
	width: 100%;
	height: 100%;
	min-height: 500px;
	margin: 0px;
	padding-top: 5px; /*pour éviter marge dans Firefox*/
	padding-bottom: 5px; /*pour éviter marge dans Firefox*/
	background-repeat: repeat;
	}

.lettrine1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}


.lettrine2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

/*DIV CONSACRES AUX PORTRAITS : PHOTO + TEXTE-----------------------------------------------------------------------------------*/


.portrait {
	clear: both;
	width: 1000px;
	}

/* présentation equipe avocats*/

.portrait .portrait_gauche {
	clear: right;
	float: left;
	width: 500px;
	height: 190px; 
	text-align: right;
	}
	
.portrait .portrait_gauche img {
	margin: 100px;
	margin-top: 0px;
	border: groove 2px #CCCCCC;
	}

/* présentation activités avocats*/
	
.portrait .portrait_gauche2 {
	clear: right;
	float: left;
	text-align: right;
	}
	
.portrait .portrait_gauche2 img {
	margin-left: 300px;
	margin-top: 0px;
	border: groove 2px #CCCCCC;
	width: 80px;
	height: auto;
	}

.portrait_droite {
	clear: right;
	float: right;
	width: 500px;
	}	
	
.portrait_droite p {
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	width: 350px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 150px;
}

.portrait_droite h2 {
	width: 350px;
	border-bottom: groove 1px #072f5b;
	}
	


/*Mise en page corps Page accueil------------------------------------------------------------------------------------------------------------------------------------------*/


.photo_gauche {
	float: left;
	clear: right;
	margin: 30px;
	margin-bottom: 15px;
	margin-left: 100px;
	width: 400px;
	height: auto;
}

.photo_gauche img {
	width: 400px;
	height: auto;
	border: groove 2px #072f5b;	
}

.texte_droite {
	float: right;
	clear: left;
	}
	
	
/*Mises en forme diverses------------------------------------------------------------------------------------------------------------------------------------------*/


.citation {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	width: 70%;
	margin-bottom: 15px;
	}

hr {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: groove 1px #072f5b;
	width: 800px;
}

/*PAGE HISTOIRE----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
#histoire img {
height: 170px;
width: auto;
}



/*PAGE FORMULAIRE----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#formulaire {
	width: 900px;
	margin: auto;
}

#formulaire p {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#formulaire h2 {
	width: 800px;
	margin: auto;
}


#formulaire h3 {
	font-weight: bold;
	color: #FF3300;
	font-size: 16px;
	text-align: center;
	width: 800px;
}
 
 /*PIED DE PAGE----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#pied_page {
clear: both;
margin-top: 500px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
margin: auto;
}

#pied_page h1 {
font-size: 17px;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}

#pied_page p {
margin: auto 0px;
text-align: center;
font-size: 13px;
width: 1000px;
}
	
#pied_page hr {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 100px;
margin-right: 100px;
border : inset 1px;
}
/*	
#pied_page .menu_bas  {
margin: auto 0px;
}

#pied_page .menu_bas  p {
font-size: 15px;
font-weight: bold;
}*/

.logo {
height: 40px;
width: auto;
border: 1px groove #FFFFFF;
margin: 5px;
}

.mentions {
margin: auto;
margin-top: 10px;
padding-bottom: 20px;
text-align: center;
font-weight: bold;


