/* Version SVN: $Id: site.css 953 2012-05-29 14:56:46Z freynolds $*/
/**
 * @version $Id: site.css 953 2012-05-29 14:56:46Z freynolds $
 */
@import url("header.css");
@import url("menu.css");
@import url("footer.css");
@import url("breadcrumb.css");
@import url("paginator.css");
@import url("share-email-print.css");
/*@import url("dev.css");*/
@import url("font-face.css");
@import url("integration.css");
@import url("banners.css");

/***************************************/
/* BODY and WRAPPER CLASSES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0px; 
    /*margin-left: 5px;*/
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body{
    color: #666666;
    background-image:url(../images/common/main-background.jpg); background-position:top left;
    font-family: Georgia;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.47em;
    text-align: center;
}

#title
{
    font-family: 'Avenir95BlackRegular';
    font-weight: normal;
    line-height:0px;
    margin-bottom:46px;
    text-transform: uppercase;
    line-height: 1.01em;
}

#zone-header
{
    background-image: url("../images/common/back_menu_haut.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 37px;
    position: relative;
    /*z-index: 2;*/
    z-index: 9999;
}

#zone-banner
{    
    margin: -37px auto 0;
    min-width: 960px;
    overflow: hidden;
    z-index: 1;
}

#zone-menu-principale
{
    background-color: #000000;
    height: 87px;    
}

#zone-sous-menu-principale
{
    background-color: #ffffff;
    height: 82px;    
}

#zone-contenu
{
    background-image: url("../images/common/background-center.png");
    background-position: left top;
    background-repeat: repeat-x;  
    padding-top: 20px;
}

#zone-footer
{
    background-color: #000000;
    height: 325px;
}

#zone-footer2
{
    background-color: #E7E7E7;
    height: 45px;
}

#wrapper,
#wrapper-header,
#wrapper-menu-principale,
#wrapper-sous-menu-principale,
#wrapper-footer,
#wrapper-footer2
{
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    width: 960px;
    min-width: 960px;
}

#wrapper-banner
{
    background-position: top center;
    background-repeat: no-repeat;
    height: 322px;
    left: 50%;
    margin: 0 0 0 -620px;
    min-width: 960px;    
    position: relative;
    width: 1709px;
}

#wrapper-banner.home
{    
    height: 448px; 
}


/* Common   */
#wrapper-banner div#banner-deco
{
    background-image: url("../images/common/banner-left-deco.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 322px;    
    left: -659px;
    margin: 0;
    position: absolute;
    width: 800px;
    /*z-index: 4;*/
    z-index: 9999;
    top:0px;
   /* position: relative;    
    z-index: 4;
    margin:0 0 0 -590px;*/
    
}

/* Home */
#wrapper-banner.home div#banner-deco
{    
    background-image: url("../images/common/banner-left-deco-home.png");
    height: 448px; 
}

ol, ul{
    list-style: none outside none;
}
/*img{max-width: 100%}*/

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BODY and WRAPPER CLASSES */
/***************************************/

/***************************************/
/* Font sizes and colors */
a{
    color: #ffffff;
    text-decoration: none;
}

a:hover{
    color: #ffffff;
}
.font_size_xxSmall{  /* 9px  */
    font-size: 0.643em;
    line-height: 0.750em;
}
.font_size_xSmall{  /* 10px  */
    font-size: 0.714em;
    line-height: 1.05em;
}
.font_size_small{ /* 11px  */
    font-size: 0.786em;
    line-height: 1.1em;
}
.font_size_medium{ /* 12px  */
    font-size: 0.857em;
    line-height: 1.3em;
}

.font_size_xMedium{ /* 13px  */
    font-size: 0.929em;
    line-height: 1.4em;
}
.font_size_large{ /* 14px  */
    font-size: 1em;
    line-height: 1.8em;
}
.font_size_xLarge{ /* 22px  */
   font-size: 1.571em;
    line-height: 1.952em;
}
.font_size_xxLarge{ /* 30px  */
    font-size: 2.143em;
    line-height: 2.55em;
}

.font_color_blue{
    color: #0000FF;
}
.font_color_red{
    color: #FF0000;
}
.font_color_noir{
    color: #000000;
}
.font_color_green{
    color: #00FF00;
}

/* Font sizes and colors */
/***************************************/

/***************************************/
/* MAIN CONTENT CLASSES */
div#main-content    {
    clear: both;
    margin-bottom: 30px;
}
div#main-content div#content-left   {
    float: right;
    width: 74.5849%;
/*    margin-left: 75%;*/

}

