/* ### Les Etats Généraux de l'Europe - 2008 ### */
/* ### Feuille de styles IMPRESSION ### */
/* ### Esprit Public - 2008 ### */


/*
	Version 1
	Dernière modification : 22/05/2008
	Par : Franck Grenier (f.grenier@esprit-public.fr)
*/


/* ############### SOMMAIRE ############### */
/*

 $1. Remise à zéro des styles
 $2. Redéfinition des balises de base
 $3. Styles formulaires
 $4. Blocs de mise en page
 $5. Navigation (colonneGauche, colonneDroite)
 $6. Blocs de contenu principal
 $7. Titres spécifiques (Accueil, Recherche, Contact)
 $8. Fiche détails événement
 
*/
/* ######################################## */


/* ###################### $1. Remise à zéro des styles ###################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}


/* ###################### $2. Redéfinition des balises de base ###################### */
body {
	font-family:"Verdana", sans-serif;
	font-size:62%;
	line-height:1.4em;
	color:#000;
	background:none;
}

a {
	color:#000;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

big {
	color:inherit;
	font-weight:bold;
	font-size:1.3em;
}

em {
	font-style:italic;
}

sup {
	font-size:0.9em;
	position:relative;
	top:-0.3em;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Arial";
	font-weight:bold;
}

h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding:12px 0 4px 0;
	margin:0 0 15px 0;
	background:none;
}

h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	padding:0 0 3px 0;
	margin:20px 0 10px 0;
	background:none;
}

h3 {
	font-size:1.2em;
	padding:0;
	margin:20px 0 10px 0;
}

p {
	margin:0 0 15px 0;
}

ul {
	padding:0;
	margin:0 20px 20px 20px;
	clear:both;
}

li {
	padding:0 0 0 15px;
	margin:0 0 4px 0;
	background:url("../img/puce_liste.gif") no-repeat 0% 5px;
}

ul ul {
	padding:0;
	margin:5px 0 10px 0;
}

ul ul li {
	background:url("../img/puce_sous_liste.gif") no-repeat 0% 5px;
}


/* hack IE 6 */
* html body ul {
	padding-left:15px;
}

li {
	margin:2px 0 2px 0;
}

/* table {
	width:100%;
	border-top:1px dashed #422F11;
	border-bottom:1px dashed #422F11;
	border-left:0 #FFFFFF;
	border-right:0 #FFFFFF;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:25px;
}

table td, table th {
	border-bottom:1px dotted #422F11;
	padding:10px;
	vertical-align:top;
}

table th {
	text-align:left;
	font-weight:bold;
	color:#000;
} */

caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* ###################### $3. Styles recherches et formulaires ###################### */
form {
	font-family:"Arial", sans-serif;
	line-height:1.5em;
	margin:0 0 20px 0;
	padding:0;
}

fieldset {
	display:block;
	padding:6px 8px 10px 8px;
	margin:0;
	border:0;
}

legend {
	display:block;
	position:relative;
	color:#515247;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px -8px;
	padding:0 0 0 0;
}

fieldset fieldset legend {
	font-size:1em;
	font-weight:normal;
	color:#493808;
	padding:0 0 0 15px;
	margin:0 0 3px 0;
	background:url("../images/pictoLabel.gif") no-repeat 5px 50%;
}

label {
	color:#000;
	font-size:1.1em;
	padding:0 2px 0 2px;
}

fieldset fieldset label {
	display:inline;
	float:none;
	padding-left:0;
	background:none;
}

input, select, textarea {
	font-family:"Arial", sans-serif;
	font-size:1em;
	color:#666;
	padding:2px 4px 2px 4px;
	margin:2px;
	vertical-align:middle;
	border:1px #969696 solid;
}

textarea {
	width:240px;
	height:150px;
}

input[type=text], select {
	width:180px;
}

input[type=radio], input[type=checkbox] {
	border:0;
}

input.standalone {
	color:#666;
	font-size:1.1em;
	padding:3px 20px 3px 20px;
	background-color:#fff;
	border:0;
}

