@import url('reset.mod.css');
/*
 * HTML TAGS
 */
html, body {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	padding:0 10px 10px 10px;
	text-align: center;
}
h1 {
	display:block;
	font-size:2em;
	font-weight:bold;
	margin-bottom:0.67em;
	line-height: normal;
}
h2 {
	display:block;
	clear:both;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 .5em 0;
	line-height: normal;
}
li {
	display:list-item;
}
p, dl {
	display:block;
	margin:1em 0;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/**
HEADER
*/
#header {
margin-bottom:.5em;
}
#header h1 {
display:block;
font-size:1.2em;
font-weight:bold;
padding:0;
margin:0 auto;
line-height: normal;
}
#header a {
display:block;
margin:0 auto; /*centrage du contenu, mais aligner a gauche*/
width:240px;
letter-spacing:normal;
padding-left: 80px; /*image width + padding right*/
text-align: left;
font-size:1em;
text-decoration: none;
background-image: url(../img/icone1.gif);
background-repeat: no-repeat;
background-position: top left;
}
#header a:hover {
text-decoration:underline;
}
#header a span {
letter-spacing:-2px;
display:block;
font-size:1.6em;
}

/*
 * COMMUNS
 */

/* Make outer div adapting his height to its floating content : 
put an element with clearfix just before to close outerdiv (inside but least position) 
  <div id=outer><span>floating content</span><div class=clearfix /></div>
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


/*erreurs validation des formulaires*/
.error {
	font-size: 90%;
	border-width:1px;
	border-style: dotted;
	display: block;
	padding: 2px;
	margin:2px 0;
	white-space: normal;
	width: auto;
}
.box {
	display:block;
	clear:both;
}

/*
main nav */
.mainnav {
display:block;
clear:left;
float:left;
width:100%;
overflow:hidden;
position:relative; 
font-size:0.9em;
letter-spacing:-1px;
border-top-style: solid;
border-top-width: 4px;
margin-bottom:.5em;
}
.mainnav ul {
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
.mainnav ul li {
display:block;
float:left;
list-style:none;
margin:0;
padding:0 12px 0 0; /* 12=largeur img droit */
position:relative;
right:50%;
} 
.mainnav ul li a {
display:block;
margin:0 0 0 1px;
padding:3px 0 5px 12px ;
text-decoration:none;
line-height:1.3em;
cursor:pointer; 
font-weight:normal;
}

.mainnav ul li a,
.mainnav ul li:hover a,
.mainnav ul li.active a {background:url(../img/mainnav_left.gif) no-repeat left top; line-height:20px;}

.mainnav ul li,
.mainnav ul li:hover,
.mainnav ul li.active {background:url(../img/mainnav_right.gif) no-repeat right top; line-height:20px;}

/*
* form
*/

/*
form wrapper */
ul.formlist {
	padding-left: 0;
	margin:0;
	min-width: 200px;
	width:auto;
}
.formlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;/*border-bottom: 1px solid gray;*/
    }
.formlist li a {
	text-decoration: none;
}
/*
form elements */
form {
	display:block;
}
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: .5em auto;
	min-width: 300px;
	width: 300px;
	overflow: visible;
	border-width:1px;
	border-style: solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/*sous ff, les options gardent la taille du texte mais ce select ne depasse plus du fdst
sous ie select et options garde la meme taille sans depasser */
fieldset #event_type_list {
    width:100%;
}

legend {
	height:auto !important;
	padding:0.5em;
	white-space:nowrap;
	font-weight: bold;
}
label {
	display:block;
	font-weight: bold;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input[type="submit"], .submit_button{ /* all browser */ 
	margin-top:1em;
	margin-bottom:1em;
	padding: 0 .25em;
}
.submit_button{ /* IE FIX ONLY */
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}
input[type="submit"] { 
	width:auto; /* !important, cancel IE margin fix for other browsers */
}
/*td input[type="submit"] { width: 100%; }  force 100% in td */

/*
* event list
*/
ol.event_list {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 25%;
	width: auto;
	margin-bottom: 1em;
	text-align: left;
}
.event_list a:hover {
	text-decoration: underline;
}
.event_list li {
	list-style: none;
	padding: .25em;
	margin:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: .9em;
}
.event_list li p {
	margin:.5em 0;
}
.event_list li a { /* titre + lien */
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.event_list .event_source { /* username */
	border-top-width: 1px;
	border-top-style: dashed;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	margin:.5em 0 0 0;
	padding: 0;
}
.event_list li.more_actions { /* 2e li facultatif */
	text-align: center;
	margin: 0;
	padding: 0.25em;
	text-decoration: none;
}
.event_list li.more_actions a { /* contenant des liens supplementaires */
	font-size: inherit;
	font-weight: normal;
}
/*
* users list
*/
ol.users_list {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 auto;
	margin-bottom: 1em;
	text-align: left;
	min-width: 300px;
	width: 300px;
}
.users_list li {
	font-weight: bold;
	list-style: none;
	padding: .25em;
	margin:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.9em;
}
.users_list li a { /* titre + lien */
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
}
.users_list a:hover {
	text-decoration: underline;
}
/*
* event details
*/
/*ol.event_detail {
	border-width: 1px;
	border-style: solid;
	margin:0 25%;
	width: auto;
	padding: 1em;
	margin-bottom: .5em;
	text-align: left;
}*/
/*.event_detail h4 {  intitulé
	text-decoration : underline;
}
.event_detail .quote {  valeur 
	margin-left: 1.5em;
}
*//*ol.event_detail .event_source {  username
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: left;
	font-style: italic;
}
*/





/*
* event detail
*/
dl.event_detail {
	margin:0 25% 1em 25%;
	padding: 0;
  width:auto;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.event_detail dt,
.event_detail dd{
  margin: 1em 1em 1em 0;
	padding: .25em 1em;
}
.event_detail dt {
  font-size: 1.1em;
  font-weight: bold;
}
.event_detail dd{/* pas de bordure */
  padding-left:2em;
}
.event_detail a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
  .event_detail a:hover {
    text-decoration: underline;
  }
.event_detail .event_title { /* dt titre */
  font-size: 1.2em;
  font-weight: bold;
}
.event_detail .event_source { /* source username */
	border-top-width: 1px;
	border-top-style: dashed;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	margin:.5em 0 0 0;
	padding: 0;
}
.event_detail .more_actions { /* dd facultatif */
	text-align: center;
	margin: .5em 0 0 0;
	padding: .25em;
	text-decoration: none;
}
.event_detail .more_actions a { /* contenant des liens supplementaires */
	font-size: inherit;
	font-weight: normal;
}