/* 
	Theme Name: Redbook
	Theme URL: http://www.briangardner.com/themes
	Description: Redbook is a modern 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.0
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 07.23.07
		First Release of Redbook
*/

body {
	background: rgb(224, 236, 234);
	color: #7c7c7c;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	width: 1000px;
	background: white url(images/bg.gif) repeat-y center;
	margin: 0px auto 0px;
	padding: 0px
	}
h1 { font-size: 175%; }
h2 { font-size: 150%;
	line-height: 120%;
}
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { margin: 15px 0pt; padding: 0pt; line-height: 120%;}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: rgb(45, 201, 204);
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF url(images/header.gif);
	width: 1000px;
	height: 360px;
	font-size: 18px;
	color: #333333;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden
	}
	
#header p {
	padding: 10px 0px 0px 40px;
	margin: 0px;
	display: none;
}
	
#header a {
	font-size: 48px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

#header a:hover{
	color: #333333;
	}
	
#topmenu { float: right;
}
#topmenu ul { margin: 0pt; padding: 110px 30pt 0pt 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; line-height: normal; }
#topmenu li { display: inline; }
#topmenu a { margin: 0pt 0pt 0pt 10px; padding: 0pt 0pt 0pt 20px; display: block; float: left; text-transform: uppercase; text-decoration: none; font-size: x-small; color: rgb(142, 182, 195); }
#topmenu a:hover { text-decoration: underline; }
#topmenu1 { background: transparent url('images/home.gif') no-repeat scroll left center; }
#topmenu2 { background: transparent url('images/contact.gif') no-repeat scroll left center; }
#topmenu3 { background: transparent url('images/actu.gif') no-repeat scroll left center; }
#topmenu4 { background: transparent url('images/world.gif') no-repeat scroll left center; }


/*big menu*/

#submenu {
	width: 1000px;
	background: white url(images/bg.gif) repeat-y center;
	margin: 20px auto 0px;
	padding: 0px
	}

#kwick {
	position: relative;
	width: 1000px;
	height: 200px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

* html #kwick .kwicks {
/* Que pour IE */
	margin-left: 40px;
}

#kwick li {
	float: left;
}



li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 130px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: url(images/visage.jpg) ;
}

#kwick .opt2 {
	background: url(images/rides-et-levres.jpg);
}

#kwick .opt3 {
	background: url(images/poitrine.jpg);
}

#kwick .opt4 {
	background: url(images/lasers.jpg);
}

#kwick .opt5 {
	background: url(images/cheveux.jpg);
}

#kwick .opt6 {
	background: url(images/epilation.jpg);
}
#kwick .opt7 {
	background: url(images/silhouette.jpg) ;
	border-right: 0;
}


div.breadcrumb {
	background-color: white;
	padding-bottom: 5px;
	width: 920px;
	padding-top: 10px;
	font-size: 80%;
	color: gray;
	margin-left: 40px;
}

	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-family: Tahoma, Verdana, sans-serif;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
	
#content h1 {
	color: #000000;
	font-size: 24px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 5px solid rgb(45, 201, 204);
	}
	
#content h1 a, #content h1 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

#content h1 a:hover {
	color: #BE0C0C;
	text-decoration: none;
	}
	
#content h4 {
	color: #000000;
	font-size: 20px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 5px solid #202020;
	}
	
#content p img{
	float: left;
	border: none;
	margin: 0;
	clear: none;
	padding: 0;
	}
	
#content #contentleft p img {
	float: right;
	margin-left: 20px;
}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 490px;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 10px 0px;
	display: inline;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#contentleft .featurecell li { background: transparent none no-repeat scroll left 5px; width: 210px; float: left;

	list-style-image: none;
	padding: 0;
	margin: 10pt 10px 12px 5px;
}

#contentleft .featurecell li.gauche {
	margin-right: 30px;
}



#contentleft ul.featurecell li {
		list-style-type: none;
}

