﻿body
{
	background-color: #fff;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000;
}

a
{
	cursor: pointer;
	color: #07c;
	text-decoration: none;
	font-weight: 700;
}

a:link
{
}
a:visited
{
}
a:hover
{
	text-decoration: underline;
}
a:active
{
}

p ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

p
{
	margin-left: 7px;
	margin-top: 7px;	
}

img
{
	border: 0px solid white;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	font-size: 1.5em;
	padding: 0 0 0 0;
	margin: 7px 0 0 7px;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #000;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	padding: 10px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	clear:left;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #fff solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
	font-weight: bolder;
	font-size: 125%;
	
	_top: -24px; /* only IE6 applies CSS properties starting with an underscrore */
	_left: -320px; /* only IE6 applies CSS properties starting with an underscrore */
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #666;
	color: #fff;
}

ul#menu li a:hover
{
	background-color: #f90;
	text-decoration: none;
}

ul#menu li a:active
{
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #f90;
	text-decoration: none;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-left: 40px;
	margin-top: 14px;
	float:left;
}


/* Clear Float Fix */
/* Add class clearfix to parent container for dealing with child floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
}

#logindisplay a:link
{
}

#logindisplay a:visited
{
}

#logindisplay a:hover
{
}

/* Erreurs */
.validation-summary-errors
{
    background-color: #ffffcc;
    padding: 15px 20px 15px 20px;
    border: solid 1px #cc0000;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}

.validation-summary-errors li 
{
    display: block;
    background: url('/Content/img/exclamation.png') no-repeat 0px 50%;
    padding: 5px 0px 5px 25px; 
}

.field-validation-error,
span.input-validation-error
{
    color: #cc0000;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border: 1px solid #cc0000;
    background-color: #ffffcc;
}



/* GOOGLE MAPS */
#mapsearch
{
	width: 500px;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #f9f9f9;
}
.gsmsc-controls
{
	display: none;
}
#mapsearch .gsmsc-idleMapDiv
{
	height: 300px;
}
#mapsearch .gsmsc-mapDiv
{
	height: 300px;
}

#nomSortieGMap
{
	font-size: 15px;
	font-weight: bold;
}
#descrSortieGMap
{
}
#adresseGMap
{
	font-weight: bold;
}
#dateGMap
{
}
#lienGMap
{
}

#divGMap
{
	width: 350px;
}

#imgGMap
{
	width:50px;
	float:left;	
	margin:10px 10px 0px 0px;
}

/* FIN GOOGLE MAPS */

/* CALENDRIER */
span.calendrier
{
	float: left;
	text-align: center;
	width: 40px;
	margin-right: 10px;
	margin-bottom: 7px;
}

span.calendrier span
{
	display: block;
	float: left;
	width: 100%;
}
span.calendrier span.jour
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px;
	border-left: #ccc 1px solid;
	font-weight: bold;
	background: #fff;
	color: #000;
	line-height: 1.4em;
	border-bottom: #ccc 1px solid;
	letter-spacing: -0.1em;
}
span.calendrierSmall span.jour
{
	font-size: 1.5em;
}
span.calendrier span.mois
{
	border-right: #d51007 1px solid;
	border-top: #d51007 1px solid;
	font-weight: bold;
	background: #d51007;
	text-transform: uppercase;
	border-left: #d51007 1px solid;
	color: #fff;
	line-height: 1.1em;
	border-bottom: #d51007 1px solid;
	text-align: center;
}
span.calendrierSmall span.mois
{
	font-size: 1.2em;
	height: 15px;
}

.BlocConteneur
{
	width: 350px;
	border: 1px dashed #ccc;
	padding: 7px 7px 2px 7px;
	margin: 7px 7px 7px 7px;
	height:51px;
	overflow:hidden;
}

.BlocConteneurHauteurLibre
{
	width: 350px;
	border: 1px dashed #ccc;
	padding: 7px 7px 7px 7px;
	margin: 7px 7px 7px 7px;
	overflow:hidden;
}

.BlocConteneur:hover
{
	border: 1px solid #999;
	background-color: #EBEBEB;
}

div.BlocConteneur h2
{
	margin:0px;
}

a:hover.lienBlocGauche
{
	text-decoration: none;
}

.MisEnAvant
{
	background-color: #e0eaf1;
}

/* FIN CALENDRIER */

.texteBlocDroite
{
	float: right;
}


.spacer
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.post-tag
{
	background-color: #e0eaf1;
	color: #3e6d8e;
	border-bottom: #3e6d8e 1px solid;
	border-right: #7f9fb6 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	margin: 2px 2px 2px 0px;
	line-height: 2.2;
	padding-top: 3px;
	white-space: nowrap;
}

.link-separator 
{	
	margin-right:5px;
	margin-left:5px;
	font-size: 110%;	
	color: #ccc;
}

