/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  
  /*  width: expression(document.body.clientWidth > 1248 ? "1248px" : "auto"); */
width: expression(document.body.clientWidth < 1000 ? "1000px" : "auto");
 /* max-width: 1248px;*/
  min-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 100%;
  height: auto;
}


/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 140px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 330px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font: 700 2em "trebuchet ms";
  letter-spacing: -2px;
/*  text-transform: lowercase;*/
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 15px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
/*  text-transform: lowercase;*/
  color: #00F0EC;
}

#header h3 {
  position: absolute;
  top: 50px;
  right: 15px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font: 700 0.9em "trebuchet ms";
 /* letter-spacing: -2px;
  text-transform: lowercase;*/
  color: #FFF;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  
  top: 0;
  right: 0;
}

#header img.logo {
  position: absolute;
  z-index: 2;

  top: 0px;
  left: 30px;
}
  
#header img.logor {
  position: absolute;
  z-index: 2;

  top: 0px;
  left: 230px;
}  
#header img.flag1 {
  position: absolute;
  z-index: 3;

  top: 90px;
  right: 50px;
}
#header img.flag2 {
  position: absolute;
  z-index: 3;

  top: 90px;
  right: 15px;
}  
/* Main Menu */
#MainMenu {height: 36px; background: url(../images/bg/bg_menu.gif) repeat-x;  }
/* Sets the width of the footer content */


/*#menuPrincipal ul { width: 100%; height: 36px; margin: 0; padding:0; list-style:none; font: bold 10px Verdana, Arial, Helvetica, sans-serif;}
#menuPrincipal li  { float:left; }
#menuPrincipal li.imageSeparateur {float:left; width:3px; height: 44px; background-image: url(../images/menuPrincipalSeparateur.gif); background-repeat:no-repeat; background-position:top right;}
#menuPrincipal a {display: block; width: 87px; height: 30px; margin: 0; padding:14px 0 0 0; text-align:center; text-decoration: none; color:#005c97;}
#menuPrincipal a.pageActive { background-image: url(../images/menuPrincipalOver.gif); background-repeat:no-repeat; background-position:top center; color:#000;}
#menuPrincipal a:visited {center; color:#005c97;}
#menuPrincipal a:hover { background-image: url(../images/menuPrincipalOver.gif); background-repeat:no-repeat; background-position:top center; color:#000;}
*/


/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/
.content_header {
	width:100%;
	height: 30px;
	z-order : 0;
	background: url('../images/bg/head_bg.jpg') no-repeat top right #000000; /*url('../images/bg/windowcenter.jpg') repeat-x;*/
	/*overflow: hidden;*/
	
}

.content_header h1 {
	position: relative;
	left: 0;
	/*z-order: 1;*/
	height: 30px;
	color: #FFF;/*#9bb74b;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;	
	background: url('../images/bg/headwind.jpg') no-repeat;
}

.content_header h2 {
	
	left: 0;
	/*z-order: 1;*/
	height: 30px;
	color: #FFF;/*#9bb74b;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;	
	background: url('../images/bg/headwinds.jpg') no-repeat;
}

.content_bottom {
	/*margin-bottom: 8px;*/
	
	position: relative;
	background: url('../images/bg/windowbottom.jpg') #353434 repeat-x 1px 100%;
}


.content_box {
	padding: 5px 13px;
}

#sideMenu {
	padding-left: 5px;
	padding-right: 5px;
	/*width: 300px;*/
	position: relative;
	/*float: left;*/
}
#sideMenu .content_header {
	
}
#sideMenu .content_header h1 {
/*	color: #9bb74b;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;*/
}
#sideMenu .content_header h2 {
	/*color: #9bb74b;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;*/
	
}

/*#sideMenu .content_header h2 span {
	display: block;
	padding-top: 10px;
}*/

#sideMenu .content_bottom {
	
}

#sideMenu .content_box {
	/*position: relative;*/
	border-width: 0px 2px;
	border-color: #d2913d;
	border-style: solid;
	
	/*background: url('../images/bg/left_sidebar_bg.gif') repeat-y 100% 100%;*/
}
ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: URL(../images/foo.gif);
  font: 400 1em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 3px;    
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #65EBFF;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #65EBFF;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
  
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 1em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

#main_content {
	/*padding-left: 17px;
	padding-right: 17px;
	float: left;*/
	position: relative;
}

#main_content .content_header {
	/*min-width: 377px;*/
	color: #FFF;/*#9bb74b;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;	
}

#main_content .content_header h2 {
	color: #f89d31;
	font-size: 12px;
	line-height: 12px;
}

#main_content .content_box_left {
	/*max-width: 500px;*/
}

#main_content .content_box {
	padding: 5px 5px 5px 5px;
	/*position: relative;*/
	/*background: url('images/main_background.gif') no-repeat 100% 0%;*/
	border-width: 0px 2px;
	border-color: #d2913d;
	border-style: solid;
}


/*#main_content_border {
	padding-left: 42px;
	background: url('images/main_bg_side.gif') repeat-y 5px -1px;
}*/


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-top : 5px;
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #000 url(../images/bg/bgdown.gif) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.darkblue {
  font-size: 1em;	
  font-weight: bold;
  color: #000066;
}

.grey {
  font-size: 1em;
  color: #666;
  font-weight: bold;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  padding-bottom: 5px;
  margin-bottom: 1em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
  z-order=0;
}

.spacer {
  clear: both;
}
.italic {
font-style: italic;
}
p#lettrine:first-letter {

font-size:150%;
font-weight:bold;

}



