/* 
	WAnewsletter theme by Bobe wascripts@phpcodeur.net 
*/
body {
	background-color: #003B78;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: white;
}

h1, #page, #footer {
	background-color: #DDD;
	margin: 20px;
	border: 1px solid black;
	color: black;
}

h1, #footer {
	padding: 0.3em;
	text-align: center;
	letter-spacing: 0.02em;
}

h1              { font-size: 1.2em; font-weight: normal; }
#footer         { font-size: 0.74em; font-weight: bold; }
#preface, .bloc { margin: 1em 2.5%; }
#preface        { text-align: left; font-size: 0.8em; }
.bloc           { border: 1px solid #084A6B; }

.bloc h2 {
	height: 22px;
	background: #003B78 url("../templates/images/head.gif") repeat-x top;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
	color: #FAFAFA;
}

.bloc h3 {
	margin: 0;
	padding: 1.5em 1.4em 0.5em;
	text-align: left;
	font-weight: normal;
	font-size: 0.95em;
}

.bloc p {
	margin: 0;
	padding: 1em 1em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

.bloc p.date {
	padding: 1em 1.5em;
}

ul, ol {
	margin: 10px;
	padding: 0 3em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
}

ul.sommaire ul { margin-top: 20px; }
ol { list-style-type: upper-roman; }

.bloc div.anchor { text-align: right; padding: 1em 1em 0.5em; font-size: 0.9em; }
a { text-decoration: none; }

a, a:link, a:visited {
	background-color: transparent; 
	color: #25F;
}

a:hover {
	background-color: transparent;
	color: #F52;
}

abbr[title], acronym[title] {
	border-bottom: 1px dotted blue;
}

abbr[title]:hover, acronym[title]:hover {
	cursor: help;
}

code, kbd, samp { font-family: "Courier New", Courier, monospace; font-size: 1em; }

code { color: green; }

pre {
	overflow: auto;
	background-color: #FAFAFA;
	border: 1px dashed #A4A6A8;
	margin: 0.4em 1em;
	padding: 0.4em;
	text-align: left;
	font-weight: normal; font-size: 0.8em; line-height: 1.2em;
	font-family: Courier, "Courier New", monospace !important;
}

/*
	Couleurs du code php colorisé
*/
span.hl-bg      { background-color: inherit; color: white; }
span.hl-comment { background-color: inherit; color: #F90; }
span.hl-default { background-color: inherit; color: #00C; }
span.hl-html    { background-color: inherit; color: black; }
span.hl-keyword { background-color: inherit; color: green; }
span.hl-string  { background-color: inherit; color: #D00; }

