﻿body
{
	background-image: url("../../images/bg.jpg");
	background-repeat: no-repeat;
	background-color: #8D8D8D;
	font-size: 10pt;
	line-height: 1.4;
	font-family: verdana;
	color: #000000;
	text-align: center;
}

#bodyframe
{
	margin: 10px;
	width: 950px;
	margin:0 auto;

}

#framedzone /* borders around everything except footer */
{
	border: 1px #818992 solid;
    border-bottom: none;
    background-color: #ffffff;
} 

@media print {
	#framedzone 
	{
		border: none; 
		background-color: #ffffff; } 
	}   

/*****************************
   Defaults for HTML tags
*****************************/	

img { border: 0px; }

input
{
	border: 1px #B1B1B1 solid;
    vertical-align: bottom;
    margin-bottom: 5px;
}

a
{
    color: #D58900;
    font-size: 10pt;
}



/*****************************
   Common classes
*****************************/	

.right 
{
    text-align: right;
    margin-right: 20px;
}

a.top
{
    color: #7B7B7B;
    font-size: 8pt;
    text-decoration: none;
}

.sitemap a
{
	font-size: 10pt;
	color: #425984;
	text-decoration: none;
	line-height: 1.8;
	}

.sitemap a:hover
{
	font-size: 10pt;
	color: #D58900;
	text-decoration: none;
	line-height: 1.8;
	}


/*****************************
   Zones: Header/Menu/Footer
*****************************/	

#header
{
    background-image: url(../../images/headbg.jpg);
    height: 116px;
}

	.search {
	    height: 54px;
	    float: right;
	    width: 190px;
	    margin-top: 12px;
	    font-weight: bold;
	    font-size: 10pt;
	    color: #415A83;
	    font-family: arial;
	    text-align: left;
    }
    
@media print {
	.search { display: none; }
}

	.headlogo {
	    width: 346px;
	    height: 116px;
	    float: left;
    }

#menu {
    height: 28px;
    text-align: right;
    border-bottom: 1px #818992 solid;
    background: #ffffff;
}

@media print {
	#menu { display: none; }
	}

#menu_topMenu 
{
	margin-left: 200px;
	 }

	.headnav {
		width: 27px; 
		float: left;
	}

	.headnav-txt {
		width: 96px;
		float: left;
	}

#sitemappath
{
	font-size: 8pt;
	text-align: left;
	line-height: 175%;
    padding: 2px;
    padding-left: 10px;
}

@media print {
	#sitemappath { margin-top: 20px; }
	}

#sitemappath a { font-size: 8pt; }

#footer {
    background-image: url(../../images/footer_img.gif);
	background-repeat: no-repeat;
	height: 36px;
	text-align: right;
	color: #cccccc;
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.8;
	padding-top: 5px;
	border-left: 1px #818992 solid;
	
}

#footer a {
    color: #D2DDE9;
}


/*****************************
	Zones: Page content
*****************************/	

#content-page {
    border-bottom: none;
    height: auto;
    width: 940px;
    background-repeat: no-repeat;
    position: relative;
    line-height: 1.5;
}

#content-page p 
{
        margin-top: 20px;
	    text-align: justify;
	    margin-right: 15px;
    }

#page_leftpanel {
    position: absolute;
    left: 2px;
    width: 178px;
    height: auto;
    text-align: center;
    margin-top: 12px;
    margin-right: 15px;
}

@media print {
	#page_leftpanel { display: none; }
}

#page_centerpanel {
    position: relative;
    text-align: justify;
    margin-left: 200px;
    min-height: 500px; 
}

@media print {
	#page_centerpanel {
    position: relative;
    text-align: justify;
    margin-left: 0;
	}
}

#page_centerpanel_wide 
{
    background-color: #ffffff;
    text-align: left;
    border: 1px #ffffff solid; /* solution bidon pour enlever une marge en haut... */
}


/*****************************
	Box styles
*****************************/	

#toolBox
{
	
    }
	
#loginBox
{
	}
	
.box-shadow {
    float: left;
    width: 176px;
    height: auto;
    background: #c2c2c2;
    margin-top: 10px;
    margin-left: 4px;
}

.contentBox {
    border: none;
    background: #ffffff;
    position: relative;
    left: -2px;
    top: -2px;
    border: 1px #818992 solid;
    padding: 3px;
    padding-bottom: 12px;
    font-size: 8pt; 
    text-align: left;
}

.boxTitle 
{
	margin: 0;}

#leftMenu h1
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #415A83;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
}

.contentBox a
{
	font-size: 9pt;
	font-family: Arial;
    text-decoration: none;
}

