/* Corps de la page */
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #fffffff;
	text-align: left;
	color: #330066;
	line-height:0,90em;
}

tbody {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #330066;
}

/* Styles de paragraphe par défaut */
p {margin: 0 0 10px 0;}

/* Liens par d?faut */

a {
	color:#cc9900;
	text-decoration: none;
	text-align: left;
}

a:hover {
color:#996666;
text-decoration: underline;
}

hr {
color: #cc9900;
background-color: #cc9900;
height: 1px;
border: 0;
}

select {
     background-color:#ffffff;
     font-size:10px;
}

input.submit {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
background-color:#f0af00;
color:white;
border:2px outset #f0af00;
font-weight:bold;
cursor:pointer;
}
input.submit:hover {
background-color:white;
color:#f0af00;
}
input.submit:active {
border:2px inset #f0af00;
background-color:#f0af00;
color:white;
} 

/* Boutons de la page d'accueil */

.acteurs {
display: block;
float:right;
height:40px;
width: 133px;
background-image: url(images/acteursoff.png);
}

.acteurs:hover {
display: block;
height:40px;
width: 133px;
background-image: url(images/acteurson.png);
}

.collectivite {
display: block;
float:right;
height:40px;
width: 133px;
background-image: url(images/collectivitesoff.png);
}

.collectivite:hover {
display: block;
height:40px;
width: 133px; 
background-image: url(images/collectiviteson.png);
}

.drapp {
display: block;
float:right;
height:40px;
width: 133px;
background-image: url(images/drappoff.png);
}

.drapp:hover {
display: block;
height:40px;
width: 133px; 
background-image: url(images/drappon.png);
}

.collect {
font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-top : 5px;
	margin-bottom : 5px;
	color: #330066;
	background-image: url(images/puceorange.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 13px;
	}
	
/* .collect:hover {
text-decoration: underline;
color:#cc9900;
}
 */
 
/* boutons de la bdd */

.flechehaut {
height:28px;
width: 28px;
background-image: url(images/flechehautoff.gif);
}

.flechehaut:hover {
height:28px;
width: 28px;
background-image: url(images/flechehauton.gif);
}

/* Conteneur de l'en-tete */
#header {
	height: 69px;
	width: 800px;
	background-color: #ffffff;
	}

#logolianes {
	position: absolute;
	width: 169px;
	height: 69px;
	left:-1;
	top:0;
	background-image: url(images/logolianes.gif);	
}

#li {
	position: absolute;
	width: 170px;
	height: 69px;
	right:0;
	top:0;
	background-image: url(images/lettreinfo.gif);
}

/* Conteneur du formulaire lettre d'info */
#paraphli {
	margin-left : 15px;
	margin-right : 5px;
	margin-top : 5px;
}

#entete {
	position: absolute;
	width: 275px;
	height: 69px;
	left:275px;
	top:0;
	background-image: url(images/entetelianes.gif);
}

/* Sommaire des rubriques et des articles */
#sommaire{
	width:150px;
	float: right;
	/* border : 1px solid  #330066; */
	background-image: url(images/stickpt.jpg);
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-position: right;
	}

.fondmenugauche {
	background-image: url(images/fondgauche.gif);
	background-color: #330066;
	background-repeat: no-repeat;
	width=150px;
	height=22px;
}

.speednavig {
font-size: 9px;
font-style:italic;
padding-top:10px;
}
/* Conteneur de la page visible */

#conteneur {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -405px;
	background-color:#ffffff;	
}

/* Conteneur du texte principal */
#centre {
	background-color:#ffffff;
	padding-right: 15px;
	margin-left:15px;

	}
	
/* Conteneur des sommaires */
.sommairerub {
float:right;
 width: 150px;

  margin-left: 5px;
  background-image: url(images/stickpt.jpg);
  padding:3px;
}

/* Conteneur des RDV du sommaire */	
.rdvorange {
	/* border : 1px solid  #f7d780; */
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(images/stick.jpg);	
}

.rdvbleu {
	/*border : 1px solid  #330066;*/
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(images/stick.jpg);
	background-position: right;
	background-position: top;
	background-repeat: no-repeat;
}

/* Bouton des rendez-vous */
.typerdv {
	width:50px;
	background-image: url(images/recontre.gif);	
	color:#ffffff;
	font-family:impact, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 4px 0 4px 8px;
	text-align:left;
}
	
/* Formulaire de recherche */
	
form.formrecherche { 
	margin-left: 5px;
}

input.formrecherche {
	width: 95%;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#f7d780;
	background-image: url(images/stickpt.jpg);
}

input.formgoogle{
	width: 100px;
	margin-left: 5px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#f7d780;
	background-image: url(images/stickptpt.jpg);
}

/* Formulaire de la bdd */
form.formbdd fieldset {
border: 1px solid #330066;
background-color:#f7d780;
}

