/*----------------------------------------------------------
The base color for this template is #D5B47F. If you'd like
to use a different color start by replacing all instances of
#D5B47F with your new color.
----------------------------------------------------------*/
#___plusone_0 { width:70px !important; margin-top:5px !important;}

body
{
    background-color: #fff;
    background-image:url(/layout/bg_ciel.jpg); 
    background-repeat:repeat-x;
    font-size: .75em;
    font-family: /*'Source Sans Pro',*/ Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    
}

a:link
{
    color: #BC683C;
    text-decoration: underline;
}
a:visited
{
    color: #BC683C;
}
a:hover
{
    color: #BA8266;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

ul.widespace li {padding:  5px 0;}

h2 
{
    background-image:url(/layout/title_h2.gif); 
	background-color: transparent;
	background-repeat:no-repeat;
	color:White;
	padding:2px;
	margin-left:-10px;
	padding-left:10px; 
	font-size:18px;
}

h3 
{
    background-image:url(/layout/title_h3.gif); 
	background-color: transparent;
	background-repeat:no-repeat;
	color:White;
	padding:2px;
	margin-left:-10px;
	padding-left:10px; 
	font-size:14px;
}


/* HEADINGS   
----------------------------------------------------------*/

p.float {float:left; width:100%;}
h2.float {float:left; margin-top: 20px; margin-bottom: 10px;  width:100%;}
h3.float {float:left; margin-top: 15px; margin-bottom: 5px;   width:100%;}

ul.float {float:left; width:90%;}

h3 img {vertical-align:bottom; margin-top:-18px;}

.big {font-size:16px; font-weight:bold;}
.small {font-size:10px;}
.quot {font-style:italic;}

.attention {color:Red;}

.middle_image img {vertical-align:middle; }

.tableBG td {background-color: #F3CA92; }

.left {float:left;}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;

}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    width:1002px;
}

#header h1
{
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header div
{
    font-weight: bold;
   color: #fff;
}

#top
{
    height:9px;
    background-image:url(/layout/top_bg.png); 
	background-color: transparent;
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
    width:1002px;
}

#main
{
    width:960px;
    padding: 20px 20px 15px 20px;
    background-image:url(/layout/menu_right_bg.gif); 
	background-color: #FCE3BC;
	background-repeat:repeat-y;
	background-position: 260px 0px;    
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    float:left;
    position:relative;
    border-right: solid 1px #FCEEDB;
    border-left: solid 1px #FCEEDB;
}

#contentmenu
{
	float:left;
	width:280px;
}

#contentmenu .googleAdSenseh
{
     margin: 20px 0 0 10px;    
}

#contentmenu ul 
{
    list-style-image: url(/icons/small_follow.gif);
    padding-left:30px;
    margin: 0px;
}

#contentmenu ul ul
{
    list-style-image: url(/icons/small_dot.gif);
    padding-left:30px;
    margin: 0 0 10px 0;
}

#content
{
	float:left;
	width:680px;	
}

#footer
{
    height:30px;
    background-image:url(/layout/bottom_bg.png); 
	background-color: transparent;
	background-repeat:repeat-x;
	background-position:top;
    width:1002px;
	float:left;
    margin-bottom: 30px;
    padding-top:9px;
    color:#FCE3BC;
    font-size:9px;
    font-weight:bold;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #D5B47F solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    
}

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

ul#menu li#greeting
{
    padding: 8px 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
    
}

ul#menu li a
{
    padding: 8px 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #FCE3BC;
    color: #BC683C;
    border:solid 1px #FCEEDB;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}



/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #FCE3BC;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #FCE3BC;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #FCE3BC; 
  border: solid 1px #FCE3BC;   
}

/* MISC  
----------------------------------------------------------*/


#menucontainer
{
    margin-top:20px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
