﻿@import url('http://fonts.googleapis.com/css?family=Istok+Web:400,700&v2');

html { 
	overflow-y: scroll;
	}

body {
	margin:0px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	}

body, div, table, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	}

h1 {
	font-family: 'Istok Web', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #557793;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #557793;
	border-bottom: 1px solid #557793;
	text-transform: uppercase;
	margin-top: 5px;
	background-color: #E6F0F8;
	
	}
	
h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #395964;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}
	
h3 {
	background-image: url('images/icon-h3.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #515d26;
	padding-left: 15px;
	}
	
div.clear {
	clear: both;
	}
	
	
/* Main */
/********/
	
#mainwrap {
	width: 1020px;
	margin: auto;
	background-color:#FFFFFF;
	}
	
#main {
    margin:0 auto; 
	width: 932px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	}
	
#masthead {
    z-index: 1;
	width: 932px;
	margin: auto;
	padding-top: 9px;
	padding-bottom: 13px;
	height: 63px;
	}

#masthead1 {
    z-index: 2;
    width: 932px;
    margin:auto; 
	background-image: url('images/ren_green_bkg.gif'); 
	background-repeat:repeat-x; 
	padding-top:0px; 
	height:33px;
}
#masthead2 {
    z-index: 3;
    margin:auto; 
	width:932px;
}
#mastheadleft {
	float: left;
	padding-left: 16px;
	width: 369px;
	height: 53px;	
	}
	
#mastheadright {
	float: right;
	padding-right: 28px;
	width: 200px;	
	height: 33px;
	padding-top: 5px;
	text-align: right;
	}
	
div.icon {
	float: right;
	text-align: center;
	width: 50px;
	}	
	
#mainright 
{   
	float: right;
	width: 665px;
	margin-top: 40px;
	padding-left: 20px;
	padding-bottom:15px;
	margin-top:0px;
	}
	
#mainleft {
	width: 244px;
	float: left;
	margin-top: 5px;
	padding-bottom:20px;
	margin-top:-28px;
	}	
	
img.right {
	float: right;
	margin-left: 20px;
	margin-bottom:10px;
	border: 0px;
}
	
/* Menu */
/*================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

ul, li  { margin:0; padding:0; border:0px none; }
ul { margin-left:20px; }       /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }          /* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; }     /* tighter list for simple bullets */


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	border-left:0px none; 
	border-right:0px none; 
	border-top:0px none; 
	position:relative;        /* establish a menu-relative positioning context */
	/* float:left; */                                   /* play nicely with others */
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	clear: both;
	width: 932px;
	height: 33px;	
	margin: auto;
	padding-top:0px;
	padding-left:0px; 
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0px none;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;
	
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
	padding-top: 0px;	
	color: #ffffff;
	text-align: center;
	
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
	
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	padding-top:2px;
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px; 
	
	                              /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	margin:0;
	text-decoration:none;
	text-align: center;
	color: #ffffff;
	background-image: url('images/ren_green_bkg2.gif');
	background-repeat: repeat-none;
	padding-left:23px;
	padding-right:23px;
	padding-top: 6px;
	height: 25px;
	border-left: 1px solid #92a027;
	border-right: 1px solid #c5cf6a;
	font-size: 11px;
	margin-top:1px;
	font-weight:bold;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	display:block;
	float:left;
	margin:0;
	text-decoration:none;
	text-align: center;
	color: #ffffff;
	background-image: url('images/ren_rollover.gif');
	background-repeat: repeat-none;
	padding-left:23px;
	padding-right:23px;
	padding-top: 6px;
	height: 25px;
	border-left: 1px solid #92a027;
	border-right: 1px solid #c5cf6a;
	font-size: 11px;
	margin-top:1px;
	font-weight:bold;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:32px;              /* place us just up underneath the top-level images */
	border-top: 0px solid #ffffff;
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:220px;
	color:black;                        /* this sets the unselected-text color */
	background:#ffffff;         /* this sets our menu's effective "border" color */
	font-size: 12px;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:220px;   
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0px none;
	border-bottom: 1px solid #8B9C28;	
	margin:0;
	padding:0;
	height: 25px;
	color:#ffffff;               /* this sets the unselected drop-down text color */
	background:#657818;		     /* this sets the drop-down menu background color */
	width:220px;
	padding-top: 3px;
	font-size: 12px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color: #ffffff;
	border-bottom: 1px solid #8B9C28;	
	background: #B8BF45;
	padding-top: 3px;	
	font-size: 12px;	
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:220px;
}


#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */	
		
/* Sidebar */
/***********/
	
