/*
 * Entete, bandeau
 */
 
/* cadre entete avec bandeau*/
div#entete20 {
	position:absolute;
	left: 50%;
	margin-left: -395px;
	top: 5px;
	width: 790px;
	height: 138px;
	background : url(images20/bandeau20.jpg) no-repeat;
}

div#corps20 {
	position:absolute;
	width:790px;
	left:50%;
	margin-left:-395px;
	top: 182px;
	padding: 0;
	background: #fff;
}

/* menu general horizontal*/

#menugeneral20 {
	position:absolute;
	width:790px;
	left:50%;
	margin-left:-395px;
	top: 143px;
	padding: 0;
	height:39px;
	font-size: 0.77em;
	background : url(images20/fond_menu_general.png) no-repeat;
}

#menugeneral20 ul {
	margin:0;
	padding:0;
}
#menugeneral20 ul li {
	display:inline;
	margin:0;
	padding:0;
}
#menugeneral20 ul li.droite {
	float: right;
}

#menugeneral20 a {
	display:block;
	float:left;
	text-decoration:none;
	text-align: center;
	height:22px;
	width: 100px;
	color:#fff;
	margin-left: 0;
	margin-top: 0;
	padding:0;
	line-height: 18px;
	border-right: 2px dotted white;
}

#menugeneral20 a:hover {
	color:#7e7e7c;
	background: #fff;
}

div#menugeneral20 h3 {
	margin: 0 0 0 4px;
}

div.fsurtitre {
	display: block;
	width: 632px;
	height: 20px;
	font-size: 0.92em;
	font-weight: bold;
	margin:0;
	background : url(images20/fond_surtitre.png) no-repeat bottom;
}

a.them, a.them:visited {
	color: #25323b;
	text-decoration: none;
}

img.bouton {
	float: left;
	margin: 2px 0 0 6px;
}

*html img.bouton {
	margin-top: 12px;
}

img.petit_bouton {
	float: left;
	margin: 4px 0 0 25px;
}

h2.fiche , h2.rubrique {
	text-decoration: none;
	margin: 10px 3px 2px 25px;
}

h2.fiche {
	font-size: 1em;
	color: #d5221e;
}

h2.liste {
	font-size: 1em;
	color: #000;
}

h2.rubrique {
	font-size: 0.9em;
	color: #000;
}

img.inscription {
	float: right;
	margin: 10px 0 0 5px;
}

h3.rubrique_fiche {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #d5221e;
	margin: 2px 0 2px 40px;
	border-bottom: 1px dotted #ccc;
}

h3.spip {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #d5221e;
	margin: 2px 0 0 0;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
	background: url(images20/fleche.png) no-repeat left;
}
a.sommaire {
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
}
	
p.detail {
	margin: 0 0 0 50px;
	color: #1f4167;
	font-size: 0.9em;
	font-style: italic;
}

div.retrait {
	font-size: 0.9em;
	margin: 0 0 0 50px;
}

div.texte {
	margin: 5px 5px 5px 40px;
	text-align: justify;
	font-size: 0.9em;
}

div.nettoyeur {
	clear:both;
	margin: 0;
	padding 0;
	border: none;
	height: 15px;
}

table.resultat {
	border: 2px outset #CCC;
	padding: 2px;
}

th.gras {
	border: 1px solid #CCC;
	font-size: 0.85em;
	font-weight: bold;
}

td.fin {
	border: thin solid #6495ed;
	font-size: 0.7em;
}

h2.forum-repondre, h2.forum-decompte {
	background: #eeeeec;
	color: #000;
}

h2.forum-repondre a {
	color: #000;
}

div.formulaire_participer_evenement { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