fieldset.bdd{
border: 1px solid #330066;
background-color:#f7d780;
}

legend.bdd {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color:#330066;
}



form.formbdd legend {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
}

.gdlegend{
font-size: 26px;
}

 form.formbdd label
  {
  display: inline;
  float: left;
  width:120px;
  font-weight:bold;
  color: #562983;
  } 
  
form.formbdd select, option {
color: #330066;

}

.input-text {
font-size: 10px;
color: #330066;
width:150px;
padding-left:5px;
}

form.formbdd input.submit {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
background-color:#562983;
color:white;
border:2px outset #562983;
font-weight:bold;
cursor:pointer;
margin-left: 300px;
}

form.formbdd input.submit:hover {
background-color:white;
color:#562983;
}

form.formbdd input.submit:active {
border:2px inset #562983;
background-color:#562983;
color:white;
} 

/* Style des photos */
.photo {
	padding:5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #990000;
	float: right;
}

/* Style du logo */
.logo {
position: absolute;
top:18px;
left:30px;
width: 280px;
}

/* Conteneur du pied de page */
#pied {
	width:800px;
	height: 80px;
	float: left;
	padding: 0px;
	background-image: url(images/bgbas.gif);
	}
	
/* Barre du pied de page */
.barrepied {
	height: 7px;
	background-image: url(images/bg-bas.gif);
}

/* Styles du texte de bas de page */
.textepied {
margin-top : 5px;
text-align: center;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

/* Styles des liens de bas de page */
#pied a {
	
	text-decoration: none;
	font-weight: bold;
	}
	
#pied a:hover{
	
	text-decoration: underline;
	font-weight: bold;
	}

/* Partie droite */
#droite{
	width: 160px;
	float: right;
	margin-left : 5px;
	margin-right : 5px;
}

.enbref {
color: #562983;
text-align: left;
}

.enbref:hover {
color: #7B54A2;
text-align: left;
}

.date {
font-weight: bold;
color: #7171ad;
font-size:10px;
}

/* Style du titre de la page */
.titrepage {

	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	}
	
/* Style du titre d'un article */	
	.titrearticle {
color: #cc9900;
	font-size: 14px;
	font-weight: bold;
	padding-right: 13px;
	padding-bottom: 5px;
	text-align: left;
	}
	
/* Style du titre d'un article */	
	.une {
color: #cc9900;
	font-size: 16px;
	font-weight: bold;

	padding-right: 13px;
	padding-bottom: 5px;
	text-align: left;
	}	

/* Style du formulaire d'abonnement à la liste de diff */
.listediff{  
	font-size: 8pt; 
	background-color: #FFFFFF; 
	width: 9em; 
	font-weight: normal; 
	border: 1px #006600 solid; 
	}

/* Styles du bouton du formulaire d'abonnement à la liste de diff */
.bouton {  
	font-weight: bold; 
	color: #FFFFFF; 
	width: 2em; 
	background-color: #657b9c; 
	border-style: solid; 
	border-width: 1px; 
	}

.bouton:hover {  
	background-color: #aab5c9; 
	}



/* Menu */

#menu {
margin-left : 5px;
margin-right : 5px;
}

.rub {
color:#ffffff;
font-weight:bold;
font-size:13px;
text-align: left;
margin-top : 5px;
}

.rubaccueil {
color:#ffffff;
font-weight:bold;
font-size:13px;
text-align: left;
}

.rubssline{
text-decoration:none;
}

.rubon, .rub:hover,.rubon:hover{
color:#cc9900;
font-weight:bold;
font-size:13px;
}

.sousrub{
color:#ffffff;
margin-left:5px;
}

.sousrubon, .sousrub:hover, .sousrubon:hover{
color:#cc9900;
margin-left:5px;
}

.logof  {
margin-left : 5px;
margin-right: 5px;
text-align:center;
color:#ffffff;
background: #ffffff;
display: block;
}

.space {
margin-left : 10px;
margin-right: 10px;
text-align:center;
color:#ffffff;
background: #562983;
display: block;
padding-bottom : 3px;
padding-top:3px;
}

.space:hover{
color:yellow;
text-decoration: none;
background: #7B54A2;
}
/* Style de SPIP */

/* Style par défaut de h3 pour SPIP {{{ }}} */

h3.spip {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-top : 5px;
	margin-bottom : 5px;
	color: #330066;
	background-image: url(images/puceorange.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 13px;
}

h4.spip {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-top : 5px;
	margin-bottom : 5px;
	color: #330066;
	background-image: url(images/puceorange.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 13px;
}

/* Style par défaut des tableaux pour SPIP | */
table.spip {
}

table.spip tr.row_first {
	background-color: #ff9900;
}

table.spip tr.row_odd {
	background-color: #ffffff;
}

table.spip tr.row_even {
	background-color: #ffffff;
	
}

table.spip td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

.spip_surligne { background-color: #FFFF66; }


