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, b, u, i, center, 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-size: 100%;
	background: transparent;
}
input, textarea, select { margin: 0; padding: 0 }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Général */
body {
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #211e1e;
}

a, a:visited {
	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Utile */
.access-layout { display: none; }

.spacer {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gras { font-weight: bold }
.italique { font-style: italic }
.majuscules { text-transform: uppercase }
.gauche { text-align: left }
.droite { text-align: right }
.justifie { text-align: justify }
.centre { text-align: center }
.souligne { text-decoration: underline }
.minuscules { text-transform: none }

.f-gauche { float: left !important }
.f-droite { float: right !important }

.marge05 { height: 5px; }
.marge1 { height: 10px; }
.marge2 { height: 20px; }
.marge3 { height: 30px; }
.marge4 { height: 40px; }
.marge5 { height: 50px; }

.s8 { font-size: 8px; }
.s9 { font-size: 9px; }
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s13 { font-size: 13px; }
.s14 { font-size: 14px; }
.s15 { font-size: 15px; }
.s16 { font-size: 16px; }
.s17 { font-size: 17px; }
.s18 { font-size: 18px; }
.s19 { font-size: 19px; }
.s20 { font-size: 20px; }
.s21 { font-size: 21px; }
.s22 { font-size: 22px; }
.s23 { font-size: 23px; }
.s24 { font-size: 24px; }
.s25 { font-size: 25px; }
.s26 { font-size: 26px; }
.s27 { font-size: 27px; }
.s28 { font-size: 28px; }
.s29 { font-size: 29px; }
.s30 { font-size: 30px; }


.global {
	width: 995px;
	margin: auto;
}

.connexionLogo {
	text-align: center;
	margin: 40px auto;
}

.connexionLogo img {
	max-width: 320px;
	max-height: 90px;
}

.titrePage {
	color: #211e1e;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h1.titrePage {
	font-size: 24px;
}

h2.titrePage {
	font-size: 15px;
}

.blocConnexion {
	width: 450px;
	margin: auto;
}

.blocConnexionDecale {
	margin: 0 0 0 140px;
	width: 190px;
	text-align: right;
	font-size: 11px;
}




/* Header */
.header {
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}

.logo {
	float: left;
}

.logo img {
	max-width: 320px;
	max-height: 90px;
}

.headerDroite {
	float: right;
}

.headerActions {
	color: #211e1e;
	font-size: 11px;
	float: right;
	position: relative;
}

a#btnSousMenu {
	background: url(../images/btn-fleche.png) no-repeat right center;
	padding: 0 20px 0 0;
	height: 12px;
	display: block;
	text-decoration: none;
}

#sousMenu {
	border: 1px solid #c0c0c0;
	padding: 15px 15px 10px 15px;
	background: #fff;
	right: 0;
	position: absolute;
	margin-top: 5px;
	display: none;
}

#sousMenu ul {
	list-style: none;
	text-align: left;
}

#sousMenu ul li {
	margin: 0 0 5px 0;
}

#sousMenu ul li a {
	padding: 0 0 0 12px;
	background: url(../images/petite-fleche.png) no-repeat left center;
}	

.headerBoutons {
	margin: 10px 0 0 0
}

.headerBoutons ul {
	list-style: none;
}

.headerBoutons ul li {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}

.headerBoutons ul li a { 
	text-decoration: none; 
	color: #fff 
}

.headerBouton {
	display: block;
	padding: 7px 10px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

.compteur {
	font-size: 22px;
	font-weight: bold;
}

.ariane {
	text-align: right;
	font-size: 11px;
	margin: 0 0 10px 0;
}

.ariane .separateur {
	color: #c0c0c0;
}

.enteteDescription {
	margin: 10px 0 20px 0;
	color: #211e1e;
	text-align: center;
}

.blocMarron {
	margin: 0 0 20px 0;
	padding: 30px;
	background: #e9e8e2;	
	border-radius: 20px;
}

.blocMarron p {
	margin: 12px 0;
}

.blocMarron ul {
	margin: 20px 0 20px 30px;
	list-style-position: inside;
}

/* Footer */
.footer {
	margin: 50px 0 20px 0;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-align: right;
	color: #ddd;
}

.footer a { color: #ddd }


/* Tableaux */
table {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate
}

table td, table th {
	padding: 10px;
}

table th {
	background-color: #256b9f !important;
	font-size: 13px !important;
	color: #fff !important;
	border-bottom: 2px solid transparent;
}

table td {
	color: #969696;
	background: #fff;
	line-height: 16px;
}

table tr:hover td, table tr.actif td {
	color: #211e1e;
	background: #edf0f5;
}

table tr:hover td.actions a { display: block }

table td.actions { 
	width: 165px;
}

table td.actions a {
	display: none;
	margin: 0 0 0 10px;
	background: url(../images/picto-actions.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	float: left;
}

table td.actions a.actionVoir { }
table td.actions a.actionTel { background-position: -16px 0 }
table td.actions a.actionTelecharger { background-position: -32px 0 }
table td.actions a.actionModifier { background-position: -48px 0 }
table td.actions a.actionSupprimer { background-position: -64px 0 }
table td.actions a.actionStats { background-position: -80px 0 }
table td.actions a.actionFleche { background-position: -96px 0 }

table td.code_type img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	max-width: 16px;
}

a.btnAide {
	background: url(../images/picto-aide.png) no-repeat;
	width: 18px;
	height: 17px;
	display: block;
	float: right;
}

.aide {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0;
}


/* Aperçu iPhone */
.fancy {
	padding: 20px;
}

.fancy p {
	margin: 12px 0;
}

.fancybox-skin {
	background: #fff !important;
}

.fancyBoutons {
	margin: 0 0 0 -20px;
}

.fancyBoutons a, .fancyBoutons input {
	float: left;
	margin: 0 0 0 20px;
}

#fancyIphone {
	display: none;
	width: 381px;
	height: 798px;
	position: fixed;
	top: 10px;
	left: 40%;
	background: url(../images/iphone4.png) no-repeat;
}

#fancyIphoneContenu {
	position: relative;
}

