﻿@import url(optavis.css);
@import url(optavis_Contact.css);
@import url(optavis_Catalog.css);
@import url(admin.css);
@import url(RadEditor.css);
html, body
{
    margin: 10px 0 0 0;
    padding: 0px;
}

body
{
    background-color: #67706f;
    font-family: Arial;
}
a
{
    text-decoration: none;
}
a *
{
    cursor: hand;
    cursor: pointer;
}

p, dl, ul, li, h1, h2, h3, h4, h5, h6, input, textarea, td, th
{
    padding: 0;
    margin: 0;
}


/* Mise en Page */

.site
{
    width: 920px;
    margin: auto;
}

.page-background
{
    background: url(images/page-background.jpg) repeat-y center;
}
.page-top
{
    background: url(images/page-top.jpg) no-repeat top center;
    height: 140px;
}

.page-bottom
{
    background: url(images/page-bottom.jpg) no-repeat bottom center;
}
.ardoise
{
    background: url(images/ardoise.png);
    width: 200px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -460px;
    width: 249px;
    height: 220px;
}
.clear
{
    clear: both;
    display: block;
    width: 100%;
}
/* Skins */



.topPane
{
    height: 140px;
    padding: 15px 0px 0px 0px;
    width: 920px;
}

.contentPane
{
    width: 640px;
    float: left;
    text-align: left;
    overflow: auto;
    height: 402px;
}
.contentPane a:hover
{
    text-decoration: none;
}
#dnn_ctr_Login_pnlLogin
{
    margin: 0 50%;
}
.contentRightPane
{
    width: 280px;
    float: right;
    text-align: left;
}

.conteneurBas
{
    height: 155px;
    text-align: left;
}

.bottomPane
{
    width: 415px;
    float: left;
    margin: 45px 0 0 210px;
    height: 90px;
}
.bottomRightPane
{
    width: 280px;
    float: right;
}


/* Menu */

.nodeRoot
{
    font-family: Verdana,Arial,Helevetica;
    color: white;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}
.node
{
    background-color:White;
}
.nodeHover
{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 5px;
}
.menuLeft
{
    width: 920px;
    background: #ada193;
    text-align: right;
}
.menu-optavis
{
    margin: 0 10px 0 0;
}


/* Formulaire contact */
.optavisContact
{
    width: 350px;
    text-align: left;
    padding:0 110px;
}
textarea.txt
{
    width: 50px;
    margin: 5px 0px 0px 0px;
    height: 70px;
}
.optaButtonBar
{
    text-align: center;
}
input.txt
{
    margin: 5px 0px 10px 0px;
}

/* Overwrite DNN */
.oh_btnEdit
{
    width: 120px;
}


.page-foot
{
    color: #CCCCCC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: right;
}
.page-foot a
{
    color: #CCCCCC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: right;
}

/*Catalogue */
.titreCat
{    
    padding: 5px 0 0 10px;
    list-style-type: none;
    display: block;
    float: left;
    text-decoration: none;
    
}
.titreCat a
{
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.titreCat a:hover
{
    color: #963105;
    font-weight: bold;
    font-size: 15px;
}


.liste 
{
    background-color: #ada193;
    width:620px;
    height:25px;
}

.entete
{
    float:left;
    margin: 110px 0 0 25px;
    color: #989083;
    font-size: 20px;
    font-family: Verdana;
}
.entete-image
{
    padding:0 25px;
    float:right;
}
.main-catalogue
{
    padding: 0 0 0 25px;
}
.main-catalogue ul
{
    list-style-type: none;
}

.libelle
{
    padding:10px 0 5px 0;
    color:#963105;
}
.specialitemenu
{
    margin:5px 0 5px 230px;
}
.specialitemenu li
{
    width:150px;
    margin:5px 20px;
    display: block;
    float: left;
    text-align: left;
    color: #dcbb58;
    border: none;
}
.specialitemenu li[float="left"] + li
{    
    display: block;
    float: none;
}
.specialitemenu li a
{
    color:#897f76;
    font-weight:bold;
    font-size:12px;
}
.menu-catalogue
{
    margin:0 0 35px 0;
}