/**************************************
 * THEME NAME: juriscampus
 *
 * Files included in this sheet:
 *
 *   juriscampus/gradients.css
 **************************************/

/***** juriscampus/gradients.css start *****/

/**
  *  FICHIER CSS gradient venant se superposer sur les autres fichiers css pour les éléments ci-dessous
  *
  */
include

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;
    color:#840000;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

a:link {
	color: #778DBA;
}

a:link,
a:visited {
  color:#778DBA;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

a:hover {
  color:#C10000;
}

a.autolink:link,
a.autolink:visited {
  color:#000000;
  background: #DDDDDD;
}

a.autolink.glossary:hover {
  cursor: help;
}

li{
  color:#000000;
  }
  
   
 .admin .generalboxcontent {
  background-color:#F7F3F4; 
}

/*div de corp de page*/
body {
  height: 100%;
  background-color:#F8F5F3;
  font-size: 100%;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  margin: auto;
  margin-bottom:0px!important;
  margin-top:0px;
  padding: 0px;
  padding-bottom:0px; 
  width: 100%;
  
  /*background-image: url(juriscampus_2005/images/bckg_contenu.jpg);*/
  background-position:inherit;
  background-repeat: no-repeat;

}
 
 
#content {
  padding-bottom: 105px;
}
 
#footer {
  margin: -100px 0 0 0; padding: 0 0 5px 0; /* supposer le footer de hauteur 100px */

}

img.resize {

}

/*#############################################################################################*/
#parcours_titre {
background: #b40401;
//border-bottom: 1px solid #B40101;
 padding: 3px 0 3px 3px;
 width:100%;
 color: #FFF;
 font-weight:bold;
}

#titre_jr {
 font: bold 19px Arial, Helvetica, sans-serif;
 color: #B40101;
 background: url(http://www.formation-juriscampus.fr/pix/logo3.png) no-repeat 0 2px;
 padding: 0 0 0 32px;
}

#infos {
 float:right;
 margin: 5px 0 0 0;
 font: 11px Arial, Helvetica, sans-serif;
 color:#000000;
}
.contenu_info {
 color:#B40101;
}

#lesson {
 border-bottom: 1px dashed #B40101;
 padding: 3px 0 3px 3px;
 width:100%;
 color: #B40101;
 font-weight:bold;
}

.box:hover {
	background:#FFF;
}
.box h2.main {
	font-size:15px;
}/***** juriscampus/gradients.css end *****/

