@charset "utf-8";
*
{
margin:0px;
padding:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F1B1C;
	
}
body {

background-color: #fef7e6;
	margin: 0px;
}
a:link {
	color: #1D1C18;
	text-decoration: underline;
}
a:visited {
	color: #1D1C18;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #1D1C18;
}

a img{
border: 1px solid #d8c89a;
}

a:hover img{
border: 1px solid #1D1C18;
}

#master {
	width: 800px;
	background-color: #EFE4C8;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/layout_01.gif);
background-repeat: repeat-x;
}

#banner{
margin-left: 15px;
width: 100%;
}

#menu{
	margin: 0px;	/* removes margins and padding the browser puts in */
	padding: 6px 0px;
	list-style-type: none;		/* removes bullets */
	width: 100%;		/* sets the width of the entire nav bar */
	height: 80px;
	text-align: center;	/* aligns all the links to be centered */
}

#menu li
	{ display: inline; }	/* makes the list horizontal */
	
#menu a 
	{
	padding: 4px 20px 4px 20px;  /* adds 1px space at the top and bottom and 10px left and right */
	height: 80px;
	text-decoration: none;	
	font-weight: bold;
	text-align: center;
	}
#menu a:hover {
	background: #9fc47b;
}

#entreprises {
	float: left;
	width: 150px;
	
}

#entreprises ul{

	margin:0px;
	padding:0px 15px;
	list-style-type: none;
}

#entreprises ul li { 
	padding: 3px 0px;
	margin: 0px;
	
}

#entreprises ul li a{
	display: block;
	font-weight: bold;
	font-size: 9px;
	padding: 3px 0px;
	width: 135px;
	text-decoration: none;
	
}

#entreprises ul li a:hover{
	background:#d8c89a;
}

/*===============Content==================*/

#content{
	float: left;
	width: 600px;
	position:relative;
	top: -40px;
	left: 30px;
}

#content .left
{
float: left;
width: 380px;
margin-right: 18px;
text-align: justify;

}

#content .right
{
float: left;
width: 200px;
}

h2
{
font-family: verdana, arial, sans-serif;
font-size: 16px;
border-bottom: 1px solid #d8c89a;
margin-bottom: 15px;
}

h3
{
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 14px;
border-bottom: 1px solid #d8c89a;
margin-bottom: 10px;
margin-top: 20px;
}

h4
{
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 11px;
margin-bottom: 5px;
margin-top: 5px;
}

p{
	margin-bottom: 10px;
}

#content ul
{
margin-left: 10px;
padding-left:5px;
list-style-type: square;
}

ol
{
	margin-left: 10px;
	padding-left:10px;
	margin-bottom: 15px;
}

ol li{
margin-left: 10px;
}

#content .right img
{
margin-bottom: 10px;
}

#content address
{
font-style: normal;
}

#content address span
{
font-weight: bold;
}

sup
{
font-size: 9px;
padding-left: 2px;
}

ul.spacing{
	margin-bottom: 10px;
}

.prix
{
text-align:right;
}
#master #content .left li {
	margin: 5px;
}
