.cloudcarousel {
}
.reflection {
}
#carousel1 {width:1056px;height:480px;background:#ffffff url(BOARD/images/fondCarousel-0.jpg);overflow:scroll;left:0;top:4%;margin:4px 0 0 0;border-radius:0 6px 6px 0}
#description{
position: relative;
left:49%;
width:208px;
height:120px;
border:solid 2px #cccfff;
border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius: 4px; 
padding: 4px 4px 4px 4px;
font-style: italic;
text-align:center;
}

h1
{
	padding: 0.5em;
}
h2, h3, h4, h5, h6
{

	margin-bottom: 0.5em;
}
#menu_
{
color:#000000;
        float: left;
        width: 218px;
        margin: 6px 4px 16px 0 ;
	background-color: rgba(0, 0, 0, 0.1);
        min-height: 442px;
        position: relative;
        z-index: 100;
-moz-border-radius: 6px 0 0 6px; -webkit-border-radius: 6px 0 0 6px; -o-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
}
#menu_ li a { color:snow; }

#for_menu_ {margin: 0 0 0 0px ;padding: 0 ;list-style-type: none ;}
#for_menu_ img {border:0; margin:4px 0 0 4px;} 
#for_menu_ img {display:inline; }
#for_menu_ li{margin: 0 0 0 0 ;padding: 0;}

#pathinfo
{
color:white;
line-height:20px;
height:20px;
align:right;
width:82.0%;
border:solid 1px #666666;
display:inline-block;
-moz-border-radius:6px; -webkit-border-radius:6px; -o-border-radius:6px; border-radius:6px; 
margin:1px 0;
background-image:linear-gradient(to right,#5959CA, #FAFAFA 48%);
background: -webkit-linear-gradient( left, #5959CA, #FAFAFA 48%); background: -moz-linear-gradient( left, #5959CA, #FAFAFA 48%); background: -ms-linear-gradient( left, #5959CA, #FAFAFA 48%); background: -o-linear-gradient( left, #5959CA, #FAFAFA 48%)
}
div#pathinfo a {color:white;}
div#pathbacklink a {color:#000;text-decoration:none}

#contenu
{
	margin: 0 278px 16px 172px;
	padding: 2px;
	background-color: #eeeeee;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
height:auto;
min-height:600px;
}

#bas
{
	clear: both;
	padding: 1em;
	background-color: #3366ff;
	text-align: center;
}
label
{
	float: left;
	width: 250px;
	text-align: left;
}
#id_adresse
{
width: 250px;
}
#id_cp
{
width: 90px;
}
#id_clef
{
width: 70px;
}
#id_secure
{
width: 70px;
vertical-align:top;
}
input
{
	margin-bottom: 2px;
}

/*pour affichage profil*/
.flottant_droite {
	float: right;
	border: 1px solid #ffffff;
	position:relative;
	left:52%;
}

#bienvenue {
margin:22px 0 6px 2px; 
width:160px;
position:relative;
z-index:1000;
}

#avatar_menu {
	border: solid 1px #ffffff;
	background:#eeeeec;
	margin:4px 0 0 0;
}

span.label_profil {

	font-weight: bold;
}

#mdp_oublie {
        font-style: italic;
	color: #008B8B;
        font-size: 12px;
	margin-left: 38px;
}


input#right-but,input#left-but {
background:#000;
color:slategrey;
cursor: pointer;
-moz-border-radius:5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; 
}
input#left-but {
background:url('img/flecheRight.png') no-repeat; width:28px;height:26px;
}
input#right-but {
background:url('img/flecheLeft.png') no-repeat; width:28px;height:26px;
}

#i_video{
color:cornsilk;
text-decoration:underline;
font-style:italic;
}
.panier_centre{
    float: left;
    height: 100%;
    margin-left: 6px;
    position: relative;
    width: 720px;
}
.panier_centre button{
margin:4%;
}
#module_webkit_connexion, #module_webkit_connexion label, #module_webkit_connexion input{
text-align:left;
font-size:12px;
margin-left:0px;
width:90px;
}
#module_webkit_connexion{
display:none;
position:relative;
z-index:1000;
}
#module_webkit_connexion input[type="submit"]{
width:64px;
display:inline;
font-size:10px;
}
#module_webkit_mess{
//z-index:1;
}
/* Table commandes archive */
#listArchiveCmd{
border: medium solid #6495ed;
//border-collapse: collapse;
width: 50%;
}
#listArchiveCmd th {
font-family: monospace;
border: thin solid #6495ed;
width: 50%;
padding: 5px;
background-color: #D0E3FA;
}
#listArchiveCmd td {
font-family: sans-serif;
border: thin solid #6495ed;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
#listArchiveCmd caption {
font-family: sans-serif;
}
#ajoutPanier{
text-align:end;
}

.marquee {
    width: 90%;
    margin: 0 auto auto 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    -webkit-animation-play-state: paused
    -moz-animation-play-state: paused
    animation-play-state: paused
}

@-webkit-keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

@-moz-keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

.textdefilant{
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-style:italic;
    color:gray;
}
#LOGO{
border-radius: 4px;
left: -10px;
position: absolute;
top: 38px;
width: 240px;
-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 1.8s ease-in-out;
}
.drapeau{
margin-left:4px;
position:relative;
top:12px;
right:10px;
display:inline;
}
#FR{
##margin-left:34px;
}
#ES{
display:none !important;
}
#CA{
display:none !important;
}
#champLangue{
display:inline;
vertical-align:super;
width:20px;
height:17px !important;
position:relative;
top:12px;
right:0;
}
#eyes{
margin-left:20px;
display:none;
/**
position:relative;
top:-40px;
right:94px;
**/
position:absolute;
top:142px;
right:94px;
float:right;
}
#souffle{
position:absolute;
top:20px;
z-index:22;
}
#apropos{
border:medium solid transparent;
position:relative;
top:-70px;
font-size:small;
}
#inscription-block,#contact_{
/**color:rgb(76,76,76);**/
color:#fff;
/**display: inline-block; padding-left: 6px; background: rgba(255, 255, 255, 0.6) none repeat scroll 0px 0px; min-height: 448px; min-width: 82%;width:82%;**/
display: inline-block; padding-left: 6px; min-height: 448px; min-width: 81%;width:81%;
-webkit-border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;-o-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0;
margin-top:6px;
}
#id_message{
width:480px;
height:320px;
}
div#contact_ ul li {
color:red;
font-size:22px;
}
/*Sources et liens*/
.spacer{height:10px}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#mdp_oublie {
        font-style: italic;
        color:blue;
        font-size: 12px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input#left-but {
	background:url('img/flecheRightBig.png') no-repeat; width:50px;height:48px;
	margin-left:20px;
	}
	input#right-but {
	background:url('img/flecheLeftBig.png') no-repeat; width:50px;height:48px;
	margin-left:20px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input#left-but {
	background:url('img/flecheRightBig.png') no-repeat; width:50px;height:48px;
	margin-left:20px;
	}
	input#right-but {
	background:url('img/flecheLeftBig.png') no-repeat; width:50px;height:48px;
	margin-left:20px;
	}
	#click_description{
	background: orange;
	border: solid 1px white;
	border-radius: 4px; 
	padding:2px 0 2px 0;
	font-stretch:ultra-condensed;
	font-size:9px;
//background:url(img/butt_details.png) no-repeat;
	width:46px;
	height:12px;
	overflow:hidden;
        }
}
