@charset "iso-8859-1";

/* Balises standards */
html {
	margin: 0;
	padding: 0;
}

body {
	font-style: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: .8em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #DEDEDE;
}

p.center {
	text-indent: 0;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 0;
}
h1 {
	padding: 0;
	font-size: 1.5em;
	color: #769712;
}
h3 {
	font-weight: bold;
	color: #006600;
}
a {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
}

blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #008000;
	margin: 1em;
	padding: 0 0.5em;
	background: #d1f0af;
	font-style: italic;
	-moz-border-radius:6px;
	border-radius:6px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	width: 100%;
}
input, textarea {
	border: 1px solid #aaa;
}
input[type], textarea[name] {
	background: #fff;
	-moz-border-radius:4px;
	border-radius:4px;
}
input[type=submit], input[type=reset], input[type=button] {
	background: #fff;
	color: #000;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #999;
	color: #fff;
}

/* Page */
#Page {
	text-align: left;
	width: 88%;
	margin: 10px auto 10px auto;
	position: relative;
	background: white;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
}

/* Logo */
#Logo {
	margin: 0px;
	padding: 0px;
	height: 65px;
	border: none;
}
#Logo a:hover {
	text-decoration: none;
}
#Logo a img {
	margin: 0px 0 0 15px;
	border: none;
}
#Logo p#presentation {
	text-align: right;
	color: #AABD71;
	font-size: 0.9em;
	position: absolute;
	top: 5px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}
h1#top a {
	color: #8AB015;
	font-size: 1.5em;
	position: absolute;
	top: 15px;
	left: 80px;
	margin: 0px;
	padding:0px;
}

/* Accessibilité */
#easy-access, #easy-access a
{
	color: gray;
	margin: 0 0 0 7px;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
}
#easy-access
{
	visibility: hidden;
	text-align: right;
	position: relative;
	top: -10px;
	right: 2px;
	margin: 0 0 0 15px;
}
#easy-access a:hover, #easy-access a:focus
{
	color: #000;
}

/* Menu haut */
#MenuTop {
	position: relative;
	height: 28px;
	margin: 0 15px 1em 15px;
	clear: both;
	background-color: #F9D966;
	-moz-border-radius:6px;
	border-radius:6px;
}
#MenuTop ul, #MenuTop li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#MenuTop ul {
	position: absolute;
	height: 28px;
	left: 25px;
}
#MenuTop li {
	float: left;
}
#MenuTop li a { 
	display: block;
	height: 28px;
	width: 160px;
	color: #769712;
	font: 15px/25px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
	border-left: 1px solid #fff;
	text-align: center;
}
#MenuTop li a.last {
	border-right: 1px solid #fff;
}
#MenuTop a:hover {
	color: #fff;
	background-color: #FBE28C;
}

/* Contenu */
#Contenu {
	margin: 1em 20px 0 20px;
	padding: 1em 0 0 0;
}
#Contenu h2 {
	position: relative;
	color: #769712;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../img/puce.png);
	border-bottom: 1px solid #FFD62F;
}
#Contenu h2 a {
	color: #769712;
}
#Contenu h2 a:hover {
	text-decoration: none;
	color: #cc9900;
}

/* Footer */
#Footer {
	text-align: center;
	margin-top: 25px;
	padding: 0.5em;
	clear: both;
	border: none;
	color:#AABD71;
	font-weight:bold;
	font-size:.8em;
}
#Footer p {
	margin: 0;
}
#Footer a {
	color:#AABD71;
}

/* Bloc d'affichage d'erreurs */
.BlocErreur {
	border-style: solid;
	border-width: 1px;
	border-color: #FF5454;
	background-color: #FFCCCC;
	width: 80%;
	margin: auto;
}
.BlocErreur p {
	margin: 0px;
	background-color: #FFE3E3;
}
.BlocErreur p.Titre {
	margin: 0px;
	font-weight: bold;
	background-color: #FFCCCC;
}

/* Bloc d'affichage du succès de l'opération */
.BlocSucces {
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #769712;
	background-color: #F9D966;
	-moz-border-radius:3px;
	border-radius:3px;
	width: 80%;
}
.BlocSucces p {
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
}

/* Liste des ressources */
.ListeRessources {
	border-style: solid;
	border-width: 1px;
	border-color: #769712;
	margin-bottom: 15px;
	width: 100%;
}
.ListeRessources td {
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #769712;
}

/* Formulaire de connexion */
form.Login {
	width: 250px;
	margin: auto;
	border-style: dashed;
	border-width: 1px;
	border-color: #769712;
	padding: 10px;
}
form.Login p {
	margin-top: 10px;
	margin-bottom: 10px;
}