
body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
   /*background-image:url("foret.jpg");*/
   background-image:url("sorciere3.jpg");
   /*background-image:url("chat.jpg");*/
  /* background-image:url("logotestV2_1.jpg"); /*sims3*/
    }
    /*=================================== L'en-tête ===========================================*/
#en_tete
{
   width: 900px;
   height: 100px;
   background-image: url("header_2.png");
   background-repeat: no-repeat;
   margin-bottom: 5px;
   border-top: 3px solid #eebbff;
     border-left: 3px solid #ee99ff;
     border-bottom: 3px solid #993377;
     border-right: 3px solid #993399;
}
/* ====================================MENU LIGNE===========================================*/
#menuligne 
{
   width: 890px; /* Très important : donner une taille au menu */
    height: 70px;
	background-color: #eeddff;/*violet clair de fond*/
   background-image:url("bord_menu_haut.png");/*bordure bleue foncée*/
   background-repeat: repeat-x;
     border-top: 3px solid #eebbff;
     border-left: 3px solid #ee99ff;
     border-bottom: 3px solid #993377;
     border-right: 3px solid #993399;
    margin-bottom: 5px; /* Pour éviter que les différents menus ne soient trop collés */
	padding-top : 5px;
	padding-left: 5px;
	 font-family: georgia,verdana,"Trebuchet MS", Aril, serif; 
     color: #000088;
font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #9900ee;/*violet*/
 }
#conteneur
 {
   width: 1000px;
   margin-top: 3px;
   padding-bottom: 0px;
   padding-top: 1px;
  background-image: url("V2_1100.jpg");
    border-bottom: 1px solid #993377;
  /*background-image:url("fond_menu_css_sims3.jpg"); /*fond menu longueur menu*/
  position: relative;
}
 /* ============================================MENU GAUCHE =================================== */
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 180px; /* Très important : donner une taille au menu */
   }
.element_menu
{
   background-color: #eeddff;
   background-image:url("bord_menu.png");/*bordure bleue foncée*/
   background-repeat: repeat-x;
     border-top: 3px solid #eebbff;
     border-left: 3px solid #ee99ff;
     border-bottom: 3px solid #993377;
     border-right: 3px solid #993399;
    margin-bottom: 5px; /* Pour éviter que les différents menus ne soient trop collés */
	 font-family: verdana,"Trebuchet MS", Aril, serif; 
   font-size: 8pt;
   color: #000088;
   padding-left: 3px;
} 
/* Quelques effets sur les menus */
.element_menu h3  /* Tous les titres de menus */
{    
   color: #000088;
   font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
   font-size:11pt;
   /*font-style: italic;
   font-weight: bold;*/
   text-align: center;
}
.element_menu h2 /* Tous les titres de menus */
{
font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
   font-size:8pt;
   text-align: center;
}
.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("puce1.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
 }
.element_menu a /* Tous les liens se trouvant dans un menu */
{
   text-decoration: none;
   color: #000088;
}
.element_menu li a:hover /* Quand on pointe sur un lien du menu */
{
    list-style-image: url("puce2.png"); /* On change l'apparence des puces */
	background-color:#9933cc;   /*background-colorviolet soutenu quand on survole le lien*/
	color:#ffddee;  /*ECRITURE rose clair*/
 }
  /* ==================================================MENE PARTENAIRE ==================================== */
#partenaire{
text-align: center;
}
 
 /* ==================================================ANNONCE ACCUEIL ==================================== */
#annonce{
	margin-left: 190px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #000088;
   background-color: #eeddff;/* Une couleur de fond pour le corps */
   background-image:url("bord_menu.png");/*bordure bleue foncée*/
   background-repeat: repeat-x;/* Une petite image de fond qui se répètera horizontalement en haut */
   border-top: 3px solid #eebbff; /* Une bordure pour  marquer les limites du corps et pour faire joli */
     border-left: 3px solid #ee99ff;
     border-bottom: 3px solid #993377;
     border-right: 3px solid #993399;
	 font-size:9pt;
   font-family: verdana,"Trebuchet MS", Aril, serif; 
}
#annonce h2{
	text-align: left;
	color: #000088;
    font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-weight: bold;
}
#annonce h1{
	text-align: center;
	color: #000088;
    font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-weight: bold;
}


