body {
    margin: 0;
    padding: 0;
    background: #e8ecef;
    text-align: center;
    color: #333;
}

img {
    border: none;
}

a {
    color: #3B73B9;
    text-decoration: none;
}

a:hover {
    color: #3B73B9;
    text-decoration: underline;
}

div, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

table {
    border-collapse: collapse;
    border: none;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px dotted #CCC;
}

h2 {
    font-size: 12px;
    margin: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
}

h3 {
    font-size: 12px;
    margin: 7px 0;
    color: #3B73B9;
}

#wrap {
    width: 900px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

#wrapper {
    position: relative;
    width: 830px;
    margin: 0 auto;
}

#header {
    width: 830px;
    height: 130px;
    overflow: hidden;
}

#logo {
    width: 155px;
    height: 75px;
    float: left;
    margin-top: 25px;
}

#slogan {
    width: 365px;
    height: 26px;
    float: right;
    margin-top: 70px;
}

#main {
    width: 830px;
    padding: 0 0 20px 0;
    text-align: left;
    z-index: 40;
}

#anim {
    margin-bottom: 20px;
}

.left_index {
    width: 405px;
    float: left;
    overflow: hidden;
}

.bloc1 {
    width: 117px;
    height: 112px;
    overflow: hidden;
}

.bloc1 a {
    display: block;
    width: 117px;
    height: 224px;
    overflow: hidden;
}

.bloc1 a:hover {
    margin-top: -112px;
}

.right_index {
    width: 415px;
    float: right;
    text-align: justify;
    margin: 0 5px;
}

.tittle_text {
    font-size: 12px;
    color: #3974ba;
    font-weight: bold;
}

#footer {
    width: 830px;
    background: #e8ecef;
    margin: 0 auto;
    position: relative;
}

.link_foot1 {
    width: 175px;
    height: 45px;
    float: left;
    margin: 15px 0;
    text-align: left;
}

.link_foot2 {
    width: 575px;
    float: right;
    text-align: left;
    color: #c9ccd1;
    margin: 15px 0;
}

.link_foot2 a {
    color: #626669;
    text-decoration: none;
}

/*----------- MENU -----------*/
#menu {
    background: url(../images/bg_menu.gif) repeat-x;
    height: 28px;
    text-align: left;
    z-index: 50;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

#nav a {
    display: block;
    width: 95px;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 7px 15px;
    font-size: 12px;
    border-left: 1px solid #999;
}

#nav li {
    float: left;
    padding: 0;

}

#nav #cpb {
    width: 109px;
}

#nav #cpb a {
    width: 109px;
}

#nav li ul {
    position: absolute;
    z-index: 1000;
    left: -999em;
    height: auto;
    width: 200px;
    font-weight: normal;
    margin: -3px 0 0 0;
    border: 1px solid #999;
    border-top: none;
    background-image: url(../images/bg_smenu.gif);
    background-repeat: no-repeat;
    background-position: 125px top;
    padding-top: 1px;
}

#nav #cpb ul {
    background-position: 139px top;
}

#nav li ul.lastbtn {
    background-image: url(../images/bg_smenu2.gif);
    background-position: 0 0;
}

#nav li li {
    width: 184px;
    padding: 4px 8px;
    background: #FFF;
}

#nav li ul a {
    width: 190px;
    text-align: left;
    padding: 0;
    border: none;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li:hover ul.lastbtn, #nav li.sfhover ul.lastbtn {
    right: 0;
}

#nav li:hover, #nav li.sfhover {
    color: #3A73B8;
}

#nav a:hover {
    color: #3A73B8;
    border: 1px solid #999;
    border-bottom: none;
    background: #FFF;
}

#nav .sole {
    border: none !important;
    background: none !important;
}

#nav .active {
    color: #3A73B8 !important;
    border: 1px solid #999;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

#nav li:hover a, #nav li.sfhover a {
    color: #3A73B8;
    border: 1px solid #999;
    background: #FFF;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
    color: #3A73B8;
    border: none;
}

#nav li:hover li a, #nav li.sfhover li a, #nav li:hover li a, #nav li.sfhover li a {
    color: #000;
    border: none;
}

/* menu dossier */
#menudossier {
    line-height: 16px;
}

#menudossier a {
    color: #333;
}

#menudossier a.active, #menudossier a:hover {
    color: #3B73B9;
}

#menudossier #menusection {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#menudossier .titre {
    font-weight: bold;
    margin-bottom: 5px;
}

/* formulaire de contact */
#form-ct {
    margin-left: 150px;
}

#form-ct .tab-titre {
    width: 160px;
}

#form-ct .tab-input input {
    border: 1px solid #AAA;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    width: 200px;
}

#form-ct .tab-input textarea {
    border: 1px solid #AAA;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}

#form-ct .bouton {
    width: 58px;
    height: 17px;
    background: url(../images/btn_send.gif) no-repeat;
    border: none;
    margin: 10px 0;
    cursor: pointer;
}

/* plan */
#plan {
    margin-left: 160px;
}

