/* CSS  */
body {
	background-color :#FAFAFA;
	color: black;
	margin: 0 15px 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}
/* lien */
a, a:visited{
	text-decoration : underline;
	color: black;
	/*color: white;*/
}

#leftColumn a,a:visited {
text-decoration: none;
}

img {
	border: none;
}
ul, li {
	list-style-type: none;
}
ul li {
	list-style-image:url(http://www.phpjungle.info/images/puce_bleue.gif);
}

#intro {
	margin-bottom: 10px;
	margin-left: 10px;
}
#page{
/*
position: absolute;
left: 50%;
margin-left: -500px;
width: 1001px;*/
}

#global {
	background-repeat: no-repeat;
	background-position : 0 0;
	margin: 0 0 0 0;
}

#leftColumn {
	width: 200px;
	float: left;
	overflow: hidden;
}

#leftColumn fieldset {
	width: 150px;
	margin:auto;
}

#leftColumn h2 {
	color: #c5b8a9;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#centerColumn {
	padding: 0 5px;
	width: auto;
	margin-left: 200px;
}

div#pageFooter {
	text-align: center;
	display : block;
	clear: left;
	font-size: 10px;
	margin-top : 10px;
	position: relative;
	bottom: 0;
}

.spacer {
	clear : both;
	display: block;
}

div#header {
	text-align: center;
	display : block;
	clear: left;
	font-size: 10px;
	margin-top : 10px;
}

/* Css message d'erreur */

.errormanager{
	margin: auto;
	padding: 5px;
	border: 2px solid #FF0000;
	color: #FF0000;
	background-color:#FAFAFA;
	width: 500px;
}

.messageerreur {
	position: relative;
	left: 50px;
	width: 350px;

}

.dateerreur{

}

/* News */
.navbarre {
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
}

.news{
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 10px;
}

.news p{
	margin: 0;
}

.viewcomment {
	text-align: right;
	padding-right: 2px;
}

img.imgnews {
	float: right;

}
/* commentaire news */
#questionCaptcha {
	margin-left: 50px;
}

label {
	display: inline;
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 8px;
	font-size: 0.8em;
}
input#submit {
	display: inline;
	margin-left: 78px;
	margin-right: 8px;
	font-size: 0.8em;
}

#text {
	width: 290px;
	height: 150px;
}

input,select   {
	height: 18px;
	border:1px solid #cccccc;
	vertical-align: middle;
	font-size: 13px;
	width: 300px;
	margin-bottom: 3px;
}

textarea {
	border: 1px solid #cccccc;
	font-size: 12px;
	width: 600px;
	height: 300px;
	margin-bottom: 3px;
}

.commentglobal {
	border-bottom: thin solid #cccccc;
	margin-left: 15px;
}
/* message d'erreur en cas de mauvaise page */
#erreur404 {
	text-align: center;
	border: 1px solid #FF0000;
	padding: 0.2em;
}

/* css phpjungle */

.wikiHelp {
	font-size: 0.8em;
	margin-left:20px;
	margin-right: auto;
}

.wikiHelp dt {
	font-weight: bold;
	text-decoration: underline;
}

/* Formulaire d'ajout de page ! */
#pagecontenu {
	width: 650px;
	height: 350px;
}

#description {
	width: 400px;
	height: 150px;
}

label#titre {
	margin-right: 10px;
}

fieldset {
	-moz-border-radius: 5px;
}
fieldset ul li {
	left: -20px;
	position: relative;
}

/* colorisation du code ! */
ol.colocodephp li{
	list-style-type: decimal;
	margin-left: 15px;
}

.colocodephp {
	background-color: white;
	word-wrap:break-word;
	white-space: normal;
	border: 0px dotted #00feff;
	-moz-border-radius: 5px;
	padding: 0.5em 2em 0.5em 2em;
}

.colocodephp:hover {
	background-color:#FAFAFA;
}

/* css cours */
.listecours dt {
font-size: 13px;
font-color: #c5b8a9;
font-weight: bold;
text-decoration: underline;
}
#cours h1 {
	text-align: center;
	color: #84aede;
}
#cours h2,h3,h4 {
	color: #c5b8a9;
	font-size: 12px;
}
#cour h3 {
	text-align: center;
}
/*
div#cours h4 {
color: #0679f0;
}
*/

#cours pre {
	margin-left: 20px;
	text-indent: 10px;
	background-color: white;
	-moz-border-radius: 5px;
}

#cours input#titre {
width: 650px;
}
