body {
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}
a {
    /*color: #feb;*/
}
a img {
    border-color: #feb;
}
img.border_none {
	border-style:none;
}
a:hover {
    text-decoration: none;
}
h1 {
    padding-left: 2em;
    color: #feb;
}
h2 {
    padding-left: 1em;
    color: #ec6200;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
    font-size:xx-large;
}
h3 {
    color:#b04b11;
}

p {
    text-indent:1em;
}
b {
    color:#b04b11;
}
form {
    text-align: left;
}
.footer {
	color: #666;
	font-size: small;
	padding-top: 2px;
}
.underline {
	text-decoration: underline;
}
.center {
    text-align: center;
}
.float_left {
	float: left;
	padding-right: 20px;
}
.spacer {
    clear: both;
}

/*********************/

#main {
    width: 60em;
    margin-left: auto;
    margin-right: auto;
}

#menu_container 
{
    /*width: 60em;*/
    background-image:url(../images/gradient.png);
    background-position: top,left;
    background-repeat:repeat-x;
}
a.menu_links {
    color: #feb;
}
a.menu_links_current_page {
    color: #feb;
    text-decoration: none;
}
/* IE5 and IE6 only : problem with transparent images */
* #menu_container 
{
    _background-image:none;
    /* background-position: top,left;
    background-repeat:repeat-x; */
    background-color: #0e2150;
}

#logo_title {
    padding-top: 1em;
    padding-left: 3em;
}

#body_container {
    width: 60em;
    background-color: #d2e8f8;
    border-style: solid;
    border-color: #0e2150; 
    border-width: 1px;
}
#body_interior {
    padding: 1em;
    text-align:justify;
}
ul.menu_list {
    margin-top: .5em;
    margin-bottom: .5em;
}
.menu_list li {
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 2em;
    color: #feb;
    font-weight: bold;
}
/* Ordered list with negative indent */
ol.ol1 li {
    padding-bottom:.5em;
}

/* AUTEUR */

.auteur_photo_div {
    font-size: small;
    text-align: left;
    float: left;
    width: 25em;
    border-bottom-style: solid;
    border-bottom-color: #feb; 
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: #feb; 
    border-right-width: 1px;
    margin-right: 1em;
    padding-right: 1em;
    padding-bottom: .5em;
    padding-top: .5em;
}

.auteur_photo_liste {
}
.auteur_texte_div {
    float: left;
    width: 35em;
}

/* CARTES */

.cartes_tab { 
	margin-left: auto;
	margin-right: auto;
    border-collapse: collapse;
}
.cartes_tab td {
}
.cartes_tab td.tl {
    text-align: right;
    border-bottom-style: solid;
    border-bottom-color: #feb; 
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: #feb; 
    border-right-width: 1px;
}
.cartes_tab td.tr {
    text-align: left;
}
.cartes_tab td.bl {
    text-align: right;
}
.cartes_tab td.br {
    text-align: left;
    border-top-style: solid;
    border-top-color: #feb; 
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: #feb; 
    border-left-width: 1px;
}

/* BON DE COMMANDE */

#bon_commande_tab1 th {
    padding-right: 1em;
    text-align: right;
    width: 16em;
}

#bon_commande_tab2 th {
    padding-right: 1em;
    text-align: right;
    width: 16em;
}
input#prix_total {
    background-color: #FFF;
    color: #444;
    font-weight: bold;
}
