@import url("style-calendar.css");
@import url("style-extra.css");

@import url("style-cp.css");


/* ######################################################################################
RESET CSS
#########################################################################################

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    border: none;
}

body {
    background: #2e2d30;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
    font-size: 0.8125em; /* Soit 80% de la taille de la police par défaut du navigateur (par défaut 16px) - Voir http://riddle.pl/emcalc/ pour calculer la taille des polices en cascade */
    color: #ffffff; /* Couleur des texte dans Speedsales */
}


/* ###########################################################
######################## HEADER ##############################
########################################################### */
#container {
    z-index:10;
    position: absolute;
    width: 100%;
}

#header {
    
}


#logo a{
	position:absolute;
    display:block;
    height: 94px;
    width: 111px;
    background: url(../images/sprite-sheet.png) no-repeat 0px -200px;
	top: 10px;
	left: 50%;
	margin-left: -55px;
}

#logo a:hover {
    background-position: -111px -200px;
}

#music {
	position: absolute;	
}

/* ###########################################################
######################## CONTENT #############################
########################################################### */
#content {}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	height:20px;
	color: #fff;
 	background: #466b8f;
	width: 300px;
}
.fondTitre {
	margin: 0 auto;
	background: transparent url(../images/bkg-blue.png) repeat;
	margin-top: 10px;	
	padding:15px 10px 10px 10px;
}
.tableauGlobal {}

.wrap {
    width:980px;
    margin:0 auto;
}

.tableau {
	margin: 0 0 10px 0;
	color:#000;
	font-size:10px;
	background-color: #FFF;
	padding: 0;
	width:100%;
}
.tableau th {
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	background-color:#312e33;
	padding:0;
	color:#fff;
	vertical-align:middle;
}
.tableau th span{
	font-weight:normal;
	text-align:center;
	text-transform:lowercase;
	font-size:9px;
	background-color:#000;
	color:#ccc;
}
.tableau th img {
	border:none;
}
.tableau th span {
	font-size:13px;
	font-weight:normal;
}
.tableau .category td {
	background-color:#B39A71;
	color:#FFF;
}
.tableau td {
	font-size:12px;
	padding: 0;
	color:#000;
	border: 1px solid #fff;
	text-align:center;
	vertical-align:middle;
}
.tableau tr {
	border: 1px solid #fff;
	background-color:#ededed;
}
.tableau .rowType1 {
	background-color:#dadada;
}

/* ###########################################################
######################## FOOTER ##############################
########################################################### */
#footer {}
.blocAdresse {}
.blocNavigationHTML {}
.tableauCredits {
margin:0 auto;
text-align:center;
}

/* ###########################################################
######################## SPEEDMAILING ########################
########################################################### */

.tableauEmailingAuto { width: 850px; margin: 10px auto; }

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos { margin: 0; }
.tooltip_close { display: block; float: right; }

/* BOUTON S'INSCRIRE */
#emailingauto_button {
    width: 100px;
    height: 20px;
    display: block;
    border:none;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
}
#emailingauto_button:hover { background: grey; cursor:pointer;}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
    width: 120px;
    height: 20px;
    background: transparent;
    text-transform: uppercase;
    color: #003B5A;
}

#emailingauto_button_desinscrire:hover { background: white; }

