html * {
	padding: 0;
	margin: 0;
}
body {
	margin: 10px 0 0 0;
	padding: 0;
	background: white;
	text-align: center;
	color: black;
	font: 100% Georgia, serif;
	background: #333 url("images/motif2.png"/*tpa=http://www.boudiaf-avocats.com/images/motif2.png*/);
}
.conteneur {
/* Conteneur du site */
	min-width: 770px;
/* largeur mini du site (sauf IE) */
	max-width: 900px;
	margin: 0 auto 20px auto;
	width: 88%;
/* auto ou % */
	text-align: center;
	background: #e5e5e5 url("images/fond.png"/*tpa=http://www.boudiaf-avocats.com/images/fond.png*/) repeat-x center 152px;
	border-left: 2px solid #68544D;
	border-right: 2px solid #68544D;
	border-bottom: 2px solid #68544D;
	border-top: 2px solid #68544D;
}
img {
	border: 0;
}
#notfound {
  text-align: center;
  margin: 50px 0;
}
h3 {
color: #444;
width: 90%;
margin: 10px auto;
border-bottom:1px solid #aaa;
}
/* ------------------------------- ENTETE ----------------------------------*/
#entete {
	position: relative;
	width: 100%;
	height: 127px;
	background: #CCCEB7 url("images/fond_entete.png"/*tpa=http://www.boudiaf-avocats.com/images/fond_entete.png*/) repeat-x;
}
#decoG {
	float: left;
	margin-top: 41px;
}
#decoD {
	float: right;
	margin-top: 41px;
}
h1 {
	background: url("images/logo.png"/*tpa=http://www.boudiaf-avocats.com/images/logo.png*/) no-repeat top center;
	width: 580px;
	height: 87px;
	margin: 0 auto;
}
h1 span {
	color: black;
	font-size: 0.7em;
	display: none;
}
#stitre {
	width: 231px;
	height: 36px;
	margin: 0 auto;
	vertical-align: top;
}
#langue1 {
	float: left;
	width: 7%;
	padding-top: 16px;
margin:0;
}
#langue2 {
	float: left;
	width: 7%;
	padding-top: 16px;
margin:0;
}
* html #langue2 { width: 6%; } /* hack IE6 */
*+html #langue2 { width: 6%; } /* hack IE7 */
#soustitre {
       float: left;
       width: 86%;

}
/* ------------------------------- MENU ----------------------------------*/
#menu-h {
	clear: both;
	height: 12px;
	border: 0;
	background: url("images/menu_h.gif"/*tpa=http://www.boudiaf-avocats.com/images/menu_h.gif*/) repeat-x;
}
#menu-b {
	border: 0;
	height: 12px;
	background: url("images/menu_b.gif"/*tpa=http://www.boudiaf-avocats.com/images/menu_b.gif*/) repeat-x;
}
#menu {
	font: normal 0.9em/24px arial, sans-serif;
	background: url("images/fond_menu.gif"/*tpa=http://www.boudiaf-avocats.com/images/fond_menu.gif*/) repeat-x;
}
#menu li {
	display: inline;
        float: left;
        height: 23px;
        padding: 0 5px;
}
#menu li a {
	position: absolute;
	height: 23px;
}
#menu li a {
	text-decoration: none;
	outline: none;
}
#menu li img {
	height: 100%;
	width: 100%;
}
/*------------*/
ul#menubas {
  clear: both;
  font: normal 0.7em tahoma, arial, sans-serif;
  margin-top: 40px;
  text-align: center;
  padding: 3px 0;
  background-color: #B7B69F;
  list-style-type: none;
  border-top: 1px solid #8B7770;
}
ul#menubas li {
  display: inline;
  color: #ccc;
}
ul#menubas li a {
  text-decoration: none;
  padding: 1px 2%;
  margin-right: 1px;
  color: #530;
}
ul#menubas li a:hover {
  background-color: #C7C4A8;
  color: white;
}
/* ------------------------------- CONTENU ----------------------------------*/
#contenu {
	margin: 15px auto 0 auto;
	padding: 0 1em;
	width: 95%;
	max-width: 800px;
        line-height: 1.2em;
}
#contenu p {
	text-align: justify;
	margin: 1em;
	color: #311;
}
#contenu b {
	color: #530;
}
/* ------------------------------- PUB ----------------------------------*/
#pub {
	display: block;
/* block */
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #999;
	padding-bottom: 2px;
	letter-spacing: 2px;
}
#pub a {
	padding-left: 2px;
	text-decoration: none;
	color: #555;
}
#pub a:hover {
	color: white;
	background-color: #999;
}

