/*****************************************
    CUSTOM CSS
/*menu------------------------------------------------------------*/

.drop-down li a, .drop-down li span.separator {
    display: block;
    padding: 12px 4px 12px 6px;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    background-image: none;
    color: rgb(136, 136, 136);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out 0s;
    word-wrap: break-word;
    background: #dd5500;
   
}
/*sous menu-------------------------------------------------------------*/
.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3, .user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
    color-text: #ffffff;
    background: #dd5500;
}

.left_image h3, .right_image h3, .left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3, .user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
    margin: 3px 0px 6px;
    padding: 0px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 130%;
    color: rgb(119, 119, 119);
    text-align: center;
  border-radius: 5px solid #ffffff
}



/*base------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {color: #535353;}
h1{
font-size:25px !important;
font-style:italic}
h3.module-title {
color: #535353 !important;text-align:center;font-weight:bold
}
td {
padding: 3px !important;
}
h2{
font-size:16px !important;
font-style:italic;
font-weight:bold;
margin-top:0px !important
}
body {color:#535353;}
strong{color:#DD5500 !important}
h4 {margin: 8px; font-size: 16px;}

dl {padding-left: 10px;}

dd {margin-left: 20px;}  

/*recherche-------------------------------------------------------------*/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    line-height: 20px;
    margin: 25px 17px 0 0;
    padding: 2px 7px;
    max-width: 90%;
    border: 2px groove #ffffff;
    background: url("../images/black-04.png") repeat scroll left top transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffffff;
    border-color: #dd5500;
}
/*entête-------------------------------------------------------------*/

header {
   background-image:linear-gradient(#cccccc, white);
}

/*footer--------------------------------------------------------------*/
.bottom-module-position {
background-image: linear-gradient(#e85207 15%,#FFF 85%)
}

/* set the div containing the captcha */
div#aiContactSafe_mainbody_1 div#div_captcha {
    clear:both;
    text-align:left;
    margin:5px 0px 0px 200px;
    padding-top:10px;
}
