/* CSS issu de www.unige-info.ch*/

* {
     margin: 0;
     padding: 0;
}

body {
     font: 100%/120% Georgia, "Times New Roman", serif;
     font-style: normal;
}

h1 {
     margin: 0;
     font-size: 160%;
     line-height: 110%;
     font-weight: bold;
}

h2 {
     margin: 20px 0;
}

h3 {
     margin: 10px 0;
}

h4 {
	  margin-top: 0;
	  margin-left: 20px;
	  font-size: 40%;
}

h5 {
	  margin-top: 0;
	  font-size: 70%;
}

h6 {
	  margin-top: 0;
	  margin-left: 20px;
	  font-size: 100%;
	  font-weight: normal;
}
	  
ul {
     list-style-type: none;
}

a {
     text-decoration: none;
     font-weight: bold;
     color: #333;
}

#container {
     height: auto !important;
     min-height: 100%;
     position: relative;
     text-align: center;
}

* html #container, html, body {
     height: 100%;
}

#header {
     margin: 0;
     padding: 15px 0;
     text-align: center;
     width: 100%;
     font-size: 2em;
     background: #BB0000;
     color: #000;
}

#header a {
     color: #000;
}

#menu {
     font-size: 100%;
     line-height: 80%;
     font-weight: bold;
     text-align: center;
     width: 100%;
     background-color: #efefef;
     margin: 0 0 20px;
     padding: 10px;
     border-top: 1px solid #cecece;
     border-bottom: 1px solid #cecece;
}

#menu ul {
     padding: 4px 0;
}

#menu li {
     display: inline;
     margin: 0 10px;
}

#menu a {
     color: #000;
     font-size: 1.1em;
}

#content {
     width: 750px;
     margin: 0 auto 30px;
     text-align: left;
}

#content:after {
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}

#content p {
     letter-spacing: 0.05em;
}

#content blockquote {
     background-color: #efefef;
     margin: 15px;
     padding: 10px;
     border-top: 1px solid #cecece;
     border-bottom: 1px solid #cecece;
}

#content blockquote p {
     margin: 0;
}

#main {
     width: 68%;
     float: left;
}

#main h3 {
     margin-top: 0px;
     padding: 0 5px 5px;
}

#main p {
     margin-top: 10px;
     padding-left: 0;
     
}

#main p.chapo {
     font-style: italic;
     font-weight: bold;
}

#main ul {
     margin: 5px 5px 5px 30px;
     color: #333;
     list-style: disc;
}

#main li {
     color: #000;
}	

#sub {
     margin-left: 0%;
     width: 28%;
     float: right;
     text-align: left;
}

#sub h2 {
     margin-top: 20px;
     padding: 0 5px 5px;
}

#sub p {
     padding: 0 5px 5px;
}

#sub li {
     padding: 0 5px;
}

#sub img {
     border: 0;
}

.post {
     margin-top: 20px;
}

#footer {
     position: relative;
     clear: both;
     padding: 10px 0 5px;
     width: 100%;
     font-weight: bold;
     background: #BB0000;
     color: #000;
}

#footer p, #sub .buttons {
     text-align: center;
     
}

#footer a {
     color: #000;
}

#footer p a {
  color: #000;
  border-bottom: 1px dotted #000;
}

#footer a:hover, a:hover {
     text-decoration: underline;
}

#footer_bottom {
  margin-top: 0px;
  clear: both;
  background-color:#575352;
  padding: 0px 5px 0px 5px;
  text-align: center;
}

#footer_bottom p a {
  color: #89817f;
  border-bottom: 1px dotted #89817f;
  font-size: 95%;
}

#footer_bottom p {
  color:#89817f;
  font-size: 95%;
}

div#moitie_gauche, div#moitie_droite {
	width:50%;
	position: relative;
}

div#moitie_gauche {
	float:left;
}

div#moitie_gauche h2 {
	  font-size: 110%;
}

div#moitie_droite{
	float:right;
}	

div#moitie_droite h2 {
	font-size: 110%;
}

/* Les 2 encarts de la partie droite de la page sommaire */

div#liste_derniers_breves, div#liste_sur_web  {
	margin-left: 1em;
	margin-bottom: 1em;
}

/* Les 2 encarts de la partie droite de la page sommaire */

div#liste_derniers_articles, div#liste_forum  {
	margin-bottom: 1em;
}

/* Dates des 4 encarts */

dl.date_list {
	clear:both;
	display:block;
}

dl.date_list dt {
	clear:both;
	padding-top:12px;
	line-height:13px;
	float:left;
	text-align:center;
	height:50px;
	width:40px;
	background:url(../images/blocnotes.png) no-repeat;
	font-weight:bold;
	font-size:13px;
}

dl.date_list dt small {
	display:block;
	font-weight:bold;
	font-size:13px;
}

dl.date_list dd {
	padding-left:5px;
	padding-top:8px;
	padding-bottom:2px ;
	min-height:60px;
	height:auto !important;
	height:60px;
	position:relative;
	font-size:12px;
}

/*
* AGENDA
*/
.agenda {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

.agenda .en-tete {
	display: block;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	border: 1px solid #808080;
}

.agenda a.en-tete {
	display: block;
	font-weight: bold;
	text-align: center;
	border: 1px solid #808080;
}

.agenda .contenu {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	/*width:150px;*/
}

.agenda .contenu .mois {
	border-bottom:1px solid #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 100%;
	/*width:150px;*/
	text-align:center;	
}

.agenda .contenu .mois a{
   font-weight: bold;
   text-decoration: none ;
	font-size: 11px;
}

.tableau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A9A9A9;
	text-align:center;
	font-style:normal;
}

.calendar_this_day {  /* surligne le jour d'aujourd'hui */
   background: #9b9b9a;
	font-weight:bold;
	color :#ffffff;
}

.calendar_this_month {  /* couleur des cases appartenant au mois en cours */
	background-color: #e1e1e1;
}

.calendar_not_this_month {  /* couleur des cases n'appartenant pas au mois en cours => début et fin de mois */
	background: #ececec;
	color:#aaa;
}

.calendar_head_mini {    /* corespond à la ligne des jours : lu ma me je ve sa di*/
	background-color: #bb0000;
	text-align: center;
	font-size: 10px;
	color: #EEE;
	font-family: Verdana, Arial, Helvatica, sans-serif;	
	font-style:normal;
}