/*
 * Feuille de style revue pour le site Orientation CIO
 *
 */

body { 
/* définition de la page */
  margin:0 ; /* marge extérieure */
  padding:0; /* marge intérieure */
  background: #900;
  font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:small;
}

/* Mise en forme générale */

#page {/* encadre le tableau */
  width:96%; /* largeur du tableau */
  height:1%; /* hauteur minimale du tableau */
  margin-left:auto; 
  margin-right:auto; 
  margin-top:20px;
  padding:0; /* marges intérieures et extérieures du tableau */
  border:3px solid black;/* bordure du tableau */
  background: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
} /* couleur fond du tableau (colonne droite en pratique) */

#colonne_droite {
  float:right;
  width:23%;
 height:100%; 
 margin-top:10px;
 }

 .recherche{
	margin: 20px 10px 20px 0;
	border: 1px solid #000081;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 10px 5px;
 }

 #moteur_recherche{
    margin:20px;
	padding: 5px;
	font-weight:bold;
 }
 
 .gsc-control-cse {
    padding:0;
}
 
 .buttonSearch{
 background-image: url("../../IMG/Thumbnail.png");
 padding: 0px;
 background-position-x: -160px;
 background-position-y: -111px;
 height: 24px;
 width: 22px;
 padding: 0px;
}
 
 .sites_selectionnes{
  border:solid 1px #0F4205;
  margin-right:10px;
  margin-bottom:10px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
 }
 
 .sites_selectionnes h3{
  color: #655F4B;
  font-size:medium;
  margin:0;
  cursor: pointer;
 }
  .sites_selectionnes h3::first-letter{color: #0F4205;}
  .li_sites{ 
  margin-bottom:2px;
  list-style:disc inside;
  }
  .li_sites a{
	color: #0F4205;
	text-decoration:none;
	display:block;
	font-weight:bold;
 }
 .li_sites a:hover{ background-color: #CCFAC3;}

 .contenu_sites {
display: none;
}
#bloc_principal{
 float:left;
 width:74%;
 height:100%;
 margin-right: 10px;
 border-right: solid 3px black;
 padding-bottom:10px;
}

#sommaire{
 float:left;
 width:100%;
 height:100%;
 margin-right: 1%;
 padding-bottom:10px;
}

.case_edito{
 float:left;
 width:28%;
 margin: 0.5em 2%;
 border:solid 1px black;
 -webkit-border-radius: 5px;
 -moz-border-radius:5px;
}
.menu_gauche { /* définition de la colonne gauche */
  float:left ; /* flotte à gauche */
  width:33% ; /* largeur  200 dans container */
  height:100% ; /* hauteur : 100% du .container */
  margin:0 ; padding:0; /* marges */
  background: transparent;
  }

#entete{
float:left;
 width:100%;
 height:170px;
 border-bottom:black solid 3px;
  }
 ul {
 margin-left:0px;
 padding-left:0px;
 }
 
.boutons_droits {
	text-align:center;
}
  
#login{
margin:20px 20%;
}
  
#logo{
float:left;
width:30%;
padding:5px 15px;
} 

.entete_centre {/* définition de la colonne centre */
  position:relative;
  float:right ; /* flotte à gauche */
  width:63% ; /* largeur : 600 dans .container */
  margin:0;padding:0 ; /* marges */
  background: transparent;
}

ul {
 list-style:none;
}

.spacer { /* force au retour à la ligne après des fenêtres float */
  clear:both}
/*
 * Nouvelle version de l'édito
 */
 #edito {/* définition de la colonne centre */
  float:right ; /* flotte à gauche */
  width:62% ; /* largeur : 800 (- 4 de bordure pour ie) dans .container */
  height:100% ; /* hauteur : 100% du .container */
  margin-right:10px;
  margin-top:10px;
  padding:10px ; /* marges */
  background: #ffffcd;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-top: 1px solid #287dae;
  border-right: 3px solid #0a5b87;
  border-bottom: 3px solid #0a5b87;
  border-left: 1px solid #287dae;
}

#edito h1{
border-color:#32649B;
border-style:solid;
border-width:0 0 3px 0;
font-size:130%;
font-weight:700;
margin:0;
padding-left:0em;
}