ul.featurecell {
	border-top: 1px dashed #dbdbdb;
}	

.postmeta {
	width: 382px;
	margin: 0px; 
	padding: 0px 0px 10px 0;
	}

/************************************************
*	Left Sidebar 		         			     * 
************************************************/

#l_sidebar {
	float: left;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 20px;
	display: inline;
	font-family: Tahoma, Verdana, sans-serif;
	}
	
#l_sidebar h2 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 3px;
	border-top: 5px solid rgb(45, 201, 204);
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#l_sidebar ul li {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0;
}
	
#l_sidebar ul li a, #l_sidebar ul li a:visited {
	color: #7c7c7c;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	}

#l_sidebar ul li a:hover {
	color: rgb(142, 182, 195);
	text-decoration: underline;
	}
	
#l_sidebar ul li li li {
	margin: 0 0 0 10px;
	display: none;
	text-transform: none;
}

#l_sidebar ul li li.current_page_parent li, #l_sidebar ul li li.current_page_item li, #l_sidebar ul li li.current_page_parent  {
	display: block;
}

#l_sidebar ul li li li.current_page_item a {
	font-weight: bold;
	color: rgb(45, 201, 204);
}

#l_sidebar ul li {
	margin-bottom: 10px;
	text-transform: uppercase;
}


/************************************************
*	Right Sidebar 		         			     * 
************************************************/

#r_sidebar {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	line-height: 17px;
	display: inline;
	}
	
#r_sidebar h2 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	border-top: 5px solid rgb(45, 201, 204);
	}
	
#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	}

#r_sidebar ul li {
	padding: 0px;
	margin: 0px;
	}
	
#r_sidebar ul li a, #r_sidebar ul li a:visited {
	color: #7c7c7c;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}

#r_sidebar ul li a:hover {
	color: rgb(142, 182, 195);
	text-decoration: underline;
	}

#r_sidebarwidgeted blockquote {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	width: 150px;
	font: 130%/20px Georgia, "Times New Roman", Times, serif;
}

p.adresse {
	font-size: 90%;
}

/************************************************
*	page photo  									*
************************************************/


#contentmain {
	float: left;
	width: 680px;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 10px 0px;
	display: inline;
	background-color: white;
}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #202020 url(images/footer.gif) no-repeat top;
	width: 1000px;
	height: 70px;
	font-size: 12px;
	margin: 0px auto 0px;
	text-align: center;
	line-height: 17px;
	clear: both; 
	padding: 20px 0px 10px 0px;
	}
	
