/* ** CCS squelette Webjalles ** */
.information {
	list-style: none;
	background: white;
	font-weight: bold;
	text-align:center;
	border-top: thin solid #990066;
	border-bottom: thin solid #990066;
}


.spip_documents img { border: 0px;}
.spip_logos { border: 0px; }

.bordurtab {
	border-top: thin solid #990066;
	border-right: thin solid #990066;
	border-bottom: thin solid #990066;
	border-left: thin solid #990066;
}
/* bordure de tableau pour le pied de page */
.bordurtab2 {
	border-top: thin solid #66CCFF;
	border-right: thin none #66CCFF;
	border-bottom: thin none #66CCFF;
	border-left: thin none #66CCFF;
}
/*image de fond de la page */
body {
	background-image: url(../inter/motif2.gif);
}

/*tableau principal (gestion de la bordure) */
.bordurebody {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}
/* formulaires */
input, textarea, select {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	font-size: 10px;	
}
/* balise A (pour l'affichage par défaut des liens)*/
a {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border: 0px
}
.intitule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990066;
}
.fdmenu {
	background-color: #990066;
}
.intituleb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66CCFF;
	font-size: 12px;
	font-weight: bold;
}
.minitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}
.textptit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textptit a{
	color:#66CCFF ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textptit a:hover{
	color:#66CCFF ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.textresume {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
}
.textresume2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
}

/*redéfinition des balises H */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990066;
	font-weight: normal;

}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/* changement des puces dans les listes pour l'affichage du plan */
.liste1{
	list-style: url(inter/puce1.png);
}
.liste2{
	list-style: url(inter/puce2.png);
}

/*affichage du plan du site*/
#plan {
	position: absolute;
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}
/* styles utilisés pour le forum (repris d'errational) */
#forumreply{
	background:  #990066;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  15px 0 0 0;
	padding: 1px 5px;	
	border: 1px solid #000;
}

.forumbg {
	background: #eee;	
	margin: 0;
	padding: 7px 10px;
	text-align: right;
}

.forum {	
	margin: 0;
	padding: 10px;	
	background: #eee;	
}

.forumtitle {
	display: block;	
	padding: 4px;
	font-weight: bold;
	background: #eee;
}

.forummeta { 
	color: #666;
	padding-left: 20px;
	background: #eee;
}

.forumbody { 
	color: black;
	padding: 4px;
	background: #eee;
}
.forumps  {
	padding: 4px;
	background: #eee;
	color: #666;	
}

.forumthread {
	padding-left:60px;
	background: #eee;
}

.forumblink {
	padding: 10px;
	margin-left: 20px;
	background: #eee;
}