/* ========================================CORPS general ==========================================*/
#corps{
   margin-left: 190px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 20px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #000088;
   background-color: #eeddff;/* Une couleur de fond pour le corps */
   background-image:url("bord_menu.png");/*bordure bleue foncée*/
   background-repeat: repeat-x;/* Une petite image de fond qui se répètera horizontalement en haut */
   border-top: 3px solid #eebbff; /* Une bordure pour  marquer les limites du corps et pour faire joli */
     border-left: 3px solid #ee99ff;
     border-bottom: 3px solid #993377;
     border-right: 3px solid #993399;
	 font-size: 9pt;
	 line-height: 18px;
   font-family: verdana,"Trebuchet MS", Aril, serif; 
}
#corps h1 /* Tous les titres h1 du corps */
{
	text-align: center;
	color: #000088;
    font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
   font-style: italic;
   font-weight: bold;
    font-size: 2.6em;
  /*font-size: 18pt;*/
}
#corps h2 /* Tous les titres h2 du corps */
{
   /*height: 30px;*/
   background-image: url("/decorcss/panda1.gif"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat;
   padding-left: 30px; /* pour décaler le texte de l'image*/
   color: #000088;
   font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Arial, serif; 
   font-style: italic;
   font-weight: bold;
   text-align: left;
    font-size: 2.1em;
   /* font-size: 16pt;*/
}
#et h2 /* Tous les titres h2 du corps */
{
background-image: none; /* Une petite image de fond sur les titres h2 */
}
#corps h3 /* Tous les titres h1 du corps */
{
	
	color: #000088;
    font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
   font-style: italic;
   font-weight: bold;
   text-align: left;
   font-size: 1.8em;
}
#corps h4 /* Tous les titres h3 du corps */
{
font-family: georgia,verdana,"Trebuchet MS", Aril, serif; 
font-size: 1.4em;
}
/* Couleur de texte =================================== */
.base{
color: #0000FF;
}
.baseS3{
color: #00ee00;
}
.S3DA{
color: #ee7711;
}
.noir{
color: #000000;
}
.ani{
color: #0099FF;
}
.aca {
color: #33CC66;
}
.ndf {
color: #CC00CC;
}
.lba {
color: #FF8800;
}
.afds {
color: #cc2233;
}
.bv
{
color: #009999;
}
.ql{
color: #851198;
}
.al
{
color: #073383;
}
.wii
{
color: #ff77FF;/* rose*/
}
.kit
{
color: #ffc113;/*bouton d'ort*/
}
.his
{
color:  #8899FF;
}
.S3
{
color:  #00DD33;
}
.dateindex   /* affichage date MAJ*/
{
text-align: left;
font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 9px;
	font-weight: bold;
color: #9900ee;/*violet*/
}
.deco /* Barre déco de séparation de div */
{
background-image:url("/decorcss/barre/barre_deco.gif");/*bordure bleue foncée*/
background-repeat: no-repeat;
background-position: top;
}
.alignleft
{
text-align:left;
}
.centrerp /* affichage des connectés*/
{
margin: auto;
text-align: center;
font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	color: #9900ee;/*violet*/
}
.centrerep /*add-on + couleur*/
{
margin: auto;
text-align: center;
font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #9900ee;/*violet*/
}
.baset{
font-size: 16px;
color: #0000FF;
}
.anit{
font-size: 16px;
color: #0099FF;
}
.acat{
font-size: 16px;
color: #33CC66;
}
.ndft{
font-size: 16px;
color: #CC00CC;
}
.lbat {
font-size: 16px;
color: #FF9944;
}
.afdst{
color: #cc2233;
font-size: 16px;
}
.bvt
{
font-size: 16px;
color: #009999;
}
.kitt
{
font-size: 16px;
color: #ffc113;/*bouton d'ort*/
}
.wiit
{
font-size: 16px;
color: #ff77FF;/* rose*/
}
.hist
{
font-size: 16px;
color:  #8899FF;
}
.bouton{
margin: auto;
text-align: center;
}
/* ====================PARAGRAPHES CENTRES===============================*/
.centrer{
margin: auto;
text-align: center;
}
.centrer2{
margin: auto;
text-align: center;
line-height: 20px;
}
/* ====================PARAGRAPHES JUSTUFIE===============================*/
.justifier{
margin: auto;
text-align: justify;
}
.justifier2{
margin: auto;
text-align: justify;
line-height: 20px;
}
/* ====================PARAGRAPHES aligné à gauche===============================*/
.gauche{
margin: auto;
text-align: left;
font-size:20px;
}
.left{
margin: auto;
text-align: left;
font-size:20px;
}

/* ====================PARAGRAPHES A COTé DES IMAGES=======================*/
.acote{
float: left;
margin-left:5px;
margin-right: 15px;
}
.stopfloat{
clear:left;
}  
.centrerrouge{
color: #cc0077;/*rougevioline*/
text-align: center;
}
/* ====================TEXT TAULLE & INTERLIGNE=======================*/
.important{
	font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
color: #cc0077;/*rougevioline*/

}
.important2{
	font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #cc0077;/*rougevioline*/
}
.important3
{
	font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #cc0077;/*rougevioline*/
	text-align: center;
}

.tresimportantcentrer{
	font-family: georgia,"comic sans MS",verdana,"Trebuchet MS", Aril, serif; 
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
color: #cc0077;/*rougevioline*/
text-align: center;

}
.interligne2{
line-height: 20px;
}
.taillep{
font-size: 7pt;
}
.taillepp{
font-size: 6pt;
}
.tailleppp{
font-size: 5pt;
}
.taillepppp{
font-size: 4pt;
}
.tailleppppp{
font-size: 3pt;
}
.coul_lbleu{
color: #4444ff;

}
/* ====================TEXT DECORATION=======================*/
.souligner{
text-decoration: underline;
}
.encadrer
{
border:groove
}
 /* ========================================= CSS des TABLEAUX ====================================*/
   
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: verdana, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 12px;
   color: #000088;/*bleu foncé*/
   margin-bottom: 15px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
  }
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
   margin: auto;
   margin-bottom: 20px;/*marge en dessous du tableau décolle le titre du tableau du dessus*/
}

