/*
Theme Name: inforweb.ch
Description: adaptation de divers themes et objets divers
Version: 1.0.0
Author: ifw andre balestrini
*/


/* Basics */

* {
	margin:0;
	padding:0;
}
body {
	background: #001E37 url(images/back.gi);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	margin: 10px 0 10px 0;
}
img {
	border: none;
	padding: 6px;
	margin: 0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 8px;
	margin: 0;
}
img.right {
	float: right;
	border: none;
	padding: 8px;
	margin: 0;
}
ul {
	margin:5px 0 5px 20px;
}
ol {
	margin:5px 0 5px 20px;
}
blockquote {
	border-left: 1px solid #666666;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}

/* qtranslate menu fr - en */
ul#qtranslate-3-chooser.qtrans_language_chooser {
	padding: 2px;
	margin: 0 0 4px 0;
	border: solid 1px #666;
}
ul#qtranslate-3-chooser.qtrans_language_chooser li {
	display: inline;
	padding: 5px;
	margin: 0;
}
ul#qtranslate-3-chooser.qtrans_language_chooser li a {
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 0.82em;
	text-decoration: none;
}
ul#qtranslate-3-chooser.qtrans_language_chooser li a:hover {
	color: #001E37;
}
ul#qtranslate-3-chooser.qtrans_language_chooser li.active a {
	color: #001E37;
}



/* Links and Headings */


a, a:link {
	color: #000099;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	color:#001E37
}
h2 {
	font-size: 1.6em;
	margin-top:10px;
	color:#001E37
}
h3 {
	font-size: 1.4em;
	margin-top:10px;
	color:#001E37
}
h4 {
	font-size: 1.2em;
	color:#001E37
}
/*  Container  */


#container {
	width: 900px;
	margin: 0 auto;
	background:#fff url(images/bg.jpg);
	color:#333;
	border: 8px solid #fff;
}
/*  HEADER  */

#header {
	width: 100%;
	height: 30px;
	background: #001E37;
	margin-bottom: 3px;
}
#header h2 {
	float: left;
	color: #ffffff;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 13px;
}
#header h2 a {
	color: #fff;
	text-decoration: none;
}
#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#header h3 {
	float: right;
	color: #FFFFFF;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	padding: 5px 13px 0 13px;
}
/* Tres Pictures  */

#pics {
	width: 900px;
	height: 200px;
	border-top: 1px solid #fff;
}
#left-pic {
	background-image: url(images/topLeft.jpg);
	border-bottom: 1px solid #fff;
	float: left;
	width: 180px;
	height: 200px;
}
#middle-pic {
	margin: 0px;
	background-image: url(images/topCenter.jpg);
	/* ifw 
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	*/
	border-bottom: 1px solid #fff;
	width: 540px; /* si border 538px */
	height: 200px;
	float: left;
}
#right-pic {
	background-image: url(images/topRight.jpg);
	border-bottom: 1px solid #fff;
	width: 180px;
	height: 200px;
	float: right;
}
/* Menu  */

#nav {
	background: #333333;
	text-align: center;
	width: 100%;
	height:23px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 3px 0 0 0;
}
#nav li {
	display: inline;
	position: relative;
}
#nav a {
	color: #FFF;
	padding: 5px 12px 5px 12px;
}
#nav a:hover {
	background: #fff;
	color:#121212;
}
#nav li ul {
	position: absolute;
	left: -999em;
	margin-top: 18px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#nav li li, #nav li li a {
	display: block;
	text-align: left;
	background: #333333;
}
#nav li li a {
	width:150px;
	padding: 4px;
}
#nav li li a:hover {
	width:150px;
	background: #fff;
}
#nav li:hover ul {
	top: 0;
	left: 0
}
/*  Main Content  */


#content {
	width: 500px;
	padding: 8px 18px 0 20px;
	text-align: justify;
	float: left;
	overflow: hidden;
}
#content h2 {
	font-size: 12pt;
	font-weight: 300;
	margin: 8px 0 6px 0;
}
#content ul li {
	list-style-type: square;
}
.entry {
	margin: 6px 0 8px 0;
}
.entry p {
	margin: 6px 0 0 0;
}
.entry a {
	color: #7E7E7E;
	text-decoration: underline;
}
.entry a:hover {
	color: #7E7E7E;
	text-decoration: none;
}
.postmetadata {
	clear: both;
	background:#F3F3F3;
	padding:6px;
	margin: 16px 0 16px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px dotted #D8D8D8;
}
/* Left Sidebar */

#left {
	width: 179px;
	float:left;
	margin: 0;
	padding: 0;/* Ifw pour voir les sous-menu overflow: hidden; */
}
#left h2 {
	color: #fff;
	background: #001E37;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}
#left p {
	margin:0 6px 0 12px;
	padding: 0;
}
#left a {
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 14pt;
}
#left a:hover {
	color: #333;
	text-decoration: underline;
}
#left ul {
	list-style-type:none;
	margin:0 0 12px 0;
	padding:0;
}
#left ul li {
	list-style-type:none;
	margin:0 0 0 12px;
	padding:0;
}
#left ul ul {
	margin:0;
	padding:0;
}
#left ul ul li {
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #000037;
}
#left ul li.recentcomments {
	margin: 0 12px 0 12px;
}
#left ul li.recentcomments a {
	line-height: 12pt;
}
/* Right Sidebar */

