﻿/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "src" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: #F0F0F0; /* background color */
	color: #000080; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: #000080; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: #000080; /* active link color */
}

a:link {
	color: #000080; /* link color */
}

a:visited {
	color: #FF0000; /* visited link color */
}

/* template layout */
.ewLayout {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #000000; /* background color */	
}

.ewContentTable {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #FFA500; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: #F0F0F0; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #000000; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: #000080; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #FFA500;  /* table background color */
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: #000080; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #FF9933; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC; /* footer color */
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: #000080; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/

/* your CSS styles here */

/* Styles spéciaux pour page de recherche projet ------------------------------------*/

.TableProjet {
    font-size:                12px;
    border-bottom:            1px solid;
    margin:                    0 0 15px 0;
    width:                    620px;
}
.TableProjet .Gauche {
    width:                    360px;
    float:                    left;
}
.TableProjet .Droite {
    width:                    240px;
    float:                    right;
}
.DivClear {
    clear:                    both;
    overflow:                hidden;
    height:                    1px;
}
.TableProjet .Acro {
    font:                    bold 12px Georgia, Times New Roman, serif;
    color:                    #898989;
    margin:                    8px 0 0 12px;
}
.TableProjet .Titre {
	font: 15px Arial, Helvetica, Sans-serif;
	margin: 8px 0 14px 12px;
	color: #FF9933;
}
.TableProjet .SecteurPays {
	font:                    12px Arial, Helvetica, Sans-serif;
    margin:                    0 0 8px 12px;
}
.TableProjet .Specs {
	font:                    12px Arial, Helvetica, Sans-serif;
    margin:                    8px 8px 8px 0;
}
.Resume:active:hover {
    font-weight:            bold;
    text-decoration:        underline;
    display:                block;
    margin:                    0 0 8px 12px;
}





/*- Environnement ----*/
H1.Environnement {
    color:                    #81b23c;
}
.CellIntro_Environnement {
    background:                #81b23c url(../images/domaines/accueil/Bg_Menu_Environnement.gif) no-repeat left top;
}
.ColonneEnvironnement {
    background:                url(../images/domaines/services/Bg_ColGEnvironnement.gif) repeat-y;
}
.CellCitationEnvironnement {
    background:                url(../images/domaines/services/Bg_CitationEnvironnement.gif) no-repeat;
}

.ProjetEnvironnement {
    background:                #ffffff url(images/haiti2x.jpg) no-repeat right top;
    border-color:            #81b23c;
}

.ProjetEnvironnement .Acro, .ProjetEnvironnement STRONG,
.ProjetEnvironnement .Resume:link, .ProjetEnvironnement .Resume:visited, .ProjetEnvironnement .Resume:active,
.ProjetEnvironnement .Resume:hover, .ProjetEnvironnement .Resume:visited:hover, .ProjetEnvironnement .Resume:active:hover {
	color: #FF9933;
	font: 110% ;

}


#menu 
	{
     	margin-top: 0px;
     	margin-left: 2px;
     	width: 200px;
   	}
   	
	.submenu 
   	{
     	background: #e6e6e6;
     	border: 1px solid #c8c8c8;
     	margin-top: 4px;
   	}

   	.subhead 
   	{
     	curssor:pointer; 
     	border-bottom: 3px solid #ffa000;
     	color: #FFF;
     	padding: 4px 4px 4px 10px;
     	background-color: #8e8f90;
     	font-weight: bold;
     	font-size: 9pt;
     	text-align: left;
   	}

    a
    {
     	font-size: 12px;
     	color: #000;
   	}
   	a:visited
   	{
   		color: #000;
   	}
   	a:hover
   	{
   		text-decoration: none;
   	}   	
   	a img 
   	{
     	border: 0;
     	vertical-align: middle;
   	}
   	
	.submain ul 
   	{
     	list-style: none;
     	margin: 0;
     	padding: 0;
   	}
   	.submain ul li img 
   	{
     	padding-right: 5px;
     	vertical-align: middle;
   	}
   	.submain ul li 
   	{
     	padding: 2px 2px 2px 10px;
     	font-size: 12px;
     	border-bottom: 1px solid #bdbdbd;
   	}
   	
   	.submain ul li#inactive 
   	{
     	color: #999;
   	}


/*END_USER_STYLES*/
