/* Proprietes Globales --------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
html, body {
width: 100%;
height: 100%;
}

body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#000;
behavior:url(csshover.htc);
background-image: url("images/fond_body.png");
background-repeat: repeat-y;
}

.conteneur { /*le conteneur global du site, qui sera centré */
width: 100%;
height: 100%;
position: absolute;
}

img {
	border: none;
}
/* En Tete de la page ---------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
.header {
height: 140px;
min-width: 805px;
background-image: url("images/spacer_top.png");
background-repeat: repeat-x;
}

div#languette {
	height: 40px;
	width: 600px;
	position: absolute;
	text-align: right;
	left: 118px;
	top: 91px;
	margin:-3px 0 0 65px;
}

div#languette p {
	font-family: "Trebuchet MS";
	color :#760003;
	margin:0;
	font-size: 8pt;
		line-height: 14px;
}

html>body div#languette p {
	font-size: 9pt;
}

html>/**/body div#languette p {
	font-size: 9pt;
}

/* Menu de gauche -------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
div#nav {
	float: left;
	width: 150px;
  background-image:url("images/fond_menu.png");
  background-repeat:no-repeat;
  height: 460px;	
}

div#nav img {
	border: none;
}

div#nav ul {
	margin:0;
	padding:0;
	width:150px;
}

div#nav ul li {
	position:relative;
	list-style:none;
	margin:0;
}

div#nav ul.level1 {
	margin: 70px 0 0 20px;
	width: 150px;
}

div#nav ul ul {
	position:absolute;
	top:5px; 
	left:135px;
	background-image:url("images/fond_ss_menu.png");
	/*height:149px;*/
	width:170px;
	display:none;
	border-bottom: 1px solid #760003;
	padding: 1px 1px 0 1px;
	background-repeat: no-repeat;
}

div#nav ul.level3 {
	left:168px;
	top:0;
}

div#nav ul.level2 li {
	padding: 0 0 0 10px;
	height: 15px;
}

html>body div#nav ul.level2 li {
	padding: 3px 0 3px 10px;
}

div#nav li a {
	text-decoration:none;
	font-family: "Trebuchet MS";
	color: #760003;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

div#nav ul.level2 li a {
	display: block;
	height:21px;
	border: none;
	margin:0;
	padding:0;
}

div#nav ul.level1 li:hover {
margin-left: 7px;
}

div#nav ul.level2 li:hover {
	border-left: 3px solid 	#760003;
	border-right: 6px solid 	#760003;
	padding-left: 7px;
	margin:0;
	font-weight: bold;
	text-decoration: underline;
}

div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

/*Corps de la Page-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
div#frame {
margin-left: 150px;
padding: 1em 40px 0 2.5em;
min-width: 615px;
height: auto;
background-image: url("images/fond_main.png");
background-repeat: no-repeat;
/*overflow: auto;*/
}

h2 {
	font-family: "trebuchet MS";
	border-bottom: 1px solid #760003;
	width: 12em;
	font-size: 1.2em;
	margin:0 0 5px 0;
}

p {
	margin:0 0 15	px 0;
}

div#droite {
	float: right;
}

div#cdc {
	position: relative;
	/*float:right;*/
	background: url("images/cdc.png") no-repeat;
	width: 205px;
	height: 205px;
}

div#image {
	width: 202px;	
	padding-top: 1px;
}

div#image img {
	display: block;
	/*width: 165px;*/
	margin: 15px auto 0 auto;
}

div#cdc a {
	position: absolute;
	top: 143px;
	/*margin-top: 7px;*/
	margin: 19px 0 0 15px;
}


div#formsearch {
	background-color: #4D0002;
	border: 1px dashed #ffff33;
	color: #ffff33;
	padding: 0 0 0 20px;
}

div#formsearch * {
	margin-top:8px;
}

div#sommaire p{
		font-weight: normal;
}

.sommaire {
	padding:0;
	margin:0;
}

div#frame div.sommaire p {
	text-decoration:none;
	font-weight: bold;

}

.sommaire a {
		color:#760003;
		font-weight: normal;
}

.sommaire a img {
	border: none;
}

.sommaire p a:hover {
	text-decoration: overline underline;
	color: #4d0002;
}

table.catalogue tr.ref {
	background-image: url("images/fond_ref.png");
	background-repeat: repeat-y;
	color:#ffff33;
	/*font-weight: bold;*/
}

table.catalogue td {
		padding-left: 20px;
}

table.catalogue td img {
	padding: 0;
	width:100px;
	padding-top: 3px;
}

table.catalogue td a {
		color:#ffff33;
}

table.catalogue td.prix {
	border:2px solid #760003;
}

div#galerie
{
	width: 390px ;
	background: #eed ;
	border: 1px solid #dcb ;
	padding: 15px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
	/*float: left;*/
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

dl#photo
{
	margin: 70px 0 0 0;
	padding: 0;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
	width: 70px;
}

div#fiche {
	/*float: left;*/
	margin-left: 25px;
}

div#fiche h2 {
	border: none;
	color: #760003;
}

div#insc_news {
	margin-left: 7px;
	margin-top: 5px;
	/*float: right;*/
	padding:15px 15px 0px 15px;
	width: 156px;
	border: 1px solid #760003;
	text-align: center;
	background-color: white;
}
	
div#rech_mand {
	margin-left: 7px;
	margin-top: 5px;
	/*float: right;*/
	padding:15px 15px 0px 15px;
	width: 156px;
	border: 1px dashed #760003;
	text-align: center;
	background-color: white;
}


/*Formulaire de contact-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
div#frame td.label {
	text-align: right;
	/*background-color: #760003;
	color: #ffff33;
	border: 1px dashed #ffff33;*/
	vertical-align: text-top;
}
