/**
   Layout for on-screen and on-line gameplay w/active elements.

   Copyright 2003, 2012 Karl Geiger, all rights reserved.
*/

body {
    color: #66AFC8;
    background-color : White;
    font-family : Helvetica, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    background-color: #66AFC8;
    color: White;
    border: #66AFC8;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
}

textarea, input {
    font-family: monospace;
    font-size:   10pt;
}

strong {
    color : Red;
}
.markedcell {
    background-image: url('img/token.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.bingocard {
    background-color: #66AFC8;
    color: white;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    padding: 10px;
	float:left;
} .bingocard table {
    border-style: solid;
    border-color: #66AFC8;
    border-width: 1px;
    border-spacing: 0px;
    padding: 0px;
    margin: auto;
} .bingocard th {
    width: 120px;
    border-style: solid;
    border-color: #66AFC8;
    border-width: 1px;
    background: #66AFC8;
} .bingocard td {
    width: 120px;
    height: 120px;
    border-style: solid;
    border-color: #66AFC8;
    border-width: 1px;
    background: white;
    color: #000000;
    text-align: center;
    vertical-align: center;
} 
.bingocard td:hover {
    background-color: LightBlue;
	cursor:crosshair;
} 
.bingocard td.markedcell:hover {cursor:default;}
.bingocard td:active {
    background-color: yellow;
}
.bingocard table.gagne td:hover {
    background-color: White;
	cursor:default;
} 
.bingocard table.gagne td.markedcell:hover {cursor:default;background-color: LightBlue;}

.bingocard td .description_phrase,.bingocard td .video_phrase {display:none;}
.bingocard td  .voir_video {width:100%;bottom:0px;margin-top:-20px;background-color:#000000;color:#ffffff;display:none;}
.bingocard td .cell_wrapper {position:relative;height:100%;}
.bingocard td.has_video:hover .voir_video {display:block;}
.bingocard td.video_active .voir_video {display:block;background-color:red;}

.quotation {
background-color: #ededed;
padding: 10px 15px 10px 20px;
margin: 20px 5px 20px 0;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 18px;
color:#555;
}

p.quotation {
clear: both;
margin: 2px 0;
position: relative;
padding: 15px 15px 25px 20px;
top: 5px;
}

p.quotation:before {
content: "";
background: url(http://www.marsactu.fr/sites/all/themes/marsactu/images/sprite-icons.png) no-repeat;
background-position: -170px -38px;
height: 45px;
margin-right: 5px;
width: 57px;
display: inline-block;
vertical-align: text-bottom;
}
p.quotation:after {
content: "";
background: url(/sites/all/themes/marsactu/images/sprite-icons.png) no-repeat;
background-position: -227px -38px;
height: 45px;
margin-left: 5px;
width: 57px;
position: absolute;
}
.video_container {width:100%;}
#detailcarte {
padding:15px;
float:left;
width:616px;
height:730px;
margin-left:30px;
border: solid 5px #66AFC8;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#pres_bingaudin {height:150px;}
#pres_bingaudin p{color:#555;}
#pres_bingaudin strong {color:#66AFC8;}
#desc_carte {height:200px;}
#vid_carte {height:370px;}


.cardheader {
    font-size: 48pt;
    line-height: 90%;
    text-align: center;
    margin: 0 auto 0 auto;
}

.vocabtable {
   text-align: center;
   vertical-align: center;
   width: 30%;
}.vocabtable td {
}

.adboxtop {
    border: 2px solid #66AFC8;
    margin-bottom: 0;
    border-radius: 7px 7px 0 0;
}.adboxmiddle {
    border-left: 2px solid #66AFC8;
    border-right: 2px solid #66AFC8;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1ex;
    padding-top: 1ex;
}.adboxend {
    border-left: 2px solid #66AFC8;
    border-right: 2px solid #66AFC8;
    border-bottom : 2px solid #66AFC8;
    border-radius: 0 0 7px 7px;
    margin-top: 0;
    padding-top: 1ex;
    padding-left: 1ex;
    padding-bottom: 1ex;
} ul.adboxmiddle,
  ul.adboxend {
    padding-left: 2em;
} h1.adboxtop, h2.adboxtop, h3.adboxtop {
      margin-top: 0;
}

.note {
    font-style: italic;
    font-size : smaller;
	background-color:#AAD7E6;
	text-align:center;
}

.right {
    float: right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.whitelink {
    text-decoration: none;
    color: white;
}

.headandfoot {
    width : 96%;
    margin: 0 auto 0 auto;
    clear : both
}


#main {
    width: 100%;
    margin-left : auto;
    margin-right: auto;
}

#adcolumn {
    float: left; 
    width: 175px;
}

#gamecolumn {
    float: none;
    width: auto;
    margin-left: 0px;
}

#content {
    float: none;
    width: auto;
    margin-left: 190px;
}

#thecard {
    max-width: 660px;
}
#custominput {
    max-width: 525px;
}
