/*
Theme Name: Stéphane Dietrich
Description: Le thème du site officiel de Stéphane Dietrich
Version: 1.0
Author: Houillon Nelson
Author URI: http://www.bonjour-monde.com/
*/

html
{
	color: white;
	margin: 0;
	padding:0;
}

object, embed
{
	background-color: black;
}

body
{
	margin: 0;
	padding:0;
	font: normal 11px Geneva,"Lucida Sans",Undotum,sans-serif;
	background-color: black;
}

h1,h2,h3,h4,h5,strong
{
	margin: 0;
	color: rgb(255,235,235);
}

h2
{
	margin-bottom: 22px !important
}

h3
{
	margin: 20px 0 10px 0 !important;
}

hr
{
	color: transparent;
	border-bottom: 1px solid rgb(70,0,0);
}

a:link,
a:visited
{
	text-decoration: none;
	color: rgb(250,200,200) !important;
}

a:hover
{
	color: rgb(250,250,250);
	text-decoration: underline;
}

a img
{
	border: none
}

.alignleft
{
	float: left;
	margin: 0 16px 16px 0;
}

.alignright
{
	float: right;
	margin: 0 0 13px 26px;
}

table
{
	width: 100%;
}

table td
{
	padding: 4px 0;
	background: rgb(100,0,0);
}

/*
 * Barre de langue
 */

#locale
{
	text-align: center;
	margin-top: 10px;
	cursor: default;
}

#locale a
{
	color: white !important;
}


/*
 * Diaporama
 */

#header-parent
{
	padding-top: 30px;
	background-color: rgb(0,0,0)
}

#header
{
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}

#header img
{
	z-index: 90;
	background-color: black;
	position: absolute;
}

.hide
{
	z-index: 80;
	opacity: 0;
}

/*
 * Conteneur du menu
 * Occupe toute la largeur de la page
 */

div#menu-parent
{
	z-index: 90;
	width: 100%;
	position: relative;
}

div#shadow
{
	width: 100%;
	height: 25px;
	position: absolute;
	background: transparent url(images/shadow.png) repeat-x 0 0;
}

/*
 * Menu
 */

ul#menu
{
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	white-space: nowrap;
	background-color: rgb(130,0,0);
}

ul#menu > li
{
	text-align: left;
	display: inline-block;
}

#menu > li > a
{
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 150px;
	float: left;
	min-width: 55px;
	line-height: 270px;
	padding: 0 24px 5px 24px;
}

#menu li.logo a
{
	width: 274px;
	line-height: 260px;
	height: 150px;
	text-align: right;
	padding: 0 20px 0 0;
	background: transparent url(images/logo.png) no-repeat 0 0;
}

#menu li.logo:hover a
{
	color: rgb(250,200,200) !important;
}

#menu li a:hover
{
	color: white !important
}

#menu li.li1
{
	background-color: rgb(103,0,6)
}

#menu li.li2
{
	background-color: rgb(111,60,50)
}

#menu li.li3
{
	background-color: rgb(141,90,80)
}

#menu li.li4
{
	background-color: rgb(161,120,110)
}

#menu li.li5
{
	background-color: rgb(191,150,140)
}

#menu li.li5 a
{
	color: rgb(120,80,70) !important;
}

#menu li.li6
{
	background-color: rgb(103,0,6)
}


/*
 * Sous-menus
 */

#menu ol
{
	margin: 155px 0 0 0;
	font-size: 0;
	display: none;
	padding: 0 24px;
	min-width: 142px;
	position: absolute;
	background-color: inherit;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-box-shadow: 2px 5px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.25);
}

#menu ol > li
{
	margin: 0;
	padding: 0;
	display: block;
}

#menu ol > li > a
{
	display: block;
	font-size: 12px;
	padding: 10px 0;
	text-decoration: none;
}

#menu > li:hover ol
{
	display: block;
}

#menu > li a:hover
{
	color: white !important
}

#menu a:focus,
#menu a:active
{
	outline: 0 none
}

/*
 * Conteneur
 */

#container-parent
{
	width: 100%;
	min-height: 1000px;
	background: rgb(43,0,0) url(images/tapis-background.jpg) repeat 0 0;
}

#container-light
{
	background: transparent url(images/tapis-light.jpg) no-repeat top center;
	width: 100%;
	height: 805px;
	position: absolute;
	z-index: 10;
}

#container
{
	position: relative;
	z-index: 75;
	width: 700px;
	font-size: 1.2em;
	min-height: 432px;
	padding: 40px 40px;
	margin: 0 auto 0 auto;
	color: rgb(250,230,230);
	background: rgb(80,10,10) url(images/shadow-light.png) repeat-x 0 0;
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

#credits
{
	position: relative;
	z-index: 75;
	padding: 6px;
	margin: 0;
	text-align: center;
}

