/* CSS réalisé par Le Raton Laveur
---------------------------------------------------------*/
* { outline: none; -moz-outline-style: none; }
body {
	background: #6a8ca0;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color:#505050;
	margin:0;
	padding:0;
}


/* Styles usuels
-------------------------------------------------------- */

::-moz-selection{
    background:#9dcce0;
	color:#fff;
}
::selection {
	background:#9dcce0;
	color:#fff;
}
.left { float: left; }
.right { float: right; }
a:link, a:visited{
	text-decoration:none;
	color:#505050;
	font-weight:bold;
	}
a:active, a:hover{
	text-decoration:none;
	color:#6699b6;
	font-weight:bold;
	}
ul{
	list-style-image:url(theme/li.jpg);
	}
/* Page
-------------------------------------------------------- */
#page{
	top:0px;
	width: 792px;
	margin: 0 auto;
	padding:0 4px;
	background: transparent url(theme/page.png) repeat-y top left;
	}
.loader{
	width:220px;
	height:19px;
	margin:0 auto;
	background:url(theme/loader.gif) top left no-repeat;
}
#top{
	position:relative;
	top:0px;
	height:260px;
	width:100%;
	margin: 0;
	padding:0;
	background: transparent url(theme/ban.jpg) top left no-repeat;
}
#menu{
	position:absolute;
	bottom:0px;
	right:0;
	background:url(theme/menu_d.png) top right no-repeat;
	font-size:1.3em;
	margin: 0;
	padding:0 12px 0 0;

}
#sousmenu{
	float:left;
	width:134px;
	padding:20px 10px 0 10px;
	background:url(theme/gauche.jpg) top left no-repeat #FFFFFF;
}
#contenu{
	float:left;
	width:598px;
	padding:20px 20px 0 20px;
	background:url(theme/contenu.jpg) top left no-repeat #FFFFFF;
}
#bas{
	height:22px;
	width:800px;
	margin:0 auto;
	padding-top:35px;
	background:url(theme/bas.jpg) top left no-repeat #6A8CA0;
	color:#FFFFFF;
	line-height:22px;
	text-align:center;
	}
#preview{
	position:absolute;
	border:3px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}

/* Menu
-------------------------------------------------------- */
#menu ul {
	margin: 0;
	padding: 0 0 0 12px;
	height:24px;
	list-style: none;
	background:url(theme/menu_g.png) top left no-repeat;
}
#menu li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a:link, #menu li a:visited {
	background-image: url(theme/menu.png);
	background-repeat: repeat-x;
	height: 24px;
	display: block;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#menu li a:active, #menu li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(theme/menu_on.png);
	background-repeat: repeat-x;
}

/* Menu de gauche
-------------------------------------------------------- */
#sousmenu h1{
	background: url(theme/categorie.png) no-repeat;
	text-align:center;
	height:34px;
	line-height:34px;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	}
	
/* Contenu
-------------------------------------------------------- */
#contenu h1{
	background: url(theme/titre.png) no-repeat;
	padding-left : 10px;
	margin-left:60px;
	height:21px;
	line-height:21px;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
	}
	
/* Bas
-------------------------------------------------------- */
#bas a,#bas a:visited{
	color:#CCCCCC;
	}
#bas a:hover,#bas a:active{
	color:#FFFFFF;
	}