
/**
 * @fichier cdifx_style.css
 * @auteur  Thierry ROISNEL
 * @email   thierry.roisnel@univ-rennes.fr
 * @date    12.04.2009
 * @source  extracted from
 *     http://ressources-infoglue.univ-rennes.fr/_styles/www.univ-rennes.fr/base.css
 *     http://ressources-infoglue.univ-rennes.fr/_styles/www.univ-rennes.fr/menu-vertical.css
 *     http://ressources-infoglue.univ-rennes.fr/_styles/www.univ-rennes.fr/puces/puce_101.gif


@import "ur1_menu_vertical.css";
  color: #f8971d;
*/





/********************************************************************
*/
body
{
        padding: 10px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 13px;
        text-align: center;
        background-color: #FDFDFD;
}

/********************************************************************
*/

table
{
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 13px;
        font-weight:normal;
}


/********************************************************************
*/

    h2         { font-family:Arial; color:blue;margin-left:50px; }
	hr        {color:#AA0000;}
    p          { font-size:13px; margin-left:50px; text-align:justify;font-weight:normal;  }
    .title_1   { font-size:18px; color:#AA0000; text-align:center;  font-weight: bold; background-color:#f5f5f5; } 
    .title_2   { font-size:16px; color:#000000; text-align:left;    font-weight: bold;}
    .title_3   { font-size:16px; color:#000000; margin-left: 10px;  font-weight: bold;}

    .title_main_1   { font-size:30px; color:#AA0000; text-align:center;  font-weight: bold; } 
    .title_main_2   { font-size:18px; color:#AA0000; text-align:center;  font-weight: bold; font-style: italic ;} 

    .retrait_1 { margin-left:50px; text-align:justify; }
    .retrait_2 { margin-left:80px; }
    .retrait_3 { margin-left: 5px; }
    .retrait_4 { margin-left: -20px; }

    .back_color_1  { background-color:#F0F0F0;}
    .back_color_2  { background-color:#DDDDDD;}

    .highlighted { color:#AA0000}

    .liste_menu {margin-left:50px; list-style-image: url("puces/puce_101.gif");}

    .horiz_1 {color: #a71817; height:2px; }
/********************************************************************
*/

ul
{
        text-align:left;
}


/********************************************************************
*/

a:link,


a:active
{
  color: #a71817;
  text-decoration: none;
  background-color: transparent;
}

a:visited
{
  color: #a71817;
  text-decoration: none;
  background-color: transparent;
}


/* debut du commentaire; la fin est balisee par  'etoile + slash'
a:active
{
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:visited
{
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
*/


a:hover
{
  color: #f8971d;
  text-decoration: none;
  background-color: transparent;
}



acronym
{
 cursor: help;
 border-bottom: 1px dotted #000;
}


td.menu_vert1 {
width : 100px;
font-weight: bold;
background-color: #969696;
text-align:left;
padding-top:5px;
padding-bottom:5px;
padding-right:0px;
padding-left:10px;
background: -moz-linear-gradient(to right, RGBa(120,120,120,0.99) 0%, RGBa(120,120,120,0.35) 100%); 	
}
