
			
@charset "iso-8859-1";

BODY {
	background: #ffffff;
	background-image: url(files/bg.png);
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

BODY.empty {
	margin: 0px;
	padding: 0px;
}

FORM {
	padding: 0px;
	margin: 0px;
	}
	
TABLE {
	border-collapse: separate;
}

TD {
	padding: 0px;
	font-size: 11px; 
	font-family: verdana; 
}

H1 {
	font-size: 18px; 
	font-family: verdana; 
	font-weight: bolder; 
	color: #FFFF99;
}

IMG {
	border: none;
}

P {
	margin: 0px;
	padding: 0px;
}

A {
	cursor: pointer;
	text-decoration: underline;
}

A:link , A:active , A:visited {
	color: #990000; 
	font-weight: bold;
}

A:hover {
	color: #990000; 
	font-weight: bold; 
	text-decoration: underline;
}

.layout {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
}

.layout_top {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.layout_top img {
	display: block;
	margin: 0px;
	border: 0px solid;
}

.layout_menu {
	background: url(files/menu_bg.png);
	vertical-align: middle;
	border: 1px solid #E2BF97;
	margin: 0px;
}

.layout_menu table {
	width: 100%;
	border-collapse: collapse;
}

.popup_menu .item {
	background: #F0E2BA;
	padding: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.popup_menu #first {
	border-top: 1px solid #000000;
}

.layout_main {
	vertical-align: top;
	text-align: left;
	border: 1px solid #E2BF97;
	background: #ffffff;
}

.layout_bottom {
	padding: 0px;
	vertical-align: top;
}

.layout_bottom img {
	display: block;
	margin: 0px;
}

.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

/* admin */

.adm_layout {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-top: 0px;
}

.adm_layout .logo {
	display: block;
	margin-left: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content */

.content {
	margin: 20px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 13px;
}

.content  ADDRESS  {
	background: url(files/bg_citation.png);
	padding: 15px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
	border: 1px solid #6B823B;
}

.content  H1  {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #8C8685;
	background: url(files/bg_h1.png);
	padding: 6px;
	text-align: center;
}

.content  H2  {
	border: 1px dashed #E6A050;
	font-size: 13px;
	font-weight: bold;
	background: url(files/bg_h2.png);
	padding: 3px;
	text-align: center;
	color: #ffffff;
}

.content  H3  {
	border-bottom: 1px solid #D07929;
	/*
	border-left: 4px solid #D07929;
	padding-left: 10px;
	*/
	font-size: 16px;
	font-weight: bold;
	color: #24520B;
}

.content  H4  {
	border-bottom: 1px solid #1E2D44;
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #9B3B08;
	background: #ffffff;
	margin: 0px;
}

.content  PRE  {
	margin-top: 10px;
	color: #000000;
	padding:5px;
	background: #FFDC79;
	border: 1px solid;
	margin-left: 30px;
	margin-right: 30px;
}

.content  TABLE  TBODY  TR  TD  {
	vertical-align: top;
	font-size: 13px;
}

.content  UL  {
	margin: 5px;
	margin-left: 15px;
	padding: 0px;
}

/* content_edit */

.content_edit .add {
	color: #5F0018;
	cursor: pointer;
}

.content_edit .categ {
	margin-bottom: 10px;
}

.content_edit .categ .title {
	color: #FFFFFF;
	font-weight: bold;
	background: rgb(35,67,106);
	padding: 3px;
}

.content_edit .edit {
	width: 540px;
}

.content_edit .htmlarea {
	width: 770px;
	border: 1px solid #000000;
	height: 410px;
}

.content_edit .htmlarea_menu {
	width: 770px;
	border: 1px solid #000000;
	background: #5A7AAC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content_edit .item {
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
}

.content_edit .list {
	margin: 10px;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* marquee_edit */

.marquee_edit {
	text-align: center;
	margin-top: 40px;
}

.marquee_edit .htmlarea {
	width: 100%;
	height: 100px;
}

/* menu */

.menu {
	text-align: center;
}

.menu .item {
	padding: 6px 8px 6px 8px;
	border-right: 1px solid #ffffff;
}

.menu  .item  A  {
	text-decoration: none;
}

.menu A:active {
	color: #ffffff;
	font-weight: bold;
}

.menu A:hover {
	text-decoration: underline;
}

.menu A:link {
	color: #ffffff;
	font-weight: bold;
}

.menu A:visited {
	color: #ffffff;
	font-weight: bold;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/


.commande {
	width: 346px;
	height: 76px;
	background-image:url(images/commande_back.jpg);
	background-repeat:no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-align:center;
}
.commande .title {
	height: 30px;
}
.commande .details {
	height: 20px;
	text-align:center;
}
.com_link {
	height: 30px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

A:link.blanc { 
FONT-SIZE:15px; 
COLOR: #FFFFFF;
TEXT-DECORATION:none
} 
A:visited.blanc { 
FONT-SIZE:15px; 
COLOR: #FFFFFF;
TEXT-DECORATION:none;
} 
A:active.blanc { 
FONT-SIZE:15px; 
COLOR: #FFFFFF;
TEXT-DECORATION:none ;
} 
A:hover.blanc { 
FONT-SIZE:15px; 
COLOR: #FFFFFF;
TEXT-DECORATION:none
} 
