/*
 * De gros efforts on ŽtŽ faits pour que ce site soit conforme aux normes
 * actuelles (XHTML 1.1 et CSS 2.0)
 * Si toutefois, vous aviez des remarques ˆ me faire sur l'utilisation de
 * ces technologies, n'hŽsitez pas ˆ me contacter :
 *
 * fabruccio chez free point fr
 */

/* DŽfinitions gŽnŽrales */
* {
	margin: 0px;
	padding: 0px;
	border: 0 none;
	font-family: Lucida, Verdana, Sans-Serif;
}

a,a:link,a:active {
	color: #FABB00;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #666;
	background-color: #FABB00;
	text-decoration: none;
}

a:visited {
	color: #AAA;
	background-color: transparent;
	text-decoration: none;
}

body {
	color: #FFF;
	background-color: #474747;
	background-image: url('http://www.forge.free.fr/img/back/metal.texture.jpg');
	background-position: top left;
	background-repeat: repeat;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #FABB00;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	font-size: small;
}

h2 {
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 600;
	background-color: transparent;
	margin-bottom: 3px;
	color: #AAA;
	overflow: hidden;
}

p:first-letter {
	font-weight: bolder;
}

blockquote, q {
	font-style: italic;
	color: #CCC;
	background-color: transparent;
	margin-left: 20%;
	margin-right: 10%;
	text-align: justify;
	quotes: '\0000AB\0000A0' '\0000A0\0000BB' '\00201C\0000A0' '\0000A0\00201C';
}
blockquote:before {
	content: open-quote;
	font-weight: bold;
}
blockquote:after {
	content: close-quote;
	font-weight: bold;
}
cite {
	display: block;
	font-style: italic;
	text-align: right;
	margin-right: 10%;
}
cite:before {
	content: '\002026';
}

span.definition {
	font-variant: small-caps;
	font-size: xx-small;
}

*.transp {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: .7;
}

/****** Page qui contient tout ******/
#page {
	color: #000;
	background-image: url('http://www.forge.free.fr/img/back/travaux.pied.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

/****** Logo ******/
#logo{
	margin-top: 30px;
	margin-right: 10px;
	text-align: right;
}

#logo img {
	border: 0 none;
}

#logo a {
	color: #000;
	background-color: transparent;
}

/****** Navigation ******/
#navigation {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: small;
	color: #000;
	background-color: #FABB00;
	background-image: url('http://www.forge.free.fr/img/back/travaux.pied.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	padding-left: 3px;
}

#navigation a,#navigation a:hover,#navigation a:active,#navigation a:visited {
	color: #000;
}

#navigation ul {
	text-align: left;
}

#navigation li {
	display: inline;
	list-style: none;
	text-transform: lowercase;
}

#navigation li.actif {
	font-weight: bold;
}

#navigation li:after {
	content: '\0000A0\0000B7';
}

#navigation li:before {
	content: '\0000A0\0000B7\0000A0';
}

#navigation li + li:before {
	content: '';
}

/****** Corps de la page ******/
#milieu {
	color: #FFF;
	background-color: transparent;
	margin-right: 256px;
	margin-left: 200px;
	padding: 6px;
	font-size: medium;
	max-width: 800px;
}

#milieu h2 {
	font-size: 140%;
	text-align: left;
	border-bottom: 3px solid #666;
}

#milieu h3 {
	font-size: 90%;
	text-align: left;
	color: #AAA;
	background-color: transparent;
	margin-top: 20px;
}

#milieu h4 {
	font-size: 50%;
	text-align: right;
	border-right: 30px solid #FFF;
	padding-right: 3px;
}

#milieu p {
	text-indent: -10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#milieu ul {
	margin-left: 30px;
}

#milieu li {
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}
#milieu li:before {
	content: '\002014\0000A0';
}

#milieu #actualites {
	background-image: url('http://www.forge.free.fr/img/tags/coin-enfonce.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#droite {
	float: right;
	margin-left: 4px;
	margin-right: 10px;
	width: 242px;
	font-size: x-small;
}

#droite p {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: -10px;
	margin-left: 10px;
}

#droite > div {
	color: #FFF;
	background-color: #666;
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #666;
	margin-bottom: 3px;
	padding: 6px;
}

#droite div {
	background-image: url('http://www.forge.free.fr/img/back/explicazone.ombre.rayures.png');
}

#droite div + div {
	background-image: url('http://www.forge.free.fr/img/back/explicazone.ombre.png');
}

#droite dt {
	font-weight: bold;
}
#droite dt:first-letter {
	font-weight: bolder;
}

#droite dd {
	margin-left: 10px;
	margin-bottom: 3px;
	text-align: justify;
}

#gauche {
	float: left;
	margin-right: 4px;
	margin-left: 10px;
	width: 186px;
	font-size: x-small;
}

#gauche h2 {
	color: #000;
	background-color: transparent;
	background-image: url('http://www.forge.free.fr/img/back/cellule.186.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	min-height: 34px;
	vertical-align: middle;
	text-align: center;
}

#gauche ul {
	border: 3px solid #666;
	-moz-border-radius: 10px;
	padding: 3px;
	margin-bottom: 10px;
}

#gauche li {
	list-style-type: none;
	color: #FFF;
	background-color: transparent;
}

#gauche li + li {
	margin-top: 3px;
}

#gauche li > a {
	display: block;
	-moz-border-radius: 3px;
	color: #FABB00;
	background-color: #666;
	padding: 1px;
}

#gauche li > a:hover {
	color: #000;
	background-color: #FABB00;
}

#version li {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	font-size: small;
}

#copyright ul {
	color: #000;
	background-color: #FFF;
}

#copyright a {
	display: block;
	text-align: center;
}

#copyright h3 {
	font-size: 100%;
	color: #000;
	background-color: #FFF;
}

/****** Pied de page ******/
#pied {
	color: #000;
	background-color: #FABB00;
	background-image: url('http://www.forge.free.fr/img/back/travaux.tete.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 11px;
}

#meta {
	color: #000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	background-image: url('http://www.forge.free.fr/img/back/travaux.png');
	background-repeat: repeat;
	background-position: top left;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

#meta p {
	display: inline;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	margin-bottom: 26px;
}

#meta p:before,#meta p:after {
	content: '\0000A0\002663\0000A0';
}

#meta a {
	color: #000;
}