#plan ul {
    list-style-type: none;
    margin: 30px 180px 30px 0;
    padding: 0;
}

#plan li ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#plan li li {
    display: inline;
}

#plan li a {
    font-weight: bold;
    padding-left: 4px;
}

#plan li li a {
    font-weight: normal;
    color: #333;
    padding: 0 4px;
    border-right: 1px solid #CCC;
}

.erreur {
    margin: 60px;
    text-align: center;
    font-size: 16px;
}

#flash {
    z-index: 48;
}

.flv-container {
    width: 320px;
    height: 240px;
    background-color: #E7F3D7;
    border: 1px dotted #8FC843;
}


/*ANIM*/

#anim {
    width: 828px;
    height: 385px;
    float: right;
    position: relative;
    margin-bottom: 20px;
}

.overflow {
    width: 400px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.photo {
    width: 828px;
    height: 385px;
    overflow: hidden;
}

.navig {
    position: absolute;
    left: 0;
    top: 0;
}

.navig ul {
    margin: 0;
    padding: 0;
    width: 4005px;
}

.navig ul li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}

.navig ul li a {
    width: 117px;
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #504d4d;
}

.navig ul li a:hover {
    width: 117px;
    height: 112px;
}

#left {
    width: 20px;
    height: 114px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

#right {
    width: 20px;
    height: 114px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 380px;
    background: #000;
    color: #fff;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

/*-------------------GALLERIE---------------*/
.onglet {
    width: 100%;
    padding: 15px 0;
}

.onglet ul {
    margin: 0;
    padding: 0;
}

.onglet ul li {
    float: left;
    padding: 0 10px;
    list-style-image: none;
    list-style-type: none;
}

.onglet ul li a {
    display: block;
    text-transform: uppercase;
}

.galerie {
    position: relative;
    overflow: hidden;
    width: 828px;
}

#container {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
}

.box {
    width: 800px;
    float: left;
    line-height: 22px;
    margin: 5px 0;
    padding: 5px 14px 10px 14px;
}

#galerieimages {
    width: 800px;
}

/*slection galerie*/
.container {
    width: 758px;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
}

ul.display {
    float: left;
    width: 756px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.display li {
    float: left;
    width: 754px;
    padding: 10px 0;
    margin: 0;
}

ul.display li a {
    color: #3B73B9;
    text-decoration: none;
}

ul.display li .content_block {
    padding: 0 10px;
}

ul.display li .content_block h2 {
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 12px;

}

ul.display li .content_block p {
    margin: 0;
    padding: 5px 5px 5px 245px;
    font-size: 1.2em;
}

ul.display li .content_block a img {
    padding: 5px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 0 15px 0 0;
    float: left;
}

ul.thumb_view li {
    width: 250px;
}

ul.thumb_view li h2 {
    display: inline;
}

ul.thumb_view li p {
    display: none;
}

ul.thumb_view li .content_block a img {
    margin: 0 0 10px;
}

a.switch_thumb {
    width: 122px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 10px 0;
    display: block;
    background: url(../images/switch.gif) no-repeat;
    outline: none;
    text-indent: -9999px;
}

a:hover.switch_thumb {
    filter: alpha(opacity = 75);
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

a.swap {
    background-position: left bottom;
}

.block {
    width: 120px;
    height: 65px;
    overflow: hidden;
    border: 1px solid #ddd;
    float: left;
    margin: 5px 5px 5px 0;
}

/* index dw */
#index_new_intro {
    background: url('../images/in2_intro.jpg') no-repeat;
    width: 830px;
    height: 235px;
    overflow: hidden;
    margin-bottom: 10px;
}

#index_new_intro .intro {
    padding: 20px 300px 20px 20px;
    font-size: 18px;
    text-shadow: 0 1px 0 #fff;
}

#index_new_dw {
    width: 550px;
    float: left;
}

#index_new_sst {
    width: 280px;
    float: right;
    padding-top: 30px;
}

#index_new_sst em {
    font-size: 16px;
}

#index_new_sst hr {
    margin: 25px 0;
    color: #999;
    background-color: #fff;
}

.clrb {
    width: 10px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.bloc2 {
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 0;
    position: relative;
}

.bloc2 p {
    margin: 10px 0;
}

h2.blue {
    /*color: #3B73B9;*/
    color: #000;
    font-size: 14px;
    border-bottom: none;
    text-transform: none;
}

h2.black {
    color: #000;
    font-size: 16px;
    border-bottom: none;
    text-transform: none;
    margin: 0 0 10px 0;
}

#menublue {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    background: #DEEAF7;
    padding: 10px 5px;
}

#menublue ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menublue a {
    color: #000;
}

#breadcrumbs {
    height: 30px;
    padding-left: 170px;
    text-align: left;
    color: #999;
    line-height: 30px;
    clear: left;
}

#breadcrumbs a {
    color: #999;
}

.features_cont {
    position: relative;
    width: 660px;
}

.features_cont .features_screen {
    position: relative;
    width: 200px;
    float: left;
}

.features_cont .features_desc {
    width: 440px;
    float: right;
}

.black {
    color: #000 !important;
}