.boxColonneGeneric {
	float:left;
	width:235px;
	margin:0 10px 15px 0;
}

.champsCol1 {
	width:40%;
	float:left;
}

.champsCol2 {
	width:50%;
	float:left;
}

.submitForm {
	clear:both;
	text-align:right;
	margin:5px 0 0 0;
}

.confirm {
	color:#666;
	font-weight:bold;
}

.sansBordure {
	border:0;
}

.champRequis {
	color:#0180a9;
}

.submitForm .champRequis {
	float:left;
	font-style:italic;
}

.resultats h2 {
	color:#6e7061;
	border:0;
}

#CPSformulaire label {
	display:block;
	float:left;
	width:100px;
	color:#000;
	font-size:1.1em;
	text-align:right;
	padding:5px 10px 0 0;
}

#CPSformulaire input, #CPSformulaire select, #CPSformulaire textarea {
	margin:4px 0 4px 0;
}


/* ###################### $4. Blocs de mise en page ###################### */
#container {
	width:100%;
}

#header {
	height:100px;
	margin:0 0 20px 0;
	background:#000 url('../img/visu_entete_petit.gif') 90% 90% no-repeat;
}

#header h1 {
	display:none;
}

#colonneGauche {
	display:none;
}

#colonneCentre {
	font-size:1.1em;
	line-height:1.5em;
}

#colonneCentre h1 img {
	border:0;
	float:none;
	padding:0 0 0 5px;
	margin:0;
	vertical-align:middle;
}

#colonneDroite {
	display:none;
}

#footer {
	padding:15px 0 10px 0;
	clear:both;
}

#footer ul {
	display:none;
}

#footer a#lyon8Decembre {
	display:none;
}

#footer a#lyonVille {
	float:right;
	display:block;
	width:88px;
	height:76px;
	margin:0;
	background:url("../img/logoVilleLyon_blanc.gif");
}

#footer a#lyonCulture {
	display:none;
}


/* ###################### $5. Navigation (colonneGauche, colonneDroite) ###################### */


/* ###################### $6. Blocs de contenu principal ###################### */
.alignDroite {
	text-align:right;
}

div.emphase {
	padding:10px 15px 5px 15px;
	background:#d3cdcd;
}

div.emphase h3 {
	margin:0 0 10px 0;
}

#colonneCentre img {
	float:left;
	padding:0;
	margin:0 10px 5px 0;
	border:1px #333 solid;
}

#colonneCentre .imageTexte {
	margin:0 10px 5px 0;
	float:left;
}

#colonneCentre .imageTexte img {
	float:none;
	padding:0;
	margin:0;
	border:1px #333 solid;
}

#colonneCentre .imageTexte a {
	display:block;
	text-decoration:none;
}

.imageTexte .legende {
	display:block;
	color:#333;
	text-align:center;
	font-style:italic;
	font-size:0.8em;
	margin:0 auto;
}

.Col3Img {
	width:100%;
	margin-bottom:25px;
	overflow:auto;
}

.Col3Img img {
	width:146px;
	padding:0;
	margin:0;
	border:1px #333 solid;
}

.Col3Img1 {
	float:left;
	width:152px;
	margin:0 15px 0 0;
}

/* Hack IE6 */
* html body .Col3Img1 {
	margin:0 5px 0 0;
}

.Col3Img2 {
	float:left;
	width:152px;
	margin:0 15px 0 0;
}

/* Hack IE6 */
* html body .Col3Img2 {
	margin:0 5px 0 0;
}

.Col3Img3 {
	float:left;
	width:152px;
	margin:0;
}

/* Hack IE6 */
* html body .Col3Img3 {
	margin:0;
}

.Col3Img .legende {
	font-size:0.8em;
	text-align:center;
	line-height:1.5em;
	margin:0 auto;
	margin-top:5px;
}

.Col3Img a {
	font-weight:bold;
}

.evenement {
	padding:5px;
	margin:0 0 5px 0;
}

.evenement a {
	color:#000;
	text-decoration:none;
}

.evenement img.vignette {
	width:100px;
}

