@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
	background: #081003 url(imagesog/background-sl3og.jpg) center top no-repeat;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#global {
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
a { 
	text-decoration:none; 
}
h1 span{
	visibility: hidden;
}
h4 {
	padding-bottom: 10px;	
	padding-top: 5px;
}
*:first-child+html h4 {
	font-size:12px;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
.cacher {
	display:none;	
}
#header {
	background: url(imagesog/interface_header.png) no-repeat center top;
	margin: 0 auto;
	height: 224px;
	width: 830px;
}
.clearbloc {
    zoom: 1; /* Pour IE */
}
.clearbloc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.cacher { display: none; }
.erreur_joueur {
	color: #F00;
	padding: 5px 0;
}
/*-----------------------------LOG-IN-------------------------------------*/
#login {
	position:absolute;
	left: 591px;	
}
#login input[type='text'], #login input[type='password']{
	background: none;
	border: none;
	width: 80px;	
}
#login input[type='submit']{
	position: absolute;
	background: url(imagesog/btn_entrer.png) center top no-repeat;
	border: none;
	width:81px;
	height: 29px;
	left: 130px;
	top: 50px;	
	color: transparent;		
}
#login input[type='submit']:hover{
	background-position: 0% -29px;
	cursor: pointer;
}

#login a {
	display: block;
	color: #FFF;
	position: absolute;
	left: 130px;
	top: 80px;
	width:81px;
	text-decoration:underline;
	text-align: center;

}
#login ul {
	margin-top: 53px;	
}
#login li {
	height: 6px;
	margin-bottom: 20px;	
}
/*-----------------------------MENU---------------------------------------*/
#menu {
	background: url(imagesog/menu_bg.png) no-repeat center top;
	padding: 10px 0px 0px 10px;
	width: 169px;
	height: 237px;
	top: 210px;
	left: 135px;
	position: absolute;
}
*:first-child+html #menu{
	padding-top: 30px;
}

#menu span {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu li {
	list-style:none;
}
#menu a {	
	display:block;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	margin: 3px auto 3px auto;
	background:url(imagesog/menu_elem_bg.png) no-repeat center;
}
#menu a:hover {
	background:url(imagesog/menu_elem_bg_over.png) no-repeat center;
	font-weight:bold;
}
#menu span {
	visibility:hidden;
}
.jeu_menu {
	margin-top: 20px;
	background:url(imagesog/menu_jeu.png) no-repeat center top;
}
.support_menu {
	background:url(imagesog/menu_support.png) no-repeat center top;	
}
/*---------------------------PRINCIPAL------------------------------------*/
#principal {
	background: url(imagesog/interface_middle.png) repeat-y center ;
	width: 830px;
	min-height: 250px;
	margin: 0 auto;
}
/*----------------------------FOOTER--------------------------------------*/
#footer {
	background: url(imagesog/interface_footer.png) no-repeat bottom ;
	width: 830px;
	height: 73px;
	margin: 0 auto;
}
#footer p{
	padding: 35px 0px 0px 0px;
	color: #FFFFFF;
	text-align: center;
}
#footer a{
	color:#FFC;
}
#footer a:hover{
	font-weight:bold;
	color:#FFF;
}
/*-------------LES BLOCS ------------------*/
.conteneur_principal {
	width: 492px;
	float: right;
	margin: -25px 110px 0px 0px;	
}
.conteneur_principal p{
	padding: 10px 15px 0 15px;
	text-align: justify;
}
/*------------grand cadre----------------*/

.grand_cadre {
	background: url(imagesog/cadre-middle.png) center repeat-y;
	width: 492px;
}
.grand_cadre_top {
	background: url(imagesog/cadre-top.png) center top no-repeat;
	width: 492px;
	height: 33px;	
}
.gccouleur_a {
	background: url(imagesog/grand-cadre_top_bleu.png) center top no-repeat;	
}
.grand_cadre_bottom {
	background: url(imagesog/cadre-bottom.png) center top no-repeat;
	width: 492px;
	height: 37px;	
}
.grand_cadre h3 {	
	color:#09F;
	padding-bottom: 10px;
	background: url(imagesog/fond_sous_titre.png) center top no-repeat;
	background-position: 50% 30%;
}
*:first-child+html .grand_cadre h3 { 
	font-size: 14px;
}
.grand_cadre h4 {
	padding:0 0;	
}
.grand_cadre p {
	display: block;
	padding: 5px 25px;
}
.actu_liste {
	margin: 0px auto;
	width: 90%;
}