.filtreCarte
{
text-align:center;
font-size:1.2em;
font-weight:bolder;	
}

.inputDate
{
	width:50px;
}

.titreSouligne
{
	height:34px;
	border-bottom:1px solid black;	
	margin-bottom:20px;
}

.floatLeft
{
	float:left;	
}

.floatRight
{
	float:right;	
}

.alignLeft
{
	text-align:left;
}

.alignCenter
{
	text-align:center;
}

.alignRight
{
	text-align:right;
}

.fiche
{
	font-size:1.2em;	
}


/* FORMULAIRES DE SAISIE */
/*form 
{
	font-size: 1.25em;
}*/

form.formSaisie fieldset {
  margin-bottom: 10px;
  padding: 10px 2px 10px 0px;
}
form.formSaisie legend {
  padding: 0px 2px 10px 0px;
  font-weight: bold;
}
form.formSaisie label 
{
	font-size:1.2em;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  /*font-weight:bold;*/
}
form.formSaisie fieldset ol {
  margin: 0;
  padding: 0 0 0 10px;
}
form.formSaisie fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.formSaisie fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.formSaisie fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.formSaisie fieldset fieldset label {
  display: block;
  width: auto;
}
form.formSaisie fieldset ol li ul li label {
	/*font-weight:normal;*/
}
form.formSaisie fieldset ol li ul li
{
	padding-top:0;
	padding-bottom:0;
}
form.formSaisie em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.formSaisie .inputText 
{
	width:350px;
}
form.formSaisie label {
  width: 200px; /* Width of labels */
}
form.formSaisie fieldset fieldset label {
  margin-left: 203px; /* Width plus 3 (html space) */
}

.grosbouton
{
	padding:7px 7px 7px 7px;
	font-size: large;
}

.popupGauche
{
	margin:0px 7px 7px 7px;
	padding:0px 7px 7px 7px;
	background-color: #fff6bf; 
	border: 1px solid #ffd324;
	float:left;	
}

.liEspaces
{
	margin-bottom:10px;
}

.nowrap
{
	white-space:nowrap;	
	_white-space:normal;	
}

.imgAvatarBlocConteneur
{
	float:left;	
	margin-top:2px;
	margin-left:2px;
	margin-right:8px;
}

.description
{
	background-color:#eee;
	height:200px;
	padding:7px;
	width:40%;
}

/* TAG CLOUD */
.tag-cloud { border: 1px solid #C0C0C0;margin-left:15%;margin-right:15%;text-align:center;}
/*.tag-cloud STRONG { position: absolute; left: -999px; width: 990px; display:none;}*/
.tag-cloud SPAN { margin:.5em;display:inline;}

.tag-cloud .tag-1 { font-size: 1em; }
.tag-cloud .tag-2 { font-size: 1.25em; }
.tag-cloud .tag-3 { font-size: 1.5em; }
.tag-cloud .tag-4 { font-size: 1.75em; }
.tag-cloud .tag-5 { font-size: 2em; }
.tag-cloud .tag-6 { font-size: 2.25em; }
.tag-cloud .tag-7 { font-size: 2.5em; }
.tag-cloud .tag-8 { font-size: 2.5em; }
.tag-cloud .tag-9 { font-size: 2.5em; }
.tag-cloud .tag-10 { font-size: 2.5em; }
/*
.tag-cloud a {text-decoration:none;color:blue;}
.tag-cloud a:hover {background-color:#EFEFEF;}*/
/* FIN TAG CLOUD */

/* TAGS SORTIE */

.tagsSortie { margin-top:10px;margin-bottom:10px;}
.tagsSortie a  
{
	color: white; 
	border-bottom: #313131 1px solid; 
	border-right: #313131 1px solid; 
	background-color: #666; 
	padding-bottom: 3px; 
	line-height: 2.2; 
	margin: 2px 2px 2px 0px; 
	padding-left: 4px; 
	padding-right: 4px; 
	white-space: nowrap; 
	font-size: 90%; 
	text-decoration: none; 
	padding-top: 3px
}

.tagsSortie a:hover  {
	color: white; 
	border-bottom: #d58000 1px solid;
	border-right: #d58000 1px solid; 
	background-color: #f90;
	text-decoration: none
}

/* FIN TAGS SORTIE */

.discret
{
	font-size: .75em;
	color:Gray;
}

.imageBouton
{
	cursor:pointer;	
}


/*--------------------*/
/*    Notification    */
/*--------------------*/
#message {
   /* font-family:Arial,Helvetica,sans-serif;*/
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:1px 0px 1px 0px;
    background-color:#f90;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#fff;
    text-decoration:none;
    border:2px #fff solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #fff;
}

.italic
{
	font-style: italic ;	
}