#edito h1:first-letter
{
color:#32649B;
background-color:transparent;
}

#edito h2{
font-size:110%;
font-weight:700;
margin:0;
padding-left:0em;
}

#edito a{
color:#f60;
background-color:transparent;
}

#edito a:hover{
color:#369;
background-color:transparent;
text-decoration:none;
}

#edito a:visited{
color:#369;
background-color:transparent;
}

  
/* Ancienne version de l'édito */  
.edito {/* définition de la colonne centre */
  float:right ; /* flotte à gauche */
  width:62% ; /* largeur : 800 (- 4 de bordure pour ie) dans .container */
  height:100% ; /* hauteur : 100% du .container */
  margin-right:10px;
  margin-top:10px;
  padding:10px ; /* marges */
  background: #ffffcd;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-top: 1px solid #287dae;
  border-right: 3px solid #0a5b87;
  border-bottom: 3px solid #0a5b87;
  border-left: 1px solid #287dae;
}

.edito h1{
border-color:#32649B;
border-style:solid;
border-width:0 0 3px 0;
font-size:130%;
font-weight:700;
margin:0;
padding-left:0em;
}

.edito h1:first-letter
{
color:#32649B;
background-color:transparent;
}

.edito h2{
font-size:110%;
font-weight:700;
margin:0;
padding-left:0em;
}

.edito a{
color:#f60;
background-color:transparent;
}

.edito a:hover{
color:#369;
background-color:transparent;
text-decoration:none;
}

.edito a:visited{
color:#369;
background-color:transparent;
}
.unecol {/* définition de la colonne centre */
  float:left ; /* flotte à gauche */
  width:95% ; /* largeur : 1000 dans .container */
  height:100% ; /* hauteur : 100% du .container */
  margin:0;padding:0 ; /* marges */
  background: #123456;
}

.deuxcol {/* définition de la colonne centre */
  float:left ; /*flotte à gauche */
  width:46% ; /* largeur : 400 dans .container */
  height:100% ; /* hauteur : 100% du .container */
  margin:0;
  padding:10px ; /* marges */
}

.troiscol {/* définition de la colonne centre */
  float:left ; /* flotte à gauche */
  width:30% ; /* largeur : 266 dans .container */
  height:100% ; /* hauteur : 100% du .container */
  margin:0;
  padding:10px ; /* marges */
}

.alaligne {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	/*background:#AA1234;*/
	}

.boite_edito {

      float:left;
      width:95%;
      background-color: white;
      margin-bottom:1%;
      margin-top:0px;
      margin-left:1%;
   -moz-border-radius:8px;
   border-top: 1px solid #287dae;
   border-right: 3px solid #0a5b87;
   border-bottom: 3px solid #0a5b87;
   border-left: 1px solid #287dae;
   /*padding:1%;*/
}

.interieur_boite_edito {
margin-left:5px;
margin-right:5px;
}

.boite_edito h1 /* soulignement des titres*/
{
   margin:0;
   padding-left:0.2em;
   font-size:1.5em;
   text-align :center;
}

.logo-droit {
float:left;
padding:3px;
padding : 3px;
text-align : right;
}

.agenda {
width:95%;
margin:auto;
border:0;
color:#655f4b;
background-color:#fff;
}
.vertical {
width:80%;
margin:auto;
border:0;
color:#655f4b;
background: transparent;
}

.vertical ul{
margin: 0px;
padding: 0px;
margin-bottom:0.5em;
margin-top:0.5em;
}

.vertical li{
display:marker ;
}

.vertical a{
color: #900;
background-color:transparent;
display:block;
font-weight:700;
margin-left:5px;
padding-left:1px;
text-decoration:none;
}

.vertical a:hover{
background-color:#ffc;
color:#c00;
}

.vertical h2{
border-color:#900;
border-style:solid;
border-width:0 0 3px 0;
font-size:medium;
font-weight:700;
margin:0;
padding-left:0em;
text-transform:uppercase;
}

.vertical h2:first-letter
{
color:#900;
background-color:transparent;
}

.vertical h2 a{
color:#655F4B;
}
.menu {
width:80%;
margin:auto;
margin-bottom:1.5em;
border:0;
color:#655f4b;
background: transparent;
}

