@charset "UTF-8";
/*
 * CSS version 3.4.2 ©Abricadabra - 12/03/2010 
 *
 * @author E. Deharbe
 *
 * w3c : Ce document est valide conformément à la recommandation CSS niveau 2.1 ! 
 *
 */

/* Background */

body {
    margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/v3_4/fds_grad.jpg);
	background-repeat: repeat-x;
}

/* Conteneur global */

div#global {
    width: 1040px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Bandeau haut + bas */

div#bandeau {
    background-image: url(../images/v3_4/bandeau.png);
    background-repeat: no-repeat;
    height: 200px;
}

div#footer {
	position: relative;
	float: left;
	text-align: center;
	width: 960px;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: normal;
	background-color: #272020;
	left: 40px;
}

/* conteneur central */

div#page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/v3_4/fds_1b1414.png);	
}

/* conteneur menu gauche */

div#menugauche {
	position: relative;
	float: left;
	width: 183px;
	left: 40px;
}

/* conteneur menu droit */

div#menudroit {
	position: relative;
	float: right;
	width: 183px;
	right: 40px;
}

/* conteneurs dans la page */

div#main {
	position: relative;
	float: left;
	width: 594px;
	background-color: #FFFFFF;
	left: 40px;	
}

div#marges {
	float: none;
	margin-right: 5px;
	margin-left: 5px;
}

div#recherche {
	margin-top: 10px;
}
/* liens */
a {
   color:#FF7600;
   text-decoration:none;
}

a:hover {
   color:#839BCF;
   text-decoration:underline;
}
/* Nav */
#antipode {
	margin-top: 10px;
}
.coupprojov3 {
	text-decoration: none;
	background-image: url(../images/v3_4/coupprojo.png);
	background-repeat: no-repeat;
	height: 343px;
	width: 183px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 0.5pt;
}
a#coupprojo {
	color:#1b1414;
}
.smenucorps {
	font-family: Verdana;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	background-image:  url(../images/v3/smenu_corps.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
.smenu{
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
.fdsopenw {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	background-color: #333333;
	list-style-position: inside;
	list-style-image: url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.spacer {
    clear: both;
	background-color: #FFFFFF;
}
.filets {
	text-decoration: none;
	border: 1px groove #CCCCCC;
}
.filets2 {
	text-decoration: none;
	border: thin dotted #CCCCCC;
	padding: 5px;
}
.filets3 {
	text-decoration: none;
	border: 1px groove #FF7600;
}

/* Box de texte - contenu */

.cont {
	width: 99%;
	clear: both;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}

/* Box textes en 2 colonnes */

#cont2Col {
	width: 96%;
    clear: both;
}
#cont2Col2 {
	width: 99%;
    clear: both;
}
#contcolGauche {
	width: 35%;
    float: left;
}
#contcolDroite {
	width: 35%;
    float: right;
	text-align: center;
}
#contcolGauche2 {
	width: 47%;
    float: left;
	text-align: left;
}
#contcolDroite2 {
	width: 47%;
    float: right;
	text-align: left;
}

/* Box de titre spectacles */

.event {
	font-family: Verdana;
	font-size: 11pt;
	color: #FF7600;
	font-weight: bold;
}
.event2 {
	font-family: Verdana;
	font-size: 11pt;
	color: #94AB71;
	font-weight: bold;
}
 
/* Box de date spectacles */

.date {
	width: 50%;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	border-top: thin dotted #FA7E00;
	border-right: thin none #FA7E00;
	border-bottom: thin dotted #FA7E00;
	border-left: thin none #FA7E00;
}

.datejp {
	width: 75%;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	border-top: thin dotted #FA7E00;
	border-right: thin none #FA7E00;
	border-bottom: thin dotted #FA7E00;
	border-left: thin none #FA7E00;
	margin-bottom: 10px;
}

/* Box de texte */

.text {
	width: 99%;
	font-family: Verdana;
	font-size: 8.5pt;
	color: #000000;
	clear: both;
	margin-left: 3px;
	text-align: left;
}

.textcentre {
	width: 96%;
	font-family: Verdana;
	font-size: 8.5pt;
	color: #000000;
	clear: both;
	text-align: center;
	margin-left: 15px;
}

/* Alignement du texte */

 #aligngauche {
    text-align: left;
 }
 #aligncentre {
    text-align: center;
 }
 #aligndroite {
    text-align: right;
}
 
/* textes */

.titres {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #2A2A2A;
}
.txt12ptOrange {
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: lighter;
}
.txt10ptOrangeB {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: bold;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt10ptOrange {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt9ptOrange {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt10ptBlueFonds {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #007AE1;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet2.gif);
	list-style-type: none;
	background-color: #EEEEEE;
	padding: 3px;
}
.txt10ptNoir {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt10ptNoirB {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txt10ptGris {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txtPetitBlue {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	color: #008AFF;
	text-decoration: none;
	font-weight: normal;
}
.txtPetit {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.txtPetitCentre {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

/* Encadré Droite 125px */

.encadreDroite {
    border: thin none #CCCCCC;
    padding: 0px;
    margin: 3px;
    width: 125px;
	float: right;
}

/* Encadré Gauche 60px */

.encadreGauche {
    border: thin solid #CCCCCC;
    padding: 0px;
    margin: 0px 7px 0px 0px;
    width: 60px;
	float: left;
}

/* Encadré Gauche et Droite - pas de taille, pas de bordure - */

.encadreGauche2 {
    padding: 0px;
    margin-right: 5px;
	float: left;
}

.encadreDroite2 {
	padding: 0px;
	float: right;
	margin-left: 5px;
}

/* Retour Haut */

.ligne-mois {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}

.hautpage {
	padding: 2px;
	margin: 0px;
	width: 13px;
	float: right;
	border: thin solid #c0c0c0;
}

/* Fermer cette fenêtre */

.ligne-fermer {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.fermerfenetre {
	font-family: Verdana;
	padding: 2px;
	margin: 0px;
	width: 150px;
	float: right;
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}
a#fermer {
	color:#000000;
}


/* spectacles */

.spectaclespresse {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: italic;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
	background-color: #EEEEEE;
}
.spectaclesbold {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
	background-color: #FFFFFF;
}
.pointille {
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100%;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

/* ------à cleaner------- */

.spectacles {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
	background-color: #FFFFFF;
	width: 100%;
}
.spectacles2 {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #DDDDDD;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
	background-color: #FFFFFF;
	border-top: thin solid #DDDDDD;
	border-right: thin solid #DDDDDD;
	border-bottom: thin solid #DDDDDD;
	border-left: thick outset #DDDDDD;
}

/* infos */

.presse {
	font-family: Verdana;
	font-size: 10.2pt;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
}
.credits {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
}
.agenda {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	border-bottom: thin solid #CCCCCC;
}
.agendaOrange {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: normal;
	border-bottom: thin solid #CCCCCC;

}
.annul {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: line-through;
	font-weight: normal;
	border-bottom: thin solid #CCCCCC;
}
.agendaRouge {
	font-family: Verdana;
	font-size: 8.7pt;
	font-style: normal;
	line-height: normal;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
/* Pages presse */

.pressetitre {
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
	background-color: #EEEEEE;
	padding: 2px;
	border: thin solid #000000;
	text-align: center;
	clear: both;
	width: 600px;
}
div#footerpresse {
	position: relative;
	float: left;
	text-align: center;
	width: 1040px;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a#presse {
	color:#0000FF;
}
