@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
}

body
{
    background: url('../img/bg_repeat.jpg') top left #2a95c0 repeat-x;
    font-family: Arial, sans-serif;
}

#page
{
    position: relative;
    top: 0px;
    background: url('../img/fond_top.jpg') top left no-repeat;
    width: 1000px;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    
}

#menu
{
    position: absolute;
    top: 20px;
    left: 85px;
    width: 145px;
    z-index: 2;
}

#menu a
{
    display: block;
    width: 145px;
    color: #8c847e;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding: 3px;
    margin-bottom: 3px;
}

#menu a:hover
{
    color: #fff;
    background: #8c847e;
}

#menu a.active
{
    color: #fff;
    background: #8c847e;
}

#content
{
    position: absolute;
    top: 140px;
    left: 39px;
    width: 922px;
}

#content-top
{
    height: 16px;
    width: 922px;
    background: url('../img/box_top.png') top left no-repeat;
}

#content-middle
{
    background: url('../img/box_repeat.png') top left repeat-y;
    min-height: 500px;
    /*width: 922px;*/
    width: 712px;
    padding: 10px 30px 10px 210px;
    
}

#view
{
    font-size: 12px;
    width: 670px;
}

#random-pattern
{
    float: left;
    margin-top: -140px;
    margin-left: -27px;
    *margin-left: -90px;
    height: 129px;
    width: 67px;
    background: url('../img/fond_element.png') top left no-repeat;
}

/* spritely */

#leaf1
{
    background: transparent url(../img/leaf1.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 33px;
    z-index: 2000;
}

#leaf2
{
    background: transparent url(../img/leaf2.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 33px;
    z-index: 2000;
}

#leaf3
{
    background: transparent url(../img/leaf3.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 33px;
    z-index: 2000;
}

#content-bottom
{
    height: 16px;
    width: 922px;
    background: url('../img/box_bottom.png') top left no-repeat;
}

.greenline
{
    width: 860px;
    height: 15px;
    background: #97bf0d;
    margin-bottom: 20px;
    margin-left: -180px;
}

.title
{
    color: #97bf0d;
    font-size: 22px;
    font-weight: bold;
}

.subtitle
{
    color: #97bf0d;
    font-size: 16px;
    font-weight: bold;
}

.subtitleG
{
    color: #97bf0d;
    font-size: 18px;
    font-weight: bold;
	text-decoration: underline;
}

.blue
{
    color: #339DC7;
}

.orange
{
    color: #C84B11;
}

.green
{
    color: #97bf0d;
}


.greenlink
{
    color: #97bf0d;
    outline: none;
}

.bluelink
{
    color: #258BB3;
    outline: none;
    text-decoration: none;
}

#squares
{
    float: left;
    margin: -100px 0 0 40px;
}

#bluesquare
{
    width: 20px;
    height: 20px;
    background-color: #339DC7;
    margin-bottom: 8px;
}

#redsquare
{
    width: 20px;
    height: 20px;
    background-color: #C84B11;
    margin-bottom: 8px;
}

#greensquare
{
    width: 20px;
    height: 20px;
    background-color: #97C00E;
    margin-bottom: 8px;
}

#pageactu
{
    float: left; width: 470px;margin-left: 15px;color: #333;
}

#selectboxblock
{
    float: right;margin-top: 6px;margin-right: -5px;
}

#actu
{
    height: 370px;
    overflow: auto;
}

#sign
{
    float: right;
    font-size: 10px;
    width: 230px;
    margin-bottom: 10px;
}

#sign a
{
    color: #fff;
    text-decoration: none;
}

#sign a:hover
{
    font-size: 11px;
}

.boiteLiens li
{
	margin-bottom: 5px;
	list-style-position: inside;
}