.evenement.aLaUne img.vignette {
	width:180px;
}

.titreEvenement {
	font-family:"Arial";
	float:left;
	width:80%;
	color:#797979;
	font-size:1em;
	font-weight:bold;
	margin:0 0 6px 0;
}

.titreEvenement h1 {
	width:100%;
	font-size:1.4em;
	font-weight:bold;
	text-transform:none;
	padding:0 0 3px 0;
	margin:0;
	border:0;
	background:none;
}

.grandeInstallation .titreEvenement h1 {
	padding:0 0 3px 0;
	background:none;
}

.grandeInstallation .titreEvenement h1 a {
	color:#000;
}

.resultats {
	margin:0 0 30px 0;
	border-bottom:1px dotted #ccc;
}

.resultats h2 {
	font-size:1.2em;
	color:#000;
	padding:0 0 5px 0;
	margin:50px 0 20px 0;
	border-bottom:1px dotted #ccc;
	background:none;
}

.resultats h2 big {
	font-size:2em;
}

#zoom {
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}

#zoom .titreEvenement {
	width:70%;
}

#accueil #listeEvenements {
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}


/* ###################### $7. Titres spécifiques (Accueil, Recherche, Contact) ###################### */
#pageContact #colonneCentre h1 {
	height:25px;
	background:none;
	border-bottom:1px dotted #ccc;
}

h1.zoom {
	height:25px;
	background:none;
}

h1.listeEvenements {
	height:25px;
	background:none;
}

h1.edito {
	height:25px;
	background:none;;
}

h1.titreRecherche {
	height:25px;
	background:none;
	border-bottom:1px dotted #ccc;
}


/* ###################### $8. Fiche détails événement ###################### */
#fiche #container {
	width:100%;
}

#fiche #header {
	width:100%;
	height:auto;
	padding:80px 0 0 0;
	background:url(../img/visu_entete_petit.gif) no-repeat 100% 25px;
	border-bottom:1px dotted #ff017d;
	overflow:hidden;
}

#fiche #header h1 {
	display:block;
	color:#ff017d;
	font-size:2.1em;
	font-weight:normal;
	text-transform:none;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background:none;
	border-bottom:1px dotted #ff017d;
}

#fiche #header div {
	float:left;
}

#fiche #header div p {
	margin:0;
}
#fiche #header #type {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}

#fiche #header #type.grandeInstallation {
	color:#ff017d;
	padding:0;
	background:none;
}

#fiche #header #soustype {
	color:#ff017d;
	font-size:1.1em;
	padding:0 0 0 ;
}

#fiche #colonneGauche {
	display:block;
	width:30%;
	float:right;
}

#fiche #colonneCentre {
	width:100%;
}

#fiche #colonneDroite {
	display:none;
}

#fiche #colonneCentre p {
	margin:0 0 5px 0;
}

#fiche #colonneCentre h1 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:none;
	color:#000;
	padding:0 0 3px 25px;
	margin:0 0 10px 0;
	background:url(../img/puce_h2_rose.gif) no-repeat 0% 45%;
	border-bottom:1px dotted #000;
}

#fiche #colonneCentre #alerte h1 {
	color:#ff017d;
}

#fiche #colonneCentre h2 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:none;
	color:#000;
	padding:0 0 0 25px;
	margin:20px 0 10px 0;
	background:url(../img/puce_h2_rose.gif) no-repeat 0% 45%;
}

#fiche #colonneCentre div {
	margin:0 0 20px 0;
	border:0;
}

#fiche #colonneGauche a {
	display:inline;
	padding:0;
	margin:0;
	background:none;
}

#fiche #colonneGauche img {
	width:76px;
	margin:0 5px 5px 0;
	border:1px #333 solid;
}

#fiche #colonneGauche img.grandeVignette {
	width:176px;
}

#fiche #ou, #fiche #acces, #fiche #quand {
	margin:5px 0 5px 0;
	clear:left;
}

#fiche #ou img {
	float:left;
	margin:0 10px 0 0;
}

#fiche div#dates {
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:2px solid #fff;
}