/*
	CSS pour affichage écran
	Nom : Banturle
	Thème : Site d'expérimentation et d'apprentissage en continu
	Version : 1.4 du 19/07/2006
	Auteur : Éric Vesque, imprimerie PRINT, http://www.affaire-imprimerie.com/
*/

/*globalité*/
html {
	background: url(pict/bandes.gif) top left repeat-x fixed #75cd73;
	color: #131;
	font-size: 100%;
}

body {
	padding: 0;
	text-align: center;/* Pour centrer l'affichage dans IE 6 et les vieux navigateurs*/
	font: normal normal 1em arial, helvetica, sans-serif;
}

#main {
	width: 90%;
	position: relative;
	background-color: #fff;
	color: #131;
	text-align: left;
	margin: 1em auto;/* Pour centrer l'affichage dans les navigateurs respectueux du W3C*/
	padding: 0;
}

#contenu {
	position: relative;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	background-color: #fff;
	color: #131;
}

#contenu #droite {
	float: right;
	position : relative;
	margin: -0.5em 1em 1em;
	padding: 2em 0.5em;
	width: 30%;
	background-color: #faf0dc;
	color: #131;
}
#droite li {
	margin-top: 0.5em;
}
.citation {
	margin: 2em 3em 1em;
	padding: 0.5em;
	width: 80%;
	height: 100%;
	background-color: #faf0dc;
	color: #131;
	font-style: italic;
}

h1 {
	font: italic bold 2.5em 'times new roman', times, serif;
	font-variant: small-caps;
	margin: 0.5em 0 0.3em;
	padding: 0.2em 0.5em 0;
}

h2 {
	font: italic bold 1.8em arial, helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0.2em 0 0.1em;
	padding: 0.2em 0 0;
	border-bottom: solid 3px #f0f8ff;
}

h3 {
	font: italic bold 1.4em 'times new roman', times, serif;
	font-variant: small-caps;
	margin: 1em 0 -0.5em;
	padding: 0;
}

/*validation*/
#valid {
	clear: both;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 1em;
	border-top: solid 1px #333;
	background: #f0f8ff;
	color: #00008b;
}

#valid img {
	vertical-align: middle;
	border:none;
	height: 31px;
	width: 88px;
}

/*en-tête*/
#header {
	position: relative;
	height: 190px;
	background-color: #faf0dc;
	color: #131;
	margin: 0;
	padding: 1em .6em 1em 1em;
	border: none;
	z-index:10;
}

#header img {
	float: left;
	position: relative;
	height: 192px;
	width: 150px;
	margin: 0 1em -1em 0;
	border: none;
}

#header dl {
	margin: 0 2em;
	font: italic normal 15px arial, helvetica, sans-serif;
	background: transparent;
	color: #131;
	z-index: 11;
}

#header dl dd { margin-left: 160px; margin-bottom: 12px; z-index: 11;}

#header h1 {
	background: transparent;
	color: #9f3d00;
	font: normal bold 40px 'times new roman', times, serif;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	z-index: 11;
}

/*barre de navigation*/
#nav {
	clear: left;
	width: 100%;
	font: normal normal 90% arial, helvetica, sans-serif;
	text-align: left;
	background: #f0f8ff;
	color: #00008b;
	margin: 0;
	padding: 0.25em 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	z-index: 253;
}

#nav ul {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 254;
}

#nav ul li{
	display: inline;
	padding: 0;
	z-index: 255;
}

li a {
	background: #f0f8ff;
	border: 0;
	color: #00008b;
	text-decoration: none;
	padding: 0.25em 0.35em;
}

#nav li a:visited {background: #f0f8ff; color: #888; text-decoration: underline; }

#nav li a:hover {background: #e6e6fa; color: #8b0000; text-decoration: none; }

li a:active {
	color: #8b0000;
	background: #fafad2;
	border-right: 0;
	text-transform: none;
	font-weight: normal;
}

/*barres de navigation verticales*/
.vertnav {
	float: right;
	position: relative;
	border: dotted 1px #00008b;
	margin: 0 1em;
	padding: 0.5em;
	clear: right;
	background: transparent;
	text-align: right;
}

.vertnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vertnav ul li {
	padding: 0.2em;
	line-height: 0.9em;
}

.vertnav li a:hover {background: #e6e6fa; color: #8b0000; }

/* styles pour le formulaire */
fieldset {
	background-color: #f0f8ff;
	color: inherit;
	padding: 1em;
	margin: 1.5em 0.5em;
	border: inset 2px #6c8736;
	text-align: left;
}

legend {
	background-color: #75cd73;
	color: inherit;
	padding: 0.2em 1em;
	margin: 0;
}

.text {
	background-color: #faf0dc;
	color: #004900;
	border: solid 1px #6c8736;
}

.sub {
	background-color: #faf0dc;
	color: #004900;
	border: outset 2px #6c8736;
	font-variant: small-caps;
}

input:hover {background-color: #ff9; color: #004900;}/*N'a aucun effet dans IE6, Le meilleur rendu est avec Opera 8*/
input:focus {background-color: #ff9; color: #004900;}/*N'a aucun effet dans IE6, Le meilleur rendu est avec Opera 8*/
.text:focus  {background-color: #ff9; color: #004900;}
.text:hover {background-color: #ff9; color: #004900;}/*N'a aucun effet dans IE6, Le meilleur rendu est 

/* styles pour les pages des sous-répertoires */
#locale {
	text-align: left;
	background: transparent;
	font: italic normal 0.8em arial, helvetica, sans-serif;
	color: #363;
}

/*barres de navigation verticales pour les pages des sous-répertoires */
.vertlink {
	float: left;
	position: relative;
	width: 15%;
	border: dotted 1px #00008b;
	margin: 0 .5em 2em;
	padding: 0.5em;
	clear: right;
	background: transparent;
	color: inherit;
}

.vertlink ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vertlink ul li {
	padding: 0.2em;
	line-height: 1.1em;
}

.vertlink li a:hover {background: #e6e6fa; color: #8b0000; }

/*pour les profs de web technologies*/
li.prof {
	background: inherit;
	border: 0;
	color: #8b0000;
	padding: 0.25em 0.35em;
}
/*pour les signatures des commentaires*/
.signation {
	margin: 2em 3em -2em;
	padding: 0.5em;
	width: 80%;
	height: 100%;
	background-color: #75cd73;
	color: #131;
	font-style: italic;
	font-weight: bold;
}

