/*-----------------------------------------------------------------------------*/
/*Accueil*/
body 			{ background-color: #efefef;}
header 			{ background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
				background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );}
.barre 			{ background-color: #dddddd;}
.page 			{ background-color: #dddddd; box-shadow: 6px 6px 5px #aaa;}
h2 				{ width: 400px; margin: auto; background-color: #878787; color: white; text-align: center; border-radius: 15px; box-shadow: 6px 6px 5px #aaa; text-shadow: 3px 3px 5px #fff;}
.sliders 		{ text-align: center;}
.sliders img 	{ margin: 1em;}

/*-----------------------------------------------------------------------------*/
/* Le pied de page */
#pied_de_page	{ background-color: #efefef;}
#bordurepdp		{ position: relative; top: -30px; height: 30px;}
#navigateur		{ position: absolute; left: 10px; font-size: 10px; color: black;}
#logopied		{ margin-top: -20px}
a#firefox		{background-image: url(http://lgm-games.fr/images/logofirefox.png);background-repeat: no-repeat;position: absolute; bottom: -10px; left: 10px;height: 20px; width: 20px; }
a#chrome		{background-image: url(http://lgm-games.fr/images/logochrome.png);background-repeat: no-repeat;position: absolute; bottom: -10px; left: 35px;height: 20px; width: 20px; }
a#ie			{background-image: url(http://lgm-games.fr/images/logoie.png);background-repeat: no-repeat;position: absolute; bottom: -10px; left: 60px;height: 20px; width: 20px; }
/*a#android		{background-image: url(http://lgm-games.fr/images/logoandroid.png);background-repeat: no-repeat;position: absolute; bottom: -40px; left: 10px;height: 20px; width: 20px; }
a#ios			{background-image: url(http://lgm-games.fr/images/logoios.png);background-repeat: no-repeat;position: absolute; bottom: -40px; left: 35px;height: 20px; width: 20px; }
*/#textepiedpage	{ margin: auto; height: 15px; font-size: 15px; color: black;}
#textepiedpage a	{ color: black; font-weight: bold; text-decoration : none;}
#textepiedpage a:hover{ color: #878787; font-weight: bold; text-decoration : none;}
#validw3c		{  position: absolute; color: black;}
#validw3c a		{ color: #878787;}