*,
img
{ 
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	font-family: verdana, arial;
	text-align: center; /* IE centering */
	background-color: #fff;
	color: #000;
	font-size: 76%;
}


h1, h2, h4, h5, h6, p, li, dt, dd,
a:link, a:visited, a:active, a:hover
{
	color: #888;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


#outer 
{
	position: relative;
	text-align: left; /* IE centering cancel */
	margin: 20px auto;
	width: 980px;
}

#wrapper
{

}

* html #wrapper
{
}

#head
{
    background: url('../images/bg-head.jpg') 315px 0;
    background-repeat: no-repeat;
	position: relative;
    height: 122px;
    width: 980px;
}

#menus
{
	position: absolute;
	height: 22px;
	list-style-type: none;
	font-size: 11px;
    line-height: 11px;
	background-color: #042804;
	top: 100px;
	right: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	width: 665px;
}

#menus li
{
	display: inline;
}

#menus a:link, 
#menus a:visited
{
	float: left;
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 22px;
}


#menus a:active, 
#menus a:hover, 
#menus a.active:link, 
#menus a.active:visited
{
	color: #EE7F00;
}


#sections
{
	background-image: url('../images/bg-sections.gif');
	background-repeat: no-repeat;
	position: relative;
	padding-left: 50px;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 3px;
	height: 24px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#sections li
{
	display: inline;
}

#sections a:link, 
#sections a:visited
{
	float: left;
	display: block;
	color: #507D50;
	font-weight: bold;
	margin-top: 4px;
	text-decoration: none;
	line-height: 1em;
    padding: 0 15px 0 15px;
    border-left: 1px solid #53473f;
}

#sections a.first:link,
#sections a.first:visited
{
	border-left: none;
}

#sections a:active, 
#sections a:hover, 
#sections a.active:link, 
#sections a.active:visited
{
	color: #EE7F00;
}



#langs
{
	position: absolute;
	top: 150px;
	right: 4px;
	height: 1em;
	list-style-type: none;
	font-size: 0.7em;
	line-height: 1em;
}

#langs li
{
	display: block;
	float: left;
}

#langs a:link, 
#langs a:visited
{
	display: block;
	color: #507D50;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #507D50;
	padding: 0 3px 0 3px;
	text-transform: uppercase;
}

#langs a.last:link,
#langs a.last:visited
{
	border-right: none;
}

#langs a:active, 
#langs a:hover, 
#langs a.active:link, 
#langs a.active:visited
{
	text-decoration: underline;
}

#content
{
    position: relative;
	font-size: 1.1em;
	background-color: #fff;
}

* html #content
{
}



#logo
{
	position: absolute;
	background-image: url('../images/logo_ah-mac.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 300px; /* ie 6 needs this (don't know why it can't adapt to parent's width */
	height: 98px;
	border: 2px solid #a9a9a9;
}

#logo a
{
	display: block;
	padding-top: 150px;
}



#content h4,
#content h5
{
    font-size: 1.1em;
}

#content p, #content li, #content h4, #content h5
{
	line-height: 1.6em;
	color: gray;
	padding-bottom: 5px;

}

#left p
{
	line-height: 1.6em;
	color: #507D50;
	padding-bottom: 5px;
	font-size: 1em;
}

#content .padquatre

{
padding-bottom: 4px;

}

#content td, #content #texte li
{
	line-height: 1.1em;
	font-size: 1em;
	color: #87888A;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dashed #b3b3b3;
}

#accueil td
{
	line-height: 1.1em;
	font-size: 0.9em;
	color: #87888A;
	padding-top: .2em;
	padding-bottom: .3em;
	border-bottom: 1px dashed #b3b3b3;
}

#content .stt
{
	font-weight: bold;
	font-size: 1em;
	color: #87888A;
	padding-top: 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #b3b3b3;
}

#content h4, #content h5, #content .contacts
{
	margin-bottom: 0;
}

#content .contacts
{
    position: relative;
    top: 0;
    height: 191px;
    margin-bottom: 2em;
}

.contacts .address
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 60px;
}

#content h5
{
	font-weight: bold;
}

#content img
{
	margin-bottom: 20px;
}

#content table
{
	
}

#content table th
{
text-align: center;

}

#content table td
{
vertical-align:top;
}

form 
{
	width: 80%;
	margin-top: 0px;
	background-color: #fff;
}

#content label, 
#content input, 
#content textarea
{
}

input, 
textarea
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #aaa;
	border: 1px solid #555;
	width: 100%;
	margin-bottom: 1em;
	background-color: #ebebeb;
}

label
{
}

form p
{
    clear: both;
}

input.submit,
textarea
{
    line-height: 1.3em;
}
input.submit
{
    font-size: 1.1em;
    width: auto;
    color: #aaa;
    background-color: transparent;
    border: 0;
    padding: .3em 0;
    padding-right: 0;
    margin-right: 0;
    cursor: hand;

}

p.submit
{
    text-align: right;
}

textarea
{
}

form br 
{
	clear: both;
}

button
{
	background-color: transparent;
	cursor: hand;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	color: #777;
	text-transform: uppercase;
	overflow: visible; /* ie only fix auto-padding */
}

button:hover
{
	text-decoration: underline;
}

#left {
	position: relative;
	float: left;
	width: 300px;
	background-color: #ECECEC;
	border-right: 2px solid #a9a9a9;
	border-left: 2px solid #a9a9a9;
	margin-top: -20px;
	min-height: 440px;
	height:auto !important;
  	height:440px;
}

