/* Css des tutos */

body {
	margin: 1em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 1em;
}
h1 {
	/*text-align:center;*/
	color: #fc0808;
	/*background-color: #FFFFFF;*/
	background-color: inherit;
	font-size: 2em;
}
h2 {
	/*text-align: center;*/
	color: #0679f0; /*royalblue;*/
	background-color: inherit;
	margin-left: 15px;
}
h2 span{
	border-bottom:1px dashed;
}
h3 {
color: #0679f0;
}
h4 {
color: #0679f0;
}
span.souligne {
	border-bottom:1px dotted black;
}
.w3c {
	text-align: right;
}
img {
	border: none;
}

.centrage {
text-align: center;
}
/*le CSS de fred :
le code se met dans <code class="php"> </code> pas besoin de div !
*/

code,pre {
    font-family : "Courier New",monospace;
    font-size : 1em;
    color: #000099;
text-align: left;
display: block;
background-color: inherit;
/*overflow: auto;*/
}

code.php {
    display: block;
    background-color: #EAEAEA;
    border: 1px dotted #8B4513;
    color: black;
    padding: 1em;

    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

code.php span.comment {
    color: #FF8000; /* Red */
    background-color: inherit;
}

code.php span.html {
    color: #711212; /* 000000 noir !  A0522D */
	font-weight : normal;
	background-color: inherit;
}

code.php span.keyword {
    color: #007700;   /* 007700  blue*/
    font-weight: bold;
	background-color: inherit;
}

code.php span.string {
    color: Red; /* Green */
	background-color: inherit;
}
/* by moog */
code.php span.default {
    color: #0000BB; /* #0000BB */
	background-color: inherit;
}
code.php span.bg {
    color: yellow;
    background-color: red;

}
/* de la globule */
.ligne_complete {
width: 100%;
}


.entree_formulaire {
float: left;
width: 180px;
text-align: right;
}

.entree_formulaire_data {
margin-left: 190px;
}

uk {
   liste-style-type: none;
}
li {

	list-style-image:url(http://www.phpjungle.info/images/puce_bleue.gif);

}

.menu {
	width: 200px;
	float: left;
	min-height: 100%;
}
#corps {
float: right;
}