/*
** 
** EasyShare CSS
** By K20 for PC-Shows
**
*/


/*
** Structure générale
*/

body {	
	background-color: #F5F5F5; 
	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 : #1169EF; }
a:hover { text-decoration: underline; color : #A2C5F9; }
div.clear { clear:both; }
.left { float:left; }
.right { float:right; }

h1
{
	text-decoration: none;
	border-left: solid medium #F2D500;
	border-bottom:dashed thin #F2D500;
	font-size: 18px;
	color: #B98B00;
	padding-left: 5px;
	width: 90%;
}

img { border: none; }

/*
** Menus
*/

/* Explore */

#explore_menu
{
	display: block;
	width: 890px;
	text-align: center;
	background: #FEFBE9;
	padding: 5px;
	border-bottom: 1px solid #BB8C00;
	border-top: 1px solid #BB8C00;
}

/* Menu haut */

#menu_up
{
	margin: 0;
	margin-left: 640px;
	padding: 0;
	padding-top: 4px;
}

#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 : #FFF8CA;
}

/* Menu principal */

#main_menu
{
	width: 1050px ;
	height: 49px;
	background-image:url('/images/bas_header.jpg');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#main_menu ul li
{
	list-style: none;
}

#main_menu .activ a:link, #main_menu .activ a:active, #main_menu .activ a:visited
{
	background: transparent url('/images/menu/actual.png') no-repeat;
}

#main_menu ul li a:link, #main_menu ul li a:active, #main_menu ul li a:visited
{
	background: transparent url('/images/menu/normal.png') no-repeat;
}

#main_menu ul li a:hover
{
	background: transparent url('/images/menu/hover.png') no-repeat;
}

#main_menu ul
{
	margin: 0;
	margin-left: 200px;
	padding: 0;
	padding-top: 3px;
	height: 49px;
}

#main_menu li
{
	display:inline;
	background-image: url('/images/menu/normal.png');
	background-repeat: no-repeat;
	width: 135px;
	height: 38px;
}

#main_menu li a
{
	height: 38px;
	width: 135px;
	padding-top: 8px;
	padding-left: 15px;
	display: block;
	float: left;
}

/*
** Contenu
*/

#header
{
	width: 1050px ;
	height: 135px;
	margin: 0;
	padding: 0;
}

#header_top
{
	width: 1050px ;
	height: 26px;
	background-image:url('/images/haut_header.jpg');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#header_middle
{
	width: 1050px ;
	height: 60px;
	background-image:url('/images/milieu_header.jpg');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#conteneur
{
	width: 1050px ;
	height:auto;
	text-align: justify;
	margin: 0 auto ;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-y;
}

#middle
{
	width : 900px;
	height: auto;
	text-align: justify;
	padding: 5px 0 5px 70px;
}

#contenu a:link, #contenu a:active, #contenu a:visited { text-decoration: none; color : #1169EF; }
#contenu a:hover { text-decoration: underline; color : #A2C5F9; }

/*
** Administration
*/

#admin
{
	background-color: #FFF2A3;
	width: 100%;
	padding: 5px;
	border: dashed 1px #817041;
}

#admin td
{
	padding: 10px;
	margin: 5px;
	border:1px solid #443A22;
	background-color:#FFE598;
	text-align: center;
}

/* 
** Explore
*/

.file_and_folder
{
	min-width: 100px;
	height: auto;
	min-height: 50px;
	background: #FEFBE9;
	border: 1px dashed #BB8C00;
	float: left;
	text-align: center;
	margin : 5px;
	padding: 5px;
}

.file_ins
{
	margin-top: 5px;
	text-align: left;
	width : 100px;
}

/*
** Footer
*/

#footer 
{
	background-image:url('/images/footer.jpg');
	background-repeat: no-repeat;
	width: 1050px;
	height: 48px;
	bottom: 0;
	text-align: center;
	clear: both;
}

#footer_conteneur
{
	padding-top: 22px;
	margin: 0 auto;
}

#footer_border
{
	width: 965px;
	margin-left: 40px;
	border-bottom:1px solid #000911;
}

#footer_conteneur a { text-decoration: none; color : #1169EF; }
#footer_conteneur a:hover { text-decoration: underline; color : #A2C5F9; }

/*
** Autres
*/

.img_inline
{
	display: inline;
}

.input
{
	margin-bottom: 2px;
}

.button
{
	color: #333333;
	font-weight: bold;
	background-color: #FFFCE6;
	border: 1px solid #F2D500;
}

.button:hover
{
	color: #FFFCE6;
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #F2D500;
}

.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;
}