@charset "iso-8859-1";
BODY {
	color:#000033;
    /*color:#111111;*/
   
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(http://www.tty2.com/fond-ecran/_bg.gif);
	
}

H1 {
    color: #e0e0e0;
    background: transparent;
}

H2 {
    color: #778899;
    
     border-bottom: 1px solid #000000;
	 border-top: 0px ;
	 border-left: 0px ;
	 border-right: 0px ;
	 background-image: url(http://www.tty2.com/fond-ecran/fond-titre.gif);
   
	
}

H3 {
    color: #e0e0e0;
    background: #708090;
	
}

A {
    color: #000000;
    background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}

A:hover {
    color: #cc0000;
	 background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	
}

.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    padding: 1ex;
    font-weight: bold;
	font-family: arial,sans-serif;
	font-size:10px;
	
}

#imageHeaderBar {
  
    
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #000000;
	/*background-image: url(http://www.tty2.com/new-img/n-barre-mobile.gif);*/
}
#imageToolBar {
      background: #708090;
    border: 1px solid #000000;
}
#imageToolBar * {
    background: inherit;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}
#imageToolBar A:hover {
    background: #000000;
}

#theImage IMG {
    border: 3px solid #708090;
}
A.navThumb, A.navThumb:hover {
    border-bottom: none;
}


#content {
    border: 1px solid #000000;
      -moz-border-radius: 2px;	/* round corners with Geko */
  border-radius: 2px 2px;	/* round corners with CSS3 compliant browsers */
	background-attachment: fixed;
	background-image: url(http://www.tty2.com/fond-ecran/_bg.gif);
	
}

#content H3 {
    text-align: center;
}

#content UL.thumbnail IMG {
    border: 0px solid #a0a0a0;
}

/* So that non-links are slightly greyed out */
#content .navigationBar {
    color: #000000;
}
#content .pageNumberSelected {
    color: #cc0000;
}

/*menu de gauche*/
#menubar DL {
    border: 1px solid #000000;
   -moz-border-radius: 2px;	/* round corners with Geko */
  border-radius: 2px 2px;	/* round corners with CSS3 compliant browsers */
	background-attachment: fixed;
	background-image: url(http://www.tty2.com/fond-ecran/_bg.gif);
	
	
}

#menubar DT {
    color: #fff48e;
  
   
    border-bottom: 1px solid #000000;
    background-image: url(http://www.tty2.com/fond-ecran/fond-titre.gif);
}

#menubar DD {
  
	background-attachment: fixed;
	background-image: url(http://www.tty2.com/fond-ecran/_bg.gif);
}

/* User comments */
#content DIV.comment {
  border: 1px solid gray;
}
 
#content DIV.comment  A.illustration IMG {
  border: 1px solid gray;
}

#comments DIV.comment BLOCKQUOTE {
    background: #5f5f5f;
    border-left: 2px solid #000000;
}

/* Tables & forms */
.throw {
        color: #fff48e;
        background: #708090;
        background-image: url(http://www.tty2.com/fond-ecran/fond-titre.gif);
}
input {
	color:black;
	background-color: white;

        border: 1px solid black;
}
select, textarea {
	color:black;
	background-color: white;
	
        border: 1px solid black;
}
.errors { /* Errors display */
  color: red;
  background-color: #ffe1e1;
  font-weight: bold;
  text-align: left;
  margin: 5px;
  border: 1px solid red;
  background-image: url(admin/images/errors.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px 50px 10px 10px;
}

.errors ul li
{
  font-weight: normal;
}

/**
 * Informations box in administration
 */
.infos {
  text-align: left;
  background-color: palegreen;
  background-image: url(admin/images/infos.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: darkgreen;
  font-weight: bold;
  margin: 5px;
  border:1px solid gray;
  padding: 10px 50px 10px 10px;
}

LEGEND {
  font-style: italic;
}

FIELDSET {
  border: 1px solid gray;
}