#construction {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 100px;
     margin-top: -50px; /* moitié de la hauteur */
     margin-left: -350px; /* moitié de la largeur */
	 text-align:center;
	 color:#8A8A8A;
	 font:Arial, Helvetica, sans-serif;
	 font-size:36px;
	 font-weight:bold;
	 background-color:#FFFFFF;
	 z-index:12;
}

body
{
	background-color: #eee;
	color: black;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(../images/backshade.gif);
	background-position: 50% 0;
	font-size: 0.7em;
}

.all
{
	position: relative;
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	-min-height: 100%;
	height: 100%;
}

.page
{
	position: relative;
	width: 700px;
	height: 700px;
}

h1
{
    font-size: 23px;
    margin: 0;
    padding: 0;
    width: 700px;
    border-bottom: 1px solid #888;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

a
{
    color: rgb(27,83,175);
}

.score
{
    position: absolute;
    top: 10px;
    right: 110px;
    width: 100px;
    text-align: right;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
}

#counter
{
    position: absolute;
    left: 520px;
    top: 26px;
    width: 100px;
    text-align: right;
    height: 30px;
    font-size: 11px;
    color: gray;
    font-weight: bold;
    display: none;
}

.right
{
    font-weight: bold;
    color: green;
    width: 300px;
}

.wrong
{
    font-weight: bold;
    color: red;
    width: 300px;
}

#ad
{
    position: absolute;
    left: 350px;
    top: 60px;
    width: 350px;
    height: 260px;
    background-image: url(../index_fichiers/product-image/ad.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    font-size: 90%;
    padding-left: 12px;
}

.categoryImage
{
    margin-top: 22px;
}

.adText
{
    width: 200px;
}

#adMessage
{
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 65px;
    width: 400px;
    height: 30px;
    color: #fff;
}

#adMessage a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#adMessage a:hover
{
    text-decoration: underline;
}

.instructions
{
    color: #777;
    font-size: 90%;
    margin-top: 20px;
    width: 400px;
}

.continue
{
    font-weight: bold;
}

.register
{
    font-size: 80%;
    width: 400px;
    color: #444;
}

.register a
{
    color: #444;
    text-decoration: underline;
}

#navigation
{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 81px;
	font-size: 90%;
}

#home #navigation
{
    top: 750px;
}

.mainLogo
{
    position: absolute;
    left: 0;
    top: 0;
    width: 137px;
    margin-top: 20px;
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.subTitle
{
    color: rgb(168,45,45);
    font-size: 14px;
    font-weight: bold;
}

.mainLogo a,
.mainLogoHome a
{
    text-decoration: none;
}

.mainNavigation
{
    position: absolute;
    left: 150px;
    top: 0;
    width: 560px;
    height: 120px;
}

#footer
{
	clear: both;
	position: relative;
	top: 125px;
	padding-top: 4px;
	border-top: 1px solid #888;
	padding-bottom: 10px;
	color: #777;
	font-size: 12px;
	width: 700px;
}


#navigation a
{
    color: #000;
}

#navigation a img
{
    border: 0;
}

#navigation #footer a
{
    text-decoration: underline;
}

#navigation #footer strong a
{
    color: rgb(27,83,175);
}

#counterwrap
{
    width: 100px;
    height: 6px;
    background-color: #eee;
    border: 1px solid #999;
    overflow: hidden;
    position: absolute;
    left: 404px;
    top: 14px;
    z-index: 0;
    border-bottom: 1px solid black;
    cursor: pointer;
}

#counterbar
{
    background-color: rgb(0,120,100);
    width: 100px;
}

a.definition
{
    color: rgb(0,135,105);
}

.tellafriend
{
    border: 1px dashed black;
    padding: 10px;
    width: 280px;
    margin-top: 40px;
    margin-bottom: 40px;
}

body a .new
{
    font-size: 90%;
    color: red;
}

.new
{
    color: red;
}

.homeNavigation
{
    font-size: 110%;
    margin-top: 40px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
    letter-spacing: 1px;
    width: 490px;
}

.homeNavigation,
.homeNavigationAll,
.allSwitch
{
    color: rgb(130,130,130);
}

.homeNavigationAll
{
    font-size: 105%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 28px;
    letter-spacing: 1px;
}

.homeAds
{
    width: 468px;
    border-top: 1px solid #bbb;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
}

.allLanguages
{
    font-size: 90%;
    margin-top: 30px;
    font-style: italic;
}

#home .page
{
    text-align: center;
}

#home #footer
{
    position: relative;
    top: 10px;
    left: 0;
}

#home a img
{
    border: 0;
}

.navigationAds
{
    margin-top: 10px;
    padding-top: 2px;
    border-top: 1px solid #bbb;
    width: 545px;
}

.content
{
    min-height: 200px;
}

#zhMainNavigation
{
    line-height: 20px;
}

div#ruMainNavigation
{
    font-size: 90%;
}

#languageSwitch
{
    font-size: 80%;
    position: absolute;
    top: 9px;
    right: 20px;
    width: 100px;
    text-align: right;
}

#languageSwitch a
{
    color: #000;
}

.currentGame
{
    color: #555;
}


.currentGame .new
{
    font-size: 90%;
    color: red;
    font-weight: normal;
}

.largeAd
{
    position: absolute;
    left: 575px;
    top: 62px;
    width: 170px;
    height: 610px;
}

.googleSmallAd
{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 300px
}

#englishWordGames
{
    background-color: #eee;
    display: none;
}

#englishWordGamesLink
{
    font-weight: bold;
    font-size: 85%;
}

#languageSelection
{
    background-color: #eee;
    display: none;
    width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.homeMore
{
    margin-top: 40px;
    font-size: 90%;
}
#header {
	clear: both;
	position: relative;
	top: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 12px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.titre {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FE7A10;
	font-weight: bold;
}
#menu {
	clear: both;
	position: relative;
	top: -43px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #888;
	border-left-color: #FFFFFF;
	text-align:left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#centre h2 {
	background:url(../images/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#centre h2 span { color:#BFBFBF; }

#centre {
	clear: both;
	position: absolute;
	top: 125px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:left;
	left: 0px;
	right: 0px;
}



#droite h2 {
	background:url(../images/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#BFBFBF; }

#droite {
	clear: both;
	position: absolute;
	top: 125px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:left;
	left: 250px;
	right: 0px;
}

#gauche_one {
	clear: both;
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:left;
	left: 0px;
	top: 352px;
}

#gauche_one h2 {
	background:url(../images/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#gauche_one h2 span { color:#BFBFBF; }

#gauche_two {
	clear: both;
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:left;
	left: 0px;
	top: 125px;
}

#gauche_two h2 {
	background:url(../images/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#gauche_two h2 span { color:#BFBFBF; }

.titre a:link {
	font-family: "Trebuchet MS";
	color: #8A8A8A;
	font-weight: bold;
	text-decoration: none;
}

.titre a:visited {
	font-family: "Trebuchet MS";
	color: #8A8A8A;
	font-weight: bold;
	text-decoration: none;
}

.titre a:hover {
	font-family: "Trebuchet MS";
	color: #BFBFBF;
	font-weight: bold;
	text-decoration: none;
}

.lien a:link {
	color: #FE7A10;
	font-weight: bold;
	text-decoration: none;
}

.lien a:visited {
	color: #FE7A10;
	font-weight: bold;
	text-decoration: none;
}

.lien a:hover {
	color:#8A8A8A;
	font-weight: bold;
	text-decoration: none;
}
.partenaire {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color:#FE7A10;
}

