/* 
 * Mise en forme des différents types de liens
 */
a 
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;
  background-color       : transparent;
  color                    : #3F5264;
}

a:hover 
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;
  background-color       : white;
  color                  :  #083664;
  text-decoration : underline;
}

a.spip_url { }

a.spip_in
{  
  color : #A42420;
  text-decoration : underline;
  font-style : italic;
}
a.spip_out
{  
  text-decoration : underline;
}
a.spip_glossaire { }

a.navig:link, a.navig:active, a.navig:visited
{
  font-family            : arial, helvetica, sans-serif;
  color                  : white;               
  font-weight : bold;
}

a.navig:hover
{ 
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : underline;
  color:white;

  background-color       :  #18658B;
  font-weight : bold;
}

a.courant
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;
  color:red;
  font-weight : bold;
  font-size : 10px;
}

a.motcleRubrique:hover
{ 
  font-family            : arial, helvetica, sans-serif;
  color :  #8B8D8B;
  font-size : 12;
  text-decoration : underline;
}





.spip_code { }

p.spip_note { }

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding: 0em;
}

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
        
}


table.spip {
}

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

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

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

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}

hr.spip { }
b.spip { }
i.spip { }

.forml { width: 100% ; background-color: #FFFFFF ;}

.spip_encadrer 
{
  width : 95%;
  margin-left:5px;
  margin-right : 5px;
  text-align : left;
  text-color : #FFFFFF;
}

.spip_cadre {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
}


.spip_bouton { background-color: #FFCC00;}

.formrecherche { width: 100% ; background-color: #FFFFFF;}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne
{ 
  
  margin-top             : 0;
  margin-bottom          : 0;
  margin-left            : 0px;
  margin-right           : 0px;
  border-top-width       : 0px;
  border-left-width      : 0px;
  border-right-width     : 0px;
  border-bottom-width    : 2px;
  border-color : red;
  border-style        : dotted; 
  
}