td , th /* Toutes les cellules des tableaux... */
{
   /*border: 1px :/*solid black; *//* ... auront une bordure de 1px */
  border-style: groove;
   margin: auto; /* Centre le titre du tableau */
   vertical-align: middle; /* alignement vertical au centre */
   font-family: verdana, Times, "Times New Roman", serif;
   color: #000088;/*bleu foncé*/
    }
td 
{
   font-size: 11px;
 }	
th 
{
   font-weight: normal;
 }
  /*====================Tableau sans/avec  bordure==============*/
.sans_bord
{
  border-style: none;
	font-size: 12px;
	text-align: justify;
	padding-left: 1px;
}  
.sans_bord2
{
  border-style: none;
	font-size: 11px;
	text-align: justify;
	padding-left: 10px;
}  
.sans_bord3
{
  border-style: none;
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
}  
.sans_bord4
{
  border-style: none;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
}  

.avec_bord3
{
   
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
}  
/*====================Alien==============*/
.alien_th1
{
text-align: center;
width: 200px;
font-size: 11px;
  font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.alien_td1
{
width: 200px;
font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.alien_td2
{
text-align: center;
width: 200px;
font-size: 11px;
  
}
.alien_td3
{
text-align: center;
width: 400px;
font-size: 11px;
font-weight: bold;  
}
 /*====================Tableau badges==============*/
.badge_cell2 {
  text-align: center;  
  }
 .badge_cell3 {
  text-align: left;
  } 
 .badge_cell1 {
  text-align : center;
  background-color : #FFFFAA;  /* jaune */
  } 
.badge_th1 {
width: 50px;
font-size: 11px;
  font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.badge_th2{
width: 120px;
font-size: 11px;
  font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.badge_th3{
width: 90px;
font-size: 11px;
font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.badge_th4{
width: 170px;
font-size: 11px;
font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.badge_th5{
font-size: 11px;
font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
 /* TABLEAU PERSONNALITE */
.ligtab_jaune
{
background-color : #FFFFAA; /* jaune */
}
.ligtab_bleu
{
background-color : #BBFFFF; /* bleu */
}
.ligtab_vert
{
background-color : #BBFFBB; /* vert */
}
.perso_th1
{
  background-color : #FFDDAA; /* marron */ 
}
.perso_th3
{
  font-size: 11px;
  font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.perso_cell1
{
  width: 60px;
  padding-right: 5px; 
  text-align : left;
}
.perso_cell2
{
  width: 65px;
  padding-right: 0px; 
  font-size: 10px;
  text-align : center;
 }
 /* ================TABLEAU COMPETENCES ================= */
.ulcomp
 {
      padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 15px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
 }
.comp1_bleu_center
{
width: 50px;
font-weight: bold;
background-color : #BBFFFF; /* bleu */
text-align : center;
}
.comp1_vert_center
{
width: 50px;
font-weight: bold;
 background-color : #BBFFBB; /* vert */
 text-align : center;
}
.comp2_bleu_left
{
width: 150px;
background-color : #BBFFFF; /* bleu */
font-size: 10px;
text-align : left;
}
.comp2_vert_left
{
width: 150px;
 background-color : #BBFFBB; /* vert */
 font-size: 9px;
 text-align : left;
}
.comp3_bleu_left
{
width: 170px;
background-color : #BBFFFF; /* bleu */
font-size: 10px;
text-align : left;
}
.comp3_vert_left
{
width: 170px;
 background-color : #BBFFBB; /* vert */
 font-size: 9px;
 text-align : left;
}
.comp4_bleu_left
{
width: 220px;
background-color : #BBFFFF; /* bleu */
font-size: 10px;
text-align : left;
}
.comp4_vert_left
{
width: 220px;
 background-color : #BBFFBB; /* vert */
 font-size: 9px;
 text-align : left;
}

/* ================TABLEAU CARTE CHANCE ================= */
.c1_bleu_center
{
width: 15px;
background-color : #BBFFFF; /* bleu */
text-align : center;
}
.c1_vert_center
{
width: 15px;
 background-color : #BBFFBB; /* vert */
 text-align : center;
}
.c2_bleu_left
{
width: 150px;
background-color : #BBFFFF; /* bleu */
text-align : left;
}
.c2_vert_left
{
width: 150px;
 background-color : #BBFFBB; /* vert */
 text-align : left;
}
.c3_bleu_left
{
width: 150px;
background-color : #BBFFFF; /* bleu */
text-align : left;
}
.c3_vert_left
{
width: 150px;
 background-color : #BBFFBB; /* vert */
 text-align : left;
}
.c4_bleu_center
{
width: 150px;
background-color : #BBFFFF; /* bleu */
text-align : center;
}
.c4_vert_center
{
width: 150px;
 background-color : #BBFFBB; /* vert */
 text-align : center;
}
.c5_vert_center
{
width: 450px;
 background-color : #BBFFBB; /* vert */
 text-align : center;
}
.c5_bleu_center
{
width: 450px;
background-color : #BBFFFF; /* bleu */
text-align : center;
}
/* =================TABLEAU COMPARAISON METIER ADO ================== */
.th1ma1
{
  font-size: 11px;
  font-weight: bold;
  width: 120px;
  background-color : #FFFFAA;  /* jaune */
}
.th1ma2
{
  font-size: 11px;
  font-weight: bold;
  width: 70px;
  background-color : #FFFFAA;  /* jaune */
}
.th1ma3
{
  font-size: 11px;
  font-weight: bold;
  width: 100px;
  background-color : #FFFFAA;  /* jaune */
}
.th1ma4
{
  font-size: 11px;
  font-weight: bold;
  width: 50px;
  background-color : #FFFFAA;  /* jaune */
}
.cellma1
{
  font-size: 11px;
  text-align : center;
  background-color : #FFFFAA;  /* jaune */
}
.cellma2
{
  font-size: 11px;
  text-align : center;
  background-color : #BBFFFF; /* bleu */
 }
.cellma3
{
  font-size: 11px;
  text-align : center;
  background-color : #BBFFBB; /* vert */
 }
 
/* ====================TABLEAU METIER================== */
 .type_th1
{
  font-size: 17px;
  font-weight: bold;
  background-color : #FFFFAA;  /* jaune */
}
.type_th1r
{
  font-size: 17px;
  font-weight: bold;
   border-right-style :none;
  background-color : #FFFFAA;  /* jaune */
}

.type_th1l
{
  font-size: 17px;
  font-weight: bold;
   border-left-style :none;
  background-color : #FFFFAA;  /* jaune */
}
.type_th2
{
   font-size: 11px;
   font-weight: bold;
  background-color : #BBFFFF; /* bleu */
}
.type_th3
{
  font-size: 11px;
  font-weight: bold;
  background-color : #FFDDAA; /* marron */ 
}
.type_th4
{
  font-size: 11px;
  font-weight: bold;
  background-color : #BBFFBB; /* vert */
}

.type_th5
{
  font-size: 10px;
  background-color : #FFDDAA; /* marron */ 
  margin-bottom: 10px;
}

.type_th9
{
   
  text-align : center;
  background-color : #FFFFAA; /* jaune */
}
.type_cell1
{
  width: 15px;
  padding-right: 5px; 
  text-align : right;
  background-color : #FFFFAA; /* jaune */
}
.type_cell2
{
  width: 160px;
  padding-right: 0px; 
  font-size: 10px;
  text-align : left; 
  background-color : #FFFFAA; /* jaune */
}
.type_cell3
{
  width: 60px;
  text-align : center; 
  background-color : #BBFFFF; /* bleu */
}
.type_cell4
{
  width: 36px;
  text-align : center;
	background-color : #FFDDAA; /* marron */  
}
.type_cell5
{
  width: 52px;
  text-align : center;
	background-color : #BBFFBB;  /* vert */
}
   
   /* ===================================== Fin Css tableaux métiers ====================================*/
   
a img {
 border-style: none;
}
sup{
font-size: 7pt;
}

#pied_de_page{
	background: url("bas_de_page2.png") no-repeat;
	border-top: 3px solid #eebbff; 
    border-left: 3px solid #ee99ff;
    border-bottom: 3px solid #993377;
    border-right: 3px solid #993399;
	 margin-left: 190px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
}
#pied_de_page{
font-family: verdana,"Trebuchet MS", Arial, georgia,"comic sans MS", serif; 
font-size: 8pt;
color:#ffddee;/*rose clair*/
text-align: center;
padding-top: 3px;
}

