/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

img {
border: 0px;
}


h1 {
	font-size: 300%;
	font-weight:normal;
	font-family:arial,verdana;
}

h2, .compo {
	font-size: 120%;
	line-height:110%;
}

h3 { 
   font-size: 130%;
   font-weight:normal;
   color: #81744F
}

h4 {
	font-size:  120%;
	color: #727E4F;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

div.moduletable h3,
.componentheading {
	font-size: 120%;
}

.contentheading {
	font-size: 160%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #1D2D45;
}

div#top {
	color: #666;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
  /* color: see style css */
  /* couleur des liens genre lire la suite, mdp oublié etc...*/
	color: #81744F;
	text-decoration: none;
	border: 0px solid #000000 
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
	border: none;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background: #726845;
}

div#wrapper {
	margin: 0 auto;
	width: 926px;
	padding-top: 0px;
	
}

/*div#header {
	background: url('../images/header-bg.png') repeat-x 0 0;
}*/

/*div#header .rk-1 {
	background:  url('../images/header-r.png') no-repeat 100% 0;
}*/

div#header .rk-2 {
	background: #81744F url('http://desgarsdanslacuisine.com/templates/rt_rokwebifymodif/images/header-lf.png') no-repeat 0 0;
	height: 274px;
	overflow: hidden
}

img#logo {
	float:  left;
	margin-left: 0px;
	width: 100%;
	height: 274px;
	background: url('../images/header.jpg') no-repeat 0 0;
}

div#top {
	margin-left:  530px;
	height: 138px;
	font-style: italic;
}

div#top .padding {
	padding:  15px;
}

div#horiz-menu {
	/*background: url('../images/menu-bg.png') repeat-x 0 0;*/
	background-color:##EEF6FF;
	height: 30px
	font-size: 10px
	
}

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: #ffffff url('../images/rightshadow.png') repeat-y 100% 100%;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.right .padding,td.left .padding {
	padding: 15px;
}

td.mainbody .padding {
	padding: 15px 25px;
}

td.left {
	background: #ffffff url('../images/leftshadow.png') repeat-y 0 0;
	padding-left: 20px;
	width: 205px
}

div#bottom {
	background: #121A28 url('../images/bottom-bg.png') repeat-x 0 0;
}

div#footer {
	background: url('../images/footer-bg.png') repeat-x 0 0;
	height: 70px;
	overflow: hidden;
}

/*div#footer .rk-1 {
	background: url('../images/footer-r.png') no-repeat 100% 0;
}

div#footer .rk-2 {
	background: url('../images/footer-l.png') no-repeat 0 0;
	height: 105px;
	overflow: hidden
}

div#the-footer {
	background: url('../images/footer-rocket.png') no-repeat 50% 0;
	text-align: center;
	margin-left: 600px;
}

img#rocket {
	width: 250px;
	height: 105px;
}*/


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 0px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding-right: 2px;
	float: left;
	/*background: url('../images/menu-divider.png') repeat-y 100% 0;*/
	background-color:#333;
  list-style-type:none; 
  padding-left:0; padding-top:0; padding-bottom:0
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 13px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
  font-weight: bold;
	color: #727E4F;
	text-decoration: none;
	border: none;
	
}
div#horiz-menu a#active_menu-nav:link,
/* Attribut du menu en cours de lecture*/
div#horiz-menu a#active_menu-nav:visited {
  background-color:#EEF6FF;
  color: #727E4F;
  border: none;
}

div#horiz-menu a:hover {
	background: #666;
}

/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0px none;
	margin: 0;
	padding: 0
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #121A28;
	border-bottom: 3px solid #e7e7e7;
	padding: 3px 0;
}

td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h3 {
	border-bottom: 3px solid #D2E0F2;
}

div#bottom div.moduletable {
	color: #ccc;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #243959;
	color: #fff;
}

/* @end */

/* @group content */

/*attributs des titres d'articles...*/
.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #CB0133/*99CC00*/;
	font-weight:normal;
	font-size: 160%
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 20;
  width: 100%;
}

/*ce padding concerne l'espace entre un titre de contenu et le contenu*/
table.contentpaneopen td, table.contentpane td {
  
  padding: 0px;
  }
div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 0px;
	line-height: 0px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0px none;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
	border: none;
}

a.mainlevel {
	display: block;
	margin-bottom: 3px;
	background: url('../images/logocarreaux.jpg') no-repeat 0 0;; padding-left:28px; padding-right:0; padding-top:4px; padding-bottom:2px;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
	border: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
	border: none;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
  border: none;
}
a.mainlevelsoutien {
    width: 170px;
    height:70px;
    background: url(http://desgarsdanslacuisine.com/templates/rt_rokwebifymodif/images/soutenez.gif) 0 0 no-repeat;
    position:relative; /*à décommenter si l'icone ne s'affiche pas 
sous IE */
    text-indent:-5000px;
    padding:0;margin:0;
    text-decoration:none;
}
a.mainlevelsoutien:hover {
    text-decoration:none;
}
a.titres {
	line-height:200%;
	color: #727E4F /*99CC00*/;
	font-weight:normal;
	font-size: 200%
}
a.soustitre {
	color: #727E4F /*99CC00*/;
	font-weight:normal;
}

td.left_shadow {
	width: 40px;
	background-image: url(http://desgarsdanslacuisine.com/templates/rt_rokwebifymodif/images/js_bg_l.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
}

td.right_shadow {
	width: 40px;
	background-image: url(http://desgarsdanslacuisine.com/templates/rt_rokwebifymodif/images/js_bg_r.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
	}

/* @end */

/* @end */