.actu_liste li {
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
.actu_date{
	display: inline-block;
	float: left;
	width: 30%;
}
.actu_cont {
	display: inline-block;
	width: 70%;
}
/*----------------Accueil-------------------*/
.images_exemple li {
	display: inline;		
}
.images_exemple img {
	border: none;
}
/*--------------Inscription------------------*/
a.inscription_btn {
	display: block;
	background: url(imagesog/inscrivez_vous.png) center top no-repeat;
	margin-top: -130px;
	margin-right: 140px;
	float: right;
	width: 280px;
	height: 150px;
	color: transparent;	
}
a.inscription_btn:hover {
	background-position: 0% -150px;	
	cursor: pointer;
}
a.inscription_btn span{
	visibility: hidden;
	} 

.inscription_formulaire {
	display:block;
	text-align:right;
	width: 90%;
	margin: 0 auto;
}

.inscription_formulaire li {
margin-bottom: 8px;
}
.inscription_formulair label {
	float: left;	
}
.inscription_formulaire input[type='submit']{
	display: block;
	background: url(imagesog/btn_inscrire.png) center top no-repeat;
	border: none;
	width:81px;
	height: 29px;
	color: transparent;
	margin: 0 auto;		
}
.inscription_formulaire input[type='submit']:hover{
	background-position: 0% -30px;
	cursor: pointer;
}
.deco {
	display: block;
	background: url(imagesog/canard.png) center top no-repeat;
	position: absolute;
	top: 440px;
	left: 100px;
	width: 264px;
	height: 253px;
	color: transparent;	
}

/*---------------Cadeaux--------------------*/
a.cadeaux {
	display: block;
	background: url(imagesog/coffre.png) center top no-repeat;
	position: absolute;
	top: 440px;
	left: 100px;
	width: 264px;
	height: 253px;
	color: transparent;	
}
a.cadeaux:hover {
	background-position: 0% -253px;	
	cursor: pointer;
}
a.cadeaux span{visibility: hidden;}
.lot  {
	width: 90%;	
	margin: 0 auto;
	padding-bottom: 10px;
}
.lot img {
	text-align: center;	
	float: left;
	width: 25%;
}
.lot_desc {
	width: 70%;	
	float: right;
}
.lot h5 {
	display: block;
	padding: 20px 0;
	/*border-bottom:  dotted 1px #000;*/
	font-size: 14px;
	/*color: #093;*/
	text-align: left;

}
.lot p {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 5px;		
}
.titre {
	visibility: hidden;	
}
.separation_lot strong {
	color: #C03;
	font-size: 14px;
}
.brief {display:none;}
.separation_lot h3 {
	font-size: 18px;
}
.separation_lot img {
	border: 1px solid black;	
}
/*---------------Recup-MDP-------------------*/
.erreur_activation {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
input[name='go']{
	display: block;
	background: url(imagesog/btn_go.png) center top no-repeat;
	border: none;
	width:81px;
	height: 29px;
	color: transparent;
	margin: 0 auto;		
}
input[name='go']:hover{
	background-position: 0% -30px;
	cursor: pointer;
}

/*----------------Icones reseaux sociaux et rss --------------------*/
.icones {
	position: absolute;
	top: 689px;
	left: 190px;	
}
.icones li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
*:first-child+html .icones li { 
	display: inline;
}
.icones img {
	border: none;	
}
.sponsor {
	font-size:10px;
	width:100%;
	height:40px;
	text-align:center;
}
.sponsor a {
	text-decoration: none;
	color: #798794;
}

.sponsor a:hover {
	text-decoration: none;
	color: #ffb12e;
}