div.featurebox {
	clear: both;
	width: 232px;
	border-left: 1px solid #dee4eb;
	border-right: 1px solid #dee4eb;
	color: #7d7d7d;
	font-size: 11px;
	line-height: 12px;
	padding:0px 5px 0px 5px;
	}
	
#featureboxinner {
	background-color: #F5F6F8;	
	padding:0px 15px 0px 10px;
}

div.feature {
	width: 212px;
	font-size: 11px;
	line-height: 14px;
	padding-top:0px;
	padding-bottom:4px;
	}
	
img.icon {
	float: left;
	margin-right: 10px;
	padding:4px; margin-top:3px; border:solid 1px #CCCCCC;
	}
	
span.featurehd {
	color: #002f49;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	}
	
.featurehd2{
	color:#657818;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}
	
#feature1hd, #feature2hd, #feature3hd {
	height: 19px;
	padding-top: 5px;
	width: 211px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	}
	
#feature1hd {
	background-color: #e19501;
	}
	
#feature2hd {
	background-color: #2993a0;
	}	
	
#feature3hd {
	background-color: #0D4A91;
	}	
	
#feature1, #feature2 {
	margin-bottom: 5px;	
	color: #3f3e3e;
	}
	
#feature1 {
	background-color: #ffffff;
	padding: 15px;
	width: 194px;		
	}
	
#feature2 {
	width: 224px;
	}
	
#feature3 {
	background-color: #E7EDF4;
	padding: 15px;
	width: 196px;
	color: #0D4A91;		
	}	
	
div.greystrip, div.whitestrip {
	padding: 5px;
	padding-left: 15px;
	color: #333333;
	}
	
div.greystrip {
	background-color: #EFF5F5;
	}
	
span.event {
	color: #006F6F;
	font-weight: bold;
	}
	
span.prodhd {
	color: #3f75b7;
	font-weight: bold;
	}
	
/* Content */
/***********/
		
#mainhd, #subhd {
	height: 22px;
	font-size:18px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 18px;
	color: #00475f;
	font-weight: bold;	
	margin-top: 4px;
	border-bottom:dotted 1px #666666;
	background-image:url(images/ren_title_icon.gif);
	background-repeat:no-repeat;
	font-family: 'Istok Web', Arial, Helvetica, sans-serif;	
	margin-bottom:5px;
	} 
	
#subhd {
	background-color: #2993A0;
	}
	
#maincontent {
	padding: 15px 15px 15px 10px;
	}
	
/* img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #2993A0;
	} */
	
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #2993A0;
	}
	
img.image {
	margin-bottom: 10px;
	border: 1px solid #2993A0;
	}	
	
li {
	margin-bottom: 10px;
	}
	
.li_thin{margin-bottom: 2px;}
	
td {
	/* border-bottom: 1px solid #99abc4; */
	}	
	
div.itemdiv {
	clear: both;
	border-bottom: 1px dotted #2993A0;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
img.item {
	border: 1px solid #2993A0;
	float: right;
	margin-left: 15px;
	}	
	
/* Footer */
/**********/

#footer {
	clear: both;
	margin-top: 10px;
	background-color: #b6be46;
	color: #ffffff;
	font-size: 10px;
	height: 20px;
	}
	
.footer{color: #4D5404;
	font-size: 11px;}
	
#footer2 {
	height: 30px;
	padding-top: 10px;
	background-color: #8d9e27;
	border-bottom: 10px solid #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	}
	
/* Forms */
/*********/

form {
	margin: 0px;
	}
	
		
/* Links */
/*********/
a:link { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #38659a}
a:active { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #38659a } 
a:visited { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #38659a } 
a:hover { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #b2bb1e }

a.nav:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; }
a.nav:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:hover { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px;}

a.topicon:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #a9a9a9; font-size: 10px; }
a.topicon:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #a9a9a9; font-size: 10px; } 
a.topicon:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #a9a9a9; font-size: 10px; } 
a.topicon:hover { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #a9a9a9; font-size: 10px;}

a.navServices:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; }
a.navServices:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; } 
a.navServices:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; } 
a.navServices:hover { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px;}

a.footer:link { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #4E5303; font-size: 11px; }
a.footer:active { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #4E5303; font-size: 11px; } 
a.footer:visited { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #4E5303; font-size: 11px; } 
a.footer:hover { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #E9EE92; font-size: 11px;}


b {
    color:#2993A0;
    font-weight:bold;
}

input, textarea{
    border:1px solid lightgrey;
    color: #444444;
}

input.bouton {
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:#657818;
}
input.bouton:active {
background-color:white;
color:#657818;
}
