/*

 *********************
 *  EDUCOGENRE.FR    *
 *********************

 *********************
 *  Stylesheet CSS   *
 *********************

 *********************
 *  template_css.css *
 *********************

 */

/** general présent sur toutes les pages **/
body {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background: #b4b4b4;
}
a {
  color: #b33300;
  text-decoration: none;
}
a:hover {
  color: #b44400;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #b33300;
  font-weight: bold;
  text-transform: uppercase;
	margin: 15px 0 5px 0px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
#centersite {
  width: 100%;
}
#sitebody {
  width: 800px;
  height: auto;
  text-align: left;
  background: #fff;
}
#header {
  width: 800px;
  height: 157px;
  background: url(../images/header.png) no-repeat;
  text-align: left;
}

#header a:link, #header a:hover{
  width: 800px;
  height: 157px;
  display:block;
  text-align: left;
}

#navbar {
  height: 22px;
  padding: 0px 0px 0px 315px;
  background: url(../images/navbg.png) no-repeat;
}

/** noscript message **/
table.noscript-table {
  border: 1px solid #000;
  background-color: #FF0000;
  margin-top: 5px;
}
td.noscript-table {
  font-weight: bold;
  font-size: 100%;
  padding: 0.6em;
  color: #fff;
}

/** les différentes pages **/
#accueil, #outils, #leprojet, #ressources {
  float: left;
  margin: 0 8px 0 0;
}