#right {
	width: 179px;
	float:right;
	font-size:8pt;
	margin: 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left *//* Ifw pour voir les sous-menu overflow: hidden; */
}
#right h2 {
	color: #fff;
	background: #001E37;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}
#right p {
	padding:0;
	margin: 0 6px 0 12px;
}
#right a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 6px 0 12px;
	margin: 0;
	line-height: 14pt;
}
#right a:hover {
	color: #333;
	text-decoration: underline;
}
#right ul {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;
}
#right ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#right ul ul {
}
#right ul ul li {
}
/* RSS Widget */

.rsswidget img {
	display: none;
}
#left h2 a.rsswidget {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#left h2 a.rsswidget a:hover {
	color: #fff;
	text-decoration: none;
}
#right h2 a.rsswidget {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#right h2 a.rsswidget a:hover {
	color: #fff;
	text-decoration: none;
}
/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
}
#wp-calendar a {
	margin: 0;
	padding: 0;
}
/* text Widget */


.textwidget {
	margin:0 12px 0 12px;
	padding: 0;
}
/* Comment Form */

#commentform {
	margin:10px;
	padding:10px;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url {
	margin:5px 5px 0 0;
}
#submit {
	margin:5px 5px 0 0;
}
/* Comments */

#comments {
	margin:10px;
	padding:10px;
}
ol.commentlist {
}
ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
ol.commentlist li.alt {
	background: #fff;
}
ol.commentlist a {
}
cite {
}
small.commentmetadata {
}
/* Search */

#searchform {
	margin:8px 0 8px 12px;
	padding: 0;
}
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
}
/* Footer */

#footer {
	background: #001E37;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #fff;
	color: #fff;
}
#footer p {
	padding:5px;
	text-align: center;
}
#footer a {
	color: #eee;
}
/* IFW test ajout pour annuler marges sur menu 58 */
/* IFW test ajout pour annuler marges sur menu 58 */
/* IFW test ajout pour annuler marges sur menu 58 */

#left div.menu {
	margin: 0;
	padding: 0;/* Ifw pour voir les sous-menu overflow: hidden; */
}
#left div.menu h2 {
	padding: 0;
	margin: 0;
}
#left div.menu p {
	margin:0;
	padding: 0;
}
#left div.menu a {
	margin: 0;
	padding: 0;
}
#left div.menu a:hover {
	margin: 0;
	padding: 0;
}
#left div.menu ul {
	margin:0;
	padding:0;
}
#left div.menu ul li {
	margin:0;
	padding: 0;
}
#left div.menu ul ul {
	margin:0;
	padding:0;
}
#left div.menu ul ul li {
	margin:0;
	padding:0;
}
#left div.menu ul li.recentcomments {
	margin:0;
	padding:0;
}
#left div.menu ul li.recentcomments a {
	margin:0;
	padding:0;
}
/* IFW marge gauche tests */	
/* IFW marge gauche tests */	
/* IFW marge gauche tests */	
#left div.menu ul li a, #left div.menu ul li a:hover, #left div.menu ul li.iehover a {
	padding: 2px 2px 2px 10px;
}
/* IFW AJOUT MENU 58 */
/* IFW AJOUT MENU 58 */
/* IFW AJOUT MENU 58 */

div.menu a {
	color: #900;
	text-decoration: none;
}
div.menu a:hover {
	background: #900;
	color: #FFF;
}
/* Root = Vertical, Secondary = Vertical */
div.menu ul, div.menu ul li, div.menu ul ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*IFW 100% d'origine: For KHTML 160px*/
	list-style: none;
}
div.menu ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
div.menu ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}
/* Root Menu */
div.menu ul a {
	/*	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
*/	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
div.menu ul a:hover, div.menu ul li:hover a, div.menu ul li.iehover a {
	background: #CCC;
	color: #FFF;
}
/* 2nd Menu */
div.menu ul li:hover li a, div.menu ul li.iehover li a {
	background: #EEE;
	color: #666;
}
/* 2nd Menu Hover Persistence */
div.menu ul li:hover li a:hover, div.menu ul li:hover li:hover a, div.menu ul li.iehover li a:hover, div.menu ul li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
}
/* 3rd Menu */
div.menu ul li:hover li:hover li a, div.menu ul li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
}
/* 3rd Menu Hover Persistence */
div.menu ul li:hover li:hover li a:hover, div.menu ul li:hover li:hover li:hover a, div.menu ul li.iehover li.iehover li a:hover, div.menu ul li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
}
/* 4th Menu */
div.menu ul li:hover li:hover li:hover li a, div.menu ul li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
}
/* 4th Menu Hover */
div.menu ul li:hover li:hover li:hover li a:hover, div.menu ul li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
}
div.menu ul ul, div.menu ul ul ul, div.menu ul ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%; /*IFW 100% initial 160px*/
}
/* Do Not Move - Must Come Before display:block for Gecko */
div.menu ul li:hover ul ul, div.menu ul li:hover ul ul ul, div.menu ul li.iehover ul ul, div.menu ul li.iehover ul ul ul {
	display: none;
}
div.menu ul li:hover ul, div.menu ul ul li:hover ul, div.menu ul ul ul li:hover ul, div.menu ul li.iehover ul, div.menu ul ul li.iehover ul, div.menu ul ul ul li.iehover ul {
	display: block;
}
/* Menu qtranslate langues */

#right ul.qtrans_language_chooser {
	text-align: right;
}
#right ul.qtrans_language_chooser li {
	display: inline;
}
#right ul.qtrans_language_chooser li a {
	display: inline;
	width: 10px;
}

