/*
// Site	: http://www.martine.deloupy.com
// Date	: 2008-01-08 / 2008-01-12
*/

body
{
	background		: #FFF;
	color			: #000;
	font			: normal normal 11px Arial, Helvetica;
	margin			: 0;
	padding			: 0;
}

/*
// Section : Page.
*/
#page{
	width			: 796px;
	margin			: auto;
	background		: #FFF url('../images/gui/bkg/bkg_page.png') repeat-y left top;
}


/*
// Section : Main.
*/

#main
{
	width			: 764px;
	margin			: auto;
	background		: #FFF url('../images/gui/bkg/bkg_main.png') repeat-y 505px 400px;
}


/*
// Section : Header.
*/

#header
{
	background		: #FFF;
	height			: 178px;
}


/*
// Section : Header : Logo.
*/

#logo
{
	background		: #FFF url('../images/logos/logo-press-papiers.png') no-repeat top left;
	width			: 388px;
	height			: 178px;
	margin			: 0 0 0 16px;
	float			: left;
}

#logo h1,
#logo h2
{
	margin			: 0;
	padding			: 0;
}

#logo h1 a
{
	width			: 388px;
	height			: 178px;
	display			: block;
}

#logo h1 a span,
#logo h2 span
{
	display			: none;
}


/*
// Section : Header : Menu.
*/

#menu
{
	margin			: 0 0 0 495px;
	padding			: 23px 0 0 0;
}

#menu li
{
	list-style		: none;
	margin			: 4px 0;
	padding			: 0 0 0 14px;
}

#menu li.current
{
	background: #FFF url('../images/gui/bkg/bkg_menu.png') no-repeat center left;
}

#menu li.current a,
#menu li.current a:hover
{
	color			: #FF6600;
}

#menu li a
{
	color			: #BB5328;
	font-weight		: bold;
	letter-spacing	: 2px;
	text-decoration	: none;
	text-transform	: uppercase;
}

#menu li a:hover
{
	color			: #FF6600;
}


/*
// Section : Slideshow.
*/

#slideshow
{
	clear			: both;
}

#slideshow img,
#slideshow object
{
	display			: block;
}


/*
// Section : Content.
*/

#content
{
	width			: 453px;
	padding			: 10px 20px 0 30px;
	margin			: 0 0 20px 0;
	float			: left;
}

#content h1
{
	font 			: normal normal 22px "Trebuchet MS", Arial, sans-serif;
	color			: #F60;
}

#content h2
{
	font 			: normal bold 13px Arial, sans-serif;
	color			: #666;
	line-height		: 16px;
}

#content p
{
	font 			: normal normal 13px Arial, sans-serif;
	line-height		: 21px;
	color			: #666;
}

#content span.small
{
	font 			: normal normal 11px Arial, sans-serif;
}

#content p.block
{
	font 			: normal normal 11px Arial, sans-serif;
	border			: 1px solid #CCC;
	background		: #FFD;
	padding			: 10px;
	margin 			: 10px 0;
	width			: 90%;
}

#content ul
{
	margin			: auto;
	padding			: 4px;
}

#content ul li
{
	font 			: normal normal 12px Arial, sans-serif;
	color			: #666;
	list-style		: none;
	background		: transparent url('../images/gui/bkg/bkg_li.png') no-repeat left top;
	margin			: 4px 0 4px 20px;
	padding			: 0 0 0 20px;
}


/*
// Section : Medias.
*/

#medias
{
	width			: 238px;
	margin			: 0 0 0 505px;
	padding			: 36px 10px 281px 10px;
	background		: #FC0 url('../images/gui/bkg/bkg_medias.png') no-repeat top left;
}


/*
// Section : Footer.
*/

#footer
{
	background		: #FFF url('../images/gui/bkg/bkg_footer.png') no-repeat center top;
	clear			: both;
	text-align		: center;
	padding			: 2px 0 0 0;
}

#footer p,
#footer p a
{
	font			: normal bold 11px Arial, Helvetica;
	color			: #F60;
	text-decoration	: none;
}


/*
// Section : Tail.
*/

#tail
{
	background		: #FFF url('../images/gui/bkg/bkg_main_tail.png') no-repeat top left;
	height			: 20px;
}
