/**
*	
*	Feuille de styles
*	-----------------
*
*	QuoiFaire & MieuxVivre
*
*	Auteur : Sebastien Rothlisberger
*	Creation : Rothlis.com
*
*/

body {
	background : #fff repeat-x url(/quoifaire/images/dynamic/qf_fond.gif);
	color: #333;
	font: 13px "Century Gothic", "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

img {
	border:none;
}

/*
	Interface
*/
#page {
	position:relative;
	width:748px;
	margin: 0px auto 0px auto;
	padding: 0px 16px 16px 16px;
	background-color:#fff;
}

#topBar {
	position:relative;
	height:26px;
	padding: 4px 0px 4px 0px;
}

#topLeft {
	position:absolute;
	top: 8px;
	left:20px;
	height:25px;
	font-size:12px;
}

#topRight {
	position:absolute;
	top: 8px;
	right:20px;
	height:25px;
}

.topMenu {
	color:#000;
	font-size:11px;
	padding:5px 15px 5px 15px;
	height:20px;
	border-top: solid 3px gray;
	/*background:url(/quoifaire/images/QF-Top-Degrad.jpg) repeat-x;*/
}

#topRight span a {
	color:#999;
}

#topRight span a:hover {
	color:#333;
}

.topEdition {
	color:#891c15;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}

#header {
	position:relative;
	width:747px;
	height:247px;
	background:url(/quoifaire/images/dynamic/qf_header.jpg) no-repeat;
}

#menu01 {
	position:absolute;
	top:193px;
	left:15px;
	width:732px;
	color:#FFFFFF;
	font: 12px bold "Century Gothic", "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:center;
}

#menu02 {
	position:absolute;
	top:223px;
	left:15px;
	width:732px;
	color:#FFFFFF;
	font: 12px bold "Century Gothic", "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:center;
}

#menu01 span, #menu02 span {
	color:#fff;
	margin-right:15px;text-decoration: none;
}

#menu01 a:hover, #menu02 a:hover {
	color:#fff;
	margin-right:15px;
	text-decoration: none;
}

#content {
	position:relative;
	margin-top:20px;
	padding: 0px 0px 25px 0px;
}

.wait {
	text-align:center;
	padding: 25px 0px 25px 0px;
	height:32px;
	width:32px;
	margin:0 auto 0 auto;
}

.wait img {
	border:none;
}

#slide {
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#thumbnails {
	position:relative;
	float:left;
	width: 200px;
	text-align: center;
}

#parent {
	position:relative;
	background: no-repeat url("/quoifaire/images/slide_fond_bottom.gif") left bottom;
	margin-left: 205px;
	padding-bottom:11px;
}

#slideTop {
	background: no-repeat url("/quoifaire/images/slide_fond_top.gif");
	position:relative;
	left:0px;
	top:0px;
	width:536px;
	height:49px;
}

#slideBottom {
	position:absolute;
	display:none;
	left:0px;
	bottom:0px;
	width:536px;
	height:41px;
	z-index:50;
	background: no-repeat url("/quoifaire/images/slide_fond_bottom.gif");
}


#slideTitle {
	position:absolute;
	width:440px;
	height:37px;
	overflow:hidden;
	top:22px;
	left:25px;
	color:#fff;
	font-weight:bold;
	font: 12px bold "Century Gothic", "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#slidePage {
	position:absolute;
	height:37px;
	overflow:hidden;
	top:22px;
	right:25px;
	color:#fff;
	font-weight:bold;
	font: 12px bold "Century Gothic", "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}


#slidePic {
	margin-left: 15px;
	position:relative;
	width: 506px;
	height: 788px;
	z-index:51;
}

#slideNext {
	position:absolute;
	width:64px;
	height:182px;
	background: no-repeat url("/quoifaire/images/slide_next.gif");
	left:521px;
	top:150px;
	z-index:50;
}

#slidePrev {
	position:absolute;
	width:64px;
	height:182px;
	background: no-repeat url("/quoifaire/images/slide_prev_off.gif");
	left:-49px;
	top:150px;
	z-index:50;
}

#slidePagesNb {
	position:relative;
	width:506px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
}

#slidePagesNb a {
	padding: 2px;
}

#aboutLeft {
	width:180px;
	/*border:1px solid #FF0000;*/
	float:left;
	margin:0px 0px 25px 0px;
	padding:0px 20px 0px 20px;
}

#aboutRight {
	width:505px;
	float:right;
	/*padding-right:20px;*/
	line-height:20px;
}

#contact {
	margin: 40px 20px -10px 50px;
}

#contact h2 {
	padding:0;
	margin:0;
}

#contact h1 {
	padding:0;
	margin:0;
}


#copyrights {
	width: 747px;
	padding-top:8px;
	color:#FFFFFF;
	background: no-repeat url("/quoifaire/images/copyright_black.gif");
	text-align: center;
	margin: 50px auto 10px auto;
	clear:both;
	font-size:10px;
	line-height:15px;
}

#copyrights a {
	color:#FFFFFF;
}