/* $Id: common.css,v 1.11 2006/08/30 07:37:14 drumm Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.moncontenu {
	padding:0;
}
body {
  margin: 0;
  padding: 0em;
  padding-bottom: 20px;
  padding-top: 50px;
	padding-left: 0;
	padding-right:0;
  font-size: .9em;
  line-height: 1.3em;
  background-color: #CDCBCC;
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */

}
#fondblanc {
	background-color: #FFFFFF;
	display:block;
	position:absolute;
	width:1003px;
	height:auto;
    max-height:100%;
	padding-bottom: 0em;
	padding-top: 0em;
	padding-left: 0;
	padding-right:0;
	margin-left: -501px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	left:50%;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  display:block;
  padding-bottom:2px;
  position:relative;
  margin: 0 0 .25em 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size: 1.3em;
  color: rgb(4,99,134);
  border: 1px;
  border-bottom-color: rgb(4,99,134);
  border-bottom-style:solid;
  
}
h3 {
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  margin-bottom: 0em;
  width:1000px;
  height:127px;
  
  color:rgb(255,255,255);
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
  width: 1000px;
  background-color: rgb(255,255,255);
  display: block;
  position: relative;
  border: 0px;

}
#sidebar-left { 
	position: relative;
  width:208px;
  vertical-align: top;
  padding: 0px;
/*  background-color: rgb(255,0,0);*/
  background-color: rgb(220,233,238);
  float:left;
  display: block;
z-index:100;
}
#sidebar-right {
	position: relative;
  width:170px;
    padding-top: 3em;
  vertical-align: top;
  background-color: rgb(255,255,255);
  float:right;
}
#main {
	  display: block;
	position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3em;
  vertical-align: top;
  	margin-left:208px;
	margin-right:190px;

}
#footer {
	  clear: both;
	display:block;
	position:relative;
	width:1000px;
 font-size: 0.8em;
 padding-top: 0em;
 text-align: center;
 background-color: rgb(4,99,134);
 font-family: Verdana, Geneva, sans-serif;
 color: rgb(255,255,255);
 
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
h2.title {
  display:block;
  position:relative;
  border: 0px;
  margin: 0 0 .25em 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: rgb(4,99,134);
  border-bottom: 1px;
}
.content {
  margin: 0 0 .5em 0;
}
ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block {
  width: 180px;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em;
  clear: both;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em;
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em;
}

/*
** Logo Image Positioning
*/
#header img {
  float: left;
  padding: 0em 0em 0em 0em;
}
#banniere img {
	float: right;
}
#header {
  clear: both;
}
.picto {position: absolute;
    top: 10px;
    left: 150px;
    height: 73px;
    width: 73px;
    z-index: 120;
	background-color: transparent;
}

/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}
.codeblock {
display:block; border:1px solid #444;
background-color:rgb(220,233,238); color:rgb(4,99,134);
font-family: Arial, Helvetica, sans-serif; font-size:10px; margin:2em; padding:2em; text-decoration:none; font-weight:bold;
border-width:1px 1px; 
height:auto;
}
.majelist {
	list-style-image:url("/images/charte/puce_titre2.png");
}
.majelist2 {
	list-style-image:url("/images/charte/puce.png");
}
.image_droite {
 float: right;
 margin-left:1em;
 margin-top:1em;
 margin-bottom:1em; 
}
.image_gauche {
 float: left;
 margin-right:1em;
 margin-top:1em;
 margin-bottom:1em;
}

