body
{
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../img/header-bg-repeat.jpg');
    background-position: top;
    background-repeat: repeat-x;
}
h1
{
    margin-bottom: 40px;
    font-size: 24px;
}
h1 img {
    margin-right: 10px;
}
.floatR
{
    float: right;
    margin-left: 8px;
}
.button
{    
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background-color: #e4001b;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.button:hover
{
    background-color: #d7394c;
}
#mainMenu
{
    min-width: 981px;
    height: 43px;
    border-top: 4px solid red;
    background-color: #393939;
    font-size: 16px;
}
#mainMenu ul 
{
    width: 981px;
    margin: 0 auto;
    padding: 0px;
}
#mainMenu ul li
{
    display: inline-block;
    margin-left: 23px;
    margin-right: 23px;
}
#mainMenu ul li a
{
    display: inline-block;
    color: white;
    text-decoration: none;
    height: 43px;
    line-height: 43px;
}
#mainMenu ul li a.selected
{
    color: red;
}
#mainMenu ul li a:hover
{
    opacity: 0.8;
}
#sMenu_conseils{
    position: absolute;
    z-index: 999;
    background-color: #393939;
    padding: 6px;
    width: 147px;
    left: 50%;
    margin-top: -4px;
    margin-left: 55px;
    display: none;
}
#sMenu_conseils li {
    list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
}
#sMenu_conseils li a{
    color: white;
    font-size: 14px;
    text-decoration: none;
}
#sMenu_conseils li a:hover{
    color: red;
}
.sliderPanel
{
    min-width: 981px;
    background-color: #3d3741;
    border-bottom: 4px solid red;
    padding-bottom: 34px;
}
#slider
{
    min-width: 981px;
    margin: 0 auto;
    height: 334px;
   /* background-image: url('../img/img-principale.jpg');*/
    background-repeat: no-repeat;
    background-position: center;  
    background-color: #000;  
}
#slider .slide {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; 
    width: 100%;
    min-width: 981px;
    height: 334px;       
    /*display: none;*/
}
#slider .slide.selected {
    display: block;
}
#slider .slide .caption {
    width: 240px;
    height: 286px;
    position: relative;
    left: 50%;
    margin-left: -450px;
    top: 12px;
}
#slider .slide .caption .captionTd {
    height: 286px;    
    vertical-align: bottom;    
}
#slider .slide .caption h2 {
    font-size: 32px;
    color: #e7001c;
    margin-bottom: 4px;
}
#slider .slide .caption p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
#sliderPoints {
    position: absolute;
    height: 10px;
    width: 100%;    
    text-align: center;
    padding-top: 6px;
}
#sliderPoints a {
    display: inline-block;
    margin: 6px;
    width: 10px;
    height: 10px;
    background-image: url('../img/carrousel-nav-off.png');
}
#sliderPoints a.selected {
    background-image: url('../img/carrousel-nav-on.png');
}
#header
{
    width: 981px;
    margin: 0 auto;
    height: 142px;
}
#headerInfos
{
    color: black;
    font-weight: bold;
    float: right;
    margin-top: 8px;

}
#headerInfos a
{
    color: black;
    text-decoration: none;
}
#headerInfos a:hover
{
    opacity: 0.7;
}

#main
{
    min-width: 981px;
    margin: 0 auto;
    padding-top: 70px;   
    background-image: url('../img/main-bg-repeat.jpg');
    background-repeat: repeat-x;
}
#main 
{
    line-height: 20px;
}
#main p
{
    margin-top: 24px;
    margin-bottom: 24px;
}
#main a { color: red; }
#main a:hover { opacity: 0.7;}
#formCt label
{
    display: inline-block;
    width: 120px;
    margin-right: 6px;
    font-size: 14px;
}
#formCt p
{
    margin-top: 30px;
    margin-bottom: 30px;
}
#formCt textarea
{
    height: 140px;
}
#formCt a
{
    outline: none;
}
#formCt a:hover img
{
    opacity: 0.7;
}
input,select,textarea
{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid #e7e7e7;
    background-color: #fafafa;
    color: #777;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 270px;
    outline: none;
     transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
input:focus,select:focus,textarea:focus
{
    -moz-box-shadow: 0px 1px 8px 0px #CCC;
    -webkit-box-shadow: 0px 1px 8px 0px #CCC;
    -o-box-shadow: 0px 1px 8px 0px #CCC;
    box-shadow: 0px 1px 8px 0px #CCC;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCC, Direction=180, Strength=8);
}
.error
{
    color: red;
}
input.error,textarea.error
{
    border-color: red;
}
#footer
{
    min-width: 981px;
    margin-top: 50px;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    line-height: 20px;
}
#footer p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer a
{
    color: white;
}
#footer a:hover
{
    opacity: 0.8;
}

#main a.homeImg:hover {
    opacity: 1;
}
.homeHover{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
}
#homeForm {
    width: 269px;
    height: 400px;
    background-image: url('../img/home-img-bg-formulaire.jpg');
}
#homeForm .content {
    padding: 24px;
    padding-top: 2px;
}
#homeForm .content h4 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
#homeForm .content h4 span {
    color: red;
}
#homeForm .content {
    font-size: 11px;
}
#homeForm .content p {
    margin-bottom: 15px;
    margin-top: 15px;
}
#homeForm .content label {
    display: inline-block;
    width: 50px;
}
#homeForm .content input {
    width: 140px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#homeForm .content a {
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
}
.partenaires h2 {
    background-image: url('../img/red.png');
    background-position: center;
    background-repeat: repeat-x;
}
.partenaires h2 span {
    background-color: white;
    display: inline-block;
    padding-right: 14px;
}
#main .partenaires table p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #898989;
    font-size: 11px;
    line-height: 14px;
}
#main .partenaires table h4 {
    color: #000;
    margin-bottom: 8px;
    margin-top: 0px;
}
.partenaires .imgTd {
    padding-right: 18px;
}
#progsTable td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    line-height: 26px;
}
#progsTable td .illus{
    margin-left: 90px;
    width: 273px;
    height: 165px;
    background-position: center;
    border: 1px solid #999;
}
.progImgs .illus {
    float: left;
    margin-right: 44px;
    margin-bottom: 44px;
    width: 178px;
    height: 126px;
    background-position: center;
    border: 1px solid #999;
}
.progPanel {
    width: 269px;
    min-height: 400px;
    background-image: url('../img/home-img-bg-formulaire.jpg');
    background-repeat: no-repeat;
    float: right;
    margin-top: 14px;
    
}
.progPanel .content {
    padding: 28px;
    padding-top: 10px;
    font-size: 11px;
    color: #777;
}
.progPanel .content h4 {
    color: #777777;
    margin-bottom: 20px;
}
.progPanel .content ul{
    margin-top: -16px;
    margin-bottom: 0px;
}
#progMap {
    margin-left: -20px;
    margin-top: 18px;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.illus:hover{ opacity: 0.9;}
#conseils p {
    margin-top: 21px;
    margin-bottom: 20px;
}
#mentions a {
    color: #777;
}