#texte {
	position: relative;
	float: right;
	width: 661px;
	border-right: 2px solid #042804;
	border-left: 2px solid #042804;
	min-height: 420px;
	height:auto !important;
  	height:420px;
}



.padder {
	padding: 40px 30px 0px 20px;
}

#content .pad {
	padding: 6px 6px 6px 6px;
}

#form {
	position: relative;
	float: right;
	width: 340px;
}

#address {
	position: relative;
	float: left;
	width: 195px;
}

#accueil {
}

#services {

}

#droite p {
	color: #53473F;
	line-height: 1.1em;
}

#droite h4 {
	font-weight: bold;
	font-size: 1em; 
	padding-bottom: 0px;
	color: #53473F;
}

#content #droite h6 {
	font-size: 1em; 
	font-weight: bold;
	color: #EE7F00;
	text-transform: uppercase;
	padding-bottom: .5em;
	padding-top: 0.5em;

}

#content #texte h6 {
	font-size: 1em; 
	color: #000;
	padding-bottom: .5em;
	font-weight: bold;
}

#content .orange {
	font-size: 1em; 
	color: #EE7F00;
	text-transform: uppercase;
}

#content .small {
	font-size: 0.8em;
	color: #87888A;
	margin: 5px 0px 10px 0px;
	
}

#haut {
	background: url(../images/bg-haut.gif) no-repeat;
	width: 226px;
	height: 10px;
	margin: 0px;
	/margin-bottom: -6px;
}

#bas {
	background: url(../images/bg-bas.gif) no-repeat;
	width: 226px;
	height: 10px;
}

#inner {
	background: url(../images/bg-inner.gif) repeat-y;
	width: 226px;
}

#dotted {
	background-color: #dde0e0;
	border-style: dotted;
	border-color: silver;
	padding: 5px;
	width: 480px;
	margin-bottom: 0px;
	color:#87888A;
	line-height:1.4em;
	margin-top: 0;
}

#content a:link, #content a:visited
{
	color: #507D50;
	text-decoration: underline;
	font-style: normal;
	font-size: 1em; 
	font-weight: normal;
}

#content a:hover
{
	text-decoration: none;
	color: #EE7F00;
}

#content ol
{
	list-style-type: disc;
	margin-left: 3em;
	list-style-position: outside;
}

#content h2 
{ 
	font-size: 3.3em; 
	color: #aaa;
	padding-left: 60px;
	padding-bottom: .5em;
	margin-bottom: 0;
}

#content #texte h3, #content #services h3
{
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

#content #contact h3
{
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

#bottom
{
	position: relative;
	clear: both;
	height: 20px;
	background-color: #042804;
	padding-left: 345px;
	color: #fff;
	font: 0.8em/20px Lucida, Verdana, sans-serif;
}

#bottom a:link, #bottom a:visited
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#bottom a:hover
{
	text-decoration: none;
	color: #EE7F00;
}

#fermer
{
	position: relative;
	clear: both;
}



.accueil .vcard
{
    position: relative;
    top: 120px;
    left: 204px;
    margin: 0;
    width: 452px;
    height: 156px;
}



.accueil .vcard .fn
{
    position: absolute;
    bottom: 0;
    right: 0;
}
    
.vcard
{
	font-size: 1em;
	color: #999;
	margin-left: 219px;
	margin-top: 100px;
}

.vcard .fn
{
	width: 232px;
	height: 17px;
	overflow: hidden;
	margin-bottom: 40px;
	background-image: url('../images/communication.gif');
	background-repeat: no-repeat;
}

.vcard .fn a
{
	display: block;
	padding-top: 17px;
}

.vcard .adr div
{
	display: inline;
	padding-right: .5em;
}

#news
{
	position: absolute;
    top: 350px;
    left: 750px;
	background-image: url('../images/bg-news.png');
	background-repeat: no-repeat;
	width: 290px;
	height: 261px;
	font-size: 1.2em;
	color: #aaa;
	line-height: 1.6em;
	z-index: 2;
    overflow: hidden;
}

#news a
{
    color: #555;
}

#news .close
{
    position: absolute;
    top: 33px;
    right: 12px;
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    z-index: 99;
    background-color: transparent;
}

#news .close a
{
    display: block;
    padding-top: 15px;
}

#content .message 
{
    color: #507D50;
}

#services p {
	text-align: justify;
	font-size: 1em;
}

.boldcaps {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 0.9em;
}

#left .padder
{
	padding: 0px 5px 20px 20px;
}