div#wrapper div.content-bottom
{
    width:968px;
    margin-bottom: 20px;
    
}

div#wrapper div.content-bottom div.top
{
    background-image:url(../images/common/block-frame-haut.png); background-repeat:no-repeat; background-position:top left;
    height: 5px;
}

div#wrapper div.content-bottom div.middle
{
    background-image:url(../images/common/block-frame-fond.png); background-repeat:repeat-y; background-position:top left;    
    clear:both;
    overflow:visible;
}

div#wrapper div.content-bottom div.bottom
{
    background-image:url(../images/common/block-frame-bas.png); background-repeat:no-repeat; background-position:top left;
    height: 5px;
}

div#wrapper div.content-bottom div.middle div.block
{
    padding:10px 18px;
    margin: 0px;
    color:#000000;
}

fieldset legend{
    color: #5A9CBE;
}

div#wrapper div.content-top{
    background-image:url(../images/common/patterngreybox.jpg); background-repeat:repeat; background-position:top left;
    border-bottom:10px solid #E31A37;
    margin-bottom:20px;
    margin-left:5px;    
    padding:30px;
    width:900px;
    color:#ffffff;
    
}

div#wrapper div.content-top-news{
    background-image:url(../images/common/patterngreybox.jpg); background-repeat:repeat; background-position:top left;    
    margin-bottom:60px;
    margin-left:5px;    
    padding:25px;
    padding-top: 30px;
    padding-left: 28px;
    width:900px;
    color:#ffffff;
    
}

div#wrapper div.content-top-home{    
    margin-bottom:0px;
    margin-top:23px;            
}

div#wrapper div.content-bottom-home{
    background-image:url(../images/common/patterngreybox.jpg); background-repeat:repeat; background-position:top left;    
    margin-bottom:75px;
    margin-left:-20px;    
    padding:20px;
    width:970px;
    color:#ffffff;
    font-style: italic;
    
}
/* MAIN CONTENT CLASSES */
/***************************************/


/***************************************/
/* BLOCK TEXT CLASSES */
div.block   {
    margin-bottom: 20px;
}
/* BLOCK TEXT CLASSES */
/***************************************/

#cible-tooltip-box{
    position: absolute;
    left:0;
    top:0;
    display: none;
    z-index: 1000;
    border: 0px solid black;
    background-color: white;
    padding: 10px;
}

.content-left-home{
    float: left;
    width: 75%;
}

.content-right-home{
    width: 25%;
    margin-left: 75%;
}

div.clear-both
{
    clear: both;    
}

div.block div.news p
{
    margin-bottom:20px;
    font-size: 15px;
}

div#wrapper-footer2{
    font-family: arial;
    font-size: 12px;
}


div.left_footer_copy{
    float: left;
    width: 49%;
    padding-top: 12px;
}

div.right_footer_creation{
    float: right;
    width: 32px;
    padding-top: 5px;
    text-align: right;
}

div.right_footer_image{
    float: right;
    width: 200px;;
    padding-top: 12px;
    padding-right: 7px;
    text-align: right;
    
}

div.right_footer_image a,
div.right_footer_image a:hover{
    color:#666666;
    font-family: ConduitOSITCLight;
}


/*Define style for smaller screens: CSS3 media query*/
/*@media screen and (max-width: 600px) {
  div#footer-container .footer-left,
  div#footer-container .footer-right,
  .content-right,
  .content-left,
  .content-right-home,
  .content-left-home {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: 20%;
    text-align: left;
  }
}*/
