/* (c) Boris Forconi pour Armonia  */

img { 
  border-style: none; 
  line-height:0px;
}

body
{
  background: url(Images/fond.jpg); 
  background-color:#FFCC28;
  background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333;
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #764701;
	scrollbar-3dlight-color: #cee8a7;
	scrollbar-arrow-color:  #764701;
	scrollbar-track-color: #FFCC28;
	scrollbar-darkshadow-color: #FFCC28;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333;
}

a:link, a:visited, a:active
{
  color: #2090aa;
	text-decoration: none;
}

a:hover
{
  color: #2090aa;
	text-decoration: underline;
}

.title
{
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.subTitle
{
  color: #2090aa;
  font-weight: bold;
}

.number
{
   color:#fff;
   background-color:#3cb2ce;
}


.headLinks
{
  font-weight: bold;
  color: #CF1E4E;
}

a.openning:link, a.openning:visited , a.openning:active 
{
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

a.openning:hover 
{
  text-decoration: underline;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

a.menuLink:link, a.menuLink:visited , a.menuLink:active 
{
  text-decoration: none;
   color:#777;
}

a.menuLinkCurrent:link, a.menuLinkCurrent:visited , a.menuLinkCurrent:active 
{
  text-decoration: none;
  color:#fff;
  background-color:#3cb2ce;
}

a.menuLink:hover, a.menuLinkCurrent:hover
{
  text-decoration: none;
  color:#fff;
  background-color:#3cb2ce;
}

a.bottomLink:link, a.bottomLink:visited, a.bottomLink:active 
{
  font-size:9px;
  text-decoration: none;
  color:#ffffff;
}

a.bottomLink:hover 
{
  text-decoration: none;
  font-size:9px;
  color:#ad2020;
  background-color:#fff;
}

.bottomText {
  font-size:9px;
  color:#ffffff;
}

a.bottomLink2:link, a.bottomLink2:visited, a.bottomLink2:active 
{
  font-size:9px;
  text-decoration: none;
  color:#555;
}

a.bottomLink2:hover 
{
  text-decoration: underline;
  font-size:9px;
  color:#555;
}

.bottomText2 {
  font-size:9px;
  color:#555;
}

a.subLink:link, a.subLink:visited , a.subLink:active 
{
  color:#2090aa;
  text-decoration: none;
}

.subLinkCurrent
{
  color:#fff;
  background-color:#3cb2ce;
}

a.subLink:hover
{
  text-decoration: none;
  color:#fff;
  background-color:#3cb2ce;
}

input { 
    font-size:10px;
		font-family: verdana; 
    border-width:1; 
    border-style:solid;
    border-color:#999999 #cccccc #cccccc #999999;
    position: relative;
}

textarea { font-size:10px;
		font-family: verdana; 
    border-width:1; 
    border-style:solid;
    border-color:#999999 #cccccc #cccccc #999999;
    overflow:hidden;
    }

select { 
    font-size:10px;
		font-family: verdana;
    border-width:1; 
    border-style:solid;
    border-color:#999999 #cccccc #cccccc #999999;
    width: 180px;
    display: block;
}

.submit {
      cursor : pointer;
      text-align:center;
      vertical-align:middle;
      width:80px;
      border: 1px solid #3cb2ce;
      color:#fff;
      background-color:#3cb2ce;
  }

