@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	margin: 10px;
	padding: 0;
	font: 14px "High Tower Text", "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	background-color: white;
	color: black;
}

p {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	font-size: 1.2em;
	text-align : justify;
	text-indent : 20px;
}

h1 {
	font-variant: small-caps;
	font-size: 2.5em;
	text-align: center;
	color: #444444;
	margin-bottom: 10px;
}

h2 {
	font-size: 2em;
	color: #444444;
	margin-bottom: 10px;
	margin-top: 15px;
	text-indent: 50px;
}

#central {
	margin-left: 170px;
}

#logo {
	width: 600px;
	height: 120px;
	background-image: url("../graph/logo.jpg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#menu {
	float: left;
	margin-left: 5px;
	width: 160px;
	border-right: 1px solid gray;
}
#pied {
	border-top: 1px solid gray;
}
#pied  p{
	padding-top: 1px;
	margin: 0;
	font-size: 1em;
	text-align: center;
	text-indent: 0;
}
#spacer {
	visibility: hidden;
	clear: both;
}

.presentation {
	margin-bottom: 5px;
	border-bottom: 1px solid gray;
}

#nbrCommentaires {
	margin-top: 1em;
}

.commentaireTitre {
	background-color: #C0C0C0;
	border-top: 1px solid gray;
}

.avertissement, .tri {
	font-size: 1em;
}

.copyright {
	font-size: 1em;
	border-top: 1px solid gray;
}

.separation {
	text-align: center;
	margin: .5em 0 .5em 0;
}

.note {
	font-size: 1em;
}

.petitesMajuscules {
	font-variant: small-caps;
}

.blocCachable {
	display: none;
}

a {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:visited {
	color: gray;
}

ul, li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

input, select {
	border-bottom: 1px solid black;
	font: 14px "High Tower Text", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
textarea {
	font: 14px "High Tower Text", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	border: 1px solid black;
	font-size: 1em;
}

input:focus, textarea:focus, select:focus {
	background-color: #F0F0F0;
}

blockquote {
	border: 1px solid gray;
	margin: 2x;
	padding: 2px;
}

acronym {
	text-decoration: none;
	border-bottom: 1px black dotted;
	cursor: help;
}

.bouton {
	background-color: black;
	color: white;
	border: 1px solid black;
	margin: 1px;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
}
.bouton:hover {
	background-color: gray;
}

.boite {
	border: 0;
}
/*Mise en forme des boutons de mise en forme (!)*/
#miseEnTitre {
	color: #DDDDDD;
	font-variant: small-caps;
}
#miseEnGras {
	font-weight: bold;
}
#miseEnItalique {
	font-style: italic;
}
#miseEnSouligne {
	text-decoration: underline;
}

/*Menu de connection*/
#connection {
	position:absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}
#connection p {
	text-align: right;
}
