* {
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:12px;
}

/* STRUCTURE */

#outer {
	width:100%;
	background: url(images/header_bg.jpg) repeat-x;
}

#header{
	height:182px;
	width:760px;
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#menu {
	text-align:center;
	padding-top:6px;
	padding-bottom:9px;
	margin-top:3px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	list-style-type:none; 
	display: inline;
}

#content {
	width:760px;
	margin:15px auto;
}

#border_table {
	border:1px solid #ECECEC; 
	margin:10px 0; 
	padding:10px 15px;
}

#footer {
	height:176px;
	background: url(images/footer_bg.jpg) repeat-x;
	text-align:center;
	padding-top:20px;
	margin-top: 30px;
	clear:both;
}

#footer .english{
	text-align: right;
	margin: 0px 0px 0px 150px;
	font-weight: bold;
}

#footer .english a{
	color: #547701;
}

#header .langue a{
	margin: 3px 20px;
	font-size: 11px;
	color: #005e46;
	float: right;
}

/* STYLE */

.border {
	border:3px solid #ECECEC;
	padding:2px;
}

p {
	margin:10px 0 15px 0;
}

ul {
	margin:10px 30px;
}

#menu a {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 12px;
	}
	
#menu a:hover {
	text-decoration:none;
}

/* ROLLOVERS
#menu a.apropos:hover {background: url(images/apropos_bg.gif) no-repeat; background-position: center;}
#menu a.produits:hover {background: url(images/produits_bg.gif) no-repeat; background-position: center;}
#menu a.confort:hover {background: url(images/confort_bg.gif) no-repeat; background-position: center;}
#menu a.projets:hover {background: url(images/projets_bg.gif) no-repeat; background-position: center;}
#menu a.doc:hover {background: url(images/doc_bg.gif) no-repeat; background-position: center;}
#menu a.contact:hover {background: url(images/contact_bg.gif) no-repeat ; background-position: center;}
*/

h2 {
	font-size:20px;
	font-weight:bold;
	color:#005e46;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#005e46;
}

h5 {
	font-size:13px;
	font-weight:bold;
	color:#005e46;
	margin-top: 10px;
	margin-bottom: -3px;
}
h6 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

hr {
	margin:5px 0px 10px 0px;
	border:1px solid #a8afb6;
}
.dotted_sep {
	border:1px dotted #a8afb6;
}

.date {
	color: #ffa200;
	font-weight:bold;
	display:block;
}

.title {
	font-family: "Helvetica";
	color: #fff;
	font-weight:bold;
	font-size: 12px;
}

.desc {
	font-family: "Helvetica";
	color: #ccc;
	font-weight:normal;
	font-size: 11px;
}

.text {
	display:block;
}

.more_info {
	display:block;
	white-space:nowrap; 
	text-align:right;
}

#coords{
	width: 260px;
	margin-right: 20px;
	float: left;
}

#formulaire{
	width: 480px;
	float: left;	
}

#tableProduits{
	padding: 0px; 
	margin: 0px;
	border-spacing: 0px;
}

#tableProduits td{
	vertical-align: top;
	padding-right: 15px;
	border-top: 1px solid #ECECEC;
	padding-bottom: 15px;
}

#tableProduits img{
	margin-top: 10px;
}

#tableProduits p{
	margin-bottom: 10px;
}

.erreur{
	background: #ffffcc;
	border: 1px solid #ECECEC;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	color: red;
}

.confirm{
	background: #ffffcc;
	border: 1px solid #ECECEC;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	color: #009900;
}

#content table a {
	text-decoration: none;
}
#content table a:hover {
	font-weight: bold;
}

#content #doc {
	border:8px solid #E4E4E4;
}




