@charset "utf-8";
/* CSS Document */



body { /*cadre externe*/
	background-color: #202020;/* arrière plan  de la page*/
	color:#00FF00; /* couleur du texte */
	font-size: 12px; /*taille du texte*/
	margin: 5px 5px 5px 5px; /* espace entre bord d'ecran et cadre externe> haut, droite, bas, gauche */
	border-style: solid; /* type de cadre */
	border-width: 5px; /* epaisseur du cadre */
	border-color: #666666; /* couleur du cadre */
	padding : 5px 5px 5px 5px; /* espace entre le cadre externe et le texte > haut, droite, bas, gauche */
	letter-spacing: 1px; /* Espacement entre les lettres */
	word-spacing: 3px; /* Espacement entre les mots */
	font-family: "Courier New", Courier, "Liberation Mono", monospace, Arial, Helvetica, sans-serif; /* Choix de polices dans l'ordre de préférence */
	-moz-border-radius : 10px ; /*moteur gecko; mozilla,*/
	-webkit-border-radius : 10px; /*Safari et Chrome*/
	-khtml-border-radius : 10px; /*Linux browsers*/
	border-radius : 10px; /*CSS3*/
	/*behavior: url(scripts/pie.htc)*/
	}

.cad_int1 { /*cadre interne*/
	background: #202020;
	/*width: 95%; height: 95%;*/
	margin: 10px 5px 5px 5px; /* espace entre cadre 2 et element proche > haut, droite, bas, gauche */
	padding : 10px 10px 10px 10px; /* espace entre bord de la boite et texte > haut, droite, bas, gauche */
	font-family: "Courier New", Courier, "Liberation Mono", monospace, Arial, Helvetica, sans-serif; /* Choix de polices dans l'ordre de préférence */
	border: 5px solid #666666;/*font-weight: bold;*/
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius : 30px; /*Linux browsers*/
	border-radius: 30px;
	behavior: url(scripts/pie.htc);/*arrondie IE cadre interne*/
	}
	
	/* autre façon d'écrire
	-webkit-border-top-left-radius: 233px;
-webkit-border-top-right-radius: 1px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 43px;
-moz-border-radius-topleft: 233px;
-moz-border-radius-topright: 1px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 43px;
border-top-left-radius: 233px;
border-top-right-radius: 1px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 43px;*/

/*behavior: url(scripts/pie.htc);*/
	/*behavior: url(border-radius.htc);  htc pour IE*/
	
	/*
	text-decoration: valeur;
Les valeurs possibles sont :
    * none (rien)
    * underline (souligner
    * overline (ligne au dessus)
    * line through (barrer)
    * blink (clignoter)
*/

  

/* Exemples de Oliver
.Css1 { color:#0000FF; font-weight:bold; background:#000000; }
    .maCss2 { color:#CC33CC; text-decoration:underline; font-weight:normal; background-color:#DDDDDD; }
    span { color:#FF0000; text-decoration:underline; background-color:#AAAAAA; padding-left:15px; padding-right:15px; padding-top:2px; padding-bottom:2px; }
    #monIdentifiant { font-weight:bold; color:#44AA33; }
    div { margin-top:20px; }
    .divAvecBordures { border:solid 2px #FF0000; padding:15px; }
    .styleBalise { color:#FF0000; padding:0px; background-color:#FFFFFF; text-decoration:none; }
    .labelOut { padding-right:0px; color:#000000; font-weight:normal; }
    .labelOver { padding-right:10px; color:#FF3300; font-weight:bold; }
*/
