/* default styles
   -------------- */
* {margin: 0; padding: 0; border:0;}
body {background:#c1977c url(images/body_background.gif) repeat-x; font-family:Verdana; font-size:11px; color:#c8a58d;}

a:link        {color: #c8a58d}
a:visited     {color: #c8a58d}
a:hover       {color: #880038}
a:active      {color: #880038}


h1 
{
	font-family : Verdana;
	font-size: 14pt;
	color: #c8a58d;
	font-weight : normal;
	margin-top : 6pt;
	margin-bottom : 6pt;
	margin-left : 5pt;
}


h2 
{
	font-family : Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
	margin-top : 6pt;
	margin-bottom : 6pt;
}

/* container
   -------------- */
#container {
    width:923px;
    margin:0 auto;
    background:url(images/container_background.gif) repeat-y;
    position:relative;
}

/* coreleft
   -------------- */
#coreleft {
    width:229px;
    height:800px;
    background:url(images/coreleft_background.gif) repeat-y;
    float:left;
    display:inline;
}

#coreleft img.logo {
    margin-top:163px;
}

#coreleft ul {
    list-style:none;
    width:150px;
    margin-left:77px;
    margin-top:200px;
}

#coreleft li {
    display:block;
    width:150px;
    height:22px;
    border:1px solid #880039;
}

#coreleft a {
    display:block;
    width:138px;
    height:18px;
    color:#880038;
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    padding-top:5px;
    padding-left:5px;
    float:left;
}

/* corecenter
   -------------- */
#corecenter_index {
    width:694px;
    height:800px;
    background:#fff url(images/corecenter_img.jpg) repeat-y;
    float:left;
    display:inline;
}

#corecenter {
    width:694px;
    height:600px;
    background:#fff url(images/corecenter_img_categorie.jpg) no-repeat;
    float:left;
    display:inline;
}

#corecenter_index p {
    width:212px;
    padding-left:15px;
    margin-top:0px;
}

#corecenter_index p.firstp {
    padding-top:0px;
}

/* homecenter
   -------------- */
#homecenter {
    width:694px;
    height:600px;
    background:#fff url(images/homecenter_img.jpg) no-repeat;
    float:left;
    display:inline;
}

input, textarea, select {
	background-color: #ffffff;
	border: solid #a0aab1 1px;
}

.input_text {
	width: 95%;
}

.input_textarea {
	width: 95%;
}

.menuskin
{
  position:absolute;
  width:300px;
  background-color:white;
  border-left:0px solid black;
  border-right:0px solid black;
  border-bottom:0px solid black;
  font:normal 12px Arial, Arial, Helvetica;
  line-height:18px;
  z-index:100;
  visibility:hidden;
}

.menuskin a
{
  width:300px;
  text-decoration:none;
  color:black;
  padding-left:10px;
  padding-right:10px;
  border-top: 0px solid black;
}

#mouseoverstyle
{
  background-color:#ffffff;
}

#mouseoverstyle a
{
  color:#0000000;
}