#fancyIphoneContenu iframe {
	position: absolute;
	top: 132px;
	left: 31px;
	border: 0;
	/*transform: scale(0.75);
	-ms-zoom: 0.75;
	-moz-transform: scale(0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75);
	-webkit-transform-origin: 0 0;*/
}

#opacite {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background: url(../images/opacite.png);
}


/* Formulaires */
#formulaire {
	padding-top: 1px;
}

.formulaireGauche {
	float: left;
	width: 430px;
	margin: 0 75px 0 0;
}

.formulaireDroite {
	float: left;
	width: 430px;
}

.qrcode {
	border: 5px solid #fff;
	display: inline-block;
	background: #fff;
	min-width: 200px;
}

.qrcode img { display: block }


.formulaire label {
	display: block;
	margin: 0 0 5px 0;
}

.titre {
	font-size: 14px;	
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}

.titre.trait {
	border-bottom: 1px solid #c6c6c6;
	padding: 0 20px 5px 0;
	margin-bottom: 20px;
	display: inline-block;
}

.formulaire .champ {
	border: 1px solid #c6c6c6;
	padding: 5px;
	width: 300px;
	margin: 0 0 20px 0;
}

.champ.petit {
	width: 80px;
}

.formulaire .champ.grand {
	width: 400px;
}

.formulaire .champ.taille100 {
	width: 925px;
}

.formulaire .flottant .champ {
	float: left;
	width: 200px;
}

.mce-tinymce {
	margin-bottom: 30px !important;
}

.mce-path {
	display: none !important
}

.mce-statusbar { border: 0 !important }

.formulaire .flottant label, .formulaire .label {
	color: #6d6d6d;
	padding: 5px 0;
}

.formulaire .flottant label {
	float: left;
	text-align: right;
	width: 100px;
	margin: 0 20px 20px 0;
}

.champGauche {
	float: left;
	margin: 0 40px 0 0;
}

.champDecaleRadio {
	margin: 0 0 0 20px;
}

ul.inputRadio, ul.choix {
	list-style: none;
	margin: 0 0 0 -15px;
}