#footer p {
	color: rgb(142, 182, 195);
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: rgb(142, 182, 195);
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 400px;
	color: #333333;
	font-size: 12px;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sbutt {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #454545;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #454545;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 400px;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 10px;
	margin: 10px 0px 0px 0px;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext, .commenttext-admin {
	background: #EFEFEF;
	width: 360px;
	color: #000000;
	font-size: 12px;
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 30px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
/* Mise en page */

#contentleft ul.checklist, #contentleft ul.arrow { list-style-type: none; list-style-image: none; list-style-position: outside;
	margin-left: 0;
}

#contentleft ul.checklist li {list-style-type: none; list-style-image: none;padding: 0pt 0pt 5px 20px; background: transparent url('images/checklist-bg.gif') no-repeat scroll 0pt 3px; margin-left: 15px; }

#contentleft ul.arrow li { list-style-type: none; list-style-image: none;padding: 0px 0pt 5px 30px; background: transparent url('images/list-arrow.gif') no-repeat scroll 4px 1px; margin-left: 10px; }

.highlight { padding: 1px 5px; background: rgb(255, 255, 204) none repeat; font-weight: bold; }

.note, #content p.note { border: 1px solid rgb(220, 220, 220); margin: 10px 0px; padding: 5px 10px; background: #e7e7e7 none repeat; text-align: justify; }

.error { background: transparent url('images/bullet-error.gif') no-repeat scroll left top; padding-left: 25px; color: rgb(233, 36, 38); }

.flecherouge { background: transparent url('images/flecherouge.gif') no-repeat scroll left 3px; padding-left: 19px; color: rgb(233, 36, 38);font-weight: bold ;margin-left: 40px }

.message, #content p.message { background: transparent url('images/bullet-info.gif') no-repeat scroll left top; padding-left: 25px; color: rgb(35, 86, 117); }

.tips { background: transparent url('images/bullet-tips.gif') no-repeat scroll left top; padding-left: 25px; color: rgb(51, 51, 51); }

.dropcap { padding: 4px 8px 0pt 0pt; float: left; display: block; color: rgb(45, 201, 204); font-family: Georgia,Times,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 50px; line-height: 40px; font-size-adjust: none; font-stretch: normal; }

blockquote { padding: 1em 40px 1em 15px; }
blockquote span.open { padding: 3px 0pt 3px 20px; background: transparent url('images/so-q.gif') no-repeat scroll left top; }
blockquote span.close { padding: 3px 20px 3px 0pt; background: transparent url('images/sc-q.gif') no-repeat scroll right bottom; }

/**** Form Layout ****/

	
#s {
	width: 95px;
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	margin-bottom: 010px;
}



form {margin: 0; padding: 0; display: inline;}



input, textarea, select {

  font: 1em arial, helvetica, sans-serif;

  background-color: white;

  border: 1px solid white;

  line-height: 1.25em;

padding: 5px 10px 5px 30px;
}



input:focus, textarea:focus, select:focus {

  border: 1px solid white;

  background-color: white;
  cursor: pointer;
}





/*Search input*/

input.search {
  background: url(images/search.gif) no-repeat;
  border: none;
  height: 15px;
  padding-left: 35px;
  color: white;
}

/* G-Maps CSS */

	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #333;
		cursor: pointer;
		z-index: 8;
	}

	#gmCenter, #gmBottomContainer {
		position: absolute;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
		z-index: 9;
	}

	.gmLoading {
		background: #fff url(images/loading.gif) no-repeat center;
	}

	#gmMap {
		width: 600px;
		height: 400px;
		border: 10px solid #fff;
	}

	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
	}

	#gmCloseLink {
		display: block;
		float: right;
		width: 80px;
		height: 22px;
		background: transparent url(images/closelabel.gif) no-repeat center;
		margin: 5px 0;
	}

	#gmCaption {
		margin-right: 71px;
	}

/* Liste numero */

#contentleft ol.smallnumber li { margin-left: 15px; line-height: 180%; }
ol.smallnumber { margin: 0pt; padding: 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; }
ol.smallnumber li { margin: 10px 0pt 10px 30px; padding: 3px 0pt 5px 30px; line-height: 150%; }
ol.smallnumber li.number-1 { background: transparent url('images/n-1.gif') no-repeat scroll left top; }
ol.smallnumber li.number-2 { background: transparent url('images/n-2.gif') no-repeat scroll left top; }
ol.smallnumber li.number-3 { background: transparent url('images/n-3.gif') no-repeat scroll left top; }
ol.smallnumber li.number-4 { background: transparent url('images/n-4.gif') no-repeat scroll left top; }
ol.smallnumber li.number-5 { background: transparent url('images/n-5.gif') no-repeat scroll left top; }
ol.smallnumber li.number-6 { background: transparent url('images/n-6.gif') no-repeat scroll left top; }
ol.smallnumber li.number-7 { background: transparent url('images/n-7.gif') no-repeat scroll left top; }
ol.smallnumber li.number-8 { background: transparent url('images/n-8.gif') no-repeat scroll left top; }
ol.smallnumber li.number-9 { background: transparent url('images/n-9.gif') no-repeat scroll left top; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url('images/roundedge-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

