@charset "iso-8859-1";

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1, h2, h3{
    font-weight:normal;
    line-height:normal;
    margin:0;
}
/*CSSEditor|content,title|Titres de niveau 1*/
h1{
    color:#000000;
    font-size:1.4em;
	margin:00 0 10px 0;
	font-weight:bold;
}
/*CSSEditor|content,title|Titres de niveau 2*/
h2 {
    color:#000000;
    font-size:1.1em;
}
/*CSSEditor|content,title|Titres de niveau 3*/
h3 {
    /*color: #000000;*/
    font-size:1em;
}

p{
	margin:0 0 4px 0;
}

/* Liens */
/*CSSEditor|content,link|Apparence gÃ©nÃ©rale*/
a:link{
	color:#000000;
	text-decoration:none;
}
/*CSSEditor|content,link|Lien dÃ©jÃ  visitÃ©*/
a:visited{
	color:#000000;
	text-decoration:none;
}
/*CSSEditor|content,link|Lien actif*/
a:hover, a:active{
	text-decoration:none;
}

/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/
img {
	border:0;
	vertical-align: bottom;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/*style gabarit*/

#page{
	background:#ffffff;
	margin:0;
	padding:0;
	color:#000;
}

#main{
	margin:0;
	padding:0;
}

/*page par page*/

.liste_reunion{
	margin:0;
	padding:0;
}

.liste_reunion_jour{
	border:1px solid #71bf44;
	padding:8px;
	margin:10px 0 0 0;
}
.liste_reunion_jour h2{
	font-weight:bold;
	font-size:1.2em;
	color:#000;
}
.liste_reunion_jour a{
	font-weight:bold;
}
.liste_reunion_jour a:hover{
	/*color:#AC1517;*/
	text-decoration:underline;
}
.liste_reunion_jour table{
	font-size:11px;
	font-weight:normal;
	width:100%;
	border:0px solid #71bf44;
}
.liste_reunion_jour th{
	padding:4px;
	font-size:1.1em;
	background:#71bf44;
	color:#000;
	font-weight:bold;
}
.liste_reunion_jour td{
	padding:4px;
	font-size:1em;
	border-bottom:1px solid #bfbfbf;
}

.backreunion{
	/*background:#AC1517;
	padding:2px;*/
	margin:10px 0;
}
.backreunion a{
	/*font-weight:bold;*/
	color:#000;
}

.liste_course{
	/*margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:60%;*/
	margin:0 0 15px 0;
}
.liste_course h2{
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 10px 0;
}
.liste_course a{
	font-weight:bold;
	margin:0 10px 0 0;
	font-size:1.1em;
}
.liste_course span{
	border:1px solid #71bf44;
	padding:2px;
}

.liste_partants{
	/*border:1px solid #71bf44;
	padding:8px;*/
	margin:10px 0 0 0;
}
.liste_partants a{
	font-weight:bold;
}
.liste_partants a:hover{
	text-decoration:underline;
}
.liste_partants h2{
	font-weight:bold;
	font-size:1.2em;
}
.liste_partants h3{
	font-size:1.1em;
	margin:0 0 10px 0;
}
.liste_partants table{
	font-size:1em;
	font-weight:normal;
	width:100%;
	border:0px solid #000;
}
.liste_partants th{
	padding:4px;
	/*font-size:1.1em;*/
	background:url(../images2008/back_01.png) repeat-x top left;
	color:#000;
	font-weight:bold;
}
.liste_partants td{
	padding:4px;
	/*font-size:1em;
	border-bottom:1px solid #bfbfbf;*/
}

.backligne{background:#D9E4DC;}

