/* reset */
@import url("../reset.css");
@import url("../Stylesheet.css");
@import url("../jquery.css");

body {
	background: White url(images/body_bg.png) repeat-x;
	font: normal 80% Tahoma, "Trebuchet MS", Helvetica, Arial,sans-serif;
	color: Black;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	border-bottom: 0 !important;
}

h1 { font-size: 2em;}
h2 { font-size: 1.7em;}
h3 { font-size: 1.5em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1em;}
h6 { font-size: 1em;}

h1 { color: #1D8A00; }
h3 { color: #E1007A; }

h2, h4 
{
    color: #222222;
}

a 
{
    color: #E1007A;
}

a:hover
{
    color: #1871BA;
}

a:visited
{
}

li { list-style: circle; }

strong { color: #555; }

blockquote
{
    font-weight: bold;
    background: 1px solid white;
    padding: 10px;
    font-style: normal;
    margin: 4px;
}

blockquote em
{
    font-style: italic;
}

table
{
    margin: 0;
}


/*** identifier classes 
/*************************************/
.CenterPanel 
{
    
}

.Header
{
    height: 110px;
    margin-bottom: 1px;
}


.Header .UpperNavigation 
{
    height: 87px;
}

.Header .HomeLogo
{
    /*margin-top: 12px;*/
    margin-left: 5px;
    float: left;
}

.Header .AreaSelection 
{
    float: left;
    margin-left: 200px;
    padding : 7px;
}

.EvacuatioOnlineAccess
{
    background: #338E0F url("images/acces_eva_online.png") no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    width: 174px;
    height: 45px;
    z-index: 100;
    float: right;
    font-weight: bold;
    font-size: 12pt;
}

.EvacuatioOnlineAccess a
{
    display: block;
    padding: 6px 4px;
    width: auto;
    text-align: center;
    color: White;
    text-decoration: none;
}

.EvacuatioOnlineAccess a:hover
{
    color: #FAD9EB;
}

.CommunityMenu
{
    position: absolute;
    top: 0;
    right: 100px;
    background: transparent url("images/upper_menu.png") no-repeat;
    display: block;
    float: right;
    width: 230px;
    height: 41px;
    padding: 2px 20px;
    z-index: 99;
}

.CommunityMenu li 
{
    float: left;
    margin: 2px 10px;
    list-style: none;
}

.CommunityMenu li a
{
    color: #666666;
    text-decoration: none;
}

.CommunityMenu li a:hover
{
    color: Black;
}



.Header .LowerNavigation 
{
    width: 100%;
    position: relative;
	clear: both;
    border-bottom: 2px solid #333333;
}

.Header .MainMenu 
{
    position: relative;
	display: block;
	/* ff hack for click loginstatus, resolve with z-index ? */
	width: 600px;
}

.Header .MainMenu ul
{
    width: 560px;
}

/* connection */
.Header .ConnectionInfo 
{
    clear: both;
    position: relative;
    float: right;
    right: 0;
    bottom: 2;
    background: url('layout/header_logo-stgob.png') no-repeat right top;
}

.Header .ConnectionInfo a 
{
    text-decoration: none;
}

.Header .ConnectionInfo a:hover 
{
    text-decoration: underline;
}

.Header .ConnectionInfo .LoginStatus
{
    /*font-weight: bold;*/
    margin-right: 0.5em;
}


.Header .ConnectionInfo .UserFullname 
{
    position: relative;
    top: 37px;
    color: White;
    font-weight: normal;
    font-size: 110%;
    text-decoration: none;
    margin-right: 0.5em;
}


.SubMenu .MenuHeader
{
    font: font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 100%;
}


.PageContent
{
    /*background: White;*/
}

.Footer
{
    /*background: #c8c8c8 url(images/footer_bg.png) repeat-x;*/
    border-top: 1px solid #555555;
    background-color: #909090;    
    color: #555555;
    height: 25px;
    clear: both;
    margin-top: 1em;
}

.Footer li
{
    display: inline;
    text-decoration: none;
    list-style: none;
}
.Footer li a
{
    display: inline;
    text-decoration: none;
    list-style: none;
    font : 0.8em bold Tahoma, Verdana, Arial, Sans-serif;
    color: #DDDDDD;
    padding: 2px 1em 10px 1em;
   
}

.Footer li a:hover
{
   color: White;
}
.footerRight li
{
		float: right;
	
}

.ColMain
{
    float: left;
    width: 73%;
    padding: 0 1% 0 0%; 
    margin: 0 0% 0 0%;
}

.ColLatteral
{
    border-left: 1px solid #E3E3E3;
    background-color: White;
    float: right;
    width: 22%;
    padding: 0 1% 0 1%; 
    margin: 0 0% 0 0%;
    left: -1px;
}


/** Generic Evacuatio classes
 */
.grayPanel 
{
    background: #F0F0F0 url("images/grayframe_bg.png") repeat-x top;
    padding: 5px;
    border: 1px solid #D6D6D6;
    margin: auto;
    /*width: 92%;*/
}

.vertEvacuatio 
{
    color: #7DB956;
}

.roseEvacuatio
{
    color: #E1007A;
}

.pagelinkTitle
{
    font-size: 110%;
    font-weight: bold;
}

.followLink
{
    background: transparent url("images/bt_link.png") no-repeat;
    font-weight: bold;
    padding-left: 30px;
    display: block;
    height: 20px;
    margin: 4px 2px;
}

li.none { list-style-type: none; }

ul.evapuce li,
li.evapuce
{
    list-style-image: url("images/li.png");
}

/* todo: AJOUTER LES BG */
blockquote.green
{
    background-color: #368C1F;
    color: White;
}

blockquote.white
{
    background-color: White;
    color: #666;
    margin: 4px;
    border: 1px solid #999;
}

.photoGallery
{
    color: #777;
    padding: 4px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
}
    
    

.whiteButton 
{
    margin: 4px;
	display: block;
	text-indent: 8px;
	width: 151px;
	height: 26px;
	border: 0;
	/*padding: 20px 10px 0px 70px;*/
	text-decoration: none;	
	background: transparent url("images/bouton_wh.gif") no-repeat;	
	/*font-weight: bold;*/
	color: #222;
	vertical-align: bottom;
	line-height: 25px;
	white-space: nowrap;
	font-weight: bold;
}

.nextFrame
{
    clear: both;
    margin-bottom: 1em;
}

strong.tarif
{
    color: #1D8A00;
}

.bold
{
    font-weight: bold;
}