.menu a{
color:#f90;
background-color:transparent;
display:block;
font-weight:700;
margin-left:5px;
padding-left:1px;
text-decoration:none;
}

.menu a:hover
{
background-color:#ffc;
color:#f60;
}

.menu h2{
border-color:#f60;
border-style:solid;
border-width:0 0 3px 0;
font-size:medium;
font-weight:700;
margin:0;
padding-left:0em;
text-transform:uppercase;
}

.menu h2:first-letter
{
color:#f60;
background-color:transparent;
}

.menu ul{
margin: 0px;
padding: 0px;
margin-top:0.5em;
}

.menu li{
display:inline;
list-style:none;
}

.inscription{
color:#655f4b;
background: transparent;
width:80%;
margin:auto;
border:0;
}
.inscription a{
color:#690;
background-color:transparent;
display:block;
font-weight:700;
margin-left:5px;
padding-left:1px;
text-decoration:none;
}
.inscription a:hover{
color:#690;
background-color:#eaf2db;
}
.inscription h2{
border-bottom:3px #690 solid;
font-size:medium;
font-weight:700;
margin:0;
padding-left:0em;
text-transform:uppercase;
}
.inscription h2:first-letter{
color:#690;
background-color:transparent;
}

/* style pour pied de page */
.copyright
{
clear:both;
text-align:center;
font-size:80%;
}
.copyright a
{
color:white;
text-decoration: none;
}
.copyright a:hover
{
text-decoration: underline overline;
color:white;
}
/* fin style pour pied de page */

/* style pour boite mots-clefs */
.menu_mots_cles {
//float:left;
width:170px;
padding: 1px;
background-color: F0FAFF;
margin-top: 5px ;
margin-left: -10px; 
-moz-border-radius:8px;
border-top: 1px solid #287dae;
border-right: 3px solid #0a5b87;
border-bottom: 3px solid #0a5b87;
border-left: 1px solid #287dae;
background: transparent;
font-size:9px;
}
.menu_mots_cles li a {
display:inline; 
padding:2px 0.6em;
color:#369;}
.menu_mots_cles li a:hover{
color:#ffffff;
background-color:#369; 
}
/* fin style pour boite mots-clefs */

/* style pour sommaire */
.boite_sommaire {
    float: right;   
    width: 250px;
    margin-left: 15px ;
    padding: 5px;
    background-color: #CDD2D2;
    font-size: 90%;
     -moz-border-radius:8px;
     border-top: 1px solid #CDD2D2;
     border-right: 1px solid #CDD2D2;
     border-bottom: 1px solid #CDD2D2;
     border-left: 1px solid #CDD2D2;
}
.boite_sommaire h4 {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
}
.boite_sommaire ul{
margin-left: -35px;
}
.boite_sommaire li {
padding:2px ;
list-style-type: none;
background-image: url("../img_pack/puce.gif");
background-repeat: no-repeat;
background-position: 0 0.32em;
padding-left: 25px;
}
.affichage_mots-clefs {
float:left;
padding: 3px;
margin-top: 5px ;
-moz-border-radius:8px;
border-top: 1px solid #287dae;
border-right: 3px solid #0a5b87;
border-bottom: 3px solid #0a5b87;
border-left: 1px solid #287dae;
font-size:11px;
font-weight: bold;
background-color:#ffffff;
}
span.info-bulle-contenu
 {
 display: none;
 position: absolute;
 background:red;
 padding: 6px;
 padding-left: 12px;
 padding-right: 12px;
 color: white;
 }
div.scrollable { 
     /* required settings */ 
    position:relative; 
    overflow:hidden;
    width: 710px; 
    height:150px;
} 
#boutons_breves { position: relative;left:80px;top : -22px}
#boutons_breves img { position: absolute; top: 0; left: 0; }
#suivante { position: relative; left:50px;top : -11px}

acronym {
  border-bottom: 1px dotted #111111;
  cursor: help;
  }
acronym:hover {
  border-bottom: 1px dotted #111111;
  border-top: 1px dotted #111111;
  cursor: help;
  }
.date {
/* color:#369; */
font-style: italic;
font-size:10px;
}

.entete_centre>.menu {margin: 0;}
.entete_centre {margin-top: 10px;}