﻿/****************************************************************************
                            Stiluri MasterPage 
 ****************************************************************************/
body
{
    margin: 0;
    padding: 0;
    background: #F2F5FE url('../images/bg.gif') repeat-x 0 0;
    background-attachment: fixed;
    font-family: verdana,arial,sans-serif;
}

#IDAHpage
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}

#divHeader
{
    width: 1000px;
    position: relative;
}

#headerPictures
{
    height: 100px;
    width: 1000px;
    background-color: White;
    position: relative;
}

#divHeaderCitat1
{
    width: 200px;
    height: 55px;
    position: absolute;
    left: 220px;
    top: 0px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}

#divHeaderCitat2
{
    width: 160px;
    height: 55px;
    position: absolute;
    right: 270px;
    top: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}

.img_headerLeft
{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 220px;
}

.img_siglaANSV
{
    position: absolute;
    left: 465px;
    top: 0px;
    height: 80px;
    width: 75px;
}

.img_flagUE
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 270px;
}

#div_motoPasteur
{
    position: absolute;
    top: 70px;
    left: 220px;
    height: 20px;
    width: 600px;
    padding-top: 10px;
    font-weight: bolder;
}

#div_contentMain
{
    width: 960px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 410px;
}

#div_headerMenu
{
    width: 1000px;
    height: 20px;
}

#headerPictures .headerLabel
{
    font-family: Century, Verdana, Arial;
    font-size: 11pt;
}

#div_motoPasteur .motoPasteur
{
    font-family: Century, Verdana, Arial;
    font-size: 9pt;
    width: 100%;
    display: block;
    text-align: center;
}

/****************************************************************************
                            Stiluri ... 
 ****************************************************************************/

a
{
    text-decoration: none;
}

p, ul li, ol li
{
    text-align: justify;
}

.header
{
    text-align: center;
}

.detaliiParagraf
{
    margin-left: 50px;
}

.img_float
{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.p_textindent
{
    text-indent: 50px;
}

.span_marginleft
{
    margin-left: 50px;
}

span.span_bold
{
    font-weight: bold;
}

