* {
	margin: 0;
	padding: 0;
}

/* 
	en-tête :
		_ le login de connexion
		_ la bannière
*/

body {
	width: 100%;
	font-family: Arial, "Comic Sans MS", Verdana, sans-serif;
	background: #e5e5e5 url(images/fond_visu.jpg) center center;
}
img {
	border: 0;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid black;
}

table#log {
	border-collapse: collapse;
	width: 23%;
	margin-left: 1%;
	border-spacing: 0;
}
#log td {
	margin: 0;
	padding: 0;
}
#log input {
	width: 98%;
	height: 17px;
}
#log button {
	height: 17px;
}
#log .in_button {
	position: relative;
	bottom: 3px;
	font-size: .9em;
	font-style: italic;
}

#log .log_info {
	font-style: italic;
	font-weight: normal;
	font-size: .6em;
	text-align: left;
	white-space: nowrap;
	width: 8%;
}

#log .erreur {
	position: relative;
	bottom: 2px;
	font-size: .6em;
	font-style: italic;
	color: red;
	z-index: 20;
	white-space: nowrap;
}

#banniere img {
	position: absolute;
	margin: auto;
	width: 75%;
	height: 90%;
	left: 25%;
	top: 2px;
}

/*
	partie gauche :
		_ menu de navigation
		_ nombre d'utilisateur présent sur le site
 */

#gauche {
	position: absolute;
	top: 60px;
	left: 0;
	width: 20%;
	padding-left: 14px;
	padding-top: 2%;
}

#no_script table {
	border: 1px dashed red;
	margin-top: 2%;
	padding-top: 1%;
	margin-bottom: 2%;
	width: 90%;
	background-color: #d3d3d3
}
#no_script img {
	position: relative;
	top: 25%;
	bottom: 25%;
	left: 25%;
	right: 25%
}
#no_script p {
	color: darkblue;
	font-size: .65em;
}

p#info_site {
	position: relative;
	width: 90%;
	font-size: 0.55em;
	margin-left: 0;
	background-color: #e8e869;
	color: darkblue;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

#gauche dl, #gauche dt, #gauche dd, #gauche ul, #gauche li {
	list-style-type: none;
}
#menu {
	padding-top: 20px;
}
#menu img {
	position: absolute;
	right: 88%;
	padding-top: 6px;
}
dl#menu {
	width: 90%;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	padding-right: 2px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid black;
	background-color: #c07674;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	overflow: hidden;
}
dl#menu dd {
	border: 1px solid black;
	overflow: hidden;
}
dl#menu li {
	text-align: center;
	background-color: #fff;
}
dl#menu dt a {
	color: #000;
}
dl#menu li a {
	font-size: 0.8em;
	font-style: italic;
	color: #000;
}
dl#menu li a, dl#menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: bold;
}

/* partie centrale du site */

#centre {
	position: absolute;
	top: 60px;
	width: 59%;
	padding-top: 2%;
	margin-left: 20%;
	margin-right: 20%;
	font-family: "Comic Sans MS", "Time New Roman", Arial, Verdana, sans-serif;
	height: 860px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#centre h1, #centre h2, #centre h3, #centre h4, #centre h5, #centre h6 {
	text-align: center;
}

#centre p {
	padding-left: 3%;
	padding-right: 1%;
	font-size: 1em;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	text-indent: 3%;
}
#centre dt {
	padding-left: 5%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}
#centre dd {
	padding-left: 8%;
	padding-right: 1%;
}
#centre p.center {
	text-align: center
}
#centre li, #centre dd {
	font-size: 1em;
}
#centre dl {
	padding-bottom: 2%;
}
#centre ul {
	padding-left: 12%;
}
#centre img {
	max-width: 90%;
}

#centre p.alerte, #centre p.info_newsletter {
	text-indent: 0;
	font-size: .7em;
	color: darkblue;
	text-align: center;
}
	
#centre p.alerte {
	font-style: italic;
}
#centre p.info_newsletter {
	border-top: 1px dashed darkblue;
	border-bottom: 1px dashed darkblue;
	margin-top: 7%;
	margin-bottom: 1%;
	margin-left: 25%;
	padding: 0;
	width: 50%;
}
#centre p.ariane {
	font-family: Arial, "Comic Sans MS", Verdana, sans-serif;
	font-size: .8em;
	padding-bottom: 2%;
	margin-left: 3%;
	width: 94%;
	margin-top: 1%;
	margin-bottom: 3%;
	letter-spacing: 3px;
	background-color: #eee8aa;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}
#centre p.ariane a {
	text-decoration: none;
}

#programme_titre * {
	font-weight: normal;
}
#programme_titre h3 {
	text-align: center;
	margin-bottom: 7%;
}
#programme_titre strong {
	color: green;
}
.programme {
	margin: 5px;
	text-align: center;
}
.programme fieldset {	
	width: 90%;
	margin: auto;
	font-size: 1em;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
}
.programme fieldset .justify {
	padding-left: 3%;
	padding-right: 1%;
	font-size: 1em;
	padding-bottom: 1.5%;
	text-indent: 0;
	text-align: justify;
}
.programme legend {
	color: darkblue;
}
.programme legend.date {
	font-size: .9em;
	font-weight: bold;
}
.programme legend.periode, .programme strong {
	font-size: 1em;
	font-weight: italic;
}
.programme legend.periode {
	color: purple;
}
#centre .periode_contenu {
	font-style: italic;
}

/*
	partie droite :
		_ renseignements
		_ système d'archivage
*/

#droite {
	position: absolute;
	top: 60px;
	padding-top: 1%;
	right: 0;
	width: 20%;
	padding-left: 2px;
}
#droite h4 {
	font-size: 1em;
	padding-top: 1px;
	white-space: nowrap
}
#droite h5 {
	font-size: .9em;
	padding-bottom: 1em;
	white-space: nowrap
}
#droite p {
	padding-bottom: 2em;
	font-size: .85em
}
#droite ul {
	padding-bottom: 2em;
	padding-left: 1em;
	font-size: .75em
}
#droite li {
	list-style-type: none;
}
#droite li a {
	text-decoration: none;
	font-weight: bold;
}
#droite li a:hover {
	text-decoration: underline;
}