/*
 * reset min
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

img,body,html {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

q:before,q:after {
    content:'';
}


/*
 * site css
 */

a:link, a:active, a:visited {
    text-decoration: none;
    color: #5db0e6;
}

a:hover, a:focus {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.pointer {
    cursor: pointer;
}

.fs10 {
    font-size: 10px;
}

.clear {
    clear: both;
}

.white {
    color: white;
}

.blue {
    color: #5db0e6;
}

.darkBlue, .darkblue {
    color: #5080b0;
}

.opacity30 {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.opacity100 {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}

body {
    color: black;
    background: #39414a url("../images/fond.jpg") repeat-x;
}

div, span, td, input {
    font-size: 12px;
    font-family: tahoma,arial,verdana,sans-serif;
}

table.light {
    border: 0;
    margin: 0;
    padding: 0;
}

td.noWrap {
    white-space: nowrap;
}

td.vtop {
    vertical-align: top;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

table.mainContainer {
    position: relative;
    background-color: white;
    border: 1px solid #475258;
    margin-top: 10px;
}

table.mainContainer td {
    vertical-align: top;
}

table.mainContainer td.topBar {
    background-color: #192839;
    height: 54px;
}

table.mainContainer td.topBar div {
    color: white;
    padding: 17px 0 0 10px;
}

table.mainContainer td.topLogo {
    background: url("../images/topLogo.png") no-repeat;
}

table.mainContainer td.rightMenu {
    background: url("../images/bottomLogo.png") no-repeat;
    height: 93px;
    color: white;
}

table.mainContainer td.rightMenu div {
    font-size: 11px;
}

table.mainContainer td div.imgTheme {
    min-width:234px;
    width:auto !important;
    width:234px;
    min-height:300px;
    height:auto !important;
    height:300px;
    position: relative;
    overflow: hidden;
}

table.mainContainer td div.imgTheme img {
    display: block;
    width: 100%;
    height: auto;
}

/* Classes pour les effets de transition */
.imgTheme-fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.imgTheme-fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.imgTheme-slide-out-left {
    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
}

.imgTheme-slide-in-left {
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.imgTheme-slide-out-right {
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
}

.imgTheme-slide-in-right {
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.imgTheme-zoom-out {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.imgTheme-zoom-in {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.imgTheme-rotate-out {
    transform: rotate(90deg) scale(0);
    opacity: 0;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.imgTheme-rotate-in {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.imgTheme-flip-out {
    transform: rotateY(90deg);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.imgTheme-flip-in {
    transform: rotateY(0deg);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

table.mainContainer td.colLeftBorder {
    border-left: 1px solid #f7e2e8;
    padding: 5px;
    width: 229px;
}

table.mainContainer td.col3LeftBorder {
    border-left: 1px solid #f7e2e8;
    padding: 10px 0 10px 10px;
    width: 709px;
    text-align: justify;
}

table.mainContainer td.colNoLeftBorder {
    padding: 5px;
    width: 230px;
}

input.formLogin[type=text], input.formLogin[type=email], input.formLogin[type=password], input.formLogin[type=submit] {
    font-size: 10px;
    border: 1px solid white;
}

input.formNew[type=text], input.formNew[type=email], input.formNew[type=password] {
    font-size: 12px;
    border: 1px solid #4082ae;
    width: 250px;
}

fieldset {
/*    border: 1px solid #192839; */
    border: 1px solid #39414a;
    padding: 0 10px 10px 10px;
}

legend {
/*    color: #4082ae; */
    color: #3b598a;
    font-weight: bold;
    font-size: 12px;
}

.footer {
    margin: 10px 0;
    text-align: center;
}

.footer div, .footer span {
    font-size: 11px;
}

/*
 * drag and drop
 */

.contentBox {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    top: 0;
    left: 0;
}

.dragableBar {
    position: relative;
    background-color: #192839;
    padding: 1px 0;
    cursor: move;
}

.dragableBar table {
    width: 100%;
}

.dragableBar table td {
    vertical-align: middle;
}

.dragableBar table td.puce {
    width: 15px;
    padding-top: 1px;
    padding-left: 2px;
}

.dragableBar table td.title div.title {
    color: white;
    margin-top: -1px;
}

.dragableBar table td.edit, .dragableBar table td.delete {
    text-align: right;
    padding-top: 1px;
    padding-right: 2px;
    width: 18px;
}

.dragableBar img.puce {
    margin-top: 3px;
}

.dragableBar img.edit, .dragableBar img.delete {
    cursor: pointer;
    margin-bottom: -2px;
}

.contentLink {
    min-height:10px;
    height:auto !important;
    height:10px;
    padding: 3px;
    border: 1px solid #efefef;
    border-top: 0;
    background-color: white;
}

.contentLink img {
    position: absolute;
    cursor: pointer;
    margin: 3px 5px 0 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}

.contentLink img:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}

.contentLink a {
    display: block;
    color: #5080b0;
    margin-left: 15px;
}

.zoneDrop {
    background: url("../images/zoneDropBg.png") repeat-y;
}
