* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Arial, "Comic Sans MS", Verdana, sans-serif;
	background: url("images/marbrerose2.jpg") repeat;
}

img { border: 0; }

.livredor {
	margin: 0 10px 2px 10px;
	border: red inset 2px;
	padding: 3px;
}

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

#en_tete {
	margin: 5px auto 0 auto;
	text-align:center;
}

table#log {
	border-collapse: collapse;
	width: 90%;
	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;
}

/*
	partie gauche :
		_ menu de navigation
		_ nombre de visiteurs
 */
 
table#info_site {
	position: relative;
	width: 90%;
	font-size: .55em;
	margin-left: 0;
	background-color:#ffb2b2;
	color: darkblue;
	font-family: verdana, Arial, sans-serif;
	font-style: italic;
	margin-top: 3%;
}

#gauche {
	width: 20%;
	padding-left: 14px;
	position: absolute;
	right: 79%;
	z-index:2;
}

#no_script table {
	border: 1px dashed red;
	margin: 2% 0 2% 0;
	padding-top: 1%;
	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;
}
#gauche dl, #gauche dt, #gauche dd, #gauche ul, #gauche li { list-style-type: none; }


/* partie centrale du site */

#centre {
	position: absolute;
	top: 160px;
	left: 20%;
	width: 58%;
	padding-top: 2%;
	margin: 5px auto 10px auto;
	font-family: "Comic Sans MS", "Time New Roman", Arial, Verdana, sans-serif;
}
#centre h1, #centre h2, #centre h3, #centre h4, #centre h5, #centre h6 { text-align: center; }

#centre table { padding-left: 3% }
#centre p {
	padding: 1.5% 3%;
	font-size: 1em;
	text-indent: 3%;
	text-align: justify;
}
#centre p.simple { text-indent: 0; }
#centre dt {
	padding: 1% 1% 1% 5%;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}
#centre dd {
	padding-left: 8%;
	padding-right: 1%;
}
#centre .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: 7% 0 1% 25%;
	padding: 0;
	width: 50%;
}
#centre p.ariane {
	font-family: Arial, "Comic Sans MS", Verdana, sans-serif;
	font-size: .8em;
	padding-bottom: 2%;
	margin: 1% 0 3% 3%;
	width: 94%;
	letter-spacing: 3px;
	background-color: #ffb2b2;
	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; }
#programme_titre strong { color: #6b0504; }
.programme { margin: 5px; }
.programme fieldset {	
	width: 90%;
	margin: auto;
	font-size: .9em;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	border: red outset 2px;
}
.programme fieldset .justify {
	padding: 0 1% 1.5% 3%;
	font-size: 1em;
	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-style: italic;
}
.programme legend.periode { color: purple; }
#centre .periode_contenu { font-style: italic; }

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

.panier {
	border: 3px outset red;
	text-align: center;
}

#droite {
	position: absolute;
	right: 15px;
	left: 79%;
	top:160px;
	width: 20%;
	text-align:justify;
}
#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-left: 1em;
	font-size: .75em;
	padding-bottom: 1em;
}
#droite li { list-style-type: none; }
#droite li a {
	text-decoration: none;
	font-weight: bold;
}
#droite li a:hover, #droite p.archive { text-decoration: underline; }
#droite .archive {
	padding-left: 1em;
	font-size: .75em;
}
#droite .archive input {
	width:10px;
	height:10px;
}


/* menu de navigation */

#navigation {
	margin: 20px 0 0 0;
	list-style: none;
	background: #933;
	color: #000;
	width: 260px;
	font: 1.2em "Comic Sans MS",Arial,Verdana,sans-serif;
}
#navigation a, #navigation span {
	display: block;
	padding: 4px 10px;
	color: #001;
	text-decoration: none;
	background: #933 url("include/menu/menu-item.png") left bottom no-repeat;
}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span { background-image: url("include/menu/menu-item-enroule.png"); }
#navigation .open a, #navigation .open span { background-image: url("include/menu/menu-item-deroule.png"); }
#navigation a:hover { font-style: italic; }
#navigation a:focus, #navigation a:active, #navigation a:hover { color: white; }
#navigation .subMenu {
	font-size: .8em;
	background: #ccc url("include/menu/subMenu.png") 0 0 repeat-x;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}
#navigation .subMenu a:hover {
	font-style: normal;
	color: darkred;
}
#navigation ul.subMenu a {
	background: #eee;
	padding: 3px 20px;
	color: #000;
	text-decoration: none;
}

/* affichage mois suivant */

#pgm_mois_svt {
	font-size: .75em;
	font-style: italic;
	color: red;
	font-weight: bold;
	margin-top: 10%
}

#pgm_mois_svt a {
	font-style: normal;
	text-decoration: none
}

/* affichage vidéos, images */

#medias .titre { font-weight: bold; }
#medias .titre .date {
	font-size: .7em;
	font-weight: normal;
}
#medias .resume {
	color: darkblue;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
}

#medias h6 { margin-bottom: 3% }

