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

/***** onrek/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:#78808d;
  font-size: 100%;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  margin: auto;
  margin-bottom:0px!important;
  margin-top:0px;
  padding: 10px;
  padding-bottom:0px; 
  width: 98%;
  
  /*background-image: url(juriscampus_2005/images/bckg_contenu.jpg);*/
  background-position:inherit;
  background-repeat: no-repeat;

}

#page {
	width:917px;
	margin-left:auto;
	margin-right:auto;
	
	/* background: #FFF url(bckg_contenu.gif) no-repeat center center; */
	background: #FFF ;
	border:2px solid #454c57;
}

#header-home, #header {
	height:120px;
	 background: #FFF url(http://onrek.mesformations.fr/theme/onrek/logo.jpg) no-repeat center center; 
}

.headermenu {
	color: #FEFEFE;
	font-size: 11px;
	font-weight:bold;
}
.headermenu a {
	color: #8e1245;
}
 
 
#content {
  padding-bottom: 105px;
}
 
#footer {
  margin: -100px 0 0 0; padding: 0 0 5px 0; /* supposer le footer de hauteur 100px */

}

img.resize {

}

fieldset {
	border: none;
	background: url(fieldset.gif) center center;
}
.htmlarea .toolbar table {
	width:200px;
}


#titre_onrek {
 font: bold 19px Arial, Helvetica, sans-serif;
 color: #6ba421;
 float:left;
 height:27px;
 background: url(../../pix/logo.png) no-repeat;
 padding: 0 0 0 28px;
}

#infos {
 float:right;
 margin: 0 0 0 0;
 padding-left:3px;
 border-left: 1px dashed #6ba421;
 font: 11px Arial, Helvetica, sans-serif;
 color:#3f4342;
}
.contenu_info {
 color:#6ba421;
}/***** onrek/gradients.css end *****/