/** homepage **/
#homepage {
  padding: 0px 75px 0px 310px;
  height: 340px;
  vertical-align: middle;
  text-align: justify;
}
#homepage p {
  text-indent: 25px;
  font-size: 11px;
  color: #666;
}
#homepage strong {
  text-indent: 25px;
  font-size: 11px;
  color: #b33300;
}
#slogan {
  font-size: 20px;
}
#slogan span {
  font-size: 22px;
  color: #b33300;
}
/** outils **/
#outils .text{
  text-align: justify;
}
strong {
  color: #b33300;
}
td.outils1 {
  padding: 0px 4px 0px 0px;
}
td.outils2 {
  padding: 0px 0px 0px 0px;
}
td.outils3 {
  padding-bottom: 5px;
}
td.outils4 {
  padding-bottom: 10px;
  padding-top: 5px;
}
td.outils5 {
  padding-left: 20px;
}
td.outils7 {
  border-bottom-width: 2px;
}
td.outils6 {
  padding-left: 10px;
}
/** leprojet **/
#leprojet-page p {
  text-indent: 0px;
}
#leprojet-page strong {
  color: #b33300;
}
.list-leprojet {
  padding: 0px 0px 0px 100px; text-align: justify;
}
.list-leprojet-contenu {
	margin-bottom:10px;
}
h6.list-leprojet-titre {
  background: url(../images/arrow_red.png) no-repeat left center;
	padding-left:10px;
	margin-left: 25px;
	margin-top:10px;
}
h6.selected {
  background: url(../images/arrow_red_open.png) no-repeat left center;
	padding-left:10px;
}
.list-leprojet ul{
  padding: 10px; margin: 10px; text-align: justify;
}
.list-leprojet ul li {
  padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: justify;
}
#list-leprojet p {
  text-indent: 0px;
  text-align:justify;
}
#leprojet-page ul {
  margin: 0;
  width: 500px;
  text-align: justify;
}
.entete_recherche h5{
  font-weight: bold;
}
div.right {
  float: right;
}
div.left {
  float: left;
}
div.clear {
  height: 0px;
  font-size: 0px;
  clear: both;
}
#footer {
  width: 100%;
  text-align: center;
}
#footer div {
  margin: 5px 0 1px 0;
}
.cpc {
  width: 100%;
}
#content {
  width: 780px;
  padding: 0 10px;
  text-align: left;
}
.separateur {
  height: 10px;
  width: 100%;
}
a.button {
  padding: 5px;
  border: 1px solid #b4b4b4;
  margin: 5px;
}
/* RECHERCHE */
/* Form **/
form {
  margin: 0;
  padding: 0;
}
form .message {
  color: #333;
  font: bold 90% Verdana, Arial, sans-serif;
  padding: 2px 0px 2px 0px;
  display: none;
}
form .erreur {
  color: #ff0000;
  font: bold 90% Verdana, Arial, sans-serif;
  padding: 2px 0px 2px 0px;
  display: none;
}
form .message a, .erreur a {
  color: #000000;
  margin: 0px 0px 0px 10px;
}
form a:link, form a:visited {
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
form a:hover {
  color: #b33300;
  text-decoration: underline;
}
fieldset {
  margin: 5px 5px 10px 5px;
  padding: 5px 5px 10px 5px;
  border: 1px solid #ccc;
}
fieldset legend {
  color: #333;
  padding: 3px 10px 3px 10px;
  font: bold 100% Verdana, Arial, sans-serif;
  border: 1px solid #ccc;
}
form ol {
  padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
}
form li {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  padding-left: 20px;
  text-align: justify;
  list-style: none;
  background-position: left top;
  background-repeat: no-repeat;
}
form li li {
  margin-left: -30px;
  padding-left: 0px;
}
select {
  font: bold 100% Verdana, Arial, sans-serif;
  color: #333;
  border: 1px solid #ccc;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
select option {
  color: #333;
  padding: 1px;
  padding-left: 13px;
  background: url(../../site/images/icones/indic_blue.gif) left no-repeat;
}
select option:hover {
  background: url(../../site/images/icones/indic_grey.gif) left no-repeat;
}
select.invalid {
  border: 1px solid #ccc;
  background: #fff url(validator-x.gif) no-repeat 100% 50%;
}
.obligatoire {
  color: #ff0000;
  font-weight: bold;
  font-size: 120%;
  font-family: "Times New Roman", Times, serif;
}
.bulle_aide {
  padding: 3px 3px 0px 3px;
}
#error_corps {
  padding: 0px 10px 0px 10px;
  color: #ff0000;
  border-bottom: 2px dotted #b4b4b4;
  display: none;
}
#message_corps {
  padding: 0px 10px 0px 10px;
  margin: 0 0 10px 0;
  color: #333;
  border-bottom: 2px dotted #b4b4b4;
  display: block;
}
.submitOut, .submitOut:active {
  cursor: pointer;
  height: 2.1em;
  margin: 0px;
  padding: 0px;
  padding: 2px 5px 4px 5px;
  text-align: center;
  border: 1px solid #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: #000000;
  background: transparent url(../../site/images/bouton_bg.gif) left top repeat-x;
}
* html .submitOut, * html .submitOut:active {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.submitOver, .submitOver:active {
  cursor: pointer;
  height: 2.1em;
  margin: 0px;
  padding: 0px;
  padding: 2px 5px 4px 5px;
  text-align: center;
  border: 1px solid #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: #000000;
}
* html .submitOver, * html .submitOver:active {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.submitbut {
  width: 5em;
  text-align: center;
  border: 1px solid #ccc;
  background: #ddd;
  font-size: 90%;
  font-weight: bold;
  color: #000000;
}
/* bloc d'info */
.control_cadre {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.control_cadre a {
  height: 11px;
  width: 11px;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  text-decoration: none;
}
.control_cadre a:hover {
}
.control_cadre a.reduire {
  background: url(../../site/images/icones/control_cadre_1.gif) no-repeat left;
}
.control_cadre a.reduire:hover {
  background: url(../../site/images/icones/control_cadre_1_over.gif) no-repeat left;
}
.control_cadre a.agrandir {
  background: url(../../site/images/icones/control_cadre_2.gif) no-repeat left;
}
.control_cadre a.agrandir:hover {
  background: url(../../site/images/icones/control_cadre_2_over.gif) no-repeat left;
}
.control_cadre a.fermer {
  background: url(../../site/images/icones/control_cadre_3.gif) no-repeat left;
}
.control_cadre a.fermer:hover {
  background: url(../../site/images/icones/control_cadre_3_over.gif) no-repeat left;
}
/* selectBox: style relié au script editable_select.js */
.selectBox {
  height: 20px;
  border: 1px solid #ccc;
  z-index: 10000;
}
.selectBoxInput {
  border: 1px solid #ccc;
  padding: 0px;
  margin: 4px 0px 0px 2px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #333;
}
.selectBoxArrow {
  margin-top: 1px;
  float: left;
  position: absolute;
  right: 1px;
}
.selectBoxOptionContainer {
  height: 100px;
  left: -1px;
  top: 20px;
  overflow: auto;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #FFF;
}
.selectBoxAnOption {
  background-color: transparent;
  color: #333;
  font-weight: normal;
  font-size: 100%;
  margin: 1px;
  padding: 0px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}
.selectBoxAnOptionOver {
  background-color: #333;
  color: #ffffff;
  font-weight: normal;
  font-size: 100%;
  margin: 1px;
  padding: 0px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}
/* champs du formulaire */
label {
  color: #b33300;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0;
  background-image: none;
}
.label {
  color: #b33300;
  font-weight: bold;
  font-size: 14px;
}
input {
  background-position: 99% 40%;
  background-repeat: no-repeat;
  padding: 1px 2px 1px 2px;
  color: #333;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}
input:disabled {
  background-color: #ddd;
  color: #666666;
}
input.input_text {
  border: 1px solid #ccc;
}
textarea {
  padding: 2px;
  color: #333;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  margin: 0px 0px 0px 0px;
  background: #fff;
}
div.text_field {
  color: #666;
  text-align: justify;
  border-bottom: 1px double #b4b4b4;
  padding: 0px 0px 10px 0px;
  margin: 5px 0 10px 0;
}
tab_cb {
  padding: 5px;
  border: 1px solid #ccc;
}
div .input_date {
  padding: 0px;
  border: 1px solid #ccc;
}
tab_cb input, div .input_date input {
  border: 1px solid #ccc;
  background-image: none;
}
div.input_field {
  border: 0px solid #ccc;
  padding: 2px 0px 2px 0px;
  margin-top: 5px;
  background: #fff;
}
div.input_field ul {
  border: 1px solid #ccc;
  padding:  10px 0px 10px 0px;
  background: #fff;
	margin-top:5px;
}
div.input_field label, div.input_field .label {
  padding: 5px;
  margin-top: 2px;
  color: #b33300;
}
div.input_field input, div.input_field textarea {
  padding: 1px;
  margin-top: 2px;
}
div.input_field .selectBox {
  border: 1px solid #ccc;
}
div.input_field .selectBoxInput {
  border:  0px solid #ccc;
}
.input_field .input_date {
  border: 1px solid #ccc;
}
div.rechercheBox{
  background: #fff;
  margin: 0 0 5px 0;
}
div.note {
  border: 1px solid #ccc;
  padding: 5px 10px 0px 10px;
  font-size: 11px;
}
.recherche {
  border: 1px solid #ccc;
  display: block;
  text-align: justify;
  padding: 5px;
  margin: 0px;
}
.entete_recherche {
  padding: 0px;
}
.recherche .entete {
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 2px 5px 2px 21px;
  margin: 0px;
}
.recherche .entete a {
  display: block;
  color: #333;
  text-decoration: none;
}
.recherche .entete a:hover {
  color: #333;
  text-decoration: none;
}
.recherche .entete_over {
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 2px 5px 2px 21px;
  margin: 0px;
}
.recherche .entete_over a {
  display: block;
  color: #333;
  text-decoration: none;
}
.recherche .entete_over a:hover {
  color: #333;
  text-decoration: none;
}
.recherche .corps {
  display: block;
  color: #000000;
  padding: 5px;
  margin: 0px;
}
.recherche_cadre {
  border: 1px solid #ccc;
  padding: 0px;
}
.recherche_erreur {
  color: #000000;
  font-weight: normal;
}
/* downloads */
div.download_link a:link,div.download_link a:visited {
 cursor: pointer;
 padding: 5px 5px 5px 35px;
 margin: 1px;
 display: block;
 width: 400px;

}
div.download_link a:hover, div.download_link a:focus {

}
div.downloads{
  padding-left:100px;
}
/* contact */
#contact {
  padding-left:200px;
}
