﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #7F7F7F;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #696969;
    text-decoration: underline;
}
a:visited
{
    color: #696969;
}
a:hover
{
    color: #696969;
    text-decoration: none;
}
a:active
{
    color: #696969;
}

.linkh3
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

img
{
    border: 0px;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2271A0;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    margin: 0px;
}
h2
{
    font-size: 1.2em;
    color: #666666;
    padding: 0 0 10px 0;
    margin: 0px;
}
h3
{
    font-size: 1.2em;
    margin: 0px;
    padding-left: 20px;
    background-image: url(../Images/bullet_12x12.png);
    background-repeat: no-repeat;
}
h4
{
    font-size: 1.1em;
    margin: 0px;
}
h5, h6
{
    font-size: 1em;
    margin: 0px;
}

h1, h2, h3 .title_big
{
    text-transform: uppercase;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px Solid #000;
    background-color: #fff;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    border-bottom: 5px Solid Orange;
    height: 65px;
    background-image: url(../Images/logo.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#header #menutop
{
    height: 63px;
    float: right;
    padding-right: 5px;
}

#header #logo
{
    position: absolute;
    height: 65px;
    width: 200px;
}

#main
{
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    _height: 1px;
    background-image: url(../Images/logo_noir_bas.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#footer
{
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer a
{
    color: #fff;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.black
{
    color: #000;
}

/* BLOC INFOS */

.box_info
{
    background: url(../Images/grad_grey.gif) repeat-x top;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top:10px;
}

.bloc_info_l
{
    width: 310px;
    height: 150px;
    background: url(../Images/grad_grey.gif) repeat-x top;
    margin-bottom: 30px;
    vertical-align: top;
    float: left;
}
.bloc_info_r
{
    width: 310px;
    height: 150px;
    background: url(../Images/grad_grey.gif) repeat-x top;
    margin-bottom: 30px;
    vertical-align: top;
    float: right;
}
.bloc_info_cont
{
    padding: 12px 7px 5px 12px;
    vertical-align: top;
}
.bloc_info_cont h3
{
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
.bloc_info_cont img
{
    float: left;
    vertical-align: top;
    margin-right: 7px;
}

.cont_link
{
    float: right;
    margin-top: 5px;
}

/* MENU */

#menu
{
    margin-top: 10px;
    background-color: #2271A0;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

#menu a
{
    color: #fff;
}

.menu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.menu ul
{
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li
{
    float: left;
    padding: 0px;
}
.menu li a
{
    color: #cccccc;
    display: block;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a
{
    background: url("../Images/hover.gif") bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li ul
{
    background: #333333;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;

    z-index: 200; /*top:1em; 		/*left:0;*/
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    background: url('../Images/sub_sep.gif') bottom left no-repeat;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
        width:250px;

}
.menu li:hover li a
{
    background: none;
}
.menu li ul a
{
    display: block;
    height: 25px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a
{
    background: #2271A0 url('../Images/hover_sub.gif') center left no-repeat;
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}
.menu p
{
    clear: left;
}



/* ** */

/* NEWS */

.newsticker
{
    background: url(../Images/grad_grey.gif) repeat-x top;
    font-size: 10px;
}
.newsticker li
{
    margin-bottom: 10px;
}

/* ** */

/* REFERENCES ROTATOR */

/* rotator in-page placement */
div#rotator
{
    position: relative;
    height: 345px;
    margin: 0px;
}
/* rotator css */
div#rotator ul li
{
    float: left;
    position: absolute;
    list-style: none;
    margin-left: -10px;
    padding: 0px;
}
/* rotator image style */
div#rotator ul li img
{
}
div#rotator ul li.show
{
}


/* ** */

/* FORMS */

.contact-form textarea
{
    height: 150px;
    width: 350px;
}
span.message-error
{
  color:Red;  
}
span.message-success
{
  color:Green;  
}
/* ** */