ul.inputRadio li, ul.choix li {
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

ul.inputRadio input, ul.choix input {
	margin: 5px auto 0 auto;
	display: block;
	cursor: pointer;
}	

ul.inputRadio li.actif, ul.choix li.actif, ul.inputRadio li:hover, ul.choix li:hover {
	border-color: #81c2d6;
	background: #e4eff3;
}

ul.inputRadio li input { display: none }

ul.inputRadio li img {
	display: block;
	margin: 0 auto 5px auto;
}

ul.choix {
	text-align: center;
	margin: 0 0 0 -15px;
}

ul.choix li {
	float: none;
	display: inline-block;
	width: 100px;
	margin: 0 0 20px 15px;
}

ul.choix li img {
	display: block;
	margin: 0 auto 10px auto;
}

.boutonsActions {
	margin: 30px 0 0 0;
}

.boutonsActions input {
	float: left;
	margin: 0 15px 0 0;
}

.boutonsActions .btnDroite {
	float: right;
	margin-right: 0
}

.boutonsEdition {
	margin: 0 0 20px 0;
}

.boutonsEdition a {
	margin: 0 0 0 15px;
}

.chargement {
	text-align: center;
	margin: 60px 0;
}

label.error {
	display: none;
	position: absolute;
	top: -99999px;
}

input.error, select.error, textarea.error {
	border: 1px solid #ff0000 !important;
}

/* Boutons */
.btn {
	border: 0;
	margin: auto;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none !important;
	background-repeat: no-repeat;
	display: inline-block;
}

.btnPetit {
	padding: 10px 10px 10px 50px;
	background-position: 10px center;
	font-size: 14px;
	font-weight: bold;
}

.btnTresPetit {
	padding: 5px 10px 5px 30px;
	background-position: 10px center;
	font-size: 12px;
	font-weight: bold;
}

.btnMoyen {
	font-size: 15px;
}

.btnMoyen, .btnGrand {
	font-weight: bold;
	padding: 15px 30px 15px 65px;
	background-position: 20px center;
}

.btnGrand {
	text-transform: uppercase;
	font-size: 18px !important;
}

.btnBlanc {
	background-color: #fff;
	color: #211e1e;	
}
.btnBlanc:hover { background-color: #f9f9f9 }

.btnMarron {
	background-color: #e9e8e2;
	color: #211e1e;
}
.btnMarron:hover { background-color: #e5e1c9 }

.btnVert {
	color: #fff !important;
	background-color: #8ac13f;		
}
.btnVert:hover { background-color: #74b915 }

.btnRouge {
	color: #fff !important;
	background-color: #c13f3f;	
}
.btnRouge:hover { background-color: #c12222 }

.btnBleu { 
	background-color: #81c2d6;
	color: #fff;
}
.btnBleu:hover { background-color: #45b4d6 }

/* Pictos associés aux boutons */
.pictoHistorique { background-image: url(../images/picto-historique.png) }
.pictoStats { background-image: url(../images/picto-stats-vert.png) }
.pictoOK { background-image: url(../images/picto-ok.png) }
.pictoFleche { background-image: url(../images/fleche.png) }
.pictoTel { background-image: url(../images/picto-tel.png) }
.pictoAnnuler { background-image: url(../images/picto-annuler.png) }

.btnMarron.pictoPlus { background-image: url(../images/picto-plus-vert.png) }
.btnMarron.pictoTel { background-image: url(../images/picto-tel-vert.png) }

.btnTresPetit.pictoOK { background-image: url(../images/picto-ok-petit.png) }


/* Paragraphe */
.boutonsParagraphe {
	float: right;
}

.boutonsParagraphe a, a.paragrapheAction {
	margin: 0 0 0 15px;
	background: url(../images/picto-actions-para.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.boutonsParagraphe a.pictoSupprimer, a.paragrapheAction.pictoSupprimer { background-position: -16px 0 }
.boutonsParagraphe a.pictoMonter, a.paragrapheAction.pictoMonter { background-position: -48px 0 }
.boutonsParagraphe a.pictoDescendre, a.paragrapheAction.pictoDescendre { background-position: -64px 0 }

#blocParagraphes .unParagraphe:first-child a.pictoMonter { display: none }
#blocParagraphes .unParagraphe:last-child a.pictoDescendre { display: none }

.paragraphe {
	width: 320px;
	margin: 0 auto 20px auto;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.paragraphe img {
	margin: 10px auto;
	display: block;
}



/* Fancy Supprimer */
.supprimerGauche {
	float: left;
	width: 112px;
	margin: 0 40px 0 0;
}

.supprimerDroite {
	float: left;
	width: 300px;
}


/* Message Info */
#messageInfo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1000;
}

#messageInfoContenu {
	padding: 20px 20px 20px 80px;
	font-size: 13px;
	border-radius: 0 0 15px 15px;
	font-weight: bold;
	width: 800px;
	margin: auto;
	position: relative;
	background: #e9e8e2 url(../images/picto-ok-gris.png) no-repeat 20px center;
	border: 1px solid #4C4C4C;
	border-top: 0;
	color: #4C4C4C;
}


/* Graphiques */
.graphique {
	margin: 0 0 40px 0;
}

.graphiqueG, .graphiqueD {
	float: left;
	width: 450px;
}

.graphiqueG {
	margin: 0 35px 0 0;
}

.loading {
	padding: 40px;
	text-align: center;
}

a.btnDeroule {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 15px 0;
	background: url(../images/btn-fleche.png) no-repeat right 2px;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
}

a.btnDeroule:hover { color: #256b9f }

.invisible {
	display: none;
}

.libelleTrait {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 15px 0;
}

#map {
	height: 500px;
	margin: 0 0 20px 0;
}

.sansMargeBas label, .sansMargeBas input, .sansMargeBas .champ {
	margin-bottom: 0 !important;
}

.evenement_heure {
	display: inline-block;
	margin: 0 5px;
}


/* Formulaire recherche */
.formulaireRecherche {
	float: left;
	margin: 0 0 20px 0;
}

.formulaireRecherche .champ {
	border: 1px solid #c6c6c6;
	float: left;
	margin: 0;
	padding: 5px;
	width: 250px;
}

.formulaireRecherche .btnOK {
	background: #8ac13f;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 5px;
	float: left;
	border: 1px solid #8ac13f
}

.champ.tags {
	padding: 0;
	border: 0;
}

.icone {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.icone.iconeTag {
	background: url(../images/tag.png);
}

a.btnPage {
	background: #8ac13f;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 14px;
	margin: 0 0 0 5px;
}

a.btnPage:hover { opacity: 0.8 }
a.btnPage.disabled { opacity: 0.5 !important }