/* TOOLTIP */
.emailingauto_tooltip { padding: 20px; text-align: left; background:grey url(../emailingauto_datas/bkg-tooltip.jpg) top left no-repeat;border:1px solid #4b4a4d;line-height:1.5em;color:#fff; font-size:0.9em; }
.emailingauto_tooltip a { text-decoration: none;color:#000; }
.emailingauto_tooltip a:hover { cursor:pointer;color:#ccc; }
.emailingauto_tooltip_unsubscribe input { width: 120px; padding-bottom: 0; }

/* MESSAGES */
.emailing_auto_message_success, .emailing_auto_confirm_text success { color: #1b8f00; }
.emailing_auto_message_error, .emailing_auto_confirm_text error { color: #a20101; }
.emailing_auto_confirm_title { padding-top: 100px; }
.emailing_auto_confirm_text { padding-bottom: 50px; }

/* CHAMPS EMAIL */
#emailingauto_email { width: 170px; height: 20px; margin: 0 5px; padding:0 10px;border: 1px solid #E4E4E4;color:#666; }
#emailingauto_email_unsubscribe { width: 190px; height: 20px; margin: 0 5px; border: none; }

/* NE PAS TOUCHER LES CLASSES CI-DESSOUS */
#emailingauto_tooltip { position: absolute; display: none; z-index:20000; }
#emailingauto_tooltip_unsubscribe { position: absolute; display: none; z-index:20000; }

/* ###########################################################
######################## SPEEDSEARCH #########################
########################################################### */

body #divSpeedSearch {
    /* Si le speedsearch doit être placé sur le Flash, décommenter le code ci-dessous */
    position: absolute;
    top: 186px;
    margin: 4px 0 0 0;
    z-index: 105;
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	cursor: pointer;
width: 170px;
height: 22px;
margin: 0;
line-height: 22px;
vertical-align: middle;
margin-left: 7px;
color: #003B5A;
padding-left: 10px;
border: 1px solid #CCC;

}

#divSpeedSearch img { padding-top: 1px;}

/* Tableau de recherche dans le site */
body #divSpeedSearch form table { width: auto; }
body #divSpeedSearch form table tr {}
body #divSpeedSearch form table tr td { padding: 0 20px 0 0; }

/* Tableau de recherche dans la page */
.formSearch {}
.formSearch form #tableau_search_page { width: auto !important; }
.formSearch form #tableau_search_page tr {}
.formSearch form #tableau_search_page tr td { padding: 0 2px 0 0; }

/* Tableau de recherche avancée */
#tableau_options { border: 0 none; }
#tableau_options tr td { padding: 2px; }
#tableau_options tr td input, #tableau_options tr td select{}
#tableau_options tr td input:hover, #tableau_options tr td select:hover {}
#tabSearch a {
	padding-left: 0;
	margin: 5px 0;
	text-decoration: underline;
	}
#tabSearch tr .formSearch{ text-align:center; }
#tabSearch tr .formSearch table{ width: 100%; margin: auto; }

/* Résultat de recherche */
#tabSearch tr .formSearch table tr td {}
#tabSearch tr .Titre {}
#ResultSearch {
	padding-bottom: 10px;
	}
#tabSearch tr td table tr #ResultSearch {}

/* SI BESOIN DE CIBLAGE PRECIS */
/*body #divSpeedSearch form input.recherche:hover, .formSearch form input.recherche:hover {}
body #divSpeedSearch form, .formSearch form { margin :0;padding : 0; }
body #divSpeedSearch form a.bouton:link, .formSearch form a.bouton:link {}
body #divSpeedSearch form a.bouton:visited, .formSearch form a.bouton:visited {}
body #divSpeedSearch form a.bouton:hover, .formSearch form a.bouton:hover {}
body #divSpeedSearch form a.bouton:active, .formSearch form a.bouton:active {}
body #divSpeedSearch form a.bouton img, .formSearch form a.bouton img {}
.formSearch form a.options:link {}
.formSearch form a.options:visited {}
.formSearch form a.options:hover {}
.formSearch form a.options:active {}*/

/* ###########################################################
##############################################################
######################## QUICKSEARCH #########################
##############################################################
########################################################### */
#conteneur_quicksearch
{
	
	
	/* Decommentez le code CSS ci-dessous pour positionner le QS sur le Flash */
  
	
	margin: 0;
	
}

#conteneur_quicksearch #formulaire_quicksearch
{
	width: 100%;
	border:none;
	margin: 5px auto 5px auto;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch
{
	width: 250px;
	margin: 0;
	padding-top: 5px;
	padding-left: 13px;
	list-style-type: none;
	position: relative;
	/*background: transparent url(../images/bkg-quicksearch.png) top left no-repeat;*/
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li
{
	font-size:0.9em;
	font-weight: normal;
	color: #fff;
	display: inline;
	margin: 0 5px;
	padding: 0;
	line-height: 25px;
	vertical-align: middle;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link
{
	color: #fff;
	text-decoration: underline;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {color: #fff;}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {color: #b9b8ff;}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch
{
	margin: 0;
	height:16px;
	background-color: #fff;
	color: #000;
	border:none;	
	font-size: 1.0em;
	font-weight: normal;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{
	background-color: #fff;
	color: #000;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
	margin: 5px 0;
	width:175px;
	height:15px;
	background:url(../images/quicksearch-bouton.jpg) no-repeat top left;
	text-transform: uppercase;
	font-size:0.85em;
	color:#003857;
	cursor: pointer;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
	background:url(../images/quicksearch-bouton.jpg) no-repeat bottom left;
	color:#7695a4;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_champ_date input
{
	background-image: url(/lsudhtml/javascript/calendar/zpcal/themes/layouts/img/calendar.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 145px;
	cursor: pointer;
	padding-left: 3px;
}

.clearfix {
    clear: both;
	width: 0;
	height: 0;    
}