.menuItem:hover { background-color: #e5e5e5; }

.menuItem a
{
	vertical-align: middle;
    color: #415A83;
    padding: 2px;
}

.menuItem:hover a { color: #d58900; }

#leftMenu div.menuItem
{
	padding: 6px;
}

#loginBox div
{
	margin: 6px;
}

#addressBox
{
    margin-left: 200px;
}

.floating_right_menu
{
	width: 240px;
	float: right;
	clear: right;
	border: 1px #cccccc solid;
	margin-left: 20px;
	margin-top: 0px;
}    

#newsbox-frame {
    float: right;
    width: 320px;
    height: auto;
    background: #c2c2c2;
    margin: 0px 4px 10px 15px;
}

#newsbox
{
	/*position: relative;
    left: -2px;
    top: -2px;*/
    border: none;
    background: #ffffff;
    border: 1px #818992 solid;
    padding: 0px;
	font-size: 8pt;
    text-align: left;
}

#newsbox div
{
	margin: 4px;
	margin-top: 10px;
	margin-bottom: 24px;
}

#newsbox p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsbox a { font-size: 8pt; }


/*****************************
   Headings
*****************************/

h1 {
    color: #D58900;
    font-size: 14pt;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 0px;
    padding: 4px;
    padding-left: 8px;
    border-color: #d8d8d8;
    border-bottom: solid 1px;
    border-right: solid 1px;
}

h2 {
    font-size: 12pt;
    color: #415A83;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
}

h3 
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2pt;
	color: #D58900;
}

.pf_pageFormat h1
{
    color: #999999;
    font-size: 16pt;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    padding-right: 30px;
}


/*****************************
   List styles
*****************************/

ul 
{
    list-style-image: url(../../images/bullet.gif);
    margin-right: 10px;
    }

ul ul
{
    list-style-image: url(../../images/bullet02.gif);
    margin-right: 10px;
    }

li 
{
line-height: 1.5;
}


/*****************************
   Text styles
*****************************/

.mission {
    font-size: 11pt;
    line-height: 200%;
    font-weight: bold;
    font-style: italic;
    color: #476184;
    text-align: center;
    margin: 0 20px 0 20px; 
}

.size8 
{
    font-size: 8pt;
}

a.no-underline
{
	text-decoration: none;
	}

/*****************************
   Portfolio
*****************************/

.pf_PageTitle {
    color: #D58900;
    font-size: 12pt;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 20px;
    padding: 4px;
    border-color: #d8d8d8;
    border-bottom: solid 1px;
    
}

.pf_pageFormat 
{
    margin: 20px;   
    }

.pf-leftCell 
{
    position: absolute;
    left: 40px;
    /* background-color: #ffccff; */
}
    
.pf-rightCell 
{
    position: relative;
    margin-left: 430px;
    /* background-color: #ff9933; */
}
      
.pf-item 
{
    position: relative;
    padding: 15px;
    width: 380px;
    font-size: 8pt;
    vertical-align: top;
    background-image: url(../../images/pf-items_bg.jpg);
    background-repeat: no-repeat;
    height: 100px;
    /* border: 2px #dddddd solid; */
}
    
    .pf-item img 
    {
        text-align: left;
        float: left;
        position: relative;
        top: -7px;
        }
        
    .pf-item a 
    {
        color: #D58900;
        }
        
     .pf-item2 img 
    {
        text-align: left;
        float: left;
        position: relative;
        top: -7px;
        }
        
    .pf-item2 a 
    {
        color: #D58900;
        }

.pf-projectContent
{
    position: relative;
    float: left;
    left: 20px;
    width: 545px;
    font-size: 8pt;
    text-align: justify;
    }

a.url
{   
   font-size: 12pt;
   color: #415A83;
   font-weight: bold;
   text-decoration: none;
   margin-left: 18px;
    }
    
a.url:hover
{   
   font-size: 12pt;
   color: #C47900;
   font-weight: bold;
   text-decoration: none;
   margin-left: 18px;
}

.pf-default
{
    padding: 0px;
    position: relative;
}

.pf-default a
{
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
    
.pf-link
{
    color: #415A83;
    font-size: 8pt;
    font-weight: bold;
}
    
.pf-projectContent-title
{
	color: #415A83;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
}

.pf_boxShadow
{
    float: left;
    width: 277px;
    height: auto;
    background: #c2c2c2;
    margin-top: 5px;
    margin-left: 2px;
}

.pf_imgBox
{
    border: none;
    background: #ffffff;
    width: 255px;
    position: relative;
    left: -2px;
    top: -2px;
    padding: 10px;
    border: 1px #818992 solid;
    font-size: 8pt; 
    text-align: left;
}

.projet_image_full 
{
    margin:0px; 
    margin-top:5px; 
    }

.projets_img img
{
    border: 1px #415A83 solid;
    margin: 4px;
    }

.projects_applBox 
{
    float: left;
    position: absolute;
    width: 170px;
    padding-top: 20px;
    margin-top: 100px;
    left: 20px;
    /* border: 1px #B3BCC6 solid; */
    background-image: url(../../images/pf_applBox_bg.jpg);
    background-repeat: no-repeat;
    text-align: center;
    }

.pf-projectContent-Appl
{
    top: 0;
    margin-left: 180px;
    width: 650px;
    font-size: 9pt;
    vertical-align: top;
    text-align: justify;
    /* background-color: #ff00ff; */
    }

.pf-applTitleImg 
{
	position: relative;
    float: left;
    width: 170px;
    text-align: center;
    margin-top: 10px;
    }

.pf-applTitle
{
    background-image: url(../../images/pf_titre_bg.gif);
    background-repeat: no-repeat;
    height: 44px;
    color: #415A83;
    font-size: 13pt;
    margin-bottom: 22px;
}
