/*  
Theme Name: Camif
Description: dropdown page menu, valid XHTML, lots of comments ,fixed width, 3 columns homage to the gritty black and 
Author: Camif
Tags: white, black, three-columns, fixed-width
*/

body {
	background: #E9DEEC;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 20px 0;
}
h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 1001px;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
}
#header {
	width: 981px;
	height: 100px;
	background: url(graphics/header-top.png) no-repeat left top;
	color: #FFF;
	padding: 10px;
}
#header h1 {
	display: none;
}

#slogan {
	display: none;
	padding-top: 50px;
	font-weight: bold;
}
/* start: top page menu codes */

div#toppagemenu {
	width: 1001px;
	height: 30px;
	background: url(graphics/header-bottom.png) no-repeat left top;
}
#toppagemenu ul {
	height: 30px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#toppagemenu ul li {
	position: relative; /* for dropdown datum */
	float: left;
	text-align: center;
}
#toppagemenu ul li a {
	float: left;
	height: 22px;
	background: #B2B63B;
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 8px 10px 0 10px;
}
#toppagemenu ul li a:hover {
	background: #FFF;
	color: #B084B9;
}
#toppagemenu li ul {
	display: none;
	position: absolute; 
	top: 22px;
	left: 0;
}
#toppagemenu li > ul {
	top: 22px;
	left: 0;
}
#toppagemenu li.over ul, #toppagemenu li:hover ul{
	display: block;
	
}
#toppagemenu li ul li {
	clear: left;
	text-align: left;
}
#toppagemenu li ul a {
	width: 140px;
	padding-top: 2px;
	height: 16px;
	border: 1px solid #CCC;
	border-top: 0;
	background: #232323;  /* or graphic */
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	font-family: arial;
	font-weight: 600;
	opacity: .85; /* for IE */
	filter: alpha(opacity=85); /* for FF */
	color: #B0B0B0;
}
#toppagemenu li ul a:hover {
	color: #000;
	background: url(graphics/submenuhoverbg.jpg)
}


/* end: top page menu codes */

#container {
	width: 1001px;
	height: 100%;
	overflow: hidden;
	background: #FFF;
}
/*#containertop {
	width: 1001px;
	height: 30px;
	background: url(graphics/containertopbg.png);
}*/
.sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px;
	display: inline; /* because IE doubles set margins  */
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li {
	padding: 10px 0;
}
.sidebar ul li h2 {
	font-size: 12px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.sidebar h2 {
	height: 18px;
	/*background: #333 url(graphics/sidebar-h2.png) no-repeat left top;*/
	background: #B084B9;
	color: #FFF;
	margin-bottom: 10px;
	padding: 3px 0 0 5px;
}
#content {
	float: left;
	width: 501px;
	height: 100%;
	padding: 10px;
}
#containerbottom {
	width: 1001px;
	/*height: 30px;*/
	/*background: url(graphics/containerbottombg.png);*/
}
#footer {
	position: relative;
	width: 993px;
	background: #784A66;
	color: #FFF;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	padding: 4px;
}


/* start: anchor/link codes */

#header a {
	text-decoration: none;
	color: #B0B0B0;
}
#header a:hover {
	color: #FFF;
}
.sidebar a {
	text-decoration: none;
	color: #000;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #89952b;
}
#content {
	color: #333;
}
#content a {
	color: #754A68;
	text-decoration: none;
}
#content a:hover {
	color: #754A68;
	text-decoration: underline;
}

/* couleur des liens pour la page Questions-réponses */
div#faq-questions-reponses a {
	color: #B084B9;
	text-decoration: none;
}
div#faq-questions-reponses a:hover {
	/*display: block;
	height: 18px;*/
	background: #B084B9;
	color: #FFF;
	text-decoration: none;
}

.entry {
	color: #666;
}
.comments-template a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
}
.comments-template a:hover {
	color: #880026;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}


/* end: anchor/link codes */

span.footercredits {
	position: absolute;
	left: 400px;
}
h1 {
	font-size: 24px;
	padding: 0 0 10px 0;
}
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-size: 18px;
}

.entry {
	line-height: 18px;
}
p {
	padding: 10px 0 0 0;
}
p.postmetadata {
	border-bottom: 5px solid #666;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
table#wp-calendar {
	width: 100%;
}
blockquote {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #555;
	margin: 10px;
	padding: 10px;
}
acronym, abbr, code {
	font-weight: 600;
}
sup, sub {
	font-style: italic;
}
pre {
	margin: 10px auto;
	padding: 10px;
	width: 400px;
	height: 120px;
	border: 1px solid #CCC;
	background: #111;
	overflow: auto;
	scrollbar-base-color: #000;
	scrollbar-3dlight-color: #CCC;
	scrollbar-arrow-color: #FFF;
	scrollbar-shadow-color: #888;
	scrollbar-dark-shadow-color: #666;
}


/* start: required css for Word Press Themes */

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* end: required css for Word Press Themes */

h3#comments {
	margin: 20px 10px 10px 10px;
}
.comments-template {
	margin: 2px 10px 0 10px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 0 10px;
	line-height: 18px;
	border-bottom: 1px solid #FFF;
	padding: 10px;
}
.comments-template ol li.alt {
	background: #D8BFD8;
	color: #454545;
}
.comments-template ol li.comments-camif {
	background: #B1B28F;
	color: #454545;
}
.comments-template h2, .comments-template h3 {
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-size: 12px;
}
.comments-template img {
	border: 1px solid #000;
}

#nav2 {
    background:#777;
    font-size:1.1em;
}

#nav2, #nav2 ul {
	list-style: none;
	line-height: 1;
}

#nav2 a ,#nav2 a:hover{
	display: block;
	text-decoration: none;
	border:none;
}

#nav2 li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
}

#nav2 a,#nav2 a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
}

#nav2 a:hover, #nav2 a:active
{
	background:#000;
	text-decoration:none
}	

/* Dropdown Menu */
#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}

#nav2 li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav2 li li a,#nav2 li li a:visited{
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav2 li li a:hover,#nav2 li li a:active{
	background:#000;
}	

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul{
	left: auto;
}

a.main:hover{
    background:none;
}