/*
** 
** eMee Android CSS
** By K20 for eMee and PC-Shows
**
*/


/*
** Structure générale
*/

body {	
	background-color: #F0F0F0; 
	font-family: verdana;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0; 
}

a:link, a:active, a:visited { text-decoration: none; color : #3281B6; }
a:hover { text-decoration: underline; color : #296B98; }
div.clear { clear:both; }
.left { float:left; }
.right { float:right; }

h1
{
	text-decoration: none;
	border-left: solid medium #25638B;
	border-bottom:dashed thin #3D292A;
	font-size: 18px;
	color: #296B98;
	padding-left: 5px;
	width: 90%;
}

img { border: none; }

/*
** Menus
*/

/* Explore */

#explore_menu
{
	display: block;
	width: 890px;
	text-align: center;
	background: #D4D4D4;
	padding: 5px;
	border-bottom: 1px solid #3281B6;
	border-top: 1px solid #3281B6;
}

/* Menu haut */

#menu_up
{
	margin: 0;
	margin-left: 640px;
	padding: 5px;
	background: #000;
	opacity: 0.65;
}

#menu_up li
{
	display:inline;
	color: #FFF;
}

#menu_up li a
{
	text-decoration: none;
	color : #FFFFFF;
}

#menu_up li a:hover
{
	text-decoration: underline;
	color : #B62828;
}

/* Menu principal */

#menu
{
	text-align: left;
	width: 950px;
	height: 64px;
	background-image: url('/images/menu.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#menu .accueil { margin: 0; padding: 0; margin-left : 380px; display:inline; }
#menu .contact { margin: 0; padding: 0; margin-left : 8px; display:inline;}

/*
** Contenu
*/

#header
{
	width: 950px ;
	height: 197px;
	margin: 0;
	padding: 0;
}

#header_top
{
	width: 950px ;
	height: 26px;
	background-image:url('/images/header_top.png');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#header_middle
{
	width: 950px ;
	height: 107px;
	background-image:url('/images/header.png');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#conteneur
{
	width: 950px ;
	height:auto;
	text-align: justify;
	margin: 0 auto ;
	background-image:url('/images/fond.png');
	background-repeat:repeat-y;
}

#middle
{
	width : 900px;
	height: auto;
	text-align: justify;
	padding: 5px 0 5px 20px;
}

/*
** Footer
*/

#footer 
{
	background-image:url('/images/footer.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 86px;
	bottom: 0;
	text-align: center;
	clear: both;
}

#footer_conteneur
{
	padding-top: 45px;
	margin: 0 auto;
	font-weight: bold;
}

#footer_conteneur a { text-decoration: none; color : #FFF; }
#footer_conteneur a:hover { text-decoration: underline; color : #DDD; }

/*
** Autres
*/

.img_inline
{
	display: inline;
}

.input
{
	margin-bottom: 2px;
}

.button
{
	color: #333333;
	font-weight: bold;
	background-color: #D4D4D4;
	border: 1px solid #6C6C6C;
}

.button:hover
{
	color: #FFFCE6;
	font-weight: bold;
	background-color: #D4D4D4;
	border: 1px solid #6C6C6C;
}

.bordure
{
	height: 20px;
	padding: 20px;
	width: 600px;
	border-top:2px dashed #6C6C6C;
}

.to_centre
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}

.mini 
{ 
	margin: 0px auto 0px auto;
	width : 200px;
	height: 200px;
	border:none;
}

.searchlite
{
	font-weight: bold;
	color: #24272C;
	background-color: #A6AAB3;
}

.pub {
	text-align:left;
	border: thin solid #000000;
	background-color: #FFFFFF;
	width: auto;
}