/* 
    Document   : admin.css
    Created on : 2010-03-29, 20:08:13
    Author     : eric.fortin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


html
{
    background-color:#2EBA67;
}

body
{
    color:black;
    font-size:13px;
    margin: 0px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}

p
{
    text-align:justify;
}

.titre1
{
    color:#AD0D0D;
    font-size:16px;
    font-weight:bold;
}

.titre2
{
    color:#2473AF;
    font-size:14px;
    font-weight:bold;
}

.titre3
{
    color:#000000;
    font-size:13px;
}

div
{
    position:relative;
    height:auto;
    width:auto;
    text-align:justify;
}

table
{
    border:0px;
    padding:0;
}

tr
{
    vertical-align:top;
}

th
{
    text-align:left;
    border:0;
    text-decoration:underline;
    font-style:italic;
    font-size:large;
}

td
{
    color:black;
    text-align:left;
    border:0;
}

input[type=text]
{
    border-style:outset;
}

input[type=text]:hover
{
    background-color:inactiveborder;
}

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

div.main
{
    background-color: aqua;
    width:100%;
    margin:auto;
}

div.marge_gauche
{
    width:200px;
    background-color: aqua;
    float:left;
}

div.menu_gauche
{
    background-image:url(../../styles/images/fondMenu.gif);
    width:200px;
    background-repeat:repeat-y;
}

div.centre
{
    width:1000px;
}

div.menu
{
    text-align:left;
    font-family: cursive;
    margin-left:10px;
    padding-top:8px;
}

div.menu:hover
{
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

div.divHyperlien:hover
{
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

div.listecourriel
{
    padding-left: 4px;
    margin-left: 4px;
}
