@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9f9d89;
	height: 100%;
}
body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
html {
	height: 100%;
	overflow:auto;
}
#flashcontent {
	height: 100%;
}
img {
	border:none;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}
.bande_motif {
	background-image:url(../images/wood.jpg);
	background-position:center bottom;
	height:378px;
	background-repeat:repeat-x;
}
.bande_motif_sans_fond{
	/*background-image:url(../images/wood.jpg);*/
	background-position:center bottom;
	height:378px;
	background-repeat:repeat-x;

}

.main_container {
	width:100%;
	position:absolute;
	z-index:999
}
.content_container {
	padding-top:30px;
	width:1024px;
}
.content_row {
	background-repeat:repeat-x;
	background-image:url(../images/background.png);
	height:332px
}
.menu_row {
	padding-top:10px;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	padding-left:10px;
}
.label {
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
.inputContact {
	border:1px solid #bebeb1;
	background-color:#aaa995;
	color:#6f7072;
	width:134px;
	height:16px;
	font-size: 12px;
}
.divFondInput {
	background-image:url(../images/contact/fond_input.jpg);
	background-repeat:no-repeat;
	width:134px;
	height:16px;
	margin-left:20px;
}
.textarea {
	width:280px;
	height:126px;
	border:1px solid #bebeb1;
	background-color:#aaa995;
	color:#6f7072;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.check_button {
	border:1px solid #bfbfb2;
	background-color:#bcbcae;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#6f7072;
	height:18px;
	cursor:pointer;
}
.imageBorder {
	border-width:4px;
	border-style:solid;
	border-color:#cfcdb8;
	margin-right:10px;
	margin-bottom:5px;
}
.telecharger {
	margin:0px;
	margin-bottom:10px;
	color:#6f7072;
	font-size:11px;
}
.lienImg, .lienImg:link, .lienImg:visited, .lienImg:active, .lienImg:hover {
	color:#6f7072;
	text-decoration:none;
}
-->

/***********************
	SOUS MENU PORTFOLIO
***********************/
a.sous_menu_folio, a.sous_menu_folio_actif
{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#7b7871;
}
a.sous_menu_folio_actif
{
	color:#f6f7f2;
}
a.sous_menu_folio:hover
{
	color:#f6f7f2;
}

table.sous_menu_folio_table td
{
	padding:0px 7px;
}