.texte2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
12px; color: #000000}
.texte3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; color: #003399; font-weight: bold}
.texte6 {  font-family: Courier, Courier-New; font-size: 12px; color:
#000000}


.menudroite_quiz {position:relative; }
.menudroite_quiz a {width:127px; height:46px; display:block; background:url("/images/charte/bouton_quizz.png");}
.menudroite_quiz a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_quizz.png");}
.menudroite_quiz a:hover {width:127px; height:46px; background:url("/images/charte/bouton_quizz_down.png"); color:#06a;}
.menudroite_nettools {position:relative; }
.menudroite_nettools a {width:127px; height:46px; display:block; background:url("/images/charte/bouton_nettools.png");}
.menudroite_nettools a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_nettools.png");}
.menudroite_nettools a:hover {width:127px; height:46px; background:url("/images/charte/bouton_nettools_down.png"); color:#06a;}
.menudroite_virus {position:relative; }
.menudroite_virus a {width:127px; height:46px; display:block; background:url("/images/charte/bouton_virus.png");}
.menudroite_virus a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_virus.png");}
.menudroite_virus a:hover {width:127px; height:46px; background:url("/images/charte/bouton_virus_down.png"); color:#06a;}
.menudroite_technique {position:relative; }
.menudroite_technique a {width:127px; height:46px; display:block; background:url("/images/charte/bouton_technique.png");}
.menudroite_technique a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_technique.png");}
.menudroite_technique a:hover {width:127px; height:46px; background:url("/images/charte/bouton_technique_down.png"); color:#06a;}
.menudroite_presse {position:relative; }
.menudroite_presse a {width:127px; height:46px; display:block; background:url("/images/charte/bouton_presse.png");}
.menudroite_presse a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_presse.png");}
.menudroite_presse a:hover {width:127px; height:46px; background:url("/images/charte/bouton_presse_down.png"); color:#06a;}
.menudroite_contact {position:relative; }
.menudroite_contact a {width:127px; height:46px; display:block;  background:url("/images/charte/bouton_contact.png");}
.menudroite_contact a:visited {width:127px; height:46px; color:#d00; font-weight:bold; background:url("/images/charte/bouton_contact.png");}
.menudroite_contact a:hover {width:127px; height:46px; background:url("/images/charte/bouton_contact_down.png"); color:#06a;}

.menugauche {font-family: Verdana, Geneva, sans-serif; width:172px; position:relative; margin:0; font-size:11px; margin: 0px 0 0px 0; z-index:100;}
.menugauche h2.title {color:rgb(220,233,238);}
.menugauche ul.menu {padding:0; margin:0; list-style-type: none; list-style-image:none; list-style:none;}
.menugauche ul li.leaf {list-style-type: none; list-style-image:none; list-style:none;}
.menugauche ul {padding:0; margin:0;list-style-type: none;  border-top:dotted; color:rgb(4,99,134); padding:0.5em 0 0 0; }
.menugauche ul li a, .menugauche ul li a:visited {display:block; text-decoration:none; padding:0.5em 0 0 0; color:#000;width:172px; height:33px; text-align:center; color:rgb(4,99,134); border-bottom:dotted rgb(4,99,134); background:rgb(220,233,238); background-repeat: no-repeat; line-height:20px; font-size:11px;}
.menugauche ul li a {display:block; background:rgb(220,233,238); color:rgb(4,99,134); background-image:url("/images/charte/menu_gauche_clear.png");}
.menugauche ul li a:hover {background:rgb(220,233,238); color:rgb(4,99,134); background-image:url("/images/charte/menu_gauche.png"); overflow:hidden;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.monmenu {
	font-family: Verdana, Geneva, sans-serif;
	position:absolute;
    top: 120px;
    left: 5px;
	width:1000px;
	height:22px;

	margin:0;
	font-size:11px;
	background:transparent;
	margin:0px 0 0px 0;
	z-index:100;
	text-align: right;}
.monmenu ul.menu {padding:0; margin:0; list-style-type: none; list-style-image:none; list-style:none;}
.monmenu ul li.leaf {padding:0; margin:0; list-style-type: none; list-style-image:none; list-style:none;}
.monmenu ul li.expanded {padding:0; margin:0; list-style-type: none; list-style-image:none; list-style:none; height:20px;}
.monmenu ul li a, .monmenu ul li a:visited {display:block; text-decoration:none; margin:0; padding:0; color:#000;width:110px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:rgb(4,99,134); background-image: url(/images/charte/menu_hz_bordgauche.png); background-repeat: no-repeat; line-height:20px; font-size:11px; overflow:hidden;}
.monmenu ul {padding:0; margin:0;list-style-type: none;}
.monmenu ul li {
	float:right;
	margin-right:0px;
	position:relative;
}
.monmenu ul li ul {display: none;}

/* specific to non IE browsers */
.monmenu ul li:hover a {padding:0; margin:0; color:#fff; background:rgb(255,127,0); background-image: url(/images/charte/menu_hz_bordgauche.png); background-repeat: no-repeat;}
.monmenu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:110px;}
.monmenu ul li:hover ul li a.expanded {background:#6a3; color:#fff;}
.monmenu ul li:hover ul li:hover a.expanded {background:#6fc; color:#000;}
.monmenu ul li:hover ul li ul {display: none;}
.monmenu ul li:hover ul li a {display:block; background:rgb(220,233,238); color:rgb(4,99,134); padding:0; margin:0;}
.monmenu ul li:hover ul li a:hover {background:rgb(4,99,134); color:#FFF;}
.monmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.monmenu ul li:hover ul li:hover ul.left {left:-105px;}
