/* CSS Document */
body { 
    margin: 0;
    margin-top : 10px;
    background: #efefef;
    text-align: center;
}

.body_cloud {
    width: 950px;
    margin: auto;
}

* {
    font-family: "Arial", "Verdana", "Dejavu-sans", "Nimbus sans L", sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #333;
}

#body {
    display: block;
    width: 980px;
    margin-left: auto; 
    margin-right: auto;
    background: transparent url(./body_bg.gif) no-repeat 0 100%;
    text-align: left;
}

#top {
    height: 115px;
    width: 980px;
    display: block; 
    background: transparent url(./header_top.jpg) no-repeat 0 0;
}

#menu {
    height: 37px;
    width: 950px;
    margin-left: 15px;
    display: block; 
    background: transparent url(./menu_bar.jpg) no-repeat 0 0%;
}

#menu a, 
#menu a:visited, 
#menu a:hover, 
#menu a:active {
    display: block; 
    float: left;
    height: 37px;
    line-height: 37px;
    width: 130px;
   
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #123268;
}

#menu a:hover,
#menu a.selected, 
#menu a.selected:hover, 
#menu a.selected:active, 
#menu a.selected:visited { 
    background: transparent url(./menu_bar_selected.jpg) no-repeat 50% 0;
    color: #fff;
}

#menu a.first {
    background-position:  0 0;
}

#menu a.selectedFirst,  
#menu a.selectedFirst:hover,  
#menu a.selectedFirst:visited,  
#menu a.selectedFirst:active { 
    background: transparent url(./menu_bar_selected.jpg) no-repeat 0 0;
}

div.submenu {
    width: 560px;
    height: 30px;
    display: block;
    background: transparent url(./submenu_bar.jpg) no-repeat 0% 50%;
    float: right;
    margin-left: 10px;
    border-bottom: 1px solid #0068b1
}

div.submenu a,
div.submenu a:visited,  
div.submenu a:hover, 
div.submenu a:active {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 130px;

    font-weight: bold;
    text-decoration: none;
    color: #0342BD;
    font-size: 12px;
    text-align: center; 
    border-right: 1px solid #CCC;
}

div.submenu a:hover,
div.submenu a.selected, 
div.submenu a.selected:hover, 
div.submenu a.selected:active, 
div.submenu a.selected:visited { 
    background: transparent url(./submenu_bar_selected.jpg) no-repeat 50% 0;
    color: #fff;
    cursor: pointer;
}

div.submenu a.selectedFirst,  
div.submenu a.selectedFirst:hover,
div.submenu a.selectedFirst:visited,
div.submenu a.selectedFirst:active {
    background: transparent url(./menu_bar_selected.jpg) no-repeat 0 0;
    cursor: pointer;
}

a.order,
a.order:visited,
a.order:active {
    background: transparent url(./order_button.png) no-repeat 50% 0;
    display: block;
    height: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

a.order:hover {
    color: #123268;
    background: transparent url(./order_button.png) no-repeat 50% 100%;
}

a.none,
a.none:hover,
a.none:visited,
a.none:active {
    text-decoration: none;
    border:0;
}

div.right_pan {
    width: 220px;
    background: transparent url(./kimsufi_right.jpg) no-repeat 0 100%;
}

div.right_pan_top {
    width: 220px;
    background: transparent url(./kimsufi_right.jpg) no-repeat 0 0%;
}


div.footer {  text-align: center; }
div.footer { color: #afafaf; }


.Fleft  { display: block; float: left; }
.Fright { display: block; float: right; }

.full { display: block; width: 100%; }

.white      { color: #fff; }
.grey       { color: #666; }
.lgrey      { color: #999; }
.green      { color: #6d8e3b; }
.blue       { color: #0342bd; }
.red        { color: #d40000; }
.dblue      { color: #123268; }

.bold   { font-weight: bold;}
.normal { font-weight: normal;}
.big    { font-size: 14px; }
.huge   { font-size: 18px; }
.small  { font-size: 9px; }

.left   { text-align: left;}
.right  { text-align: right;}
.center { text-align: center;}
.top    { vertical-align: top; }
.middle { vertical-align: middle; }

.padded { padding: 3px; }
.marged { margin: 3px; } 
.push   { margin-left: 5px; text-indent: 5px; }

h1, h2, h3 { margin: 0; padding: 0; }
h3 { font-size: 11px;  line-height: 14px; text-indent: 5px; height: : 14px;}
h2 { font-size: 13px;  line-height: 25px; }
h1 { font-size: 15px; line-height: 30px; width: 715px; border-bottom: 1px solid #0342bd;}
h1.cloud {font-size: 56px; line-height: 65px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0544bd;}
h1.sub_cloud {font-size: 36px; line-height: 43px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0544bd;}
h2.cloud {font-size: 24px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0544bd;}

a img { border: 0;}

/*
 * SLIDER pour CLOUD
 */

div.slider {
    width: 275px;
    height: 68px;
    background: transparent url(/images/slider.jpg) no-repeat 23px 30px;
    margin: auto;
}

div.slider div.knob {
    width: 54px;
    height: 41px;
    background: transparent url(/images/knob.gif) no-repeat 11px 5px;
}

div.under_knob {
    width: 5px;
    height: 8px;
    background: transparent url(/images/under_knob.jpg);
    margin: -5px 0 0 28px;
}

table.cloud {
    /*border: 1px solid #CBCBCB;*/
    border-collapse: collapse;
    width: 88%;
    border: none;
    margin-top: 65px;
    font-size: 16px;
}

table.cloud tr {
    /*border: 1px solid #CBCBCB;
    background-color: #FFF;*/
    border: none;
    height: 36px;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr.title {
    /*border: 1px solid #CBCBCB;
    background-color: #DADADA;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr.title th, table.cloud tr.title td {
    color: #000;
    font-weight: bold;
    text-align: center;
    /*border: 1px solid #CBCBCB;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr th, table.cloud tr td {
    text-align: center;
    /*border: 1px solid #CBCBCB;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

a.accesscloud {
    display: block;
    width: 333px;
    height: 83px;
    background: transparent url(/images/access_cloud.jpg) no-repeat 0 0;
    margin: auto;
}

a.accesscloud:hover {
    background: transparent url(/images/access_cloud_hover.jpg) no-repeat 0 0;
}

ul.blue li {
    list-style-image: url(/themes/default/images/shared/listImage.gif);
    list-style-type: none;
    text-align: left;
}

a.backvideo {
    margin-top: 5px;
    margin-left: 20px;
    display: block;
    width: 400px;
    height: 25px;
    float: left;
    background: transparent url(/images/backformatvideo.jpg) no-repeat 0 0;
    position: relative;
    text-decoration: none;
}

a.backvideo div.divL {
    line-height: 25px;
    text-indent: 5px;
    color: #000;
    font-weight: bold;
    float: left;
}


a.backvideo div.divR {
    line-height: 12px;
    font-size: 10px;
    margin-right: 3px;
    color: #000;
    float: right;
}
a.backvideo:hover, {
    background: transparent url(/images/backformatvideo.jpg) no-repeat 0% 100%;
}
/*
a.backvideoR, a.backvideoR_selected {
    margin-top: 5px;
    display: block;
    width: 200px;
    height: 25px;
    float: left;
    background: transparent url(/images/backformatvideo.jpg) no-repeat 100% 0%;
    position: relative;
}

a.backvideoR:hover, a.backvideoR_selected {
    background: transparent url(/images/backformatvideo.jpg) no-repeat 100% 100%;
}*/
