/*
 * CSS café du commerce 
 */

BODY {
  margin        : 0 auto;
  background    : #E4E4DB;
  color : #333;
  width         : 880px;
  line-height : 1.5em;
}
BODY, td {
  font-family   : verdana, helvetica, arial, sans-serif;
  font-size     : 12px;
}
a img {
  border : none;
}
div {
  cursor : default;
}
p {
  margin-top:0;
  margin-bottom : .5em;
}
/* Header & footer */
#top_links {
  height : 40px;
  background : url(../images/bg_top.png) bottom center no-repeat;
  text-align :  right;
}
#top_links a {
  padding : 5px 10px;
  display : block;
  float:right;
}

#footer {
  background : url(../images/bg_bottom.png) top center no-repeat;
  padding  : 30px 20px;
  line-height : 1.4em;
}

#footer div {
  margin-bottom : .5em;
}

#footer a {
  text-decoration : underline;
}

#top_links, #footer  {
  color : #888;
  font-size : 11px;
} 
#top_links a, #footer a {
  color : #888;
  text-decoration : none;
} 

#top_links a:hover, #footer a:hover {
  text-decoration : underline;
} 
#top_links img {
    vertical-align: middle;
}

#page {

  background : #fff url(../images/bg_middle.png)  center repeat-y;
  padding : 10px 30px;
}

#logo {
  text-align : center;
  background-color : #E95D06;
}
#logo a {
  display : block;
}

/* aside*/

#aside {
  width : 170px;
  float : left;
  margin : 20px 0;
}

#content {
  margin : 20px 0;
  
  margin-left : 190px;

}

/* Menu */

#menu {
  margin : 0;
  padding : 0;
  list-style-type : none;
  list-style-image : none;
  
}
#menu a {
  padding : 2px 0 2px 10px;
  display:block;
  text-decoration : none;
  font-weight : normal;
  color :  #E95D06;
  font-family : trebuchet ms;
  font-size : 18px;
  margin-bottom : 2px;
  
  background : #E4E4DB;
  color : #888;
  background : #FFF;
}
 #menu a.selected, #menu a.selected:hover{
  background : #E95D06;
  color : white;
  
}
#menu a:hover {
  background : #E4E4DB;
}

/* Content styles */

h1 {  color :  #E95D06;
color : #888;
  font-family : trebuchet ms;
  font-size : 22px;
  margin-bottom : 20px;
  padding : 0;
}

h2 {
  margin : 10px 0 ;
  padding : 2px 10px;  
  background-color : #E95D06;
  color : white;
  font-size : 16px;
  font-family : trebuchet ms;
}

h3 {
  margin : 10px 0 5px;
  padding : 0;
  background : none;
  color :  #E95D06;
  font-size : 16px;
  font-family : trebuchet ms;
}

a {
  color : #E95D06;
  text-decoration : none;
  font-weight : bold;
}

a:hover {
  text-decoration : underline;
}
a.triangle {
  background : url(../images/puce.gif) center no-repeat;
  padding-left : 12px;
}


/* lists */

ul  {
margin : 0;
padding : 0 16px;
list-style-image : url(../images/list.gif);
}


/* helpers */

.thumb {
  padding : 1px;
  border : solid #aaa 1px;
  
}


img.right {
  float: right;
  margin-left : 20px;  
  margin-bottom : 20px;
}
img.left {
  float: left;
  margin-right : 20px;  
  margin-bottom : 20px;
}

.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear : both;
}





/* border */
#logo, h2, #menu a.selected {
  -moz-border-radius : 2px;
  -webkit-border-radius : 2px;
  border-radius : 2px;
}



#logo {
  background-image : url(../images/bg_logo.png);
} 
h2 {
  background-image : url(../images/bg_h2.png);
  background-position :  center;
} 

#content {
  text-align : justify;
}



input.text,textarea {
    border : solid black 1px;
    padding : 3px;
    font-size : 110%;
    width : 100%;
}
input.number{
    border : solid black 1px;
    padding : 3px;
    font-size : 110%;
    width : 4em;
}
input[type=submit],select, input[type=radio],label {
    cursor : pointer;
}
